I tried to start jetty with ODE - however when I try to run buildr ode:axis2-war:start it causes the following error message:
34118 [main] INFO org.hibernate.tool.hbm2ddl.SchemaExport - schema export complete Buildr aborted! ←[31mBad file descriptor←[0m One more thing: How exactly can I use MYSQL as a persistence layer? Cheers, Andreas On Wed, Nov 18, 2009 at 4:15 PM, Rafal Rusin <[email protected]> wrote: > Editing source code - eclipse > Compiling - buildr command line > Instant running - > You can use > buildr ode:axis2-war:start test=no > to start jetty with ODE. > But currently there is some error with it (Caused by: > java.lang.SecurityException: sealing violation: package > org.apache.derby.iapi.jdbc is sealed). > So possibly you will need to connect to database using EXTERNAL > connection type (defined in ode-axis2.properties). > > 2009/11/18 Andreas Fritzler <[email protected]>: >> Hi, >> >> I'm trying to figure out what the best way is to create an easy to use >> development environment for ODE. >> >> e.g. Editing ODE source code -> compiling -> run WAR in Tomcat. >> Preferably to use everything from within Eclipse. >> >> Any suggestions? >> >> Cheers, >> >> Andreas >> > > Regards, > -- > Rafał Rusin > http://rrusin.blogspot.com > http://www.touk.pl > http://top.touk.pl >
