Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.3
-
Fix Version/s: 4.0.3
-
Component/s: None
-
- Environment:
-
Platform : Ubuntu 10.4, JDK 1.6u20
Petals Version : Petals ESB 3.1
Components :
- Petals-SE-BPEL 1.0.4-SNAPSHOT (using snapshot versions of easyviper / easybpel)
- Petals-BC-SOAP 4.0.3-SNAPSHOT
Attachments
Activity
| Field | Original Value | New Value |
|---|---|---|
| Project | Support PROD - Veolia Eau [ 10057 ] | Petals-BC-SOAP [ 10038 ] |
| Key | SPVEOLIAE-30 |
|
| Issue Type | Incident [ 6 ] | Bug [ 1 ] |
| Workflow | pl-support-workflow [ 10421 ] | pl-bugtracker-workflow [ 10422 ] |
| Component/s | PetalsESB [ 10027 ] | |
| Security | Public [ 10000 ] |
| Summary | NPE dans la console de Petals | NPE in the Petals console |
| Assignee | Marc Jambert [ mjambert ] | Nicolas Oddoux [ noddoux ] |
| Description |
petals@localhost:/> [Petals.Container.Components.petals-se-bpel]-INFO 2010-07-01 11:39:05,655 the receiver gives the message to workflow engine
[Petals.Container.Components.petals-se-bpel]-SEVERE 2010-07-01 11:39:05,756 null java.lang.NullPointerException at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processInOptionalOutAsProvider(MessageExchangeProcessor.java:568) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:391) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.process(MessageExchangeProcessor.java:233) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.run(MessageExchangeProcessor.java:177) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) |
petals@localhost:/> [Petals.Container.Components.petals-se-bpel]-INFO 2010-07-01 11:39:05,655 the receiver gives the message to workflow engine
[Petals.Container.Components.petals-se-bpel]-SEVERE 2010-07-01 11:39:05,756 null java.lang.NullPointerException at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processInOptionalOutAsProvider(MessageExchangeProcessor.java:568) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:391) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.process(MessageExchangeProcessor.java:233) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.run(MessageExchangeProcessor.java:177) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Reproduction guidelines : - Start Petals in console mode (startup.sh -C) - Deploy & start the SE-BPEL - Deploy & start the BC-SOAP - Deploy the given configuration artifacts - Try to call the process using the given SoapUI 3.5 mock |
| Link | This issue blocks SPVEOLIAE-29 [ SPVEOLIAE-29 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|

This is a known issue in the BC-SOAP in consume mode, which does not know how to guess MEPs for WSDL 1.1. May be a feature to be added in EasyWSDL.