Re: Deployment difference from 1.0

2012-10-02 Thread Romain Manni-Bucau
That's a win bug. We will do a maintenance release soon about it. The issue only affect apps with @WebXXX Le 2 oct. 2012 08:57, "Diego Cattelan" a écrit : > > Java: 1.7.0_07; Java HotSpot(TM) Client VM 23.3-b01 > System: Windows 7 version 6.1 running on x86; Cp1252; it_IT (nb) > > Hi all, are th

Re: Stack trace from application startup

2012-10-02 Thread Romain Manni-Bucau
Hi, 1.5.0 should be out, can you give it a try please ( http://www.apache.org/dist/openejb/openejb-4.5.0/)? *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin

Simple JSF+CDI app is not working

2012-10-02 Thread DonatasCiuksys
Env: Windows 7, Java 1.7.0_07 Steps to reproduce: 1. Download Tomee 1.5.0 ZIP, unzip to some folder. 2. Setup CATALINA_HOME variable pointing to the same folder. 3. Put the file TomeeTest.war (attached) to /webapps folder 3. Execute startup.bat (tomme starts up OK, http://localhost:8080/tomee is

Re: Simple JSF+CDI app is not working

2012-10-02 Thread José Luis Cetina
Do you create the beans.xml file? El 02/10/2012 09:26, "DonatasCiuksys" escribió: > Env: Windows 7, Java 1.7.0_07 > > Steps to reproduce: > > 1. Download Tomee 1.5.0 ZIP, unzip to some folder. > 2. Setup CATALINA_HOME variable pointing to the same folder. > 3. Put the file TomeeTest.war (attached

Re: Simple JSF+CDI app is not working

2012-10-02 Thread DonatasCiuksys
Yes. As could be seen in war file: /WEB-INF/beans.xml: http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd";> web.xml: http://java.sun.c

Re: Next TomEE release date?

2012-10-02 Thread Bertrand Guay-Paquet
On 02/10/2012 2:56 AM, Alex The Rocker wrote: TomEE deserves better visibility, in my opinion. May I suggest that until 1.5.0 is out, a link to the latest 1.5.0 snapshot be added to http://tomee.apache.org/downloads.html page, as well as some indications that, in order to get visibility for nex

Re: Simple JSF+CDI app is not working

2012-10-02 Thread DonatasCiuksys
Changing web.xml version from 3.0 to 2.5 did not help (and I cannot find any more differences looking to JSF+CDI+EJB Tomee example). NOTE: the same war runs OK in Glassfish, the date gets printed in browser. Are there any issues in integration between MyFaces and CDI? -- View this message in co

Re: failed to register TomEE 1.5.0 latest snapshot on 64-bit Windows 7

2012-10-02 Thread AndyG
Looks like the distribution is trashing the exe files - They are fine in the source: https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources Try downloading directly and overwrite the local exe's -- View this message in context: http://openejb.979440.n4.na

Re: Simple JSF+CDI app is not working

2012-10-02 Thread Romain Manni-Bucau
i guess so, myfaces doesnt pickt the openwebbeans el resolver using a @ManagedBean (jsf) should work *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in

conf/conf.d Directory + port 4200

2012-10-02 Thread Bertrand Guay-Paquet
Hi, I followed the instructions from https://tomcat.apache.org/tomcat-7.0-doc/security-howto.html , in the "Non-Tomcat settings" section regarding the file permissions of the different directories. With these, the TomEE process can only write to the logs/, temp/ and work/ directories. While

Re: Simple JSF+CDI app is not working

2012-10-02 Thread Romain Manni-Bucau
As workaround you can try removing tomee-myfaces from lib Le 2 oct. 2012 17:53, "Romain Manni-Bucau" a écrit : > should be better on trunk > > *Romain Manni-Bucau* > *Twitter: @rmannibucau * > *Blog: **http://rmannibucau.wordpress.com/*

Re: failed to register TomEE 1.5.0 latest snapshot on 64-bit Windows 7

2012-10-02 Thread Alex The Rocker
Andy: Thank you very much, the Windows executable files at the link you provided works for me, so I have a by-pass. Nevertheless, don't you think I should fill a JIRA to track resolution of this issue on the officially released TomEE/TomEE+ packages? (I realized that this was broken in 1.0.0 as

Re: Dynamic DataSource - Exception

2012-10-02 Thread Romain Manni-Bucau
Polling example use it, please say what you dont get Le 2 oct. 2012 20:17, "onyii5119" a écrit : > If you take a look at my code, you see that I defined and registered a > router. Please clarify your statement or post a code snippet. > > Thanks. > > > > -- > View this message in context: > http:/

Re: conf/conf.d Directory + port 4200

2012-10-02 Thread Romain Manni-Bucau
Hi, Is it with last release or 1.0.0? Btw TomEE creats config files when not present. For production just create them before and potentially set disabled to true in properties file for services you dont want (admin, hsql for instance) Le 2 oct. 2012 18:36, "Bertrand Guay-Paquet" a écrit : > Hi

Re: Dynamic DataSource - Exception

2012-10-02 Thread Romain Manni-Bucau
Maybe i was not clear: define the router = define it in resources not only in java Le 2 oct. 2012 20:43, "Romain Manni-Bucau" a écrit : > Polling example use it, please say what you dont get > Le 2 oct. 2012 20:17, "onyii5119" a écrit : > >> If you take a look at my code, you see that I defined

Re: conf/conf.d Directory + port 4200

2012-10-02 Thread Bertrand Guay-Paquet
Hi, Thanks for your answer! Yes this is with 1.0.0. If TomEE only writes to the conf dir if files are not present, it's easy to work around. Thanks for the hint regarding the services. However, I'm not completely sure how to handle them. What does the admin service actually do? Is this par

Re: conf/conf.d Directory + port 4200

2012-10-02 Thread Romain Manni-Bucau
Not sure about the doc. Admin service is mainly about standalone openejb (should be skipped in last release). Hsql is to start a hsql remote server (you can disable it) Le 2 oct. 2012 21:58, "Bertrand Guay-Paquet" a écrit : > Hi, > > Thanks for your answer! > > Yes this is with 1.0.0. > > If Tom

Re: SEVERE: Error merging Java EE JNDI entries in to war

2012-10-02 Thread Romain Manni-Bucau
Hi, this code changed a bit in openejb 4.5.0 (tomee 1.5.0) maybe you should give it a try *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in/rmannibuca

Re: failed to register TomEE 1.5.0 latest snapshot on 64-bit Windows 7

2012-10-02 Thread Jean-Louis MONTEIRO
Hi, Yes please fill a jira. Jean louis Le 2 oct. 2012 20:34, "Alex The Rocker" a écrit : > Andy: > > Thank you very much, the Windows executable files at the link you provided > works for me, so I have a by-pass. > Nevertheless, don't you think I should fill a JIRA to track resolution of > this