Keep-generated /w EJB?

1999-11-23 Thread Rickard Öberg
Hi! We have a very strange bug where a ClassCastException is being thrown in the EJB wrapper code. Is there any way for us to "keepgenerated" the Java source? It is really weird... if we do: new Thread(new Runnable() { public void run() { myEjb.doSomething(); } }).run(); it works.

RE: SSL with Orion.

1999-11-23 Thread Kucera, Rich
Yes, Apache 1.3.9 running Raven commercial-grade SSL patched with a ProxyPass directive to your app running on Orion...note this can work with all your bleeding edge and exotic servers I'm thinking CL-HTTP here...need to exercise a little care here with coding urls but otherwise it works. This

NullPointerException within Orion

1999-11-23 Thread Elias Martenson
After modifying an EJB from using a default "long" key, into one that looks like this: public class VoteAlternativeKey { public VoteQuestion question; public String answer; } I get the following message when I start Orion: neuromancer$

Unable to initialize datasource to HypersonicSQL

1999-11-23 Thread Byron Hawkins
I am still unable to start OrionServer with a datasource to HypersonicSQL. Here is the entry in data-sources.xml: data-source class=com.evermind.sql.ConnectionDataSource location=jdbc/DefaultDS nameDefault data-source/name descriptionHypersonic SQL source./description