I am able to debug my EJB 3.0 app on my local JBoss (4.2.2 GA) in all cases, except when I put a break point in the actual bean. That just crashes the JBoss’ JVM(1.5.14). Any ideas?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could post the JVM stack dump (it will be in the jboss/bin directory) which some here may have some insight into, but the first thing to do when the JVM crashes is to update to the latest revision, which is 20 in this case. See if that makes a difference.