Hi Romain

Romain Manni-Bucau wrote
> just tried on 1.5.1-SNAPSHOT (should be the same code for the part you
> speak about) and under linux (not sure it is important) and didnt get any
> issue

Well, here you are all dependencies inside my pom.

        <dependencies>
                <dependency>
                        <groupId>javax</groupId>
                        <artifactId>javaee-web-api</artifactId>
                        <version>6.0</version>
                        <type>jar</type>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>javax.ws.rs</groupId>
                        <artifactId>jsr311-api</artifactId>
                        <version>1.1.1</version>
                        <type>jar</type>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <version>4.10</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>net.sf.jasperreports</groupId>
                        <artifactId>jasperreports</artifactId>
                        <version>4.7.0</version>
                        <type>jar</type>
                </dependency>
        </dependencies>

Anyway, tomorrow I'll try with the last snapshot and I'll let you know.

Thanks a lot.


- Stefano




--
View this message in context: 
http://openejb.979440.n4.nabble.com/Jasper-Reports-conflict-with-TomEE-1-5-tp4657709p4657712.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to