1 Reply Latest reply on Oct 19, 2005 2:34 PM by pualee

    Can a jboss service archive load COM object dlls?

    kc7bfi

      I am tying to use a java-com bridge to load a COM object. I load the bridge with JNI but I cannot load the COM object. The program works as a standalone but not as a jboss service archive.

      Any ideas? David

        • 1. Re: Can a jboss service archive load COM object dlls?
          pualee

          I am brand new to this, so I not be of much help.

          Basically, as I understand it, COM objects resemble Java Beans. However, Java Beans are not Java Enterprise Edition Beans (J2EE) and are not used with Java application servers.

          Can you verify that your 'bridge' changes COM to Enterprise Edition Beans and not standard Java Beans?