Issues with arquillian archives on WebLogic 12c - wrong beans.xml file location

2012-02-20 Thread Rudy De Busscher
Hi all, I'm trying to run the DeltaSpike integration tests on the Oracle WebLogic 12C server. And i'm getting the following exceptions (related to ExcludeIntegrationTest, the first test) *Weblogic console* *org.jboss.arquillian.testenricher.cdi.container.BeanManagerProducer lookup* *INFO:

[jira] [Created] (DELTASPIKE-94) beans.xml in arquillian deployment artifacts for integration testing needs to be in WEB-INF to support WebLogic 12c

2012-02-20 Thread Rudy De Busscher (Created) (JIRA)
beans.xml in arquillian deployment artifacts for integration testing needs to be in WEB-INF to support WebLogic 12c --- Key: DELTASPIKE-94 URL:

[Discuss] Classloader issue for deltaspike configuration (differences between Glassfish 3.Jboss AS7 and weblogic 12c)

2012-02-20 Thread Rudy De Busscher
Hi all, There are problems with the configuration of DeltaSpike on weblogic 12c. When a web application is deployed that contains deltaspike as jars, the configuration is not performed properly. - *ServiceLoader.load(ConfigSourceProvider.class); * = doesn't find the service configuration file

Re: [Discuss] Classloader issue for deltaspike configuration (differences between Glassfish 3.Jboss AS7 and weblogic 12c)

2012-02-20 Thread Rudy De Busscher
a) +1 b) 1) +1 org.apache.deltaspike.core.util.ClassUtils#getClassLoader only called with a null parameter for the moment (except for DefaultConfigSourceProvider) regards Rudy On 20 February 2012 15:56, Rudy De Busscher rdebussc...@gmail.com wrote: Hi all, There are problems with the

Re: starting new modules

2012-02-20 Thread Pete Muir
+1 On 16 Feb 2012, at 09:02, Gerhard Petracek wrote: hi @ all, you might have seen that i committed the initial version of [1] and [2]. right now we can't commit the corresponding tests, because we have to wait for a new version of arquillian. therefore i pushed them to [3]. the

[Discuss] correct handling of multiple ClassDeactivator

2012-02-20 Thread Rudy De Busscher
Hi, Multiple ClassDeactivator can be defined and handled by the method org.apache.deltaspike.core.util.ClassDeactivation#initDeactivatableCacheFor This method uses org.apache.deltaspike.core.api.config.ConfigResolver#getAllPropertyValues to retrieve all defined ClassDeactivator by all

Re: Issues with arquillian archives on WebLogic 12c - wrong beans.xml file location

2012-02-20 Thread Pete Muir
On 20 Feb 2012, at 15:10, Dan Allen wrote: The location of beans.xml in a war that Rudy suggests is correct, according to the spec. We've discussed this issue frequently on various mailinglists and forums because the general consensus is that a web archive should support honor either

Re: [Discuss] correct handling of multiple ClassDeactivator

2012-02-20 Thread Gerhard Petracek
hi rudy, yes - you are right. after fixing #getPropertyValue we didn't check #getAllPropertyValues. i'll create a test for it (we planned to do that in any case) and fix it. thx regards, gerhard 2012/2/20 Rudy De Busscher rdebussc...@gmail.com Hi, Multiple ClassDeactivator can be defined

Re: Issues with arquillian archives on WebLogic 12c - wrong beans.xml file location

2012-02-20 Thread Dan Allen
On Mon, Feb 20, 2012 at 10:18, Pete Muir pm...@redhat.com wrote: On 20 Feb 2012, at 15:10, Dan Allen wrote: The location of beans.xml in a war that Rudy suggests is correct, according to the spec. We've discussed this issue frequently on various mailinglists and forums because the

Re: [Discuss] Classloader issue for deltaspike configuration (differences between Glassfish 3.Jboss AS7 and weblogic 12c)

2012-02-20 Thread Gerhard Petracek
@jason: it is weld v1.1.3 sp1 regards, gerhard 2012/2/20 Dan Allen dan.j.al...@gmail.com On Mon, Feb 20, 2012 at 09:57, Rudy De Busscher rdebussc...@gmail.com wrote: a) +1 +1 b) 1) +1 org.apache.deltaspike.core.util.ClassUtils#getClassLoader only called with a null

Re: Issues with arquillian archives on WebLogic 12c - wrong beans.xml file location

2012-02-20 Thread Dan Allen
On Mon, Feb 20, 2012 at 10:33, Dan Allen dan.j.al...@gmail.com wrote: On Mon, Feb 20, 2012 at 10:18, Pete Muir pm...@redhat.com wrote: On 20 Feb 2012, at 15:10, Dan Allen wrote: The location of beans.xml in a war that Rudy suggests is correct, according to the spec. We've discussed

Re: [Discuss] Classloader issue for deltaspike configuration (differences between Glassfish 3.Jboss AS7 and weblogic 12c)

2012-02-20 Thread Jason Porter
Sent from my iPhone On Feb 20, 2012, at 8:31, Dan Allen dan.j.al...@gmail.com wrote: On Mon, Feb 20, 2012 at 09:57, Rudy De Busscher rdebussc...@gmail.comwrote: a) +1 +1 Also my +1 b) 1) +1 org.apache.deltaspike.core.util.ClassUtils#getClassLoader only called with a null

Re: Issues with arquillian archives on WebLogic 12c - wrong beans.xml file location

2012-02-20 Thread Pete Muir
I think how this works is interpreted differently by everyone. So for now we assume that it doesn't work there. And for CDI 1.1 we explicitly list it as a location to be supported and force people to support it (Stuart). On 20 Feb 2012, at 15:37, Mark Struberg wrote: The CDI spec might be

[jira] [Reopened] (DELTASPIKE-24) Deactivatable

2012-02-20 Thread Gerhard Petracek (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek reopened DELTASPIKE-24: Assignee: Gerhard Petracek (was: Mark Struberg) Deactivatable

[jira] [Closed] (DELTASPIKE-24) Deactivatable

2012-02-20 Thread Gerhard Petracek (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek closed DELTASPIKE-24. -- Resolution: Fixed Deactivatable - Key:

[jira] [Reopened] (DELTASPIKE-51) unit and integration tests for ConfigResolver and ConfigSource

2012-02-20 Thread Gerhard Petracek (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek reopened DELTASPIKE-51: unit and integration tests for ConfigResolver and ConfigSource

Re: Issues with arquillian archives on WebLogic 12c - wrong beans.xml file location

2012-02-20 Thread Dan Allen
I agree with Pete. It's too much of an uphill battle to fight for this in CDI 1.0 given that we are going to expend a lot of energy fighting the issue. Better to look ahead. Here's the issue: https://issues.jboss.org/browse/CDI-218 -Dan On Mon, Feb 20, 2012 at 10:40, Pete Muir pm...@redhat.com

[jira] [Closed] (DELTASPIKE-51) unit and integration tests for ConfigResolver and ConfigSource

2012-02-20 Thread Gerhard Petracek (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek closed DELTASPIKE-51. -- Resolution: Fixed unit and integration tests for ConfigResolver and