[jboss-jira] [JBoss JIRA] Created: (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
Mon Sep 22 19:19:21 EDT 2008


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