Hi all, Since Assembly of component is not a problem (other tools like J2EE deplytool exist), my main problem is for deploying applications in Orion. I can install applications (ear) but, How can access them ? In J2EE, in the deployment phase, a Client.jar file is generated that enables your standalone application access and test EJBs. Now I can only create servlets (WAR components) that access these EJBs. Could you give a simple example of the deployment of a EJB (using files)? How do you generate the client jar file ? Can I use the client jar generated by the J2EE ? Thank you in advance.
