When I break apart the EJB3Trail.ear and place the components in /opt/jboss/server/default/deploy, I get the following error.
javax.naming.NameNotFoundException: managedEntityFactory.cal not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:491)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:499)
at org.jnp.server.NamingServer.getObject(NamingServer.java:505)
at org.jnp.server.NamingServer.lookup(NamingServer.java:278)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
I am not sure if this is a bug in JBoss or a configuration error on my part.
I am placing the application.xml in /opt/jboss/server/default/deploy/EJB3Trail/META-INF
Should this work?
Thx.
Mike
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887201#3887201
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887201
|