Adding the following dependency in implementation-java\pom.xml got past the
problem.

        <dependency>
            <groupId>javax.jws</groupId>
            <artifactId>jsr181-api</artifactId>
            <version>1.0-MR1</version>
        </dependency>


++Vamsi


On Tue, Aug 26, 2008 at 2:56 PM, ant elder <[EMAIL PROTECTED]> wrote:

> Yes, i see it too. Looks like it was the commit for the fix for
> TUSCANY-2513.
>
>    ...ant
>
>
> On Tue, Aug 26, 2008 at 10:16 AM, Ramkumar R <[EMAIL PROTECTED]>wrote:
>
>> Hi All,
>> I see this issue with revision 688998,
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Error for project: Apache Tuscany SCA Java Implementation Model
>> (during install)
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Compilation failure
>>
>> C:\Tuscany\daily\modules\implementation-java\src\main\java\org\apache\tuscany\sca\implementation\java\introspect\impl\ServiceProcessor.java:[31,17]
>> package javax.jws does not exist
>>
>> C:\Tuscany\daily\modules\implementation-java\src\main\java\org\apache\tuscany\sca\implementation\java\introspect\impl\ServiceProcessor.java:[70,53]
>> cannot find symbol
>> symbol  : class WebService
>> location: class
>> org.apache.tuscany.sca.implementation.java.introspect.impl.ServiceProcessor
>>
>> Do anyone also notice the same?
>>
>> --
>> Thanks & Regards,
>> Ramkumar Ramalingam
>>
>
>

Reply via email to