Problems with JNDI lookups to SJSAS 8.1 from Jboss
Hello, i am having problems doing jndi lookups to a topic connection factory from an application deployed in Jboss 4.03-sp1.
I am able to retrieve all the contexts on the jndi path and list the references. I am also able to retrieve a QueueConnectionFactory, but when i try to retrieve the topic connection factory i get the exception bellow. The same code works if i run it in a standalone application outside Jboss. I am a bit lost on how to solve this problem, can anyone give some tips on what to try?
thanks in advance,
Joao Mota
-
2006-08-01 10:51:53,765 INFO [STDOUT] 1/Ago/2006 10:51:53 com.sun.enterprise.connectors.util.SetMethodAction getMutatorMethod
WARNING: RAR8000 : The method setMessageServiceAddressList is not present in the class : com.sun.messaging.jms.ra.ManagedConnectionFactory
2006-08-01 10:51:53,781 INFO [STDOUT] 1/Ago/2006 10:51:53 com.sun.enterprise.connectors.util.SetMethodAction run
WARNING: RAR7097: No setter method present for the property MessageServiceAddressList in the class com.sun.messaging.jms.ra.ManagedConnectionFactory
2006-08-01 10:51:53,781 INFO [STDOUT] 1/Ago/2006 10:51:53 com.sun.enterprise.connectors.util.SetMethodAction handleException
WARNING: RAR7096: Exception null while trying to set the value on property ClientId
2006-08-01 10:51:53,781 INFO [STDOUT] 1/Ago/2006 10:51:53 com.sun.enterprise.connectors.ActiveOutboundResourceAdapter createManagedConnectionFactory
SEVERE: RAR6005 : Could not create mcf : com.sun.messaging.jms.ra.ManagedConnectionFactory
2006-08-01 10:51:53,781 INFO [STDOUT] 1/Ago/2006 10:51:53 com.sun.enterprise.naming.SerialContext lookup
SEVERE: NAM0004: Exception during name lookup : {0}
com.sun.enterprise.connectors.ConnectorRuntimeException: null default principal
at com.sun.enterprise.connectors.ConnectorRegistry.getDefaultResourcePrincipal(Con nectorRegistry.java:483)
at com.sun.enterprise.connectors.ConnectionManagerImpl.initialize(ConnectionManage rImpl.java:309)
at com.sun.enterprise.naming.factory.ConnectorObjectFactory.getObjectInstance(Conn ectorObjectFactory.java:86)
at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:301)
at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:304)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
-

