Re: AnnotationDB-CrossReferenceException on startup

2012-03-08 Thread Gerhard Petracek
hi norbert, weld doesn't do something special. it just leads to a different deployment constellation. e.g. i added the listener to the mentioned [1] demo and there it doesn't cause an exception. however, independent of the libs. - a duplicated listener can have side-effects at runtime (depending o

Re: AnnotationDB-CrossReferenceException on startup

2012-03-08 Thread Norbert Lazzeri
oh thats good news :) the project now works (except from a few DOMExceptions) and i managed to integrate myfaces-extcdi. so errors basically where the JUnit annotations and the redundant ConfigureListener. took me a few days to find out... its just a bit odd when migrating von weld, because w

Re: AnnotationDB-CrossReferenceException on startup

2012-03-08 Thread Gerhard Petracek
hi norbert, you don't need to configure the listener on your own. it's configured in \META-INF\jsf_core.tld (impl jar of mojarra). regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache

Re: AnnotationDB-CrossReferenceException on startup

2012-03-08 Thread Gerhard Petracek
hi norbert, that's just a config issue. i generated a demo with the myfaces archetype and updated the result (i removed the config-entries you don't need and updated the versions). -> you can compare your setup with [1]. regards, gerhard [1] http://s.apache.org/PGR http://www.irian.at Your JSF

Re: AnnotationDB-CrossReferenceException on startup

2012-03-08 Thread Norbert Lazzeri
Ok, i updated now to openwebbeans 1.1.3 now i managed to get my webapp working, however i had to remove the com.sun.faces.config.ConfigureListener from my web.xml if i dont i get: Mär 08, 2012 1:21:13 PM org.apache.catalina.core.StandardContext listenerStart Schwerwiegend: Exception sen

Re: AnnotationDB-CrossReferenceException on startup

2012-03-08 Thread Norbert Lazzeri
Hi, thanks for the quick reply. first off: i found the reason for the AnnotationDB-CrossReferenceException. it was my fault because there where JUnit files with JUnit annotations on the classpath. removing these solved the problem, but now created another one Are you using mojarra or MyF

Re: AnnotationDB-CrossReferenceException on startup

2012-03-07 Thread Mark Struberg
Found some time to do more evaluation: The openwebbeans-* packages are fine for a webapp. I also have the following geronimo jars in my WEB-INF/libgeronimo-atinject_1.0_spec-1.0.jar    geronimo-jcdi_1.0_spec-1.0.jar   geronimo-interceptor_1.1_spec-1.0.jar   geronimo-validation_1.0_spec-1

Re: AnnotationDB-CrossReferenceException on startup

2012-03-07 Thread Mark Struberg
Hi Norbert and welcome to the list! Can you please upgrade to openwebbaens-1.1.3? Not sure if this would change much in your case but it's easier for us to support you. LieGrue, strub - Original Message - > From: Norbert Lazzeri > To: user@openwebbeans.apache.org > Cc: > Sent: Thurs