On Saturday 07 June 2003 01:20, Nicholas wrote:
> Stefano;
>
> The keys are the following:
>
> 1. Defer resolution until the second pass. (set
> resolve="on")
Already done.
> 2. Recompile all classes when you are done. You can
> generate a script to do this as follows:
>
> select 'ALTER JAVA CLA
Nicholas and Stephano, I've tried to get this working numerous times in
the past, but I'm still not there. You can find my previous posts on
this by searching the archives.
Nicholas, I can load the JBoss classes into the Oracle JVM using
loadjava. But whenever I try to run the simplest EJB in
Stefano;
I have had some luck loading classes using a custom
Ant task. It is really just a wrapper for LoadJava
but easier to use if you are Ant inclined. It looks
like this: