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