Re: Need advise on migration of EJB 2.x to EJB 3.x

2015-02-26 Thread Jonathan Gallimore
We have a (now quite old) Eclipse plugin that could assist with this. Its not compatible with the latest versions of Eclipse. I had an old alpha build here: http://people.apache.org/~jgallimore/test3/openejb-eclipse-plugins-1.0.0.alpha-src.zip and video showing the install into Eclipse Ganymede

Re: TomEE 1.7 + JSF 2.2 + Flows = UnmarshalException

2015-02-26 Thread Daniel Cunha
Jean, Have a date for this first milestone? On Thu, Feb 26, 2015 at 11:51 AM, Jean-Louis Monteiro jlmonte...@tomitribe.com wrote: TomEE 1.x is Java EE 6 so not JSF 2.2 compliant (Java EE 7). This is the reason. If you need JSF 2.2, you need to switch to Apache TomEE 2.x We will soon release

Re: TomEE 1.7 + JSF 2.2 + Flows = UnmarshalException

2015-02-26 Thread Jean-Louis Monteiro
TomEE 1.x is Java EE 6 so not JSF 2.2 compliant (Java EE 7). This is the reason. If you need JSF 2.2, you need to switch to Apache TomEE 2.x We will soon release a first milestone. JLouis -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Thu, Feb 26, 2015 at

TomEE 1.7 + JSF 2.2 + Flows = UnmarshalException

2015-02-26 Thread DonatasCiuksys
I was hapilly using MyFaces 2.2.x with TomEE 1.7 Plus until I tried to use FlowScope. As soon as faces-config.xml started containing: navigation-case ... to-flow-document-id / /navigation-case TomEE crashed during start-up with: Caused by: javax.xml.bind.UnmarshalException: Unexpected

TomEE 1.7.1 Duplicate App Deployment when autoDeploy=true

2015-02-26 Thread Adam Cornett
When using autoDeploy: tomee Deployments dir=apps autoDeploy=true / /tomee with an ear in the apps folder (lets call it my-app-1.0.ear) when I start TomEE, it will extract the ear (to $CATALINA_HOME/apps/my-app-1.0) then start deploying the application. After tomee finishes deploying my

Re: TomEE 1.7 + JSF 2.2 + Flows = UnmarshalException

2015-02-26 Thread Jean-Louis Monteiro
Not yet no. But I'll be pushing a mail on the dev list for this so we can organize the release. We were waiting for the build to be very stable and the tck as well. Looks like its the case so we could start providing a first milestone. JLouis Le 26 févr. 2015 17:12, Daniel Cunha

Need advise on migration of EJB 2.x to EJB 3.x

2015-02-26 Thread Kodela Jagadish
Hi, Could you please give your valuable advise on how to migrate from EJB 2.x to EJB 3.x. i am actually looking for any tool or any plugin to migrate the project in an efficient way with minimum manual work. Thanks. Best Regards, Kodela Jagadish.