Re: JSF2 project migrated from Jboss AS7 to Tomee not working

2012-06-07 Thread Romain Manni-Bucau
Rules works but the expexted one was not found. About the exception i identified it, that's when localbean goes in session, will look it soon - Romaim Le 7 juin 2012 06:17, zeeman hamz...@fastmail.us a écrit : Rules worked fine with Jboss stack. Not sure why it won't work. But you're right

Re: Deploying Pet-catalog

2012-06-07 Thread Romain Manni-Bucau
To say i put everythink in xml DD, dont scan my app Le 7 juin 2012 04:33, José Luis Cetina maxtorz...@gmail.com a écrit : The attribute metadata-complete=true is for what? El 06/06/2012 18:31, Jeremyau ja.activest...@gmail.com escribió: It works ! You were right. I missed

Re: JSF2 project migrated from Jboss AS7 to Tomee not working

2012-06-07 Thread Romain Manni-Bucau
serialization issue fixed: https://issues.apache.org/jira/browse/TOMEE-222 - Romain 2012/6/7 Romain Manni-Bucau rmannibu...@gmail.com Rules works but the expexted one was not found. About the exception i identified it, that's when localbean goes in session, will look it soon - Romaim Le

LifecycleException after redeploy in NetBeans with TomEE 1.1.0-SNAPSHOT

2012-06-07 Thread Pavel Arnošt
Hi, I've tried TomEE 1.1.0-SNAPSHOT (apache-tomee-1.1.0-20120607.040833-16-webprofile.zip) and redeploy from NetBeans is failing with: VI 07, 2012 11:28:30 DOP. org.apache.catalina.core.StandardContext reload INFO: Reloading Context with name [/evidence3x] has started VI 07, 2012 11:28:30 DOP.

Feedback on TomEE 1.0.0

2012-06-07 Thread iTooty_ iTooty_
We'd like to hear about anything you'd like to tell us. If you're short on ideas, here are some: - Ways we can speed up or improve your ability to evaluate TomEE - Anything you found difficult or inconvenient about using TomEE - Documentation you would like to see - Features you would like

Re: Deploying Pet-catalog

2012-06-07 Thread Romain Manni-Bucau
Hi. META-INF/resources.xml can be enough to define a datasource. Can tou share your logs? Le 7 juin 2012 23:01, Jeremyau ja.activest...@gmail.com a écrit : Ok, I'm still trying to make it work. Now I'm working on the persistence side. So I've defined a resource in tomee.xml. I've added the

Re: Deploying Pet-catalog

2012-06-07 Thread Jeremyau
Here, it is: Jun 07, 2012 3:56:55 PM org.apache.openejb.config.ConfigurationFactory configureApplication INFO: Configuring enterprise application: /home/jeremya/Documents/Tomcat/apache-tomee-plus-1.0.0/webapps/ROOT Jun 07, 2012 3:56:55 PM org.apache.openejb.config.AutoConfig deploy INFO:

Re: Deploying Pet-catalog

2012-06-07 Thread Romain Manni-Bucau
what did mean empty database? no tables? - look property name=openjpa.jdbc.SynchronizeMappings value= buildSchema(ForeignKeys=true)/ (or other values) - Romain 2012/6/8 Jeremyau ja.activest...@gmail.com Here, it is: Jun 07, 2012 3:56:55 PM org.apache.openejb.config.ConfigurationFactory

RE: Deploying Pet-catalog

2012-06-07 Thread Robin
How may I be removed from this mailing list -Original Message- From: Romain Manni-Bucau [mailto:rmannibu...@gmail.com] Sent: Thursday, June 07, 2012 7:20 PM To: users@openejb.apache.org Subject: Re: Deploying Pet-catalog what did mean empty database? no tables? - look property

Re: Feedback on TomEE 1.0.0

2012-06-07 Thread Romain Manni-Bucau
thanks for the feedback, regarding bad point it seems Intellij IDEA will integrate TomEE in next version :), hope other ides can do the same, about our examples that's the goal but we need some more complete samples like moviefun can be. Finally the issue related to myfaces can be related to the

Re: Feedback on TomEE 1.0.0

2012-06-07 Thread zeeman
Thanks for your help Romain. I was talking about Eclipse IDE, it took me over 4 hours to really figure out how to run Tomee with needed project libs from Eclipse. The project works fine in both AS7 and Glassfish. Things did not work as expected only in Tomee, that's because Tomee uses Myfaces.

Re: Feedback on TomEE 1.0.0

2012-06-07 Thread David Blevins
On Jun 7, 2012, at 6:16 PM, zeeman wrote: Hi, I have used Jboss AS7 and Glassfish3.1 for JavaEE. Just heard about Tomee and migrated a real world project from AS7 to see how it goes. Here is some real feedback Good: 1- Validation on Tomee is great, it catches things other containers

Re: Feedback on TomEE 1.0.0

2012-06-07 Thread David Blevins
On Jun 7, 2012, at 7:16 PM, zeeman wrote: I was talking about Eclipse IDE, it took me over 4 hours to really figure out how to run Tomee with needed project libs from Eclipse. That's surprising. Things we really bad before the 1.0.0 and after some of the changes we made it seems to be

Re: Feedback on TomEE 1.0.0

2012-06-07 Thread zeeman
Hi David, I simply followed different guides, ones from Tomee docs and stackoverflow. These guides tend to leave out some details and that's where I got stuck. For example, by default Eclipse Tomcat adapter works with a WebContent folder, but Maven expects web pages to be at src/main/webapp. It's

Re: JSF2 project migrated from Jboss AS7 to Tomee not working

2012-06-07 Thread zeeman
Hi Romain, I built with -P Hibernate from source. Indeed, serialization issue is fixed. However, many of the UI issues remain. Mostly ajax, form post even with nav rules removed. For example this does not work, page stay where it's. p:commandLink id=id1action=/createOrder.xhtml