BPEL Editor can not deploy second version of process definition
---------------------------------------------------------------
Key: JBIDE-6617
URL:
https://jira.jboss.org/browse/JBIDE-6617
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: bpel
Affects Versions: 3.1.1
Environment: I have tested this in both Eclipse 3.6 / JBoss Tools 3.2 NB as well
as Eclipse 3.5 / JBoss Tools 3.1.1 on Mac cocoa JDK 1.6
Reporter: Jeff DeLong
Using JB Tools 3.1.1 I try to deploy the PolicyQuoteProcessSevice for
the second time and get an error on the server:
12:18:39,276 ERROR [ProcessStoreImpl] Deploy failed; Deployment Unit
"PolicyQuoteProcessService" already deployed!
12:18:39,276 ERROR [RiftSawProcessStore] Unknown error
org.apache.ode.bpel.iapi.ContextException: Deploy failed; Deployment
Unit "PolicyQuoteProcessService" already deployed!
at
org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:213)
at
org.apache.ode.store.RiftSawProcessStore$DeployScheduler.doDeploy(RiftSawProcessStore.java:176)
at
org.apache.ode.store.RiftSawProcessStore$DeployScheduler.run(RiftSawProcessStore.java:103)
The above is from a test with Eclipse 3.5 / JBoss Tools 3.1.1
What is interesting is that JB Tools in the Servers View show two different
PolicyQuoteProcessService-2010714xxxxx.jar where xxxxx is different for the two different
deployment archives. But the deploy directory only shows a single archive,
PolicyQuoteProcessService. jar, wit the value of the latest timestamp in the Date Modified
field. So it looks like JB Tools creates a properly named archive, but deploys one without
out the timestamp in the name. This has definitely worked in the past.
Here is a more complete server stack trace using Eclipse 3.6 / JBoss Tools 3.2 NB.
[org.jboss.bootstrap.microcontainer.ServerImpl] (main) JBoss (Microcontainer)
[5.0.0.GA_SOA (build: SVNTag=5.0.0.GA_SOA date=201004161806)] Started in 2m:2s:293ms
2010-07-14 21:43:36,317 INFO [org.jboss.soa.bpel.deployer.BPELDeployer] (HDScanner)
Deploy: PolicyQuoteProcessService.jar relativePath=bpel-deploy.xml
2010-07-14 21:43:36,339 INFO [org.apache.ode.store.ProcessStoreImpl] (Thread-20) Starting
deployment of processes from directory
"/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar".
2010-07-14 21:43:36,395 INFO
[org.springframework.context.support.ClassPathXmlApplicationContext] (Thread-20)
Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@b8a03b:
display name [org.springframework.context.support.ClassPathXmlApplicationContext@b8a03b];
startup date [Wed Jul 14 21:43:36 MDT 2010]; root of context hierarchy
2010-07-14 21:43:36,508 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (Thread-20) Loading XML
bean definitions from class path resource [beans.xml]
2010-07-14 21:43:36,513 INFO [org.apache.ode.store.DeploymentUnitDir] (Thread-20)
Can't initialize beans.xml application context
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML
document from class path resource [beans.xml]; nested exception is
java.io.FileNotFoundException: class path resource [beans.xml] cannot be opened because it
does not exist for PolicyQuoteProcessService.jar
2010-07-14 21:43:36,794 INFO [org.apache.ode.bpel.compiler.BpelC] (Thread-20) info:
[CompilingProcess] Compiling BPEL process.
2010-07-14 21:43:37,319 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/DrivingRecordWSService.wsdl
is a duplicate import, your documents should all be in different namespaces (its's not
nice but will still work).
2010-07-14 21:43:37,320 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/DrivingRecordWSService.wsdl
is already imported, this denotes a circular reference.
2010-07-14 21:43:37,320 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/CreditCheckWSService.wsdl
is a duplicate import, your documents should all be in different namespaces (its's not
nice but will still work).
2010-07-14 21:43:37,320 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/CreditCheckWSService.wsdl
is already imported, this denotes a circular reference.
2010-07-14 21:43:37,320 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteProcessService.wsdl
is a duplicate import, your documents should all be in different namespaces (its's not
nice but will still work).
2010-07-14 21:43:37,320 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteProcessService.wsdl
is already imported, this denotes a circular reference.
2010-07-14 21:43:37,320 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteEntityService.wsdl
is a duplicate import, your documents should all be in different namespaces (its's not
nice but will still work).
2010-07-14 21:43:37,320 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteEntityService.wsdl
is already imported, this denotes a circular reference.
2010-07-14 21:43:37,320 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/DrivingRecordCallbackService.wsdl
is a duplicate import, your documents should all be in different namespaces (its's not
nice but will still work).
2010-07-14 21:43:37,320 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/DrivingRecordCallbackService.wsdl
is already imported, this denotes a circular reference.
2010-07-14 21:43:37,320 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteCalculationService.wsdl
is a duplicate import, your documents should all be in different namespaces (its's not
nice but will still work).
2010-07-14 21:43:37,320 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteCalculationService.wsdl
is already imported, this denotes a circular reference.
2010-07-14 21:43:37,735 INFO [org.apache.ode.store.ProcessStoreImpl] (Thread-20) Process
{http://eclipse.org/bpel/sample}PolicyQuoteProcess-0 deployed from
"{http://eclipse.org/bpel/sample}PolicyQuoteProcess-0".
2010-07-14 21:43:37,868 INFO [org.apache.ode.bpel.engine.cron.CronScheduler] (Thread-20)
Cancelling PROCESS CRON jobs for: {http://eclipse.org/bpel/sample}PolicyQuoteProcess-0
2010-07-14 21:43:37,868 INFO [org.apache.ode.bpel.engine.cron.CronScheduler] (Thread-20)
Scheduling PROCESS CRON jobs for: {http://eclipse.org/bpel/sample}PolicyQuoteProcess-0
2010-07-14 21:43:37,887 INFO [org.jboss.soa.bpel.runtime.engine.ode.JAXWSBindingContext]
(Thread-20) Activate my role endpoint:
{http://soa.jboss.org/OrchestratedServices}PolicyQuoteProcessServiceService:PolicyQuoteProcessServicePortType
2010-07-14 21:43:37,890 INFO [STDOUT] (Thread-20) Retrieving document at
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/CreditCheckWSService.wsdl'.
2010-07-14 21:43:37,914 INFO [STDOUT] (Thread-20) Retrieving document at
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/DrivingRecordCallbackService.wsdl'.
2010-07-14 21:43:37,928 INFO [STDOUT] (Thread-20) Retrieving document at
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/DrivingRecordWSService.wsdl'.
2010-07-14 21:43:37,981 INFO [STDOUT] (Thread-20) Retrieving document at
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteCalculationService.wsdl'.
2010-07-14 21:43:37,995 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteCalculationService.wsdl'.
2010-07-14 21:43:38,009 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteCalculationService.wsdl'.
2010-07-14 21:43:38,009 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteCalculationService.wsdl'.
2010-07-14 21:43:38,010 INFO [STDOUT] (Thread-20) Retrieving document at
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteEntityService.wsdl'.
2010-07-14 21:43:38,025 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteEntityService.wsdl'.
2010-07-14 21:43:38,073 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteEntityService.wsdl'.
2010-07-14 21:43:38,073 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteEntityService.wsdl'.
2010-07-14 21:43:38,074 INFO [STDOUT] (Thread-20) Retrieving document at
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteProcessArtifacts.wsdl'.
2010-07-14 21:43:38,102 INFO [STDOUT] (Thread-20) Retrieving document at
'CreditCheckWSService.wsdl', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteProcessArtifacts.wsdl'.
2010-07-14 21:43:38,115 INFO [STDOUT] (Thread-20) Retrieving document at
'DrivingRecordWSService.wsdl', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteProcessArtifacts.wsdl'.
2010-07-14 21:43:38,168 INFO [STDOUT] (Thread-20) Retrieving document at
'PolicyQuoteCalculationService.wsdl', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteProcessArtifacts.wsdl'.
2010-07-14 21:43:38,168 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteCalculationService.wsdl'.
2010-07-14 21:43:38,182 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteCalculationService.wsdl'.
2010-07-14 21:43:38,182 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteCalculationService.wsdl'.
2010-07-14 21:43:38,196 INFO [STDOUT] (Thread-20) Retrieving document at
'DrivingRecordCallbackService.wsdl', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteProcessArtifacts.wsdl'.
2010-07-14 21:43:38,211 INFO [STDOUT] (Thread-20) Retrieving document at
'PolicyQuoteEntityService.wsdl', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteProcessArtifacts.wsdl'.
2010-07-14 21:43:38,211 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteEntityService.wsdl'.
2010-07-14 21:43:38,211 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteEntityService.wsdl'.
2010-07-14 21:43:38,211 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteEntityService.wsdl'.
2010-07-14 21:43:38,258 INFO [STDOUT] (Thread-20) Retrieving document at
'PolicyQuoteProcessService.wsdl', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteProcessArtifacts.wsdl'.
2010-07-14 21:43:38,259 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteProcessService.wsdl'.
2010-07-14 21:43:38,259 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteProcessService.wsdl'.
2010-07-14 21:43:38,259 INFO [STDOUT] (Thread-20) Retrieving schema at
'./types/policyQuoteBase.xsd', relative to
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/PolicyQuoteProcessService.wsdl'.
2010-07-14 21:43:39,065 WARN [org.jboss.ws.tools.wsdl.WSDL11Reader] (Thread-20)
UsingAddressing extensibility element not supported yet.
2010-07-14 21:43:39,066 WARN [org.jboss.ws.tools.wsdl.WSDL11Reader] (Thread-20)
UsingAddressing extensibility element not supported yet.
2010-07-14 21:43:39,066 WARN [org.jboss.ws.tools.wsdl.WSDL11Reader] (Thread-20)
UsingAddressing extensibility element not supported yet.
2010-07-14 21:43:39,066 WARN [org.jboss.ws.tools.wsdl.WSDL11Reader] (Thread-20)
UsingAddressing extensibility element not supported yet.
2010-07-14 21:43:39,067 WARN [org.jboss.ws.tools.wsdl.WSDL11Reader] (Thread-20)
UsingAddressing extensibility element not supported yet.
2010-07-14 21:43:39,067 WARN [org.jboss.ws.tools.wsdl.WSDL11Reader] (Thread-20)
UsingAddressing extensibility element not supported yet.
2010-07-14 21:43:39,067 WARN [org.jboss.ws.tools.wsdl.WSDL11Reader] (Thread-20)
UsingAddressing extensibility element not supported yet.
2010-07-14 21:43:39,067 WARN [org.jboss.ws.tools.wsdl.WSDL11Reader] (Thread-20)
UsingAddressing extensibility element not supported yet.
2010-07-14 21:43:39,067 WARN [org.jboss.ws.tools.wsdl.WSDL11Reader] (Thread-20)
UsingAddressing extensibility element not supported yet.
2010-07-14 21:43:39,067 WARN [org.jboss.ws.tools.wsdl.WSDL11Reader] (Thread-20)
UsingAddressing extensibility element not supported yet.
2010-07-14 21:43:39,073 INFO [org.jboss.wsf.stack.jbws.WSDLFilePublisher] (Thread-20)
WSDL published to:
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/data/wsdl/riftsaw-cd209384-e36b-4587-accd-b67d417adbb0.war/PolicyQuoteProcessArtifacts.wsdl
2010-07-14 21:43:39,091 INFO [org.jboss.wsf.framework.management.DefaultEndpointRegistry]
(Thread-20) register:
jboss.ws:context=PolicyQuoteProcessService,endpoint=Endpoint-cd209384-e36b-4587-accd-b67d417adbb0
2010-07-14 21:43:39,128 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment]
(Thread-20) deploy, ctxPath=/PolicyQuoteProcessService
2010-07-14 21:43:39,193 WARNING [javax.enterprise.resource.webcontainer.jsf.config]
(Thread-20) Unable to process deployment descriptor for context
'/PolicyQuoteProcessService'
2010-07-14 21:43:39,193 INFO [javax.enterprise.resource.webcontainer.jsf.config]
(Thread-20) Initializing Mojarra (1.2_13-b01-FCS) for context
'/PolicyQuoteProcessService'
2010-07-14 21:43:39,339 INFO [org.apache.juddi.v3.client.config.UDDIClerk] (Thread-20)
Registering service PolicyQuoteProcessServiceService with key
uddi:esb.jboss.org:bpel-services-PolicyQuoteProcessServiceService
2010-07-14 21:43:39,347 INFO [org.apache.juddi.v3.client.config.UDDIClerk] (Thread-20)
Registering service PolicyQuoteProcessServiceService completed.
2010-07-14 21:43:39,347 INFO [org.jboss.soa.bpel.runtime.engine.ode.JAXWSBindingContext]
(Thread-20) Activate my role endpoint:
{http://soa.jboss.org/CallbackServices}DrivingRecordCallbackServiceService:DrivingRecordCallbackServicePortType
2010-07-14 21:43:39,349 INFO [STDOUT] (Thread-20) Retrieving document at
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/CreditCheckWSService.wsdl'.
2010-07-14 21:43:39,363 INFO [STDOUT] (Thread-20) Retrieving document at
'file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2283i-i5/PolicyQuoteProcessService.jar/DrivingRecordCallbackService.wsdl'.
2010-07-14 21:43:39,489 INFO [org.jboss.wsf.stack.jbws.WSDLFilePublisher] (Thread-20)
WSDL published to:
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/data/wsdl/riftsaw-97e5dda1-9fdf-4e42-81df-6a8d02ae5f94.war/DrivingRecordCallbackService.wsdl
2010-07-14 21:43:39,490 INFO [org.jboss.wsf.framework.management.DefaultEndpointRegistry]
(Thread-20) register:
jboss.ws:context=DrivingRecordCallbackService,endpoint=Endpoint-97e5dda1-9fdf-4e42-81df-6a8d02ae5f94
2010-07-14 21:43:39,502 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment]
(Thread-20) deploy, ctxPath=/DrivingRecordCallbackService
2010-07-14 21:43:39,558 WARNING [javax.enterprise.resource.webcontainer.jsf.config]
(Thread-20) Unable to process deployment descriptor for context
'/DrivingRecordCallbackService'
2010-07-14 21:43:39,558 INFO [javax.enterprise.resource.webcontainer.jsf.config]
(Thread-20) Initializing Mojarra (1.2_13-b01-FCS) for context
'/DrivingRecordCallbackService'
2010-07-14 21:43:39,621 INFO [org.apache.juddi.v3.client.config.UDDIClerk] (Thread-20)
Registering service DrivingRecordCallbackServiceService with key
uddi:esb.jboss.org:bpel-services-DrivingRecordCallbackServiceService
2010-07-14 21:43:39,626 INFO [org.apache.juddi.v3.client.config.UDDIClerk] (Thread-20)
Registering service DrivingRecordCallbackServiceService completed.
2010-07-14 21:43:39,785 INFO [org.apache.ode.bpel.engine.BpelProcess] (Thread-20) Created
new process DAO for {http://eclipse.org/bpel/sample}PolicyQuoteProcess-0
(guid=32o66ux9k1sp9f2dd4tatprq5gs657am)
2010-07-14 21:43:39,785 INFO [org.apache.ode.bpel.engine.BpelProcess] (Thread-20) Created
new process DAO for {http://eclipse.org/bpel/sample}PolicyQuoteProcess-0
(guid=32o66ux9k1sp9f2dd4tatprq5gs657am).
2010-07-14 21:43:39,787 INFO [org.apache.ode.bpel.engine.BpelServerImpl] (Thread-20)
Registered process {http://eclipse.org/bpel/sample}PolicyQuoteProcess-0.
2010-07-14 21:43:39,787 INFO [org.apache.ode.bpel.engine.cron.CronScheduler] (Thread-20)
Cancelling PROCESS CRON jobs for: {http://eclipse.org/bpel/sample}PolicyQuoteProcess-0
2010-07-14 21:43:39,787 INFO [org.apache.ode.bpel.engine.cron.CronScheduler] (Thread-20)
Scheduling PROCESS CRON jobs for: {http://eclipse.org/bpel/sample}PolicyQuoteProcess-0
2010-07-14 21:44:33,506 WARN [org.jboss.bpm.console.server.plugin.PluginMgr]
(http-127.0.0.1-8080-2) Unable to load plugin:
'org.jboss.bpm.console.server.plugin.FormDispatcherPlugin'
2010-07-14 21:44:33,513 WARN [org.jboss.bpm.console.server.plugin.PluginMgr]
(http-127.0.0.1-8080-2) Unable to load plugin:
'org.jboss.bpm.console.server.plugin.GraphViewerPlugin'
2010-07-14 21:44:33,534 INFO [org.jboss.bpm.console.server.plugin.PluginMgr]
(http-127.0.0.1-8080-2) Successfully loaded plugin
'org.jboss.bpm.console.server.plugin.ProcessEnginePlugin': class
org.jboss.soa.bpel.console.ProcessEnginePluginImpl
2010-07-14 21:45:06,979 INFO [org.jboss.soa.bpel.deployer.BPELDeployer] (HDScanner)
Undeploy: PolicyQuoteProcessService.jar relativePath=bpel-deploy.xml
2010-07-14 21:45:06,979 INFO [org.jboss.soa.bpel.deployer.BPELDeployer] (HDScanner) Not
undeploying BPEL: PolicyQuoteProcessService.jar relativePath=bpel-deploy.xml
2010-07-14 21:45:07,012 INFO [org.jboss.soa.bpel.deployer.BPELDeployer] (HDScanner)
Deploy: PolicyQuoteProcessService.jar relativePath=bpel-deploy.xml
2010-07-14 21:45:07,029 INFO [org.apache.ode.store.ProcessStoreImpl] (Thread-20) Starting
deployment of processes from directory
"/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2462t-i9/PolicyQuoteProcessService.jar".
2010-07-14 21:45:07,029 INFO
[org.springframework.context.support.ClassPathXmlApplicationContext] (Thread-20)
Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@eef86d:
display name [org.springframework.context.support.ClassPathXmlApplicationContext@eef86d];
startup date [Wed Jul 14 21:45:07 MDT 2010]; root of context hierarchy
2010-07-14 21:45:07,030 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (Thread-20) Loading XML
bean definitions from class path resource [beans.xml]
2010-07-14 21:45:07,030 INFO [org.apache.ode.store.DeploymentUnitDir] (Thread-20)
Can't initialize beans.xml application context
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML
document from class path resource [beans.xml]; nested exception is
java.io.FileNotFoundException: class path resource [beans.xml] cannot be opened because it
does not exist for PolicyQuoteProcessService.jar
2010-07-14 21:45:07,042 INFO [org.apache.ode.bpel.compiler.BpelC] (Thread-20) info:
[CompilingProcess] Compiling BPEL process.
2010-07-14 21:45:07,359 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2462t-i9/PolicyQuoteProcessService.jar/DrivingRecordWSService.wsdl
is a duplicate import, your documents should all be in different namespaces (its's not
nice but will still work).
2010-07-14 21:45:07,359 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2462t-i9/PolicyQuoteProcessService.jar/DrivingRecordWSService.wsdl
is already imported, this denotes a circular reference.
2010-07-14 21:45:07,359 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2462t-i9/PolicyQuoteProcessService.jar/CreditCheckWSService.wsdl
is a duplicate import, your documents should all be in different namespaces (its's not
nice but will still work).
2010-07-14 21:45:07,359 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2462t-i9/PolicyQuoteProcessService.jar/CreditCheckWSService.wsdl
is already imported, this denotes a circular reference.
2010-07-14 21:45:07,359 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2462t-i9/PolicyQuoteProcessService.jar/PolicyQuoteProcessService.wsdl
is a duplicate import, your documents should all be in different namespaces (its's not
nice but will still work).
2010-07-14 21:45:07,359 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2462t-i9/PolicyQuoteProcessService.jar/PolicyQuoteProcessService.wsdl
is already imported, this denotes a circular reference.
2010-07-14 21:45:07,359 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2462t-i9/PolicyQuoteProcessService.jar/PolicyQuoteEntityService.wsdl
is a duplicate import, your documents should all be in different namespaces (its's not
nice but will still work).
2010-07-14 21:45:07,359 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2462t-i9/PolicyQuoteProcessService.jar/PolicyQuoteEntityService.wsdl
is already imported, this denotes a circular reference.
2010-07-14 21:45:07,359 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2462t-i9/PolicyQuoteProcessService.jar/DrivingRecordCallbackService.wsdl
is a duplicate import, your documents should all be in different namespaces (its's not
nice but will still work).
2010-07-14 21:45:07,359 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2462t-i9/PolicyQuoteProcessService.jar/DrivingRecordCallbackService.wsdl
is already imported, this denotes a circular reference.
2010-07-14 21:45:07,359 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2462t-i9/PolicyQuoteProcessService.jar/PolicyQuoteCalculationService.wsdl
is a duplicate import, your documents should all be in different namespaces (its's not
nice but will still work).
2010-07-14 21:45:07,359 INFO [org.apache.ode.bpel.compiler.WSDLRegistry] (Thread-20) WSDL
at
file:/Users/jdelong/GLS-JB341/software/jboss-soa-p.5.0.0/jboss-as/server/default/tmp/5c4o05-em2d7u-gbn1z6zk-1-gbn2462t-i9/PolicyQuoteProcessService.jar/PolicyQuoteCalculationService.wsdl
is already imported, this denotes a circular reference.
2010-07-14 21:45:07,414 ERROR [org.apache.ode.store.ProcessStoreImpl] (Thread-20) Deploy
failed; Deployment Unit "PolicyQuoteProcessService" already deployed!
2010-07-14 21:45:07,414 ERROR [org.apache.ode.store.RiftSawProcessStore] (Thread-20)
Unknown error
org.apache.ode.bpel.iapi.ContextException: Deploy failed; Deployment Unit
"PolicyQuoteProcessService" already deployed!
at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:213)
at
org.apache.ode.store.RiftSawProcessStore$DeployScheduler.doDeploy(RiftSawProcessStore.java:176)
at
org.apache.ode.store.RiftSawProcessStore$DeployScheduler.run(RiftSawProcessStore.java:103)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira