I have orion running on Solaris and have successfully created an EJB
and Servlet application.

        I now want to write a Java Swing application running on my Windows
machine that accesses this EJB 
        running on Solaris.

        Do you have an example ot this ?
        What jar files do I need to include to do this ?

        I included :

        ejb.jar, jndi.jar, jaxp.jar and orion.jar from the orion directory.

        I get this error when I do the lookup :

javax.xml.parsers.FactoryConfigurationError:
com.sun.xml.parser.DocumentBuilderFactoryImpl
        at
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.
java:80)
        at com.evermind.xml.d.getJavaxDocument(JAX)
        at com.evermind.xml.XMLUtils.getDocument(JAX)
        at com.evermind.server.XMLConfig.hj(JAX)
        at
com.evermind.server.ApplicationClientInitialContextFactory.getInitialContext
(JAX)

Reply via email to