Tnx Hernan, will try Daytrader on geronimo-tomcat6-jee5-2.0-M6-rc1-bin as I just downloaded it.
I am sitting with a full JEE5 app on Jboss and would like to migrate it. It consists of: EAR with EJB-JAR(EJB3 Entities and EJB3 SSB) and WAR(JSP with JSF, resources etc). EJB3-Entity using JPA(Hibernate provider against MySQL). Using secure login from JSP/MySQL over Jboss security.xml file. Noting fancy or strange in the setup, it is a "pure" JEE5 not utilizing any proprietary SEAM-stack or anything. Build tool is ANT script. Migration goal is: Maven JEE5 project structure. Secure login from JSP/MySQL over Geronimo security-realm (??). Guess moving from current Jboss/Hibernate JPA Provider to Geronimo/OpenJPA JPA Provider is not a coding issue but a repackaging issue? /Johan Is it possible to use Hernan Cunico wrote: > > Hi Johan, > Some sample applications for Geronimo v2.0 can be found here > http://cwiki.apache.org/GMOxDOC20/sample-applications.html > > Some time ago we also worked on some migration docs from JBoss to > Geronimo. These are kinda old but still may give you some ideas for > getting the things organized. > > http://cwiki.apache.org/GMOxDOC11/migrating-to-apache-geronimo.html > and > http://cwiki.apache.org/GMOxDOC10/migrating-to-apache-geronimo.html > > For Daytrader in particular, you can check the v1.2 documentation for a > working example here > > http://cwiki.apache.org/GMOxDOC12/daytrader.html > > Hope this help you getting started. Comments welcome! > > Cheers! > Hernan > > > johper wrote: >> Hi, >> >> Built a system (ear/jar/war - jpa/mysql) with Jboss/Jee5 some time ago, >> would like to migrate it to Geronimo/Jee5/Maven, is there a good >> jumpstart >> structure for this somewhere to find? Found Daytrading system but is does >> not work when I tried to download/build it? >> >> /Johan > > -- View this message in context: http://www.nabble.com/Re%3A-JEE5-Geronimo-samples-tf3867574s134.html#a10965416 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
