You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <de...@tuscany.apache.org> on 2008/07/03 15:50:47 UTC

[jira] Assigned: (TUSCANY-2419) samples/helloworld-bpel fails to run and compile

     [ https://issues.apache.org/jira/browse/TUSCANY-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder reassigned TUSCANY-2419:
----------------------------------

    Assignee: ant elder

> samples/helloworld-bpel fails to run and compile
> ------------------------------------------------
>
>                 Key: TUSCANY-2419
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2419
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.3
>         Environment: Wind XP SP2 IBM JDK 5
>            Reporter: Simon Laws
>            Assignee: ant elder
>             Fix For: Java-SCA-1.3
>
>
> compile:
>     [javac] Compiling 5 source files to C:\simon\tuscany\release\sca-r1.3-rc0\tu
> scany-sca-1.3-SNAPSHOT\samples\helloworld-bpel\target\classes
>     [javac] C:\simon\tuscany\release\sca-r1.3-rc0\tuscany-sca-1.3-SNAPSHOT\sampl
> es\helloworld-bpel\src\main\java\helloworld\BPELClient.java:22: cannot find symb
> ol
>     [javac] symbol  : class HelloPortType
>     [javac] location: package org.apache.tuscany.implementation.bpel.example.hel
> loworld
>     [javac] import org.apache.tuscany.implementation.bpel.example.helloworld.Hel
> loPortType;
>     [javac]                                                                  ^
>     [javac] C:\simon\tuscany\release\sca-r1.3-rc0\tuscany-sca-1.3-SNAPSHOT\sampl
> es\helloworld-bpel\src\main\java\helloworld\BPELClient.java:34: cannot find symb
> ol
>     [javac] symbol  : class HelloPortType
>     [javac] location: class helloworld.BPELClient
>     [javac]         HelloPortType bpelService = scaDomain.getService(HelloPortTy
> pe.class, "BPELHelloWorldComponent");
>     [javac]         ^
>     [javac] C:\simon\tuscany\release\sca-r1.3-rc0\tuscany-sca-1.3-SNAPSHOT\sampl
> es\helloworld-bpel\src\main\java\helloworld\BPELClient.java:34: cannot find symb
> ol
>     [javac] symbol  : class HelloPortType
>     [javac] location: class helloworld.BPELClient
>     [javac]         HelloPortType bpelService = scaDomain.getService(HelloPortTy
> pe.class, "BPELHelloWorldComponent");
>     [javac]                                                          ^
>     [javac] Note: C:\simon\tuscany\release\sca-r1.3-rc0\tuscany-sca-1.3-SNAPSHOT
> \samples\helloworld-bpel\target\wsdl2java-source\org\apache\tuscany\implementati
> on\bpel\example\helloworld\impl\helloImpl.java uses or overrides a deprecated AP
> I.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 3 errors

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