Not really. But you could still use ActiveMQ from Weblogic just using that standard JMS client (the the resource adapter version). Also, I think Weblogic has some JCA 1.0 JMS wrappers that can wrap any JMS implementation. It might be worth researching that.
Regards, Hiram On 7/7/06, Tom Purcell <[EMAIL PROTECTED]> wrote:
Hello I'm stuck. I want to deploy the ActiveMQ rar on a WebLogic Integration(WLI) server. WLI is essentially a WebLogic Server (WLS 8.1) with a lot of extra baggage. I have followed the instructions on the ActiveMQ page on deploying to WLS 9.1 ( http://incubator.apache.org/activemq/how-to-deploy-activemq-ra-versionrar-to-weblogic.html ) but that produced the stack trace below. Apparently WLS 8.1 wants a DTD not an XSD because it still using connector 1.0. Is there a way to get this to deploy on WLS 8.1? Thanks Tom Exception:weblogic.management.ApplicationException: Prepare failed. Task Id = 4 Module: activemq-lib Error: Error parsing file at line: 22 column: 19. weblogic.xml.process.XMLParsingException: Error parsing file at line: 22 column: 19. Attribute "xmlns" must be declared for element type "connector". - with nested exception: [org.xml.sax.SAXParseException: Attribute "xmlns" must be declared for element type "connector".] org.xml.sax.SAXParseException: Attribute "xmlns" must be declared for element type "connector". at weblogic.apache.xerces.parsers.AbstractSAXParser.parse (Lorg/xml/sax/InputSource;)V(AbstractSAXParser.java:1189) at weblogic.xml.jaxp.WebLogicParser.parse(Lorg/xml/sax/InputSource;)V( WebLogicParser.java:67) at weblogic.xml.process.ProcessorDriver.process(Ljava/io/Reader;)V( ProcessorDriver.java:154) at weblogic.connector.deploy.dd.xml.RarLoader_Connector10.process (Ljava/io/Reader;)V(RarLoader_Connector10.java:202) at weblogic.connector.deploy.dd.xml.DDUtil.processDDFile (Lweblogic/connector/deploy/dd/xml/DDLoader;Ljava/lang/String;Ljava/io/InputStream;Lweblogic/management/descriptors/connector/ConnectorDescriptorMBean;Ljava/lang/String;)V( DDUtil.java:380) at..... -- View this message in context: http://www.nabble.com/Deploy-activemq-ra-4.0.rar-on-Weblogic-8.1-tf1907300.html#a5220171 Sent from the ActiveMQ - User forum at Nabble.com.
-- Regards, Hiram Blog: http://hiramchirino.com
