[JBoss JIRA] Created: (JBIDE-6617) BPEL Editor can not deploy second version of process definition
by Jeff DeLong (JIRA)
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
14 years, 8 months
[JBoss JIRA] Created: (JBIDE-8822) NPE in Generate Tables from Entities Wizard
by Dmitry Geraskov (JIRA)
NPE in Generate Tables from Entities Wizard
-------------------------------------------
Key: JBIDE-8822
URL: https://issues.jboss.org/browse/JBIDE-8822
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.2.0.Final
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Priority: Critical
Fix For: 3.3.0.M1
java.lang.NullPointerException
at java.io.StringReader.<init>(StringReader.java:33)
at org.eclipse.debug.internal.core.LaunchConfiguration.<init>(LaunchConfiguration.java:205)
at org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate$MockLaunchConfig.<init>(CodeGenerationLaunchDelegate.java:204)
at org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate.updateLaunchConfig(CodeGenerationLaunchDelegate.java:234)
at org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate.getLaunch(CodeGenerationLaunchDelegate.java:258)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:784)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:696)
at org.jboss.tools.hibernate.jpt.ui.wizard.GenerateDdlWizard.performFinish(GenerateDdlWizard.java:70)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBIDE-8145) gwt sdk bundle is not pulled when installing
by Andre Dietisheim (JIRA)
gwt sdk bundle is not pulled when installing
--------------------------------------------
Key: JBIDE-8145
URL: https://issues.jboss.org/browse/JBIDE-8145
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: GWT
Affects Versions: 3.2.0.CR1
Reporter: Andre Dietisheim
Assignee: Max Rydahl Andersen
Fix For: 3.2.x
Our GWT facet needs the GWT SDK at runtime. The GWT SDK holds the GWT cross compiler etc. and is needed so that a Dynamic Web project with GWT code gets compiled correctly.
The GWT SDK has the version in its name so that several SDK can be installed in parallel. We therefore declared an optional dependency to the latest GWT SDK in our org.jboss.tools.gwt.core:
com.google.gwt.eclipse.sdkbundle.2.1.1;resolution:=optional,
Unfortunately p2 does not pull the GWT SDK when its told to install our GWT facet.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBIDE-8564) jboss tools model update error
by Max Rydahl Andersen (JIRA)
jboss tools model update error
------------------------------
Key: JBIDE-8564
URL: https://issues.jboss.org/browse/JBIDE-8564
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: core
Affects Versions: 3.2.0.Final
Reporter: Max Rydahl Andersen
Priority: Critical
Fix For: 3.2.1, 3.3.0.M1
I was saving a pom.xml file and suddenly got an error message saying this:
org.eclipse.core.runtime.AssertionFailedException: null argument:The dialog should be created in UI thread
at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
at org.eclipse.jface.dialogs.IconAndMessageDialog.getSWTImage(IconAndMessageDialog.java:282)
at org.eclipse.jface.dialogs.IconAndMessageDialog.getQuestionImage(IconAndMessageDialog.java:260)
at org.eclipse.jface.dialogs.MessageDialog.<init>(MessageDialog.java:189)
at org.jboss.tools.common.model.ui.wizards.one.ServiceDialogImpl.showDialog(ServiceDialogImpl.java:62)
at org.jboss.tools.common.model.filesystems.impl.FolderImpl.question(FolderImpl.java:773)
at org.jboss.tools.common.model.filesystems.impl.FolderImpl.updateRemove(FolderImpl.java:724)
at org.jboss.tools.common.model.filesystems.impl.FolderImpl.update(FolderImpl.java:416)
at org.jboss.tools.common.model.filesystems.impl.FileSystemFolderLoader.update(FileSystemFolderLoader.java:28)
at org.jboss.tools.common.model.filesystems.impl.FileSystemsLoader.update(FileSystemsLoader.java:68)
at org.jboss.tools.common.model.filesystems.impl.FileSystemsImpl.doUpdate(FileSystemsImpl.java:343)
at org.jboss.tools.common.model.filesystems.impl.FileSystemsImpl.access$4(FileSystemsImpl.java:337)
at org.jboss.tools.common.model.filesystems.impl.FileSystemsImpl$UpdateRunnable.run(FileSystemsImpl.java:326)
at org.jboss.tools.common.model.XJob.runInWorkspace(XJob.java:178)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
So something went wrong - and I guess its trying to show an error dialog but its done from non-ui thread.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBIDE-8602) Too many error icons on file content in Project Explorer
by Viacheslav Kabanovich (JIRA)
Too many error icons on file content in Project Explorer
--------------------------------------------------------
Key: JBIDE-8602
URL: https://issues.jboss.org/browse/JBIDE-8602
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
If a file, for which JBoss Tools provide content extension to Project explorer, contains an error, all node icons under file node are decorated by the error icon.
The cause of that is adapting of XModelObject to IResource by implementing getAdapter(Class). It was done to fix JBIDE-7555 - since Eclipse services that init actions/wizards/etc by resources need selected object to be adaptable to IResource. But Project Explorer in decorating nodes, also adapts each node to IResource, and if the resource has error markers on it, marks each node as error node.
The solution is to adapt model object to resource not by implementing getAdapter() but by registering an adapter factory in 'org.eclipse.core.runtime.adapters'. Project Explorer does not look into factories, while other services do that.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBIDE-8739) Invalid org.drools.eclipse plugin
by Snjezana Peco (JIRA)
Invalid org.drools.eclipse plugin
---------------------------------
Key: JBIDE-8739
URL: https://issues.jboss.org/browse/JBIDE-8739
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 3.2.1
Reporter: Snjezana Peco
Assignee: Nick Boldt
The org.drools.eclipse_5.2.0.201104120641 plugin isn't built correctly. It is about 57 mb big (org.drools.eclipse_5.2.0.v20110116-0638-H14 is about 8MB) and includes all required eclipse plugins in the lib directory.
It doesn't export the org.drools.eclipse.util package. See JBIDE-8730.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months