I tried with javax.naming.InitialContext.list()

OutPut:
invokers: org.jnp.interfaces.NamingContext
UserTransaction: org.jboss.tm.usertx.client.ClientUserTransaction
HiLoKeyGeneratorFactory: 
org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory
console: org.jnp.interfaces.NamingContext
UUIDKeyGeneratorFactory: 
org.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactory
jmx: org.jnp.interfaces.NamingContext
UserTransactionSessionFactory: $Proxy11

The error that I am getting is as follows 
javax.naming.NameNotFoundException: ConnectionFactory not bound 
at org.jnp.server.NamingServer.getBinding(NamingServer.java:495) 
at org.jnp.server.NamingServer.getBinding(NamingServer.java:503) 
at org.jnp.server.NamingServer.getObject(NamingServer.java:509) 
at org.jnp.server.NamingServer.lookup(NamingServer.java:282) 
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:529) 
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:508) 
at javax.naming.InitialContext.lookup(InitialContext.java:347) 
at SimpleSender.(SimpleSender.java:49) 
at SimpleSender.main(SimpleSender.java:24) 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859433#3859433

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859433


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to