facebook

How to compile & debug existing EJBs [Closed]

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #197799 Reply

    ssidi
    Member

    I am trying to compile & debug existing EJBs . I was able to create a J2EE EJB project that now includes the existing source tree. I can successfully compile all relevant files. Here is what I am trying to figure out:

    How do I put the existing EJBs through Weblogic ejbc ? In the user guide it is indicated that XDoclet should be configured appropriately to generate stuff from the bean class. But in my case, the source already exist so I do not need to generate stuff. I need to compile, deploy & debug the ejb.

    Any help is appreciated.
    Shah

    #197804 Reply

    support-michael
    Keymaster

    Assuming your Home, Interface, and Bean source files exist in your project source tree and compile cleanly and you have a valid deployment descriptors for Weblogic then you should be able to deploy without running EJBC. Weblogic will dynamically generate the stubs and skeltons for you. This is how I typically run MyEclipse for EJB project deployment to Weblogic.

    Michael
    MyEclipse Support

    #197818 Reply

    ssidi
    Member

    That worked. Thanks !

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: How to compile & debug existing EJBs [Closed]

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