ailto:[EMAIL PROTECTED]
Sent: Tuesday, December 28, 2004 11:58 PM
To: Maven Users List
Subject: RE: Eclipse Source when EJB's are used
Hello,
That's because the extension you made (MPECLIPE-60 I guess) does *NOT*
download an artifact which has the type EJB. It downloads only JAR
ar
Ryan, Scott [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 28, 2004 6:23 PM
To: 'Maven Users List'
Subject: Eclipse Source when EJB's are used
I am trying to include EJB implementation source code in my eclipse projects
for web projects that only use the client jars. I have the s
If I understand you're problem correctly you need to tell your ejb
container to keep the source
code it generates when it compiles your ejbs and creates the containers
implementation that includes
such things as tx management etc.
For oc4j/orion I use the -DKeepWrapperCode=true to tell oc4j to n
I am trying to include EJB implementation source code in my eclipse projects
for web projects that only use the client jars. I have the several web
projects that access EJB's via their home and remote interfaces. In the
project XML I include a dependency for the jar version of the artifact which