You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Mark Ford (JIRA)" <ji...@apache.org> on 2009/02/03 20:52:00 UTC

[jira] Created: (ODE-504) Error on deployment after change expressionLanguage to XQuery

Error on deployment after change expressionLanguage to XQuery
-------------------------------------------------------------

                 Key: ODE-504
                 URL: https://issues.apache.org/jira/browse/ODE-504
             Project: ODE
          Issue Type: Bug
          Components: Deployment
    Affects Versions: 2.0
         Environment: apache-tomcat-5.5.27, Java 1.6, OS X
            Reporter: Mark Ford


1. Download ODE 2.0 from trunk
2. Place war into tomcat and start
3. copy examples/HelloWorld2 into ode/WEB-INF/processes/
4. test process (works)
5. edit HelloWorld2.bpel and change /process/@expressionLanguage from urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0 to urn:oasis:names:tc:wsbpel:2.0:sublang:xquery1.0
6. delete HelloWorld2.deployed
7. Note error in console
8. revert change and process works

Error from catalina.out:

INFO - GeronimoLog.info(79) | Unregistered process {http://ode/bpel/unit-test}HelloWorld2-1.
ERROR - GeronimoLog.error(104) | null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
ERROR - GeronimoLog.error(108) | Deploy failed; error: [CompilationErrors] Compilation completed with 1 error(s):
	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".

org.apache.ode.bpel.compiler.api.CompilationException: error: [CompilationErrors] Compilation completed with 1 error(s):
	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".

	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:763)
	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:132)
	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268)
	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338)
	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:171)
	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:134)
	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:183)
	at org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:144)
	at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:55)
	at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:188)
ERROR - GeronimoLog.error(108) | Deployment of HelloWorld2 failed, aborting for now.
org.apache.ode.bpel.iapi.ContextException: Deploy failed; error: [CompilationErrors] Compilation completed with 1 error(s):
	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".

	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:187)
	at org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:144)
	at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:55)
	at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:188)
Caused by: org.apache.ode.bpel.compiler.api.CompilationException: error: [CompilationErrors] Compilation completed with 1 error(s):
	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".

	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:763)
	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:132)
	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268)
	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338)
	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:171)
	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:134)
	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:183)
	... 3 more



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-504) Error on deployment after change expressionLanguage to XQuery

Posted by "Mark Ford (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Ford updated ODE-504:
--------------------------

    Description: 
1. Download ODE 2.0 from trunk (pre-built WAR, not the source)
2. Place war into tomcat and start
3. copy examples/HelloWorld2 into ode/WEB-INF/processes/
4. test process (works)
5. edit HelloWorld2.bpel and change /process/@expressionLanguage from urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0 to urn:oasis:names:tc:wsbpel:2.0:sublang:xquery1.0
6. delete HelloWorld2.deployed
7. Note error in console
8. revert change and process works

Error from catalina.out:

INFO - GeronimoLog.info(79) | Unregistered process {http://ode/bpel/unit-test}HelloWorld2-1.
ERROR - GeronimoLog.error(104) | null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
ERROR - GeronimoLog.error(108) | Deploy failed; error: [CompilationErrors] Compilation completed with 1 error(s):
	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".

org.apache.ode.bpel.compiler.api.CompilationException: error: [CompilationErrors] Compilation completed with 1 error(s):
	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".

	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:763)
	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:132)
	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268)
	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338)
	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:171)
	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:134)
	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:183)
	at org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:144)
	at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:55)
	at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:188)
ERROR - GeronimoLog.error(108) | Deployment of HelloWorld2 failed, aborting for now.
org.apache.ode.bpel.iapi.ContextException: Deploy failed; error: [CompilationErrors] Compilation completed with 1 error(s):
	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".

	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:187)
	at org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:144)
	at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:55)
	at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:188)
Caused by: org.apache.ode.bpel.compiler.api.CompilationException: error: [CompilationErrors] Compilation completed with 1 error(s):
	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".

	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:763)
	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:132)
	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268)
	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338)
	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:171)
	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:134)
	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:183)
	... 3 more



  was:
1. Download ODE 2.0 from trunk
2. Place war into tomcat and start
3. copy examples/HelloWorld2 into ode/WEB-INF/processes/
4. test process (works)
5. edit HelloWorld2.bpel and change /process/@expressionLanguage from urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0 to urn:oasis:names:tc:wsbpel:2.0:sublang:xquery1.0
6. delete HelloWorld2.deployed
7. Note error in console
8. revert change and process works

Error from catalina.out:

INFO - GeronimoLog.info(79) | Unregistered process {http://ode/bpel/unit-test}HelloWorld2-1.
ERROR - GeronimoLog.error(104) | null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
ERROR - GeronimoLog.error(108) | Deploy failed; error: [CompilationErrors] Compilation completed with 1 error(s):
	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".

org.apache.ode.bpel.compiler.api.CompilationException: error: [CompilationErrors] Compilation completed with 1 error(s):
	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".

	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:763)
	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:132)
	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268)
	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338)
	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:171)
	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:134)
	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:183)
	at org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:144)
	at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:55)
	at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:188)
ERROR - GeronimoLog.error(108) | Deployment of HelloWorld2 failed, aborting for now.
org.apache.ode.bpel.iapi.ContextException: Deploy failed; error: [CompilationErrors] Compilation completed with 1 error(s):
	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".

	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:187)
	at org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:144)
	at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:55)
	at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:188)
Caused by: org.apache.ode.bpel.compiler.api.CompilationException: error: [CompilationErrors] Compilation completed with 1 error(s):
	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".

	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:763)
	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:132)
	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268)
	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338)
	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:171)
	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:134)
	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:183)
	... 3 more




> Error on deployment after change expressionLanguage to XQuery
> -------------------------------------------------------------
>
>                 Key: ODE-504
>                 URL: https://issues.apache.org/jira/browse/ODE-504
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.0
>         Environment: apache-tomcat-5.5.27, Java 1.6, OS X
>            Reporter: Mark Ford
>
> 1. Download ODE 2.0 from trunk (pre-built WAR, not the source)
> 2. Place war into tomcat and start
> 3. copy examples/HelloWorld2 into ode/WEB-INF/processes/
> 4. test process (works)
> 5. edit HelloWorld2.bpel and change /process/@expressionLanguage from urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0 to urn:oasis:names:tc:wsbpel:2.0:sublang:xquery1.0
> 6. delete HelloWorld2.deployed
> 7. Note error in console
> 8. revert change and process works
> Error from catalina.out:
> INFO - GeronimoLog.info(79) | Unregistered process {http://ode/bpel/unit-test}HelloWorld2-1.
> ERROR - GeronimoLog.error(104) | null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> ERROR - GeronimoLog.error(108) | Deploy failed; error: [CompilationErrors] Compilation completed with 1 error(s):
> 	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> org.apache.ode.bpel.compiler.api.CompilationException: error: [CompilationErrors] Compilation completed with 1 error(s):
> 	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> 	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:763)
> 	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:132)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:171)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:134)
> 	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:183)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:144)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:55)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:188)
> ERROR - GeronimoLog.error(108) | Deployment of HelloWorld2 failed, aborting for now.
> org.apache.ode.bpel.iapi.ContextException: Deploy failed; error: [CompilationErrors] Compilation completed with 1 error(s):
> 	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> 	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:187)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:144)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:55)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:188)
> Caused by: org.apache.ode.bpel.compiler.api.CompilationException: error: [CompilationErrors] Compilation completed with 1 error(s):
> 	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> 	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:763)
> 	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:132)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:171)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:134)
> 	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:183)
> 	... 3 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-504) Error on deployment after change expressionLanguage to XQuery

Posted by "Karthick Sankarachary (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670914#action_12670914 ] 

Karthick Sankarachary commented on ODE-504:
-------------------------------------------

This issue has been resolved in the 1.X branch and trunk through revisions 741302 and 741304 respectively.

> Error on deployment after change expressionLanguage to XQuery
> -------------------------------------------------------------
>
>                 Key: ODE-504
>                 URL: https://issues.apache.org/jira/browse/ODE-504
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.0
>         Environment: apache-tomcat-5.5.27, Java 1.6, OS X
>            Reporter: Mark Ford
>
> 1. Download ODE 2.0 from trunk (pre-built WAR, not the source)
> 2. Place war into tomcat and start
> 3. copy examples/HelloWorld2 into ode/WEB-INF/processes/
> 4. test process (works)
> 5. edit HelloWorld2.bpel and change /process/@expressionLanguage from urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0 to urn:oasis:names:tc:wsbpel:2.0:sublang:xquery1.0
> 6. delete HelloWorld2.deployed
> 7. Note error in console
> 8. revert change and process works
> Error from catalina.out:
> INFO - GeronimoLog.info(79) | Unregistered process {http://ode/bpel/unit-test}HelloWorld2-1.
> ERROR - GeronimoLog.error(104) | null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> ERROR - GeronimoLog.error(108) | Deploy failed; error: [CompilationErrors] Compilation completed with 1 error(s):
> 	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> org.apache.ode.bpel.compiler.api.CompilationException: error: [CompilationErrors] Compilation completed with 1 error(s):
> 	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> 	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:763)
> 	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:132)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:171)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:134)
> 	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:183)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:144)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:55)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:188)
> ERROR - GeronimoLog.error(108) | Deployment of HelloWorld2 failed, aborting for now.
> org.apache.ode.bpel.iapi.ContextException: Deploy failed; error: [CompilationErrors] Compilation completed with 1 error(s):
> 	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> 	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:187)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:144)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:55)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:188)
> Caused by: org.apache.ode.bpel.compiler.api.CompilationException: error: [CompilationErrors] Compilation completed with 1 error(s):
> 	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> 	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:763)
> 	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:132)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:171)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:134)
> 	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:183)
> 	... 3 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-504) Error on deployment after change expressionLanguage to XQuery

Posted by "Karthick Sankarachary (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karthick Sankarachary resolved ODE-504.
---------------------------------------

    Resolution: Fixed

> Error on deployment after change expressionLanguage to XQuery
> -------------------------------------------------------------
>
>                 Key: ODE-504
>                 URL: https://issues.apache.org/jira/browse/ODE-504
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.0
>         Environment: apache-tomcat-5.5.27, Java 1.6, OS X
>            Reporter: Mark Ford
>
> 1. Download ODE 2.0 from trunk (pre-built WAR, not the source)
> 2. Place war into tomcat and start
> 3. copy examples/HelloWorld2 into ode/WEB-INF/processes/
> 4. test process (works)
> 5. edit HelloWorld2.bpel and change /process/@expressionLanguage from urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0 to urn:oasis:names:tc:wsbpel:2.0:sublang:xquery1.0
> 6. delete HelloWorld2.deployed
> 7. Note error in console
> 8. revert change and process works
> Error from catalina.out:
> INFO - GeronimoLog.info(79) | Unregistered process {http://ode/bpel/unit-test}HelloWorld2-1.
> ERROR - GeronimoLog.error(104) | null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> ERROR - GeronimoLog.error(108) | Deploy failed; error: [CompilationErrors] Compilation completed with 1 error(s):
> 	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> org.apache.ode.bpel.compiler.api.CompilationException: error: [CompilationErrors] Compilation completed with 1 error(s):
> 	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> 	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:763)
> 	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:132)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:171)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:134)
> 	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:183)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:144)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:55)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:188)
> ERROR - GeronimoLog.error(108) | Deployment of HelloWorld2 failed, aborting for now.
> org.apache.ode.bpel.iapi.ContextException: Deploy failed; error: [CompilationErrors] Compilation completed with 1 error(s):
> 	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> 	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:187)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:144)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:55)
> 	at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:188)
> Caused by: org.apache.ode.bpel.compiler.api.CompilationException: error: [CompilationErrors] Compilation completed with 1 error(s):
> 	null:58: error: [UndeclaredVariable] Attempt to reference undeclared variable "pid".
> 	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:763)
> 	at org.apache.ode.bpel.compiler.v2.BpelCompilerImpl.compile(BpelCompilerImpl.java:132)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:338)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:171)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:134)
> 	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:183)
> 	... 3 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.