I can't get the snapshots running, 1.6.0 and 1.5.2 will give me this error:
Mrz 19, 2013 11:48:38 AM org.apache.openejb.config.DeploymentLoader discoverModuleType Information: type for '/d:/framework/server/tomee/1.6.0-20130312.041113-27-plus/lib' was not found, defaulting to WebModule Mrz 19, 2013 11:48:38 AM org.apache.openejb.config.ConfigurationFactory configureApplication Information: Configuring enterprise application: D:\Framework\svn\trunk\statistik\ear\target\statistik_statistik_1.0.0 Mrz 19, 2013 11:48:39 AM org.apache.openejb.assembler.DeployerEjb deploy Schwerwiegend: Can't deploy D:\Framework\svn\trunk\statistik\ear\target\statistik_statistik_1.0.0.ear java.lang.IllegalArgumentException: URI is not absolute Is this a configuration issue? 2013/3/19 Romain Manni-Bucau [via OpenEJB] < [email protected]> > Hi, > > did you check with the snapshot (1.6.0-SNAPSHOT)? > > *Romain Manni-Bucau* > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* > *Blog: **http://rmannibucau.wordpress.com/*< > http://rmannibucau.wordpress.com/> > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* > *Github: https://github.com/rmannibucau* > > > > 2013/3/19 Jukkales <[hidden > email]<http://user/SendEmail.jtp?type=node&node=4661620&i=0>> > > > > Hi there, > > > > I have a problem with a CDI extension. I created on, put everything in > the > > services files and now im trying to deploy it at tomee, but it says: > > > > *java.util.ServiceConfigurationError: > > javax.enterprise.inject.spi.Extension: > > Provider test.extensions.ScanAllClassesExtension not found* > > > > My structure: > > > > - file.ear > > - META-INF > > - file.war > > - META-INF > > - services > > - javax.enterprise.inject.spi.Extension > > - WEB-INF > > - classes > > - lib > > > > > > After trying and searching for hours and after debugging a bit i found > the > > following problem: > > > > in > /org.apache.openejb.assembler.classic.Assembler#createAppClassLoader()/ > > a > > url classloader will be build using the path to the war file. But the > > classes are in WEB-INF/classes. If i add this manually, everything works > > fine. > > > > I want to ask is this a bug or is there a feature to add the > > WEB-INF/classes > > folder to the classpath? > > > > Thank you! > > > > > > > > -- > > View this message in context: > > > http://openejb.979440.n4.nabble.com/TomEE-CDI-Extension-ClassNotFoundException-because-WEB-INF-classes-is-ignored-tp4661619.html > > Sent from the OpenEJB Dev mailing list archive at Nabble.com. > > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://openejb.979440.n4.nabble.com/TomEE-CDI-Extension-ClassNotFoundException-because-WEB-INF-classes-is-ignored-tp4661619p4661620.html > To unsubscribe from TomEE - CDI Extension - ClassNotFoundException > because WEB-INF/classes is ignored, click > here<http://openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4661619&code=c2hAbm9kY2guZGV8NDY2MTYxOXw3NjUyNzE0Ng==> > . > NAML<http://openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-CDI-Extension-ClassNotFoundException-because-WEB-INF-classes-is-ignored-tp4661619p4661661.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.
