0 Replies Latest reply on Nov 16, 2005 5:13 AM by mroosendaal

    Call method in other JAR-file in a WAR-file

      Hi,

      We have an application in a WAR file which also contains a JAR-file with all the business code and the Class that starts the Spring-context.

      We want to create an MBean and we need to call a specific method on a Class in the jar file that does some processing. So far we've created a small MBean and deployed it via an SAR file.

      What is the way to go about this? Do we need to create an ear file which contains the SAR-file?

      Hope someone has some suggestions.

      Thanks,
      Maarten