Hi,
just an observation (and maybe somthing for ds), but by using
<dependency>
                <groupId>org.apache.deltaspike.distribution</groupId>
                <artifactId>distributions-bom</artifactId>
                <version>${ds.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>

i deps management for tomee 7.0.0:
and running appcomposer test:

OpenEJBException: Creating application failed:
/home/helge/whatever/GetTokenIT:
org/apache/webbeans/spi/BeanArchiveService$BeanArchiveInformation
Caused by: java.lang.NoClassDefFoundError:
org/apache/webbeans/spi/BeanArchiveService$BeanArchiveInformation
Caused by: java.lang.ClassNotFoundException:
org.apache.webbeans.spi.BeanArchiveService$BeanArchiveInformation

excluding import dep, all is well.

Is this something ds needs to fix?

/hw



--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/tomee-7-0-0-and-deltaspike-tp4678704.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to