[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deployment problem on jboss 5 CR1
kgoedert
do-not-reply at jboss.com
Tue Jul 1 13:10:51 EDT 2008
Hi,
I was using jboss 5.0.0 Beta4 and my application deployed and worked fine. I decided do try cr1 and got the following problems...
1. During deployment I get the message [HackClassloaderMetaDataDeployer] FIXME Using loader repository config: myapp:app=ejb3 for vfszip:/home/kgoedert/jboss-5.0.0.CR1/server/default/deploy/myapp-1.0.0.ear use classloading metadata not loader repository config
and if I try to do a jndi lookup in one of my session beans, I always get a message saying the bean is not bound, though they seem do have being deployed without problems as following:
| installing bean: jboss.j2ee:ear=myapp-1.0.0.ear,jar=myapp.jar,name=MyBean,service=EJB3
| 11:44:33,749 INFO [JBossASKernel] with dependencies:
| 11:44:33,749 INFO [JBossASKernel] and demands:
| 11:44:33,749 INFO [JBossASKernel] Class:com.ICommunicationLogger
| 11:44:33,750 INFO [JBossASKernel] and supplies:
| 11:44:33,750 INFO [JBossASKernel] jndi:myapp-1.0.0/MyBean/remote
| 11:44:33,750 INFO [JBossASKernel] jndi:my-1.0.0/MyBean/remote-com.MyRemote
| 11:44:33,750 INFO [JBossASKernel] Class:com.MyRemote
| 11:44:33,750 INFO [JBossASKernel] jndi:MyBean
|
MyBean is annotated with @RemoteBinding(jndiBinding = "myapp/ejb/MyBean")
And I was using the "myapp/ejb/MyBean" to lookup this bean on beta4.
Can anyone help?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161855#4161855
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161855
More information about the jboss-user
mailing list