Hi denishulik... Thank you for using OpenEJB and sending your questions :), please let me know the version you are using ? Did you try OpenEJB 3.0 this is our latest version which supports both EJB 2.1 and EJB 3.0 with its new fantastic features, if you are not I encourage you to do so, and if you don't like to grape the source and build the whole thing locally I can send you a binary distribution, just let me know what do you need :) .
On 8/26/07, deniskulik <[EMAIL PROTECTED]> wrote: > > > Hi everyone, > > I have been trying to kick off the container on Windows XP (SP2) using the > default openejb.bat and discovered that it doesn't work. To get things > working the batch file needs to be modified as follows: > > @echo off > > SETLOCAL > > SET COMMAND=%~f0 > SET OPENEJB_HOME=%COMMAND:~0,-16% > > java %JAVA_OPTS% -jar "%OPENEJB_HOME%\lib\openejb-core-1.0.jar" %* > > Note that this configuration allows you to run the file from directories > which have spaces in their names. > > PS: > Apologies if I post this message in the wrong place. > -- > View this message in context: > http://www.nabble.com/Running-openejb.bat-tf4330787.html#a12333956 > Sent from the OpenEJB User mailing list archive at Nabble.com. > > -- Thanks - Mohammad Nour
