JUnit in J2EE with JBOSS and MyEclipse MyEclipse IDE > Java EE Development (EJB, JSP, Struts, XDoclet, etc.) This topic has 1 reply, 2 voices, and was last updated 19 years, 2 months ago by Riyad Kalla. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 12, 2005 at 5:38 am #239218 Reply oscheiMember Hi MyEclipse Community, I have a few Questions. I hope you can help me. 1. How can I use JUnit with JBOSS and MyEclipse? Is there a good tutorial, or can u explain it to me? 2.context is never read locally. Can I remove the line, but it is used in the method setSessionContext. 3. UserData does not declare a static final serialVersionUID. How can I remove this warning? Many thanks in advance Oliver October 13, 2005 at 9:42 am #239336 Reply Riyad KallaMember 1) Depends what you are testing, there is no tutorial for this, just write your test cases and run them normally. 2) This is a compiler warning, you can turn off this warning under your Java > Compiler settings. 3) Again, same as #2, compiler warning. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) Reply To: JUnit in J2EE with JBOSS and MyEclipse You must be logged in to post in the forum log in