facebook

JUnit in J2EE with JBOSS and MyEclipse

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #239218 Reply

    oschei
    Member

    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

    #239336 Reply

    Riyad Kalla
    Member

    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.

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