1 2 Previous Next 16 Replies Latest reply on Aug 24, 2011 3:10 PM by gonne Go to original post
      • 15. Re: Migration from AS 5.1.0: Library-Jar-Deployment
        frankthetank

        @Gonne:

        If I deploy it under 'urn:jboss:domain:ee:1.0', the I presume it will be deployed when the jboss:ee stuff get's deployed.

         

        In my case, I have a 'system level' jar that I need deployed near the beginning.

        To me more exact, I have a research project where I replace the cache storage with a unique one that I will provide. (as mentioned here: http://community.jboss.org/thread/170974?tstart=0 )

         

        I have yet to figure out where I have to put&|configure so that it is deployed/resolved when the cache is deployed. Currently I get

         

        Caused by: java.lang.ClassNotFoundException: com.test.TestStorage from [Module "org.jboss.as.clustering.infinispan:main" from local module loader @16a4e743 (roots: /home/me/dev/jboss/jboss-as-7.0.0.Final/modules)]

         

        If this is out of scope of this topic, please say so and I will create a new topic.

         

        thanks

        • 16. Re: Migration from AS 5.1.0: Library-Jar-Deployment
          gonne

          Hi,

          I am not sure if it is the recommended way, but I would try to put your jar in the infinispan module and add it as resource to the module.xml.

           

          Regards,

          Gonne

          1 2 Previous Next