Hello Hari

If I understand it right you need to use ejb.bundle=true to add coorsponding
jars as j2ee dependencies in ejb project (in standalone mode)

and ejb.manifest.classpath is used to add manifest classpath entry in jar
file to access classes from external jars. The coorsponding action would be
adding following in META-INF\manifest.mf
              Class-Path:  xyz.jar

Thanks
Rakesh

On 2/16/07, Hari Krishna Korrapati <[EMAIL PROTECTED]> wrote:

Hi,

We have the project.xml for the ejb project, which was built previously
using maven.
Now i am using Eclipse 3.2.1 for code editing,build and finally i am using
Geronimo1.1.1 for running the application.

In case of
 1) web projects if we have war.bundle=true in project .xml, we will add
that corresponding jar in J2ee Module Dependencies of the web project
 2) ear projects if we have ear.bundle=true in project .xml, we will add
that corresponding jar in J2ee Module Dependencies of the enterprise
project

Similarly in case of ejb project, we have
  <ejb.manifest.classpath>true</ejb.manifest.classpath>
What is the corresponding action to be taken for the above.

Please advice.

--
Thanks and Regards,
Hari

Reply via email to