SV: Source debugging of EJB/Servlet
Title: SV: Source debugging of EJB/Servlet Orion supports unpackaged .WAR and .EAR archives. unpack your app in your applicattions library so that it looks something like .../orion/ /applications/ /myear/ /META-INF /com then just reference the /myear
Source debugging of EJB/Servlet
The Servlet and JSP is not so difficult becuse orion compiles the source and the .class/.java files are all in the filesystem How is it done with EJB's since the EAR / WAR files must be built to deploy?