facebook

[Closed] xdoclet / jboss problems

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

    haobaba1
    Member

    I am having issues with a stateless session bean that is being deployed on jboss 4.0

    The xdoclet tag for the session bean is as follows:

    @ejb.bean name = “QueryStore”
    * type = “Stateless”
    * display-name = “QueryStore”
    * view-type =”remote”
    * jndi-name = “ejb/QueryStoreHome”

    All of a sudden when I deploy the application I am getting errors from jboss about the ejb failing verification specifically saying every method needs to have java.rmi.RemoteException in its throws declaration. I didn’t have this before and never had these errors and the only thing that has changed is the version of MyEclipse since the last time I worked on this project.

    Any Help would be appreciated.

    #241676 Reply

    Riyad Kalla
    Member

    If you shut down your app server, remove the deployment then recreate it as a packaged deployment and restart your app server, does the app now work?

    #241703 Reply

    haobaba1
    Member

    No that didn’t fix it.

    It seems that maybe it should have never worked in the first place. Anyway I have got it working thanks for the response.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: [Closed] xdoclet / jboss problems

You must be logged in to post in the forum log in