[
https://issues.apache.org/jira/browse/DELTASPIKE-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13480967#comment-13480967
]
Mark Struberg commented on DELTASPIKE-284:
------------------------------------------
> It wasn't ever supposed to work with EE.
Well, the boot stuff obviously doesn't make much sense, but the ContextControl
was planned to also work with EE.
We also discussed about splitting that up, but it would create too much
dependencies.
If EE control is fundamentally different, then we should introduce a new
backend for weld-ee which just throws NotImplementeException for the boot stuff.
> Deltaspike CDIControl won't work with Weld EE
> ---------------------------------------------
>
> Key: DELTASPIKE-284
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-284
> Project: DeltaSpike
> Issue Type: Bug
> Components: CdiControl
> Affects Versions: 0.3-incubating
> Environment: Weld 1.1.10-Final
> Weld 1.1.8-Final
> Tomcat 7.0.32
> Reporter: Karl Kildén
> Priority: Critical
>
> Added POM artifacts for CdiControl:
> <dependency>
> <groupId>org.apache.deltaspike.cdictrl</groupId>
> <artifactId>deltaspike-cdictrl-api</artifactId>
> <version>${deltaspike.version}</version>
> </dependency>
> <dependency>
> <groupId>org.apache.deltaspike.cdictrl</groupId>
> <artifactId>deltaspike-cdictrl-weld</artifactId>
> <version>${deltaspike.version}</version>
> </dependency>
> Server would not start. Full stacktrace in first comment
> Caused by: java.lang.ClassNotFoundException:
> org.jboss.weld.environment.se.Weld
> at
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1714)
> at
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1559)
> ... 34 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira