Hi, Thanks a lot for the new code..I compiled it and indeed this is the exception I am getting:
ERROR - DeploymentPoller.check(133) | Deployment of BprId220 failed, aborting fo r now. org.apache.ode.bpel.iapi.BpelEngineException: Compilation failure! at org.apache.ode.store.deploy.DeploymentUnitImpl.loadProcessDefinitions (DeploymentUnitImpl.java:112) at org.apache.ode.store.deploy.DeploymentUnitImpl.refresh (DeploymentUnit Impl.java:238) at org.apache.ode.store.deploy.DeploymentUnitImpl .<init>(DeploymentUnitI mpl.java:75) at org.apache.ode.store.deploy.DeploymentManagerImpl.createDeploymentUni t(DeploymentManagerImpl.java:49) at org.apache.ode.store.ProcessStoreImpl.deploy( ProcessStoreImpl.java:78 ) at org.apache.ode.axis2.deploy.DeploymentPoller.check( DeploymentPoller.j ava:127) at org.apache.ode.axis2.deploy.DeploymentPoller.access$300 (DeploymentPol ler.java:55) at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run (Deploy mentPoller.java:178) Caused by: org.apache.ode.bpel.compiler.api.CompilationException: <?xml version= "1.0" encoding="UTF-8"?> <bpws:property xmlns:bpws=" http://schemas.xmlsoap.org/ws/2004/03/business-proces s/" name="stringIDToken" type="choreons:stringID"/>: error: [PropertyDeclaredWit hComplexType] Attempt to declare property "{ http://cdl2bpel.cecka.sap.com/SAC1/S toragePartner}stringIDToken" with complex type "{ http://cdl2bpel.cecka.sap.com/S AC1}stringID". at org.apache.ode.bpel.compiler.BpelCompiler.compile( BpelCompiler.java:8 58) at org.apache.ode.bpel.compiler.BpelCompiler.compile( BpelCompiler.java:6 00) at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:265) at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:355) at org.apache.ode.store.deploy.DeploymentUnitImpl.compile (DeploymentUnit Impl.java:101) at org.apache.ode.store.deploy.DeploymentUnitImpl.compileProcesses (Deplo ymentUnitImpl.java:91) at org.apache.ode.store.deploy.DeploymentUnitImpl.loadProcessDefinitions (DeploymentUnitImpl.java:109) ... 7 more However, I am still confused about what that means... Alina On 11/8/06, Alex Boisvert <[EMAIL PROTECTED]> wrote:
Under Linux/Unix, it's under $HOME/.m2 Under Windows, it's usually under C:\Document And Settings\Username\.m2 alex Alina Dima wrote: > Hi, > > Where exactly is this > .m2/repository/geronimo/geronimo-kernel/1.1/geronimo- > kernel-1.1.pom? I searched in my Maven2 folder and I didn|t find > anything. > > Thanks > Alina > > > On 11/8/06, Matthieu Riou <[EMAIL PROTECTED]> wrote: >> >> See >> >> http://mail-archives.apache.org/mod_mbox/incubator-ode-dev/200611.mbox/[EMAIL PROTECTED] >> >> >> That should fix it. >> >> On 11/8/06, Alina Dima <[EMAIL PROTECTED]> wrote: >> > >> > Hi, >> > >> > Thanks, but unfortunately I cannot recopile the code. I get the >> following >> > build error: >> > >> > ERROR] BUILD ERROR >> > [INFO] >> > >> ------------------------------------------------------------------------ >> > [INFO] Failed to resolve artifact. >> > >> > Missing: >> > ---------- >> > 1) org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1 >> > >> > Try downloading the file manually from the project website. >> > >> > Then, install it using the command: >> > mvn install:install-file -DgroupId= >> > org.apache.geronimo.specs-DartifactId= >> > geronimo-qname_1.1_spec \ >> > -Dversion=1.0.1 -Dpackaging=test -Dfile=/path/to/file >> > >> > Path to dependency: >> > 1) org.apache.ode:ode-axis2:jar:2.0-SNAPSHOT >> > 2) geronimo:geronimo-kernel:jar:1.1 >> > 3) >> org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1 >> > >> > ---------- >> > 1 required artifact is missing.