[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1497) Client Artifacts are put in place of their core counterparts in Plugin Executable JAR
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Tue Sep 23 02:29:20 EDT 2008
[ https://jira.jboss.org/jira/browse/EJBTHREE-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12430718#action_12430718 ]
Andrew Lee Rubinger commented on EJBTHREE-1497:
-----------------------------------------------
It's the definition of:
<dependency>
<groupId>org.jboss.ejb3</groupId>
<artifactId>jboss-ejb3-proxy</artifactId>
<classifier>client</classifier>
<version>0.1.5</version>
</dependency>
...in pom.xml that's the culprit, though this is required to trigger inclusion of the Proxy Client JAR.
> Client Artifacts are put in place of their core counterparts in Plugin Executable JAR
> -------------------------------------------------------------------------------------
>
> Key: EJBTHREE-1497
> URL: https://jira.jboss.org/jira/browse/EJBTHREE-1497
> Project: EJB 3.0
> Issue Type: Bug
> Components: plugin
> Affects Versions: 1.0.0-Beta3
> Reporter: Andrew Lee Rubinger
> Assignee: Andrew Lee Rubinger
>
> Libraries in lib of the Plugin Installer Executable JAR are overridden by their client counterparts, take for instance the output of the following:
> plugin$ jar -tvf target/jboss-ejb3-plugin-0.1.0-SNAPSHOT-installer.jar |grep lib|grep proxy
> 57086 Thu Sep 11 17:13:36 GMT-05:00 2008 lib/jboss-ejb3-proxy.jar
> 13048 Mon Aug 25 00:22:44 GMT-05:00 2008 lib/jboss-ejb3-proxy-clustered.jar
> 57086 Thu Sep 11 17:13:36 GMT-05:00 2008 lib/jboss-ejb3-proxy-client.jar
> 13048 Mon Aug 25 00:22:44 GMT-05:00 2008 lib/jboss-ejb3-proxy-clustered-client.jar
> ...file sizes for proxy.jar and proxy-client.jar are equal. Contents of these confirm that its actually proxy-client that's in the name proxy.jar.
> Leads to runtime errors when starting a Plugin'd AS.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list