Xerces-J version

2000-10-27 Thread Paul Hammant
Hi, Does anyone know why OrionServer ships with Xerces version 1.0.3 ? Apache have this up to version 1.2.1 on their site: http://xml.apache.org/xerces-j/index.html -PH

Re: Code generation error at deployment stage.

2000-10-25 Thread Paul Hammant
Done, bug 134 File this with bugzilla, http://www.orionserver.com/bugzilla/.

Code generation error at deployment stage.

2000-10-24 Thread Paul Hammant
Hi, I have a session bean in a jar that deploys and runs fine in JBoss. But when deploying in Orion, I get the following in Orion's console.. Auto-deploying MyBean-ejb.jar (No previous deployment found)... MyBean_StatelessSessionBeanWrapper0.java:54: Undefined variable: created

Re: Code generation error at deployment stage.

2000-10-24 Thread Paul Hammant
This is also a bug in Orion Server 1.4.0 - Paul

Choosing a JNDI name for a remote home interface

2000-10-20 Thread Paul Hammant
Hi, Is it possible to assign a JNDI name to a home interface? It is possible with other EJB containers. e.g. I might want... "mycompany.RenderFarmHome" rather than "java:comp/env/ejb/RenderFarmHome" This is particularly useful if I have a bean that can be deployed into JBoss as