[weld-issues] [JBoss JIRA] (WELD-1489) Error Weld when starting WildFly 8 with Spring 3 - NullPointerException

2013-09-26 Thread Jozef Hartinger (JIRA)














































Jozef Hartinger
 updated  WELD-1489


Error Weld when starting WildFly 8 with Spring 3 - NullPointerException
















Change By:


Jozef Hartinger
(26/Sep/13 6:41 AM)




Fix Version/s:


2.1.0.CR1



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-1489) Error Weld when starting WildFly 8 with Spring 3 - NullPointerException

2013-09-26 Thread Matus Abaffy (JIRA)












































Matus Abaffy
 commented on  WELD-1489


Error Weld when starting WildFly 8 with Spring 3 - NullPointerException















Actually, war addressed in WFLY-2096 is sufficient to reproduce the bug: http://download.eng.brq.redhat.com/scratch/trepel/spring-booking-faces.war



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-1489) Error Weld when starting WildFly 8 with Spring 3 - NullPointerException

2013-09-26 Thread Jozef Hartinger (JIRA)












































Jozef Hartinger
 commented on  WELD-1489


Error Weld when starting WildFly 8 with Spring 3 - NullPointerException















The problem is caused by https://github.com/spring-projects/spring-framework/blob/master/spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java , which is recognized as a EE component by WildFly but does not have the required CDI constructor which is assumed by NonContextualComponentInjectionTarget



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-1489) Error Weld when starting WildFly 8 with Spring 3 - NullPointerException

2013-09-24 Thread Matus Abaffy (JIRA)














































Matus Abaffy
 commented on  WELD-1489


Error Weld when starting WildFly 8 with Spring 3 - NullPointerException















Can you provide more information? Attaching the source code (cineserver.war) / writing steps to reproduce would be helpful.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-1489) Error Weld when starting WildFly 8 with Spring 3 - NullPointerException

2013-09-16 Thread Jozef Hartinger (JIRA)















































Jozef Hartinger
 assigned  WELD-1489 to Matus Abaffy



Error Weld when starting WildFly 8 with Spring 3 - NullPointerException
















Change By:


Jozef Hartinger
(16/Sep/13 7:27 AM)




Assignee:


JozefHartinger
MatusAbaffy



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-1489) Error Weld when starting WildFly 8 with Spring 3 - NullPointerException

2013-08-29 Thread Raul Leite (JIRA)














































Raul Leite
 created  WELD-1489


Error Weld when starting WildFly 8 with Spring 3 - NullPointerException















Issue Type:


Bug



Affects Versions:


2.0.3.Final



Assignee:


Jozef Hartinger



Components:


WildFly integration



Created:


29/Aug/13 8:02 AM



Description:


When I update my application, from Jboss-as 7.1.1.Final to Wildfly 8.0.0.Alpha4, there was an error that I can not fix.

19:57:20,955 ERROR org.jboss.msc.service.fail (MSC service thread 1-2) MSC01: Failed to start service jboss.deployment.unit."cineserver.war".component."org.springframework.web.context.request.async.StandardServletAsyncWebRequest".WeldInstantiator: org.jboss.msc.service.StartException in service jboss.deployment.unit."cineserver.war".component."org.springframework.web.context.request.async.StandardServletAsyncWebRequest".WeldInstantiator: Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1900) jboss-msc-1.2.0.Beta2.jar:1.2.0.Beta2
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) rt.jar:1.7.0_25
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) rt.jar:1.7.0_25
at java.lang.Thread.run(Thread.java:724) rt.jar:1.7.0_25
Caused by: java.lang.NullPointerException
at org.jboss.weld.injection.InjectionPointFactory.getParameterInjectionPoints(InjectionPointFactory.java:245)
at org.jboss.weld.injection.AbstractCallableInjectionPoint.init(AbstractCallableInjectionPoint.java:49)
at org.jboss.weld.injection.ConstructorInjectionPoint.init(ConstructorInjectionPoint.java:59)
at org.jboss.weld.injection.InjectionPointFactory.createConstructorInjectionPoint(InjectionPointFactory.java:173)
at org.jboss.weld.injection.producer.DefaultInstantiator.init(DefaultInstantiator.java:46)
at org.jboss.weld.injection.producer.BasicInjectionTarget.initInstantiator(BasicInjectionTarget.java:144)
at org.jboss.weld.injection.producer.BasicInjectionTarget.init(BasicInjectionTarget.java:72)
at org.jboss.as.weld.injection.NonContextualComponentInjectionTarget.init(NonContextualComponentInjectionTarget.java:48)
at org.jboss.as.weld.injection.NonContextualComponentInjectionTarget.init(NonContextualComponentInjectionTarget.java:44)
at org.jboss.as.weld.injection.WeldComponentService.start(WeldComponentService.java:129)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1944) jboss-msc-1.2.0.Beta2.jar:1.2.0.Beta2
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1877) jboss-msc-1.2.0.Beta2.jar:1.2.0.Beta2
... 3 more

19:57:21,018 ERROR org.jboss.as.controller.management-operation (DeploymentScanner-threads - 1) JBAS014613: Operation ("deploy") failed - address: ((deployment = cineserver.war)) - failure description: {"JBAS014671: Failed services" = {"jboss.deployment.unit.\"cineserver.war\".component.\"org.springframework.web.context.request.async.StandardServletAsyncWebRequest\".WeldInstantiator" = "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"cineserver.war\".component.\"org.springframework.web.context.request.async.StandardServletAsyncWebRequest\".WeldInstantiator: Failed to start service
Caused by: java.lang.NullPointerException"}}
19:57:21,018 ERROR org.jboss.as.server (DeploymentScanner-threads - 1) JBAS015870: Deploy of deployment "cineserver.war" was rolled back with the following failure message: 
{"JBAS014671: Failed services" = 
{"jboss.deployment.unit.\"cineserver.war\".component.\"org.springframework.web.context.request.async.StandardServletAsyncWebRequest\".WeldInstantiator" = "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"cineserver.war\".component.\"org.springframework.web.context.request.async.StandardServletAsyncWebRequest\".WeldInstantiator: Failed to start service
Caused by: java.lang.NullPointerException"}
}



[weld-issues] [JBoss JIRA] (WELD-1489) Error Weld when starting WildFly 8 with Spring 3 - NullPointerException

2013-08-29 Thread Raul Leite (JIRA)














































Raul Abreu Leite
 updated  WELD-1489


Error Weld when starting WildFly 8 with Spring 3 - NullPointerException
















Change By:


Raul Abreu Leite
(29/Aug/13 8:08 AM)




Description:


WhenIupdatemyapplication,fromJboss-as7.1.1.FinaltoWildfly8.0.0.Alpha4,therewasanerrorthatIcannotfix.
{code:xml}
19:57:20,955ERROR[org.jboss.msc.service.fail](MSCservicethread1-2)MSC01:Failedtostartservicejboss.deployment.unit.cineserver.war.component.org.springframework.web.context.request.async.StandardServletAsyncWebRequest.WeldInstantiator:org.jboss.msc.service.StartExceptioninservicejboss.deployment.unit.cineserver.war.component.org.springframework.web.context.request.async.StandardServletAsyncWebRequest.WeldInstantiator:Failedtostartserviceatorg.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1900)[jboss-msc-1.2.0.Beta2.jar:1.2.0.Beta2]atjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[rt.jar:1.7.0_25]atjava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[rt.jar:1.7.0_25]atjava.lang.Thread.run(Thread.java:724)[rt.jar:1.7.0_25]Causedby:java.lang.NullPointerExceptionatorg.jboss.weld.injection.InjectionPointFactory.getParameterInjectionPoints(InjectionPointFactory.java:245)atorg.jboss.weld.injection.AbstractCallableInjectionPoint.init(AbstractCallableInjectionPoint.java:49)atorg.jboss.weld.injection.ConstructorInjectionPoint.init(ConstructorInjectionPoint.java:59)atorg.jboss.weld.injection.InjectionPointFactory.createConstructorInjectionPoint(InjectionPointFactory.java:173)atorg.jboss.weld.injection.producer.DefaultInstantiator.init(DefaultInstantiator.java:46)atorg.jboss.weld.injection.producer.BasicInjectionTarget.initInstantiator(BasicInjectionTarget.java:144)atorg.jboss.weld.injection.producer.BasicInjectionTarget.init(BasicInjectionTarget.java:72)atorg.jboss.as.weld.injection.NonContextualComponentInjectionTarget.init(NonContextualComponentInjectionTarget.java:48)atorg.jboss.as.weld.injection.NonContextualComponentInjectionTarget.init(NonContextualComponentInjectionTarget.java:44)atorg.jboss.as.weld.injection.WeldComponentService.start(WeldComponentService.java:129)atorg.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1944)[jboss-msc-1.2.0.Beta2.jar:1.2.0.Beta2]atorg.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1877)[jboss-msc-1.2.0.Beta2.jar:1.2.0.Beta2]...3more19:57:21,018ERROR[org.jboss.as.controller.management-operation](DeploymentScanner-threads-1)JBAS014613:Operation(deploy)failed-address:([(deployment=cineserver.war)])-failuredescription:{JBAS014671:Failedservices={jboss.deployment.unit.\cineserver.war\.component.\org.springframework.web.context.request.async.StandardServletAsyncWebRequest\.WeldInstantiator=org.jboss.msc.service.StartExceptioninservicejboss.deployment.unit.\cineserver.war\.component.\org.springframework.web.context.request.async.StandardServletAsyncWebRequest\.WeldInstantiator:FailedtostartserviceCausedby:java.lang.NullPointerException}}19:57:21,018ERROR[org.jboss.as.server](DeploymentScanner-threads-1)JBAS015870:Deployofdeploymentcineserver.warwasrolledbackwiththefollowingfailuremessage:{JBAS014671:Failedservices={jboss.deployment.unit.\cineserver.war\.component.\org.springframework.web.context.request.async.StandardServletAsyncWebRequest\.WeldInstantiator=org.jboss.msc.service.StartExceptioninservicejboss.deployment.unit.\cineserver.war\.component.\org.springframework.web.context.request.async.StandardServletAsyncWebRequest\.WeldInstantiator:FailedtostartserviceCausedby:java.lang.NullPointerException}}
{code}



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-1489) Error Weld when starting WildFly 8 with Spring 3 - NullPointerException

2013-08-29 Thread Raul Leite (JIRA)














































Raul Abreu Leite
 updated  WELD-1489


Error Weld when starting WildFly 8 with Spring 3 - NullPointerException
















Change By:


Raul Abreu Leite
(29/Aug/13 8:09 AM)




Description:


WhenIupdatemyapplication,fromJboss-as7.1.1.FinaltoWildfly8.0.0.Alpha4,therewasanerrorthatIcannotfix.

{code:
xml
java
}19:57:20,955ERROR[org.jboss.msc.service.fail](MSCservicethread1-2)MSC01:Failedtostartservicejboss.deployment.unit.cineserver.war.component.org.springframework.web.context.request.async.StandardServletAsyncWebRequest.WeldInstantiator:org.jboss.msc.service.StartExceptioninservicejboss.deployment.unit.cineserver.war.component.org.springframework.web.context.request.async.StandardServletAsyncWebRequest.WeldInstantiator:Failedtostartserviceatorg.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1900)[jboss-msc-1.2.0.Beta2.jar:1.2.0.Beta2]atjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[rt.jar:1.7.0_25]atjava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[rt.jar:1.7.0_25]atjava.lang.Thread.run(Thread.java:724)[rt.jar:1.7.0_25]Causedby:java.lang.NullPointerExceptionatorg.jboss.weld.injection.InjectionPointFactory.getParameterInjectionPoints(InjectionPointFactory.java:245)atorg.jboss.weld.injection.AbstractCallableInjectionPoint.init(AbstractCallableInjectionPoint.java:49)atorg.jboss.weld.injection.ConstructorInjectionPoint.init(ConstructorInjectionPoint.java:59)atorg.jboss.weld.injection.InjectionPointFactory.createConstructorInjectionPoint(InjectionPointFactory.java:173)atorg.jboss.weld.injection.producer.DefaultInstantiator.init(DefaultInstantiator.java:46)atorg.jboss.weld.injection.producer.BasicInjectionTarget.initInstantiator(BasicInjectionTarget.java:144)atorg.jboss.weld.injection.producer.BasicInjectionTarget.init(BasicInjectionTarget.java:72)atorg.jboss.as.weld.injection.NonContextualComponentInjectionTarget.init(NonContextualComponentInjectionTarget.java:48)atorg.jboss.as.weld.injection.NonContextualComponentInjectionTarget.init(NonContextualComponentInjectionTarget.java:44)atorg.jboss.as.weld.injection.WeldComponentService.start(WeldComponentService.java:129)atorg.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1944)[jboss-msc-1.2.0.Beta2.jar:1.2.0.Beta2]atorg.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1877)[jboss-msc-1.2.0.Beta2.jar:1.2.0.Beta2]...3more19:57:21,018ERROR[org.jboss.as.controller.management-operation](DeploymentScanner-threads-1)JBAS014613:Operation(deploy)failed-address:([(deployment=cineserver.war)])-failuredescription:{JBAS014671:Failedservices={jboss.deployment.unit.\cineserver.war\.component.\org.springframework.web.context.request.async.StandardServletAsyncWebRequest\.WeldInstantiator=org.jboss.msc.service.StartExceptioninservicejboss.deployment.unit.\cineserver.war\.component.\org.springframework.web.context.request.async.StandardServletAsyncWebRequest\.WeldInstantiator:FailedtostartserviceCausedby:java.lang.NullPointerException}}19:57:21,018ERROR[org.jboss.as.server](DeploymentScanner-threads-1)JBAS015870:Deployofdeploymentcineserver.warwasrolledbackwiththefollowingfailuremessage:{JBAS014671:Failedservices={jboss.deployment.unit.\cineserver.war\.component.\org.springframework.web.context.request.async.StandardServletAsyncWebRequest\.WeldInstantiator=org.jboss.msc.service.StartExceptioninservicejboss.deployment.unit.\cineserver.war\.component.\org.springframework.web.context.request.async.StandardServletAsyncWebRequest\.WeldInstantiator:FailedtostartserviceCausedby:java.lang.NullPointerException}}{code}



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues