Re: TomEE 7.0.1 on AIX 6.1 with IBM J9 VM 7 build 2.6

2016-08-12 Thread Romain Manni-Bucau
Hi Did you put some xml lib in your webapp? (Web-inf/lib) Le 12 août 2016 01:05, "vnalla" a écrit : > added -Xverify:none - the results is same error. > > When I added -XX:-UserSplitVerifier. This results in different exception: > > color : black;}A.name {color :

Re: Getting ConfigurationException: Factory ClientWindowFactory was not configured properly

2016-08-12 Thread Lazar Kirchev
Hi, I got exactly the same problem when deploying an app without beans.xml. However, I tried to deploy it on Tomcat + OpenWebBeans + Mojarra and it worked fine. What do you think? Regards, Lazar On Fri, Aug 5, 2016 at 7:25 PM, Romain Manni-Bucau wrote: > feel free to

Re: Getting ConfigurationException: Factory ClientWindowFactory was not configured properly

2016-08-12 Thread Romain Manni-Bucau
as mentionned owb is in the container and we fully integrate with myfaces. However mojarra ditribution doesn't get that deep integration and only works when CDI is activated. Romain Manni-Bucau @rmannibucau | Blog | Old

Re: Getting ConfigurationException: Factory ClientWindowFactory was not configured properly

2016-08-12 Thread Lazar Kirchev
Thanks, Romain! I asked for a fix because we have scenarios where we could not modify the applications, so even a very simple change such as adding an empty beans.xml does not help. On Fri, Aug 12, 2016 at 3:52 PM, Romain Manni-Bucau wrote: > Well a workaround is to add

Re: Getting ConfigurationException: Factory ClientWindowFactory was not configured properly

2016-08-12 Thread Romain Manni-Bucau
2016-08-12 14:57 GMT+02:00 Lazar Kirchev : > Thanks, Romain! > I asked for a fix because we have scenarios where we could not modify the > applications, so even a very simple change such as adding an empty > beans.xml does not help. > > Well tomcat allows you to enrich

DeployEJB for EAR Deployment

2016-08-12 Thread romi ton
Hi all When we use DeployEJB to deploy some ear to TomEE, after restart this deployment is not valid anymore. How to persist this deployment even in server restarts? Best Ron.

Re: Oracle XA Datasource password encryption (doc bug?)

2016-08-12 Thread Zachary Bedell
Is there anything that explains the effective differences between the single resource versus dual resource approach? I'm coming from a mostly JBoss background, and I don't have anything to relate to the idea of the two things being separated. With a single resource, are both connection

Re: TomEE 7.0.1 on AIX 6.1 with IBM J9 VM 7 build 2.6

2016-08-12 Thread Romain Manni-Bucau
Ok, did you try setting: -Djavax.xml.soap.MessageFactory=com.sun.xml.internal.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl -Djavax.xml.soap.SOAPFactory=com.sun.xml.internal.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl

Re: Oracle XA Datasource password encryption (doc bug?)

2016-08-12 Thread Romain Manni-Bucau
2016-08-12 15:35 GMT+02:00 Zachary Bedell : > Is there anything that explains the effective differences between the > single resource versus dual resource approach? I'm coming from a mostly > JBoss background, and I don't have anything to relate to the idea of the > two

Re: TomEE 7.0.1 on AIX 6.1 with IBM J9 VM 7 build 2.6

2016-08-12 Thread vnalla
Added those four lines to system.properties file and it is working. The original 4 lines does not have "internal" word in the package name. thanks for you help and time! -Venkat -- View this message in context:

Re: Getting ConfigurationException: Factory ClientWindowFactory was not configured properly

2016-08-12 Thread Lazar Kirchev
Ok, then the problem is in the integration of mojarra in tomee. Do you have any plans to integrate it fully so that it works without this "deficiency"? On Fri, Aug 12, 2016 at 2:18 PM, Romain Manni-Bucau wrote: > as mentionned owb is in the container and we fully

Re: Getting ConfigurationException: Factory ClientWindowFactory was not configured properly

2016-08-12 Thread Romain Manni-Bucau
Well a workaround is to add in WEB-INF/application.properties: openejb.cdi.activated=true this particular issue should be fixed for 7.0.2 even if plume distribution is "best effort" Romain Manni-Bucau @rmannibucau | Blog

Re: TomEE 7.0.1 on AIX 6.1 with IBM J9 VM 7 build 2.6

2016-08-12 Thread vnalla
WEB-INF/lib folder is not there in the war file. only classess, wsdl folder and openejn-jar.xml, resources.xml, web.xml are in the WEB-INF folder Thanks, Venkat -- View this message in context:

Re: DeployEJB for EAR Deployment

2016-08-12 Thread Romain Manni-Bucau
Hi openejb.deployer.save-deployments=true in conf/system.properties Le 13 août 2016 00:44, "romi ton" a écrit : > Hi all > > When we use DeployEJB to deploy some ear to TomEE, after restart this > deployment is not valid anymore. How to persist this deployment even in >