You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Steve Cohen <sc...@javactivity.org> on 2011/10/12 18:42:23 UTC

EJB Plugin eliminating ejb-xml.jar

I am trying to build an EJB Project using maven-ejb-plugin 2.3. 
Configuration is absolutely vanilla with <version>3.0</version>

With debug output I can see that Maven SAYS it's adding ejb-jar.xml to 
the jar but when I look at the built jar, it's not there.

...
[INFO] Building EJB jbsv-ejb-1.0-SNAPSHOT with EJB version 3.0
[INFO] Building jar: C:\jbsv\jbsv-ejb\target\jbsv-ejb-1.0-SNAPSHOT.jar
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory META-INF/wsdl/
[DEBUG] adding directory org/
[DEBUG] adding directory org/javactivity/
[DEBUG] adding directory org/javactivity/jbsv/
[DEBUG] adding directory org/javactivity/jbsv/ejb/
[DEBUG] adding entry META-INF/wsdl/DataTypes.xsd
[DEBUG] adding entry META-INF/wsdl/EJBSampleService.wsdl
[DEBUG] adding entry META-INF/wsdl/MessageTypes.xsd
[DEBUG] adding entry org/javactivity/jbsv/ejb/EJBSampleService.class
[DEBUG] adding entry org/javactivity/jbsv/ejb/EJBSampleServicePort.class
[DEBUG] adding entry org/javactivity/jbsv/ejb/EJBSampleServicePortImpl.class
[DEBUG] adding entry org/javactivity/jbsv/ejb/FooRequestType.class
[DEBUG] adding entry org/javactivity/jbsv/ejb/FooResponseType.class
[DEBUG] adding entry org/javactivity/jbsv/ejb/HelloService.class
[DEBUG] adding entry org/javactivity/jbsv/ejb/HelloServiceImpl.class
[DEBUG] adding entry org/javactivity/jbsv/ejb/ObjectFactory.class
[DEBUG] adding entry org/javactivity/jbsv/ejb/package-info.class
[DEBUG] adding entry org/javactivity/jbsv/ejb/UserTypeType.class
[DEBUG] adding entry META-INF/ejb-jar.xml
[DEBUG] adding directory META-INF/maven/
[DEBUG] adding directory META-INF/maven/org.javactivity/
[DEBUG] adding directory META-INF/maven/org.javactivity/jbsv-ejb/
[DEBUG] adding entry META-INF/maven/org.javactivity/jbsv-ejb/pom.xml
[DEBUG] adding entry META-INF/maven/org.javactivity/jbsv-ejb/pom.properties
[INFO] 
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 10.109s
[INFO] Finished at: Wed Oct 12 11:29:01 CDT 2011
[INFO] Final Memory: 32M/78M
[INFO] 
------------------------------------------------------------------------

What could account for this?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: EJB Plugin eliminating ejb-xml.jar

Posted by Steve Cohen <sc...@javactivity.org>.
Never mind.  WinZip derangement syndrome.  The files are there.
On 10/12/2011 11:48 AM, Steve Cohen wrote:
> Another clue:
> it also says it's adding META-INF/MANIFEST.MF but I don't see that
> either. Everything else it says it's adding is there.
>
>
> On 10/12/2011 11:42 AM, Steve Cohen wrote:
>> I am trying to build an EJB Project using maven-ejb-plugin 2.3.
>> Configuration is absolutely vanilla with <version>3.0</version>
>>
>> With debug output I can see that Maven SAYS it's adding ejb-jar.xml to
>> the jar but when I look at the built jar, it's not there.
>>
>> ...
>> [INFO] Building EJB jbsv-ejb-1.0-SNAPSHOT with EJB version 3.0
>> [INFO] Building jar: C:\jbsv\jbsv-ejb\target\jbsv-ejb-1.0-SNAPSHOT.jar
>> [DEBUG] adding directory META-INF/
>> [DEBUG] adding entry META-INF/MANIFEST.MF
>> [DEBUG] adding directory META-INF/wsdl/
>> [DEBUG] adding directory org/
>> [DEBUG] adding directory org/javactivity/
>> [DEBUG] adding directory org/javactivity/jbsv/
>> [DEBUG] adding directory org/javactivity/jbsv/ejb/
>> [DEBUG] adding entry META-INF/wsdl/DataTypes.xsd
>> [DEBUG] adding entry META-INF/wsdl/EJBSampleService.wsdl
>> [DEBUG] adding entry META-INF/wsdl/MessageTypes.xsd
>> [DEBUG] adding entry org/javactivity/jbsv/ejb/EJBSampleService.class
>> [DEBUG] adding entry org/javactivity/jbsv/ejb/EJBSampleServicePort.class
>> [DEBUG] adding entry
>> org/javactivity/jbsv/ejb/EJBSampleServicePortImpl.class
>> [DEBUG] adding entry org/javactivity/jbsv/ejb/FooRequestType.class
>> [DEBUG] adding entry org/javactivity/jbsv/ejb/FooResponseType.class
>> [DEBUG] adding entry org/javactivity/jbsv/ejb/HelloService.class
>> [DEBUG] adding entry org/javactivity/jbsv/ejb/HelloServiceImpl.class
>> [DEBUG] adding entry org/javactivity/jbsv/ejb/ObjectFactory.class
>> [DEBUG] adding entry org/javactivity/jbsv/ejb/package-info.class
>> [DEBUG] adding entry org/javactivity/jbsv/ejb/UserTypeType.class
>> [DEBUG] adding entry META-INF/ejb-jar.xml
>> [DEBUG] adding directory META-INF/maven/
>> [DEBUG] adding directory META-INF/maven/org.javactivity/
>> [DEBUG] adding directory META-INF/maven/org.javactivity/jbsv-ejb/
>> [DEBUG] adding entry META-INF/maven/org.javactivity/jbsv-ejb/pom.xml
>> [DEBUG] adding entry
>> META-INF/maven/org.javactivity/jbsv-ejb/pom.properties
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD SUCCESS
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 10.109s
>> [INFO] Finished at: Wed Oct 12 11:29:01 CDT 2011
>> [INFO] Final Memory: 32M/78M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> What could account for this?
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: EJB Plugin eliminating ejb-xml.jar

Posted by Steve Cohen <sc...@javactivity.org>.
Another clue:
it also says it's adding META-INF/MANIFEST.MF but I don't see that 
either.  Everything else it says it's adding is there.


On 10/12/2011 11:42 AM, Steve Cohen wrote:
> I am trying to build an EJB Project using maven-ejb-plugin 2.3.
> Configuration is absolutely vanilla with <version>3.0</version>
>
> With debug output I can see that Maven SAYS it's adding ejb-jar.xml to
> the jar but when I look at the built jar, it's not there.
>
> ...
> [INFO] Building EJB jbsv-ejb-1.0-SNAPSHOT with EJB version 3.0
> [INFO] Building jar: C:\jbsv\jbsv-ejb\target\jbsv-ejb-1.0-SNAPSHOT.jar
> [DEBUG] adding directory META-INF/
> [DEBUG] adding entry META-INF/MANIFEST.MF
> [DEBUG] adding directory META-INF/wsdl/
> [DEBUG] adding directory org/
> [DEBUG] adding directory org/javactivity/
> [DEBUG] adding directory org/javactivity/jbsv/
> [DEBUG] adding directory org/javactivity/jbsv/ejb/
> [DEBUG] adding entry META-INF/wsdl/DataTypes.xsd
> [DEBUG] adding entry META-INF/wsdl/EJBSampleService.wsdl
> [DEBUG] adding entry META-INF/wsdl/MessageTypes.xsd
> [DEBUG] adding entry org/javactivity/jbsv/ejb/EJBSampleService.class
> [DEBUG] adding entry org/javactivity/jbsv/ejb/EJBSampleServicePort.class
> [DEBUG] adding entry
> org/javactivity/jbsv/ejb/EJBSampleServicePortImpl.class
> [DEBUG] adding entry org/javactivity/jbsv/ejb/FooRequestType.class
> [DEBUG] adding entry org/javactivity/jbsv/ejb/FooResponseType.class
> [DEBUG] adding entry org/javactivity/jbsv/ejb/HelloService.class
> [DEBUG] adding entry org/javactivity/jbsv/ejb/HelloServiceImpl.class
> [DEBUG] adding entry org/javactivity/jbsv/ejb/ObjectFactory.class
> [DEBUG] adding entry org/javactivity/jbsv/ejb/package-info.class
> [DEBUG] adding entry org/javactivity/jbsv/ejb/UserTypeType.class
> [DEBUG] adding entry META-INF/ejb-jar.xml
> [DEBUG] adding directory META-INF/maven/
> [DEBUG] adding directory META-INF/maven/org.javactivity/
> [DEBUG] adding directory META-INF/maven/org.javactivity/jbsv-ejb/
> [DEBUG] adding entry META-INF/maven/org.javactivity/jbsv-ejb/pom.xml
> [DEBUG] adding entry META-INF/maven/org.javactivity/jbsv-ejb/pom.properties
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 10.109s
> [INFO] Finished at: Wed Oct 12 11:29:01 CDT 2011
> [INFO] Final Memory: 32M/78M
> [INFO]
> ------------------------------------------------------------------------
>
> What could account for this?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org