So when following the instructions here http://struberg.wordpress.com/2012/03/17/controlling-cdi-containers-in-se-and-ee/(adjusting for 0.2-incubating-SNAPSHOT since apparently nothing's been released yet), I get the error below:
java.util.ServiceConfigurationError: org.apache.deltaspike.cdise.api.CdiContainer: Provider org.apache.deltaspike.cdise.owb.OpenWebBeansContainerControl could not be instantiated: java.lang.NoClassDefFoundError: javax/enterprise/context/spi/Contextual I could import the ee6 api pom but I'd rather not. tbh, i half expected such a dependency to be provided for me given that the whole point is run a CDI context in SE. Should I just add the dep to my pom or am I missing something here? -- You can find me on the net at: http://antwerkz.com http://antwerkz.com/+ http://antwerkz.com/github http://antwerkz.com/linkedin http://antwerkz.com/twitter