Re: [jira] [Commented] (DELTASPIKE-589) Support WLS Profile in Data Module

2014-05-15 Thread Rudy De Busscher
Hi Thomas,

I did some testing of DeltaSpike on WLS more then  a year ago.

The issues that I had are described in
DELTASPIKE-241
DELTASPIKE-261

I stopped testing because there where more weird issues with the
classloader and didn't had the time to verify all those things.

regards
Rudy


On 11 May 2014 00:15, Thomas Hug (JIRA) j...@apache.org wrote:


 [
 https://issues.apache.org/jira/browse/DELTASPIKE-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13993475#comment-13993475]

 Thomas Hug commented on DELTASPIKE-589:
 ---

 Anyone seen this problem while running tests on WLS?

 Simple Deployment:

 {code:java}
 @Deployment
 public static Archive? deployment()
 {
 WebArchive archive = ShrinkWrap
 .create(WebArchive.class, test.war)
 .addAsWebInfResource(EmptyAsset.INSTANCE,
 ArchivePaths.create(beans.xml))
 .addAsLibraries(
 Maven.resolver().loadPomFromFile(pom.xml)
 .resolve(

 org.apache.deltaspike.core:deltaspike-core-api,

 org.apache.deltaspike.core:deltaspike-core-impl)
 .withTransitivity()
 .asFile()
 );
 return archive;
 }
 {code}

 Fails to deploy with

 {code}
 weblogic.management.DeploymentException:
 org.jboss.weld.exceptions.DeploymentException: Exception List with 4
 exceptions:
 Exception 0 :
 org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied
 dependencies for type [MBeanExtension] with qualifiers [@Default] at
 injection point [[field] @Inject private
 org.apache.deltaspike.core.impl.jmx.BroadcasterProducer.extension]
 at
 org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:311)
 ...
 Exception 0 :
 org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied
 dependencies for type [ExceptionControlExtension] with qualifiers
 [@Default] at injection point [[field] @Inject private
 org.apache.deltaspike.core.impl.exception.control.HandlerMethodStorageProducer.exceptionControlExtension]
 at
 org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:311)
 ...
 Exception 0 :
 org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied
 dependencies for type [DeltaSpikeContextExtension] with qualifiers
 [@Default] at injection point [[field] @Inject private
 org.apache.deltaspike.core.impl.scope.conversation.GroupedConversationArtifactProducer.deltaSpikeContextExtension]
 at
 org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:311)
 ...
 Exception 0 :
 org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied
 dependencies for type [DeltaSpikeContextExtension] with qualifiers
 [@Default] at injection point [[field] @Inject private
 org.apache.deltaspike.core.impl.scope.window.WindowContextProducer.deltaSpikeContextExtension]
 at
 org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:311)
 ...
 {code}

  Support WLS Profile in Data Module
  --
 
  Key: DELTASPIKE-589
  URL:
 https://issues.apache.org/jira/browse/DELTASPIKE-589
  Project: DeltaSpike
   Issue Type: Task
   Components: Build, Data-Module
 Affects Versions: 0.7
 Reporter: Thomas Hug
 Assignee: Thomas Hug
  Fix For: 0.8
 
 
  Add a WLS-specific test-persistence.xml included by the WLS profiles.



 --
 This message was sent by Atlassian JIRA
 (v6.2#6252)



[jira] [Commented] (DELTASPIKE-591) Add a ProjectStage aware resource Servlet

2014-05-15 Thread Romain Manni-Bucau (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997565#comment-13997565
 ] 

Romain Manni-Bucau commented on DELTASPIKE-591:
---

Yep + we can surely activate it by default with a ServletContainerInitializer 
(deactivable with an init param in the context) since it will be chrooted in 
a subcontext.

 Add a ProjectStage aware resource Servlet
 -

 Key: DELTASPIKE-591
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-591
 Project: DeltaSpike
  Issue Type: New Feature
  Components: Servlet-Module
Reporter: Daniel Sachse
Assignee: Christian Kaltepoth
 Attachments: DELTASPIKE-591.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (DELTASPIKE-591) Add a ProjectStage aware resource Servlet

2014-05-15 Thread Thomas Andraschko (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997522#comment-13997522
 ] 

Thomas Andraschko commented on DELTASPIKE-591:
--

+1 Romain. So the servlet would just listen to a static url pattern instead of 
filtering all requests.

 Add a ProjectStage aware resource Servlet
 -

 Key: DELTASPIKE-591
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-591
 Project: DeltaSpike
  Issue Type: New Feature
  Components: Servlet-Module
Reporter: Daniel Sachse
Assignee: Christian Kaltepoth
 Attachments: DELTASPIKE-591.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (DELTASPIKE-592) merge back release branch 'deltaspike-0.7'

2014-05-15 Thread Gerhard Petracek (JIRA)
Gerhard Petracek created DELTASPIKE-592:
---

 Summary: merge back release branch 'deltaspike-0.7'
 Key: DELTASPIKE-592
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-592
 Project: DeltaSpike
  Issue Type: Task
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.8






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Comment Edited] (DELTASPIKE-591) Add a ProjectStage aware resource Servlet

2014-05-15 Thread Thomas Andraschko (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996298#comment-13996298
 ] 

Thomas Andraschko edited comment on DELTASPIKE-591 at 5/13/14 11:50 AM:


I have no use-case for it but It would be OK for me if the filter is NOT 
automatically active/mapped.


was (Author: tandraschko):
I have not use-case for it but It would be OK for me if the filter is NOT 
automatically active/mapped.

 Add a ProjectStage aware resource Servlet
 -

 Key: DELTASPIKE-591
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-591
 Project: DeltaSpike
  Issue Type: New Feature
  Components: Servlet-Module
Reporter: Daniel Sachse
Assignee: Christian Kaltepoth
 Attachments: DELTASPIKE-591.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (DELTASPIKE-591) Add a ProjectStage aware resource Servlet

2014-05-15 Thread Gerhard Petracek (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek updated DELTASPIKE-591:


Assignee: Christian Kaltepoth

 Add a ProjectStage aware resource Servlet
 -

 Key: DELTASPIKE-591
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-591
 Project: DeltaSpike
  Issue Type: New Feature
  Components: Servlet-Module
Reporter: Daniel Sachse
Assignee: Christian Kaltepoth
 Attachments: DELTASPIKE-591.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)