>>PS: I had problems starting the guess sample with mvn clean package -Pjetty >>jetty run. Need to fix a few things in maven-scm now, and will look at it on >>>>thuesday. gn8!
I have separated guess/ project into three different modules guess --> for guess sample, removing ejb and jms parts ejb-sample --> using OpenEJB in Tomcat. Have to configure Tomcat with OpenEJB firstly. Then deploy it into Tomcat. It does not work on any other containers like Jetty. jms-sample --> jms injections. Have to deploy it into full blown Java EE server supporting JMS provider. JMS sample currently using "ConnectionFactory" as JMS Connection Factory JNDI. You can also change this with respect to application server JMS JNDI name policy via openwebbeans.properties I run mvn clean package -Pjetty and mvn jetty:run -Pjetty. It works for me. Please ensure that, you check in all recent changes from the svn, and mvn clean install from root folder. Thanks; --Gurkan ----- Original Message ---- > From: Gurkan Erdogdu <[email protected]> > To: [email protected] > Sent: Sunday, August 16, 2009 10:18:13 PM > Subject: Preparing for Release M3 > > Hi guys; > > I want to release M3 in this week to include EJB functionality and couple of > bug > fixes. Also adding more documentation. > > WDYT? > > Thanks; > > --Gurkan
