Uploaded image for project: 'EJB 3.0'
  1. EJB 3.0
  2. EJBTHREE-1497

Client Artifacts are put in place of their core counterparts in Plugin Executable JAR

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0-Beta4
    • 1.0.0-Beta3
    • plugin
    • None

      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.

              arubinge@redhat.com Andrew Rubinger (Inactive)
              arubinge@redhat.com Andrew Rubinger (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: