[jboss-user] [EJB/JBoss] - Re: error while running EJB from java client on JBOSS

2008-08-26 Thread rajatbh
Try excuting the netstat command from a command line and check if the port is already occupied by some other application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172557#4172557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [EJB/JBoss] - Re: deployment of a ejb having bmp in jboss

2008-08-26 Thread rajatbh
techies Finally I have solved this problem. The bean class was having a private method which was causing this exception. I had to change it to public. I always suspected problem with ejb-jar.xml or jboss.xml but changing the access modifier of this method to public from private did the real mag

[jboss-user] [EJB/JBoss] - deployment of a ejb having bmp in jboss

2008-08-26 Thread rajatbh
Greetings I am trying to deploy a entity bean having bean managed persistence in jboss. After proper compilation and packaging of the entity bean into a jar file, I am copying it to the default\deploy directory. The bean fails at the deployment stage and I get the following error : :56:57,046