Eugene Kuleshov wrote:
>
> * what Eclipse and WTP version you are using?
>
In our company we currently use Eclipse 3.3.2 and WTP 2.0.3. But we have
plans to upgrade do Ganymede and WTP 3.
> * what application server you are deploying to?
>
Weblogic 10g
> * are you using maven-ejb-plugin [1]? what version?
>
Yes. Version 2.1.
> ** do you need to generate/support ejb client?
>
Not automatically. We create an extra module for ejb-client.
> ** what configuration option you are using in maven-ejb-plugin? show
> snippets of pom.xml
>
<plugin>
<artifactId>maven-ejb-plugin</artifactId>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
<index>true</index>
<manifest>
<addClasspath>true</addClasspath>
<addDefaultSpecificationEntries>
true
</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>
true
</addDefaultImplementationEntries>
</manifest>
</archive>
<ejbVersion>3.0</ejbVersion>
</configuration>
</plugin>
> * are you using maven-ear-plugin [2]? what version?
>
Yes. Version 2.3.1.
> ** what configuration option you are using in maven-ear-plugin? show
> snippets of pom.xml
>
<plugin>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
<generateApplicationXml>true</generateApplicationXml>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<encoding>UTF-8</encoding>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
<index>true</index>
<manifest>
<addDefaultSpecificationEntries>
true
</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>
true
</addDefaultImplementationEntries>
</manifest>
</archive>
<version>5</version>
</configuration>
</plugin>
> ** what configuration modules [3] you are using?
>
ejbModule and warModule.
> ** are you using any other customization?
>
No.
--
View this message in context:
http://www.nabble.com/support-EAR-and-EJB-projects-in-WTP-integration-tp19199073p19309390.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email