anonymous wrote : 2009-06-21 10:17:27,549 DEBUG [org.jboss.ejb3.deployers.Ejb3Deployer] (main) Error during deploy: vfszip:/jboss/server/default/deploy/dfserver.jar/
| org.jboss.deployers.spi.DeploymentException: Error deploying dfserver.jar: Error creating ejb container DocumentFacadeBean: Container jboss.j2ee:jar=dfserver.jar,name=DocumentFacadeBean,service=EJB3,V
| MID=583c10bfdbd326ba:da2fe9b:12203d1cd17:-7ff9 + is already registered
|
Is there any other bean with the same name in that jar file? Also are there any other jar files which have this bean? Can you try deploying only this single bean through that jar? Want to make sure that you are not deploying the same bean more than once.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238951#4238951
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4238951
Hi,
I'm afraid you didn't use setClientID correctly. Please see the following API doc:
anonymous wrote :
| If a client sets the client identifier explicitly, it must do so immediately after it creates the connection and before any other action on the connection is taken. After this point, setting the client identifier is a programming error that should throw an IllegalStateException.
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238945#4238945
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4238945