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 <an...@gmail.com> on 2007/05/24 16:19:30 UTC

[VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Please review and vote on the 0.90 release artifacts of Tuscany SCA for
Java.

The artifacts are available for review at:
http://people.apache.org/~antelder/tuscany/0.90-rc2/

This includes the binary and source distributions, the RAT reports, and the
Maven staging repository.

The SVN tag for the release is:
https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/

Looks ok to me so here's my +1.

Thanks in advance,

   ...ant

Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Luciano Resende <lu...@gmail.com>.
The ant build scripts are supposed to work from the binary distribution :

"In the binary distribution of Apache Tuscany the samples can also
be run using the provided Ant build.xml file...."


On 5/24/07, Raymond Feng <en...@gmail.com> wrote:
> Hi,
>
> Anthoer issue: If I run "ant" for samples/binding-echo from the src distro,
> I saw compilation errors.
>
> It seems that the build.xml assumes that <pathelement
> location="../../lib/tuscany-sca-manifest.jar"/> is in place.
>
> Thanks,
> Raymond
>
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo>ant
> Buildfile: build.xml
>
> init:
>
> compile:
>     [javac] Warning: echo\DefaultEchoBindingFactory.java modified in the
> future.
>
>     [javac] Warning: echo\EchoBinding.java modified in the future.
>     [javac] Warning: echo\EchoBindingFactory.java modified in the future.
>     [javac] Warning: echo\impl\EchoBindingImpl.java modified in the future.
>     [javac] Warning: echo\impl\EchoBindingProcessor.java modified in the
> future.
>
>     [javac] Warning: echo\module\EchoModuleActivator.java modified in the
> future
> .
>     [javac] Warning: echo\provider\EchoBindingInvoker.java modified in the
> futur
> e.
>     [javac] Warning: echo\provider\EchoBindingProviderFactory.java modified
> in t
> he future.
>     [javac] Warning: echo\provider\EchoReferenceBindingProvider.java
> modified in
>  the future.
>     [javac] Warning: echo\provider\EchoServiceBindingProvider.java modified
> in t
> he future.
>     [javac] Warning: echo\server\EchoServer.java modified in the future.
>     [javac] Warning: echo\server\EchoService.java modified in the future.
>     [javac] Compiling 12 source files to
> C:\Apache\tuscany-sca-0.90-incubating-s
> rc\samples\binding-echo\target\classes
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\EchoBinding.java:22: package org.apache.tuscany.sca.assembly
> does
> not exist
>     [javac] import org.apache.tuscany.sca.assembly.Binding;
>     [javac]                                        ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\EchoBinding.java:27: cannot find symbol
>     [javac] symbol: class Binding
>     [javac] public interface EchoBinding extends Binding {
>     [javac]                                      ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingImpl.java:25: package
> org.apache.tuscany.sca.polic
> y does not exist
>     [javac] import org.apache.tuscany.sca.policy.Intent;
>     [javac]                                      ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingImpl.java:26: package
> org.apache.tuscany.sca.polic
> y does not exist
>     [javac] import org.apache.tuscany.sca.policy.PolicySet;
>     [javac]                                      ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingImpl.java:54: cannot find symbol
>     [javac] symbol  : class PolicySet
>     [javac] location: class echo.impl.EchoBindingImpl
>     [javac]     public List<PolicySet> getPolicySets() {
>     [javac]                 ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingImpl.java:59: cannot find symbol
>     [javac] symbol  : class Intent
>     [javac] location: class echo.impl.EchoBindingImpl
>     [javac]     public List<Intent> getRequiredIntents() {
>     [javac]                 ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:22: package org.osoa.sca does
> not e
> xist
>     [javac] import static org.osoa.sca.Constants.SCA_NS;
>     [javac]                            ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:22: static import only from
> classes
>  and interfaces
>     [javac] import static org.osoa.sca.Constants.SCA_NS;
>     [javac] ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:25: package javax.xml.stream
> does n
> ot exist
>     [javac] import javax.xml.stream.XMLStreamReader;
>     [javac]                         ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:26: package javax.xml.stream
> does n
> ot exist
>     [javac] import javax.xml.stream.XMLStreamWriter;
>     [javac]                         ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:28: package
> org.apache.tuscany.sca.
> contribution.processor does not exist
>     [javac] import
> org.apache.tuscany.sca.contribution.processor.StAXArtifactPro
> cessor;
>     [javac]                                                      ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:29: package
> org.apache.tuscany.sca.
> contribution.resolver does not exist
>     [javac] import
> org.apache.tuscany.sca.contribution.resolver.ModelResolver;
>     [javac]                                                     ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:30: package
> org.apache.tuscany.sca.
> contribution.service does not exist
>     [javac] import
> org.apache.tuscany.sca.contribution.service.ContributionReadE
> xception;
>     [javac]                                                    ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:31: package
> org.apache.tuscany.sca.
> contribution.service does not exist
>     [javac] import
> org.apache.tuscany.sca.contribution.service.ContributionResol
> veException;
>     [javac]                                                    ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:32: package
> org.apache.tuscany.sca.
> contribution.service does not exist
>     [javac] import
> org.apache.tuscany.sca.contribution.service.ContributionWrite
> Exception;
>     [javac]                                                    ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:40: cannot find symbol
>     [javac] symbol: class StAXArtifactProcessor
>     [javac] public class EchoBindingProcessor implements
> StAXArtifactProcessor<E
> choBinding> {
>     [javac]                                              ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:40: interface expected here
>     [javac] public class EchoBindingProcessor implements
> StAXArtifactProcessor<E
> choBinding> {
>     [javac]
> ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:58: cannot find symbol
>     [javac] symbol  : class XMLStreamReader
>     [javac] location: class echo.impl.EchoBindingProcessor
>     [javac]     public EchoBinding read(XMLStreamReader reader) throws
> Contribut
> ionReadException {
>     [javac]                             ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:58: cannot find symbol
>     [javac] symbol  : class ContributionReadException
>     [javac] location: class echo.impl.EchoBindingProcessor
>     [javac]     public EchoBinding read(XMLStreamReader reader) throws
> Contribut
> ionReadException {
>     [javac]                                                            ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:67: cannot find symbol
>     [javac] symbol  : class XMLStreamWriter
>     [javac] location: class echo.impl.EchoBindingProcessor
>     [javac]     public void write(EchoBinding echoBinding, XMLStreamWriter
> write
> r) throws ContributionWriteException {
>     [javac]                                                ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:67: cannot find symbol
>     [javac] symbol  : class ContributionWriteException
>     [javac] location: class echo.impl.EchoBindingProcessor
>     [javac]     public void write(EchoBinding echoBinding, XMLStreamWriter
> write
> r) throws ContributionWriteException {
>     [javac]
>           ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:70: cannot find symbol
>     [javac] symbol  : class ModelResolver
>     [javac] location: class echo.impl.EchoBindingProcessor
>     [javac]     public void resolve(EchoBinding echoBinding, ModelResolver
> resol
> ver) throws ContributionResolveException {
>     [javac]                                                  ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:70: cannot find symbol
>     [javac] symbol  : class ContributionResolveException
>     [javac] location: class echo.impl.EchoBindingProcessor
>     [javac]     public void resolve(EchoBinding echoBinding, ModelResolver
> resol
> ver) throws ContributionResolveException {
>     [javac]
>             ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:22: package
> org.apache.tuscany.sca
> .contribution.processor does not exist
>     [javac] import
> org.apache.tuscany.sca.contribution.processor.StAXArtifactPro
> cessorExtensionPoint;
>     [javac]                                                      ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:23: package
> org.apache.tuscany.sca
> .core does not exist
>     [javac] import org.apache.tuscany.sca.core.ExtensionPointRegistry;
>     [javac]                                    ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:24: package
> org.apache.tuscany.sca
> .core does not exist
>     [javac] import org.apache.tuscany.sca.core.ModelFactoryExtensionPoint;
>     [javac]                                    ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:25: package
> org.apache.tuscany.sca
> .core does not exist
>     [javac] import org.apache.tuscany.sca.core.ModuleActivator;
>     [javac]                                    ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:26: package
> org.apache.tuscany.sca
> .invocation does not exist
>     [javac] import org.apache.tuscany.sca.invocation.MessageFactory;
>     [javac]                                          ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:27: package
> org.apache.tuscany.sca
> .provider does not exist
>     [javac] import
> org.apache.tuscany.sca.provider.ProviderFactoryExtensionPoint
> ;
>     [javac]                                        ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:38: cannot find symbol
>     [javac] symbol: class ModuleActivator
>     [javac] public class EchoModuleActivator implements ModuleActivator {
>     [javac]                                             ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:45: cannot find symbol
>     [javac] symbol  : class ExtensionPointRegistry
>     [javac] location: class echo.module.EchoModuleActivator
>     [javac]     public void start(ExtensionPointRegistry registry) {
>     [javac]                       ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:65: cannot find symbol
>     [javac] symbol  : class ExtensionPointRegistry
>     [javac] location: class echo.module.EchoModuleActivator
>     [javac]     public void stop(ExtensionPointRegistry registry) {
>     [javac]                      ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingInvoker.java:23: package
> org.apache.tuscany.sc
> a.invocation does not exist
>     [javac] import org.apache.tuscany.sca.invocation.Invoker;
>     [javac]                                          ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingInvoker.java:24: package
> org.apache.tuscany.sc
> a.invocation does not exist
>     [javac] import org.apache.tuscany.sca.invocation.Message;
>     [javac]                                          ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingInvoker.java:29: cannot find symbol
>     [javac] symbol: class Invoker
>     [javac] public class EchoBindingInvoker implements Invoker {
>     [javac]                                            ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingInvoker.java:36: cannot find symbol
>     [javac] symbol  : class Message
>     [javac] location: class echo.provider.EchoBindingInvoker
>     [javac]     public Message invoke(Message msg) {
>     [javac]                           ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingInvoker.java:36: cannot find symbol
>     [javac] symbol  : class Message
>     [javac] location: class echo.provider.EchoBindingInvoker
>     [javac]     public Message invoke(Message msg) {
>     [javac]            ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:22: package
> org.apache.tu
> scany.sca.invocation does not exist
>     [javac] import org.apache.tuscany.sca.invocation.MessageFactory;
>     [javac]                                          ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:23: package
> org.apache.tu
> scany.sca.provider does not exist
>     [javac] import org.apache.tuscany.sca.provider.BindingProviderFactory;
>     [javac]                                        ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:24: package
> org.apache.tu
> scany.sca.provider does not exist
>     [javac] import org.apache.tuscany.sca.provider.ReferenceBindingProvider;
>     [javac]                                        ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:25: package
> org.apache.tu
> scany.sca.provider does not exist
>     [javac] import org.apache.tuscany.sca.provider.ServiceBindingProvider;
>     [javac]                                        ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:26: package
> org.apache.tu
> scany.sca.runtime does not exist
>     [javac] import org.apache.tuscany.sca.runtime.RuntimeComponent;
>     [javac]                                       ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:27: package
> org.apache.tu
> scany.sca.runtime does not exist
>     [javac] import org.apache.tuscany.sca.runtime.RuntimeComponentReference;
>     [javac]                                       ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:28: package
> org.apache.tu
> scany.sca.runtime does not exist
>     [javac] import org.apache.tuscany.sca.runtime.RuntimeComponentService;
>     [javac]                                       ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:36: cannot find
> symbol
>     [javac] symbol: class BindingProviderFactory
>     [javac] public class EchoBindingProviderFactory implements
> BindingProviderFa
> ctory<EchoBinding> {
>     [javac]                                                    ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:36: interface
> expected he
> re
>     [javac] public class EchoBindingProviderFactory implements
> BindingProviderFa
> ctory<EchoBinding> {
>     [javac]
>      ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:38: cannot find
> symbol
>     [javac] symbol  : class MessageFactory
>     [javac] location: class echo.provider.EchoBindingProviderFactory
>     [javac]     private MessageFactory messageFactory;
>     [javac]             ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:40: cannot find
> symbol
>     [javac] symbol  : class MessageFactory
>     [javac] location: class echo.provider.EchoBindingProviderFactory
>     [javac]     public EchoBindingProviderFactory(MessageFactory
> messageFactory)
>  {
>     [javac]                                       ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:44: cannot find
> symbol
>     [javac] symbol  : class RuntimeComponent
>     [javac] location: class echo.provider.EchoBindingProviderFactory
>     [javac]     public ReferenceBindingProvider
> createReferenceBindingProvider(R
> untimeComponent component, RuntimeComponentReference reference, EchoBinding
> bind
> ing) {
>     [javac]
> ^
>
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:44: cannot find
> symbol
>     [javac] symbol  : class RuntimeComponentReference
>     [javac] location: class echo.provider.EchoBindingProviderFactory
>     [javac]     public ReferenceBindingProvider
> createReferenceBindingProvider(R
> untimeComponent component, RuntimeComponentReference reference, EchoBinding
> bind
> ing) {
>     [javac]
>                            ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:44: cannot find
> symbol
>     [javac] symbol  : class ReferenceBindingProvider
>     [javac] location: class echo.provider.EchoBindingProviderFactory
>     [javac]     public ReferenceBindingProvider
> createReferenceBindingProvider(R
> untimeComponent component, RuntimeComponentReference reference, EchoBinding
> bind
> ing) {
>     [javac]            ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:48: cannot find
> symbol
>     [javac] symbol  : class RuntimeComponent
>     [javac] location: class echo.provider.EchoBindingProviderFactory
>     [javac]     public ServiceBindingProvider
> createServiceBindingProvider(Runti
> meComponent component, RuntimeComponentService service, EchoBinding binding)
> {
>     [javac]                                                                ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:48: cannot find
> symbol
>     [javac] symbol  : class RuntimeComponentService
>     [javac] location: class echo.provider.EchoBindingProviderFactory
>     [javac]     public ServiceBindingProvider
> createServiceBindingProvider(Runti
> meComponent component, RuntimeComponentService service, EchoBinding binding)
> {
>     [javac]
>                        ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoBindingProviderFactory.java:48: cannot find
> symbol
>     [javac] symbol  : class ServiceBindingProvider
>     [javac] location: class echo.provider.EchoBindingProviderFactory
>     [javac]     public ServiceBindingProvider
> createServiceBindingProvider(Runti
> meComponent component, RuntimeComponentService service, EchoBinding binding)
> {
>     [javac]            ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoReferenceBindingProvider.java:22: package
> org.apache.
> tuscany.sca.interfacedef does not exist
>     [javac] import org.apache.tuscany.sca.interfacedef.InterfaceContract;
>     [javac]                                            ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoReferenceBindingProvider.java:23: package
> org.apache.
> tuscany.sca.interfacedef does not exist
>     [javac] import org.apache.tuscany.sca.interfacedef.Operation;
>     [javac]                                            ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoReferenceBindingProvider.java:24: package
> org.apache.
> tuscany.sca.invocation does not exist
>     [javac] import org.apache.tuscany.sca.invocation.Invoker;
>     [javac]                                          ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoReferenceBindingProvider.java:25: package
> org.apache.
> tuscany.sca.provider does not exist
>     [javac] import org.apache.tuscany.sca.provider.ReferenceBindingProvider;
>     [javac]                                        ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoReferenceBindingProvider.java:26: package
> org.apache.
> tuscany.sca.runtime does not exist
>     [javac] import org.apache.tuscany.sca.runtime.RuntimeComponent;
>     [javac]                                       ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoReferenceBindingProvider.java:27: package
> org.apache.
> tuscany.sca.runtime does not exist
>     [javac] import org.apache.tuscany.sca.runtime.RuntimeComponentReference;
>     [javac]                                       ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoReferenceBindingProvider.java:34: cannot find
> symbol
>     [javac] symbol: class ReferenceBindingProvider
>     [javac] public class EchoReferenceBindingProvider implements
> ReferenceBindin
> gProvider {
>     [javac]                                                      ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoReferenceBindingProvider.java:36: cannot find
> symbol
>     [javac] symbol  : class RuntimeComponentReference
>     [javac] location: class echo.provider.EchoReferenceBindingProvider
>     [javac]     private RuntimeComponentReference reference;
>     [javac]             ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoReferenceBindingProvider.java:38: cannot find
> symbol
>     [javac] symbol  : class RuntimeComponent
>     [javac] location: class echo.provider.EchoReferenceBindingProvider
>     [javac]     public EchoReferenceBindingProvider(RuntimeComponent
> component,
>     [javac]                                         ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoReferenceBindingProvider.java:39: cannot find
> symbol
>     [javac] symbol  : class RuntimeComponentReference
>     [javac] location: class echo.provider.EchoReferenceBindingProvider
>     [javac]
> RuntimeComponentReference re
> ference,
>     [javac]                                         ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoReferenceBindingProvider.java:44: cannot find
> symbol
>     [javac] symbol  : class Operation
>     [javac] location: class echo.provider.EchoReferenceBindingProvider
>     [javac]     public Invoker createInvoker(Operation operation, boolean
> isCall
> back) {
>     [javac]                                  ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoReferenceBindingProvider.java:44: cannot find
> symbol
>     [javac] symbol  : class Invoker
>     [javac] location: class echo.provider.EchoReferenceBindingProvider
>     [javac]     public Invoker createInvoker(Operation operation, boolean
> isCall
> back) {
>     [javac]            ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoReferenceBindingProvider.java:52: cannot find
> symbol
>     [javac] symbol  : class InterfaceContract
>     [javac] location: class echo.provider.EchoReferenceBindingProvider
>     [javac]     public InterfaceContract getBindingInterfaceContract() {
>     [javac]            ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:22: package
> org.apache.tu
> scany.sca.interfacedef does not exist
>     [javac] import org.apache.tuscany.sca.interfacedef.InterfaceContract;
>     [javac]                                            ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:23: package
> org.apache.tu
> scany.sca.invocation does not exist
>     [javac] import org.apache.tuscany.sca.invocation.InvocationChain;
>     [javac]                                          ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:24: package
> org.apache.tu
> scany.sca.invocation does not exist
>     [javac] import org.apache.tuscany.sca.invocation.MessageFactory;
>     [javac]                                          ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:25: package
> org.apache.tu
> scany.sca.provider does not exist
>     [javac] import org.apache.tuscany.sca.provider.ServiceBindingProvider;
>     [javac]                                        ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:26: package
> org.apache.tu
> scany.sca.runtime does not exist
>     [javac] import org.apache.tuscany.sca.runtime.RuntimeComponent;
>     [javac]                                       ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:27: package
> org.apache.tu
> scany.sca.runtime does not exist
>     [javac] import org.apache.tuscany.sca.runtime.RuntimeComponentService;
>     [javac]                                       ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:28: package
> org.apache.tu
> scany.sca.runtime does not exist
>     [javac] import org.apache.tuscany.sca.runtime.RuntimeWire;
>     [javac]                                       ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:37: cannot find
> symbol
>     [javac] symbol: class ServiceBindingProvider
>     [javac] public class EchoServiceBindingProvider implements
> ServiceBindingPro
> vider {
>     [javac]                                                    ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:39: cannot find
> symbol
>     [javac] symbol  : class RuntimeComponent
>     [javac] location: class echo.provider.EchoServiceBindingProvider
>     [javac]     private RuntimeComponent component;
>     [javac]             ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:40: cannot find
> symbol
>     [javac] symbol  : class RuntimeComponentService
>     [javac] location: class echo.provider.EchoServiceBindingProvider
>     [javac]     private RuntimeComponentService service;
>     [javac]             ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:42: cannot find
> symbol
>     [javac] symbol  : class MessageFactory
>     [javac] location: class echo.provider.EchoServiceBindingProvider
>     [javac]     private MessageFactory messageFactory;
>     [javac]             ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:44: cannot find
> symbol
>     [javac] symbol  : class RuntimeComponent
>     [javac] location: class echo.provider.EchoServiceBindingProvider
>     [javac]     public EchoServiceBindingProvider(RuntimeComponent
> component,
>     [javac]                                       ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:45: cannot find
> symbol
>     [javac] symbol  : class RuntimeComponentService
>     [javac] location: class echo.provider.EchoServiceBindingProvider
>     [javac]                                       RuntimeComponentService
> servic
> e, EchoBinding binding, MessageFactory messageFactory) {
>     [javac]                                       ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:45: cannot find
> symbol
>     [javac] symbol  : class MessageFactory
>     [javac] location: class echo.provider.EchoServiceBindingProvider
>     [javac]                                       RuntimeComponentService
> servic
> e, EchoBinding binding, MessageFactory messageFactory) {
>     [javac]
>                         ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:52: cannot find
> symbol
>     [javac] symbol  : class InterfaceContract
>     [javac] location: class echo.provider.EchoServiceBindingProvider
>     [javac]     public InterfaceContract getBindingInterfaceContract() {
>     [javac]            ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\server\EchoService.java:23: package
> org.apache.tuscany.sca.invocat
> ion does not exist
>     [javac] import org.apache.tuscany.sca.invocation.Invoker;
>     [javac]                                          ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\server\EchoService.java:24: package
> org.apache.tuscany.sca.invocat
> ion does not exist
>     [javac] import org.apache.tuscany.sca.invocation.Message;
>     [javac]                                          ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\server\EchoService.java:25: package
> org.apache.tuscany.sca.invocat
> ion does not exist
>     [javac] import org.apache.tuscany.sca.invocation.MessageFactory;
>     [javac]                                          ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\server\EchoService.java:31: cannot find symbol
>     [javac] symbol  : class Invoker
>     [javac] location: class echo.server.EchoService
>     [javac]     private Invoker invoker;
>     [javac]             ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\server\EchoService.java:32: cannot find symbol
>     [javac] symbol  : class MessageFactory
>     [javac] location: class echo.server.EchoService
>     [javac]     private MessageFactory messageFactory;
>     [javac]             ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\server\EchoService.java:34: cannot find symbol
>     [javac] symbol  : class Invoker
>     [javac] location: class echo.server.EchoService
>     [javac]     public EchoService(Invoker invoker, MessageFactory
> messageFactor
> y) {
>     [javac]                        ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\server\EchoService.java:34: cannot find symbol
>     [javac] symbol  : class MessageFactory
>     [javac] location: class echo.server.EchoService
>     [javac]     public EchoService(Invoker invoker, MessageFactory
> messageFactor
> y) {
>     [javac]                                         ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:42: cannot find symbol
>     [javac] symbol  : variable SCA_NS
>     [javac] location: class echo.impl.EchoBindingProcessor
>     [javac]     private QName BINDING_ECHO = new QName(SCA_NS,
> "binding.echo");
>     [javac]                                            ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\impl\EchoBindingProcessor.java:62: cannot find symbol
>     [javac] symbol  : method setURI(java.lang.String)
>     [javac] location: interface echo.EchoBinding
>     [javac]             echoBinding.setURI(uri.trim());
>     [javac]                        ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:47: cannot find symbol
>     [javac] symbol  : class ModelFactoryExtensionPoint
>     [javac] location: class echo.module.EchoModuleActivator
>     [javac]         ModelFactoryExtensionPoint factories =
> registry.getExtension
> Point(ModelFactoryExtensionPoint.class);
>     [javac]         ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:47: cannot find symbol
>     [javac] symbol  : class ModelFactoryExtensionPoint
>     [javac] location: class echo.module.EchoModuleActivator
>     [javac]         ModelFactoryExtensionPoint factories =
> registry.getExtension
> Point(ModelFactoryExtensionPoint.class);
>     [javac]
>       ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:48: cannot find symbol
>     [javac] symbol  : class MessageFactory
>     [javac] location: class echo.module.EchoModuleActivator
>     [javac]         MessageFactory messageFactory =
> factories.getFactory(Message
> Factory.class);
>     [javac]         ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:48: cannot find symbol
>     [javac] symbol  : class MessageFactory
>     [javac] location: class echo.module.EchoModuleActivator
>     [javac]         MessageFactory messageFactory =
> factories.getFactory(Message
> Factory.class);
>     [javac]                                                              ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:54: cannot find symbol
>     [javac] symbol  : class StAXArtifactProcessorExtensionPoint
>     [javac] location: class echo.module.EchoModuleActivator
>     [javac]         StAXArtifactProcessorExtensionPoint processors =
> registry.ge
> tExtensionPoint(StAXArtifactProcessorExtensionPoint.class);
>     [javac]         ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:54: cannot find symbol
>     [javac] symbol  : class StAXArtifactProcessorExtensionPoint
>     [javac] location: class echo.module.EchoModuleActivator
>     [javac]         StAXArtifactProcessorExtensionPoint processors =
> registry.ge
> tExtensionPoint(StAXArtifactProcessorExtensionPoint.class);
>     [javac]
>                 ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:58: cannot find symbol
>     [javac] symbol  : class ProviderFactoryExtensionPoint
>     [javac] location: class echo.module.EchoModuleActivator
>     [javac]         ProviderFactoryExtensionPoint providerFactories =
> registry.g
> etExtensionPoint(ProviderFactoryExtensionPoint.class);
>     [javac]         ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\module\EchoModuleActivator.java:58: cannot find symbol
>     [javac] symbol  : class ProviderFactoryExtensionPoint
>     [javac] location: class echo.module.EchoModuleActivator
>     [javac]         ProviderFactoryExtensionPoint providerFactories =
> registry.g
> etExtensionPoint(ProviderFactoryExtensionPoint.class);
>     [javac]
>                  ^
>     [javac]
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
> ain\java\echo\provider\EchoServiceBindingProvider.java:58: cannot find
> symbol
>     [javac] symbol  : class RuntimeComponentService
>     [javac] location: class echo.provider.EchoServiceBindingProvider
>     [javac]         RuntimeComponentService componentService =
> (RuntimeComponent
> Service) service;
>     [javac]         ^
>     [javac] 100 errors
>
> BUILD FAILED
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\build.xml:31:
> Com
> pile failed; see the compiler error output for details.
>
> Total time: 3 seconds
> C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo>
>
>
> ----- Original Message -----
> From: "ant elder" <an...@gmail.com>
> To: <tu...@ws.apache.org>
> Sent: Thursday, May 24, 2007 7:19 AM
> Subject: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2
>
>
> > Please review and vote on the 0.90 release artifacts of Tuscany SCA for
> > Java.
> >
> > The artifacts are available for review at:
> > http://people.apache.org/~antelder/tuscany/0.90-rc2/
> >
> > This includes the binary and source distributions, the RAT reports, and
> > the
> > Maven staging repository.
> >
> > The SVN tag for the release is:
> > https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/
> >
> > Looks ok to me so here's my +1.
> >
> > Thanks in advance,
> >
> >   ...ant
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>


-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Raymond Feng <en...@gmail.com>.
Hi,

Anthoer issue: If I run "ant" for samples/binding-echo from the src distro, 
I saw compilation errors.

It seems that the build.xml assumes that <pathelement 
location="../../lib/tuscany-sca-manifest.jar"/> is in place.

Thanks,
Raymond

C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo>ant
Buildfile: build.xml

init:

compile:
    [javac] Warning: echo\DefaultEchoBindingFactory.java modified in the 
future.

    [javac] Warning: echo\EchoBinding.java modified in the future.
    [javac] Warning: echo\EchoBindingFactory.java modified in the future.
    [javac] Warning: echo\impl\EchoBindingImpl.java modified in the future.
    [javac] Warning: echo\impl\EchoBindingProcessor.java modified in the 
future.

    [javac] Warning: echo\module\EchoModuleActivator.java modified in the 
future
.
    [javac] Warning: echo\provider\EchoBindingInvoker.java modified in the 
futur
e.
    [javac] Warning: echo\provider\EchoBindingProviderFactory.java modified 
in t
he future.
    [javac] Warning: echo\provider\EchoReferenceBindingProvider.java 
modified in
 the future.
    [javac] Warning: echo\provider\EchoServiceBindingProvider.java modified 
in t
he future.
    [javac] Warning: echo\server\EchoServer.java modified in the future.
    [javac] Warning: echo\server\EchoService.java modified in the future.
    [javac] Compiling 12 source files to 
C:\Apache\tuscany-sca-0.90-incubating-s
rc\samples\binding-echo\target\classes
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\EchoBinding.java:22: package org.apache.tuscany.sca.assembly 
does
not exist
    [javac] import org.apache.tuscany.sca.assembly.Binding;
    [javac]                                        ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\EchoBinding.java:27: cannot find symbol
    [javac] symbol: class Binding
    [javac] public interface EchoBinding extends Binding {
    [javac]                                      ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingImpl.java:25: package 
org.apache.tuscany.sca.polic
y does not exist
    [javac] import org.apache.tuscany.sca.policy.Intent;
    [javac]                                      ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingImpl.java:26: package 
org.apache.tuscany.sca.polic
y does not exist
    [javac] import org.apache.tuscany.sca.policy.PolicySet;
    [javac]                                      ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingImpl.java:54: cannot find symbol
    [javac] symbol  : class PolicySet
    [javac] location: class echo.impl.EchoBindingImpl
    [javac]     public List<PolicySet> getPolicySets() {
    [javac]                 ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingImpl.java:59: cannot find symbol
    [javac] symbol  : class Intent
    [javac] location: class echo.impl.EchoBindingImpl
    [javac]     public List<Intent> getRequiredIntents() {
    [javac]                 ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:22: package org.osoa.sca does 
not e
xist
    [javac] import static org.osoa.sca.Constants.SCA_NS;
    [javac]                            ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:22: static import only from 
classes
 and interfaces
    [javac] import static org.osoa.sca.Constants.SCA_NS;
    [javac] ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:25: package javax.xml.stream 
does n
ot exist
    [javac] import javax.xml.stream.XMLStreamReader;
    [javac]                         ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:26: package javax.xml.stream 
does n
ot exist
    [javac] import javax.xml.stream.XMLStreamWriter;
    [javac]                         ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:28: package 
org.apache.tuscany.sca.
contribution.processor does not exist
    [javac] import 
org.apache.tuscany.sca.contribution.processor.StAXArtifactPro
cessor;
    [javac]                                                      ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:29: package 
org.apache.tuscany.sca.
contribution.resolver does not exist
    [javac] import 
org.apache.tuscany.sca.contribution.resolver.ModelResolver;
    [javac]                                                     ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:30: package 
org.apache.tuscany.sca.
contribution.service does not exist
    [javac] import 
org.apache.tuscany.sca.contribution.service.ContributionReadE
xception;
    [javac]                                                    ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:31: package 
org.apache.tuscany.sca.
contribution.service does not exist
    [javac] import 
org.apache.tuscany.sca.contribution.service.ContributionResol
veException;
    [javac]                                                    ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:32: package 
org.apache.tuscany.sca.
contribution.service does not exist
    [javac] import 
org.apache.tuscany.sca.contribution.service.ContributionWrite
Exception;
    [javac]                                                    ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:40: cannot find symbol
    [javac] symbol: class StAXArtifactProcessor
    [javac] public class EchoBindingProcessor implements 
StAXArtifactProcessor<E
choBinding> {
    [javac]                                              ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:40: interface expected here
    [javac] public class EchoBindingProcessor implements 
StAXArtifactProcessor<E
choBinding> {
    [javac] 
^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:58: cannot find symbol
    [javac] symbol  : class XMLStreamReader
    [javac] location: class echo.impl.EchoBindingProcessor
    [javac]     public EchoBinding read(XMLStreamReader reader) throws 
Contribut
ionReadException {
    [javac]                             ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:58: cannot find symbol
    [javac] symbol  : class ContributionReadException
    [javac] location: class echo.impl.EchoBindingProcessor
    [javac]     public EchoBinding read(XMLStreamReader reader) throws 
Contribut
ionReadException {
    [javac]                                                            ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:67: cannot find symbol
    [javac] symbol  : class XMLStreamWriter
    [javac] location: class echo.impl.EchoBindingProcessor
    [javac]     public void write(EchoBinding echoBinding, XMLStreamWriter 
write
r) throws ContributionWriteException {
    [javac]                                                ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:67: cannot find symbol
    [javac] symbol  : class ContributionWriteException
    [javac] location: class echo.impl.EchoBindingProcessor
    [javac]     public void write(EchoBinding echoBinding, XMLStreamWriter 
write
r) throws ContributionWriteException {
    [javac]
          ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:70: cannot find symbol
    [javac] symbol  : class ModelResolver
    [javac] location: class echo.impl.EchoBindingProcessor
    [javac]     public void resolve(EchoBinding echoBinding, ModelResolver 
resol
ver) throws ContributionResolveException {
    [javac]                                                  ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:70: cannot find symbol
    [javac] symbol  : class ContributionResolveException
    [javac] location: class echo.impl.EchoBindingProcessor
    [javac]     public void resolve(EchoBinding echoBinding, ModelResolver 
resol
ver) throws ContributionResolveException {
    [javac]
            ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:22: package 
org.apache.tuscany.sca
.contribution.processor does not exist
    [javac] import 
org.apache.tuscany.sca.contribution.processor.StAXArtifactPro
cessorExtensionPoint;
    [javac]                                                      ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:23: package 
org.apache.tuscany.sca
.core does not exist
    [javac] import org.apache.tuscany.sca.core.ExtensionPointRegistry;
    [javac]                                    ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:24: package 
org.apache.tuscany.sca
.core does not exist
    [javac] import org.apache.tuscany.sca.core.ModelFactoryExtensionPoint;
    [javac]                                    ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:25: package 
org.apache.tuscany.sca
.core does not exist
    [javac] import org.apache.tuscany.sca.core.ModuleActivator;
    [javac]                                    ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:26: package 
org.apache.tuscany.sca
.invocation does not exist
    [javac] import org.apache.tuscany.sca.invocation.MessageFactory;
    [javac]                                          ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:27: package 
org.apache.tuscany.sca
.provider does not exist
    [javac] import 
org.apache.tuscany.sca.provider.ProviderFactoryExtensionPoint
;
    [javac]                                        ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:38: cannot find symbol
    [javac] symbol: class ModuleActivator
    [javac] public class EchoModuleActivator implements ModuleActivator {
    [javac]                                             ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:45: cannot find symbol
    [javac] symbol  : class ExtensionPointRegistry
    [javac] location: class echo.module.EchoModuleActivator
    [javac]     public void start(ExtensionPointRegistry registry) {
    [javac]                       ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:65: cannot find symbol
    [javac] symbol  : class ExtensionPointRegistry
    [javac] location: class echo.module.EchoModuleActivator
    [javac]     public void stop(ExtensionPointRegistry registry) {
    [javac]                      ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingInvoker.java:23: package 
org.apache.tuscany.sc
a.invocation does not exist
    [javac] import org.apache.tuscany.sca.invocation.Invoker;
    [javac]                                          ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingInvoker.java:24: package 
org.apache.tuscany.sc
a.invocation does not exist
    [javac] import org.apache.tuscany.sca.invocation.Message;
    [javac]                                          ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingInvoker.java:29: cannot find symbol
    [javac] symbol: class Invoker
    [javac] public class EchoBindingInvoker implements Invoker {
    [javac]                                            ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingInvoker.java:36: cannot find symbol
    [javac] symbol  : class Message
    [javac] location: class echo.provider.EchoBindingInvoker
    [javac]     public Message invoke(Message msg) {
    [javac]                           ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingInvoker.java:36: cannot find symbol
    [javac] symbol  : class Message
    [javac] location: class echo.provider.EchoBindingInvoker
    [javac]     public Message invoke(Message msg) {
    [javac]            ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:22: package 
org.apache.tu
scany.sca.invocation does not exist
    [javac] import org.apache.tuscany.sca.invocation.MessageFactory;
    [javac]                                          ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:23: package 
org.apache.tu
scany.sca.provider does not exist
    [javac] import org.apache.tuscany.sca.provider.BindingProviderFactory;
    [javac]                                        ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:24: package 
org.apache.tu
scany.sca.provider does not exist
    [javac] import org.apache.tuscany.sca.provider.ReferenceBindingProvider;
    [javac]                                        ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:25: package 
org.apache.tu
scany.sca.provider does not exist
    [javac] import org.apache.tuscany.sca.provider.ServiceBindingProvider;
    [javac]                                        ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:26: package 
org.apache.tu
scany.sca.runtime does not exist
    [javac] import org.apache.tuscany.sca.runtime.RuntimeComponent;
    [javac]                                       ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:27: package 
org.apache.tu
scany.sca.runtime does not exist
    [javac] import org.apache.tuscany.sca.runtime.RuntimeComponentReference;
    [javac]                                       ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:28: package 
org.apache.tu
scany.sca.runtime does not exist
    [javac] import org.apache.tuscany.sca.runtime.RuntimeComponentService;
    [javac]                                       ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:36: cannot find 
symbol
    [javac] symbol: class BindingProviderFactory
    [javac] public class EchoBindingProviderFactory implements 
BindingProviderFa
ctory<EchoBinding> {
    [javac]                                                    ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:36: interface 
expected he
re
    [javac] public class EchoBindingProviderFactory implements 
BindingProviderFa
ctory<EchoBinding> {
    [javac]
     ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:38: cannot find 
symbol
    [javac] symbol  : class MessageFactory
    [javac] location: class echo.provider.EchoBindingProviderFactory
    [javac]     private MessageFactory messageFactory;
    [javac]             ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:40: cannot find 
symbol
    [javac] symbol  : class MessageFactory
    [javac] location: class echo.provider.EchoBindingProviderFactory
    [javac]     public EchoBindingProviderFactory(MessageFactory 
messageFactory)
 {
    [javac]                                       ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:44: cannot find 
symbol
    [javac] symbol  : class RuntimeComponent
    [javac] location: class echo.provider.EchoBindingProviderFactory
    [javac]     public ReferenceBindingProvider 
createReferenceBindingProvider(R
untimeComponent component, RuntimeComponentReference reference, EchoBinding 
bind
ing) {
    [javac] 
^

    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:44: cannot find 
symbol
    [javac] symbol  : class RuntimeComponentReference
    [javac] location: class echo.provider.EchoBindingProviderFactory
    [javac]     public ReferenceBindingProvider 
createReferenceBindingProvider(R
untimeComponent component, RuntimeComponentReference reference, EchoBinding 
bind
ing) {
    [javac]
                           ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:44: cannot find 
symbol
    [javac] symbol  : class ReferenceBindingProvider
    [javac] location: class echo.provider.EchoBindingProviderFactory
    [javac]     public ReferenceBindingProvider 
createReferenceBindingProvider(R
untimeComponent component, RuntimeComponentReference reference, EchoBinding 
bind
ing) {
    [javac]            ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:48: cannot find 
symbol
    [javac] symbol  : class RuntimeComponent
    [javac] location: class echo.provider.EchoBindingProviderFactory
    [javac]     public ServiceBindingProvider 
createServiceBindingProvider(Runti
meComponent component, RuntimeComponentService service, EchoBinding binding) 
{
    [javac]                                                                ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:48: cannot find 
symbol
    [javac] symbol  : class RuntimeComponentService
    [javac] location: class echo.provider.EchoBindingProviderFactory
    [javac]     public ServiceBindingProvider 
createServiceBindingProvider(Runti
meComponent component, RuntimeComponentService service, EchoBinding binding) 
{
    [javac]
                       ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoBindingProviderFactory.java:48: cannot find 
symbol
    [javac] symbol  : class ServiceBindingProvider
    [javac] location: class echo.provider.EchoBindingProviderFactory
    [javac]     public ServiceBindingProvider 
createServiceBindingProvider(Runti
meComponent component, RuntimeComponentService service, EchoBinding binding) 
{
    [javac]            ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoReferenceBindingProvider.java:22: package 
org.apache.
tuscany.sca.interfacedef does not exist
    [javac] import org.apache.tuscany.sca.interfacedef.InterfaceContract;
    [javac]                                            ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoReferenceBindingProvider.java:23: package 
org.apache.
tuscany.sca.interfacedef does not exist
    [javac] import org.apache.tuscany.sca.interfacedef.Operation;
    [javac]                                            ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoReferenceBindingProvider.java:24: package 
org.apache.
tuscany.sca.invocation does not exist
    [javac] import org.apache.tuscany.sca.invocation.Invoker;
    [javac]                                          ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoReferenceBindingProvider.java:25: package 
org.apache.
tuscany.sca.provider does not exist
    [javac] import org.apache.tuscany.sca.provider.ReferenceBindingProvider;
    [javac]                                        ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoReferenceBindingProvider.java:26: package 
org.apache.
tuscany.sca.runtime does not exist
    [javac] import org.apache.tuscany.sca.runtime.RuntimeComponent;
    [javac]                                       ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoReferenceBindingProvider.java:27: package 
org.apache.
tuscany.sca.runtime does not exist
    [javac] import org.apache.tuscany.sca.runtime.RuntimeComponentReference;
    [javac]                                       ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoReferenceBindingProvider.java:34: cannot find 
symbol
    [javac] symbol: class ReferenceBindingProvider
    [javac] public class EchoReferenceBindingProvider implements 
ReferenceBindin
gProvider {
    [javac]                                                      ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoReferenceBindingProvider.java:36: cannot find 
symbol
    [javac] symbol  : class RuntimeComponentReference
    [javac] location: class echo.provider.EchoReferenceBindingProvider
    [javac]     private RuntimeComponentReference reference;
    [javac]             ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoReferenceBindingProvider.java:38: cannot find 
symbol
    [javac] symbol  : class RuntimeComponent
    [javac] location: class echo.provider.EchoReferenceBindingProvider
    [javac]     public EchoReferenceBindingProvider(RuntimeComponent 
component,
    [javac]                                         ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoReferenceBindingProvider.java:39: cannot find 
symbol
    [javac] symbol  : class RuntimeComponentReference
    [javac] location: class echo.provider.EchoReferenceBindingProvider
    [javac] 
RuntimeComponentReference re
ference,
    [javac]                                         ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoReferenceBindingProvider.java:44: cannot find 
symbol
    [javac] symbol  : class Operation
    [javac] location: class echo.provider.EchoReferenceBindingProvider
    [javac]     public Invoker createInvoker(Operation operation, boolean 
isCall
back) {
    [javac]                                  ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoReferenceBindingProvider.java:44: cannot find 
symbol
    [javac] symbol  : class Invoker
    [javac] location: class echo.provider.EchoReferenceBindingProvider
    [javac]     public Invoker createInvoker(Operation operation, boolean 
isCall
back) {
    [javac]            ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoReferenceBindingProvider.java:52: cannot find 
symbol
    [javac] symbol  : class InterfaceContract
    [javac] location: class echo.provider.EchoReferenceBindingProvider
    [javac]     public InterfaceContract getBindingInterfaceContract() {
    [javac]            ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:22: package 
org.apache.tu
scany.sca.interfacedef does not exist
    [javac] import org.apache.tuscany.sca.interfacedef.InterfaceContract;
    [javac]                                            ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:23: package 
org.apache.tu
scany.sca.invocation does not exist
    [javac] import org.apache.tuscany.sca.invocation.InvocationChain;
    [javac]                                          ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:24: package 
org.apache.tu
scany.sca.invocation does not exist
    [javac] import org.apache.tuscany.sca.invocation.MessageFactory;
    [javac]                                          ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:25: package 
org.apache.tu
scany.sca.provider does not exist
    [javac] import org.apache.tuscany.sca.provider.ServiceBindingProvider;
    [javac]                                        ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:26: package 
org.apache.tu
scany.sca.runtime does not exist
    [javac] import org.apache.tuscany.sca.runtime.RuntimeComponent;
    [javac]                                       ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:27: package 
org.apache.tu
scany.sca.runtime does not exist
    [javac] import org.apache.tuscany.sca.runtime.RuntimeComponentService;
    [javac]                                       ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:28: package 
org.apache.tu
scany.sca.runtime does not exist
    [javac] import org.apache.tuscany.sca.runtime.RuntimeWire;
    [javac]                                       ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:37: cannot find 
symbol
    [javac] symbol: class ServiceBindingProvider
    [javac] public class EchoServiceBindingProvider implements 
ServiceBindingPro
vider {
    [javac]                                                    ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:39: cannot find 
symbol
    [javac] symbol  : class RuntimeComponent
    [javac] location: class echo.provider.EchoServiceBindingProvider
    [javac]     private RuntimeComponent component;
    [javac]             ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:40: cannot find 
symbol
    [javac] symbol  : class RuntimeComponentService
    [javac] location: class echo.provider.EchoServiceBindingProvider
    [javac]     private RuntimeComponentService service;
    [javac]             ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:42: cannot find 
symbol
    [javac] symbol  : class MessageFactory
    [javac] location: class echo.provider.EchoServiceBindingProvider
    [javac]     private MessageFactory messageFactory;
    [javac]             ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:44: cannot find 
symbol
    [javac] symbol  : class RuntimeComponent
    [javac] location: class echo.provider.EchoServiceBindingProvider
    [javac]     public EchoServiceBindingProvider(RuntimeComponent 
component,
    [javac]                                       ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:45: cannot find 
symbol
    [javac] symbol  : class RuntimeComponentService
    [javac] location: class echo.provider.EchoServiceBindingProvider
    [javac]                                       RuntimeComponentService 
servic
e, EchoBinding binding, MessageFactory messageFactory) {
    [javac]                                       ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:45: cannot find 
symbol
    [javac] symbol  : class MessageFactory
    [javac] location: class echo.provider.EchoServiceBindingProvider
    [javac]                                       RuntimeComponentService 
servic
e, EchoBinding binding, MessageFactory messageFactory) {
    [javac]
                        ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:52: cannot find 
symbol
    [javac] symbol  : class InterfaceContract
    [javac] location: class echo.provider.EchoServiceBindingProvider
    [javac]     public InterfaceContract getBindingInterfaceContract() {
    [javac]            ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\server\EchoService.java:23: package 
org.apache.tuscany.sca.invocat
ion does not exist
    [javac] import org.apache.tuscany.sca.invocation.Invoker;
    [javac]                                          ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\server\EchoService.java:24: package 
org.apache.tuscany.sca.invocat
ion does not exist
    [javac] import org.apache.tuscany.sca.invocation.Message;
    [javac]                                          ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\server\EchoService.java:25: package 
org.apache.tuscany.sca.invocat
ion does not exist
    [javac] import org.apache.tuscany.sca.invocation.MessageFactory;
    [javac]                                          ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\server\EchoService.java:31: cannot find symbol
    [javac] symbol  : class Invoker
    [javac] location: class echo.server.EchoService
    [javac]     private Invoker invoker;
    [javac]             ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\server\EchoService.java:32: cannot find symbol
    [javac] symbol  : class MessageFactory
    [javac] location: class echo.server.EchoService
    [javac]     private MessageFactory messageFactory;
    [javac]             ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\server\EchoService.java:34: cannot find symbol
    [javac] symbol  : class Invoker
    [javac] location: class echo.server.EchoService
    [javac]     public EchoService(Invoker invoker, MessageFactory 
messageFactor
y) {
    [javac]                        ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\server\EchoService.java:34: cannot find symbol
    [javac] symbol  : class MessageFactory
    [javac] location: class echo.server.EchoService
    [javac]     public EchoService(Invoker invoker, MessageFactory 
messageFactor
y) {
    [javac]                                         ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:42: cannot find symbol
    [javac] symbol  : variable SCA_NS
    [javac] location: class echo.impl.EchoBindingProcessor
    [javac]     private QName BINDING_ECHO = new QName(SCA_NS, 
"binding.echo");
    [javac]                                            ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\impl\EchoBindingProcessor.java:62: cannot find symbol
    [javac] symbol  : method setURI(java.lang.String)
    [javac] location: interface echo.EchoBinding
    [javac]             echoBinding.setURI(uri.trim());
    [javac]                        ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:47: cannot find symbol
    [javac] symbol  : class ModelFactoryExtensionPoint
    [javac] location: class echo.module.EchoModuleActivator
    [javac]         ModelFactoryExtensionPoint factories = 
registry.getExtension
Point(ModelFactoryExtensionPoint.class);
    [javac]         ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:47: cannot find symbol
    [javac] symbol  : class ModelFactoryExtensionPoint
    [javac] location: class echo.module.EchoModuleActivator
    [javac]         ModelFactoryExtensionPoint factories = 
registry.getExtension
Point(ModelFactoryExtensionPoint.class);
    [javac]
      ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:48: cannot find symbol
    [javac] symbol  : class MessageFactory
    [javac] location: class echo.module.EchoModuleActivator
    [javac]         MessageFactory messageFactory = 
factories.getFactory(Message
Factory.class);
    [javac]         ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:48: cannot find symbol
    [javac] symbol  : class MessageFactory
    [javac] location: class echo.module.EchoModuleActivator
    [javac]         MessageFactory messageFactory = 
factories.getFactory(Message
Factory.class);
    [javac]                                                              ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:54: cannot find symbol
    [javac] symbol  : class StAXArtifactProcessorExtensionPoint
    [javac] location: class echo.module.EchoModuleActivator
    [javac]         StAXArtifactProcessorExtensionPoint processors = 
registry.ge
tExtensionPoint(StAXArtifactProcessorExtensionPoint.class);
    [javac]         ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:54: cannot find symbol
    [javac] symbol  : class StAXArtifactProcessorExtensionPoint
    [javac] location: class echo.module.EchoModuleActivator
    [javac]         StAXArtifactProcessorExtensionPoint processors = 
registry.ge
tExtensionPoint(StAXArtifactProcessorExtensionPoint.class);
    [javac]
                ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:58: cannot find symbol
    [javac] symbol  : class ProviderFactoryExtensionPoint
    [javac] location: class echo.module.EchoModuleActivator
    [javac]         ProviderFactoryExtensionPoint providerFactories = 
registry.g
etExtensionPoint(ProviderFactoryExtensionPoint.class);
    [javac]         ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\module\EchoModuleActivator.java:58: cannot find symbol
    [javac] symbol  : class ProviderFactoryExtensionPoint
    [javac] location: class echo.module.EchoModuleActivator
    [javac]         ProviderFactoryExtensionPoint providerFactories = 
registry.g
etExtensionPoint(ProviderFactoryExtensionPoint.class);
    [javac]
                 ^
    [javac] 
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\src\m
ain\java\echo\provider\EchoServiceBindingProvider.java:58: cannot find 
symbol
    [javac] symbol  : class RuntimeComponentService
    [javac] location: class echo.provider.EchoServiceBindingProvider
    [javac]         RuntimeComponentService componentService = 
(RuntimeComponent
Service) service;
    [javac]         ^
    [javac] 100 errors

BUILD FAILED
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo\build.xml:31: 
Com
pile failed; see the compiler error output for details.

Total time: 3 seconds
C:\Apache\tuscany-sca-0.90-incubating-src\samples\binding-echo>


----- Original Message ----- 
From: "ant elder" <an...@gmail.com>
To: <tu...@ws.apache.org>
Sent: Thursday, May 24, 2007 7:19 AM
Subject: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2


> Please review and vote on the 0.90 release artifacts of Tuscany SCA for
> Java.
>
> The artifacts are available for review at:
> http://people.apache.org/~antelder/tuscany/0.90-rc2/
>
> This includes the binary and source distributions, the RAT reports, and 
> the
> Maven staging repository.
>
> The SVN tag for the release is:
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/
>
> Looks ok to me so here's my +1.
>
> Thanks in advance,
>
>   ...ant
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Venkata Krishnan <fo...@gmail.com>.
Hi,

I tried building the source disb and the samples from the binary and all
works well.

+1 for the release.

Thanks

- Venkat


On 5/24/07, ant elder <an...@gmail.com> wrote:
>
> Please review and vote on the 0.90 release artifacts of Tuscany SCA for
> Java.
>
> The artifacts are available for review at:
> http://people.apache.org/~antelder/tuscany/0.90-rc2/
>
> This includes the binary and source distributions, the RAT reports, and
> the
> Maven staging repository.
>
> The SVN tag for the release is:
>
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/
>
> Looks ok to me so here's my +1.
>
> Thanks in advance,
>
>    ...ant
>

Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Raymond Feng <en...@gmail.com>.
Hi,

I tried the binary distro too and the samples worked well.

+1 to release it!

Thanks,
Raymond

----- Original Message ----- 
From: "ant elder" <an...@gmail.com>
To: <tu...@ws.apache.org>
Sent: Thursday, May 24, 2007 7:19 AM
Subject: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2


> Please review and vote on the 0.90 release artifacts of Tuscany SCA for
> Java.
>
> The artifacts are available for review at:
> http://people.apache.org/~antelder/tuscany/0.90-rc2/
>
> This includes the binary and source distributions, the RAT reports, and 
> the
> Maven staging repository.
>
> The SVN tag for the release is:
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/
>
> Looks ok to me so here's my +1.
>
> Thanks in advance,
>
>   ...ant
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Jean-Sebastien Delfino <js...@apache.org>.
ant elder wrote:
> Please review and vote on the 0.90 release artifacts of Tuscany SCA for
> Java.
>
> The artifacts are available for review at:
> http://people.apache.org/~antelder/tuscany/0.90-rc2/
>
> This includes the binary and source distributions, the RAT reports, 
> and the
> Maven staging repository.
>
> The SVN tag for the release is:
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/ 
>
>
> Looks ok to me so here's my +1.
>
> Thanks in advance,
>
>   ...ant
>

RC2 looks good to me.

I tested the binary and source distros on RHEL Linux. I built and ran 
the samples, built the source distro, found no problem, and most of the 
things I had found in RC1 have also been addressed.

I'm really happy with the release, here's my +1 !!

-- 
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Simon Nash <na...@hursley.ibm.com>.
I confirmed that the sample runs OK after producing the error messages.
The unexplained part of this (to me) is why the war that I built with
ant consistently gave an error but the pre-built war in the binary
distro was consistently OK.  And even more bizarrely, I rebuilt the
war again with ant today and it deploys without errors!  Any ideas?

   Simon

ant elder wrote:

> I think thats: http://issues.apache.org/jira/browse/TUSCANY-1268. If you
> ignore the unsightly error on the tomcat console the sample should still
> actually be working fine. I have started fixing this in the trunk code, 
> will
> try to get it committed shortly.
> 
>   ...ant
> 
> On 5/26/07, Simon Nash <na...@hursley.ibm.com> wrote:
> 
>>
>> I am trying out the samples for RC2.  All went well until I came to
>> helloworld-jsonrpc.  The pre-built war file deployed and ran fine.
>> I then used "ant package" to rebuild the war, and the war that was
>> built did not deploy successfully.  Here is the error that I got.
>>
>> INFO: Server startup in 1813 ms
>> 26-May-2007 19:38:37 org.apache.catalina.startup.HostConfig deployWAR
>> INFO: Deploying web application archive sample-helloworldjsonrpc.war
>> 26-May-2007 19:38:42 
>> com.metaparadigm.jsonrpc.JSONRPCBridgeregisterLocalArgResolver
>> INFO: registered local arg resolver
>> com.metaparadigm.jsonrpc.HttpServletRequestArgResolver for local class
>> javax.servlet.http.HttpServletRequest with context
>> javax.servlet.http.HttpServletRequest
>> 26-May-2007 19:38:42 
>> com.metaparadigm.jsonrpc.JSONRPCBridgeregisterLocalArgResolver
>> INFO: registered local arg resolver
>> com.metaparadigm.jsonrpc.HttpSessionArgResolver for local class
>> javax.servlet.http.HttpSession with context
>> javax.servlet.http.HttpServletRequest
>> 26-May-2007 19:38:42 
>> com.metaparadigm.jsonrpc.JSONRPCBridgeregisterLocalArgResolver
>> INFO: registered local arg resolver
>> com.metaparadigm.jsonrpc.JSONRPCBridgeServletArgResolver for local class
>> com.metaparadigm.jsonrpc.JSONRPCBridge with context
>> javax.servlet.http.HttpServletRequest
>> 26-May-2007 19:38:42 org.apache.catalina.session.StandardManager doLoad
>> SEVERE: IOException while loading persisted sessions:
>> java.io.WriteAbortedException: writing aborted;
>> java.io.NotSerializableException:
>> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler
>> java.io.WriteAbortedException : writing aborted;
>> java.io.NotSerializableException:
>> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler
>>         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309)
>>         at java.io.ObjectInputStream.defaultReadFields (ObjectInputStream.java:1908)
>>         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
>> (cut)
 >>
>> I'm going out now so I will have to leave this until later.  I will
>> investigate
>> further and try to identify the difference between the war that works and
>> the
>> one that doesn't.
>>
>> Does anyone else see the same problem after rebuilding this war using 
>> ant?
>>
>>    Simon
>>
>> ant elder wrote:
>> > Please review and vote on the 0.90 release artifacts of Tuscany SCA for
>> > Java.
>> >
>> > The artifacts are available for review at:
>> > 
>> http://people.apache.org/~antelder/tuscany/0.90-rc2/<http://people.apache.org/%7Eantelder/tuscany/0.90-rc2/> 
>>
>> >
>> > This includes the binary and source distributions, the RAT reports, and
>> the
>> > Maven staging repository.
>> >
>> > The SVN tag for the release is:
>> > 
>> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/ 
>>
>>
>> >
>> >
>> > Looks ok to me so here's my +1.
>> >
>> > Thanks in advance,
>> >
>> >   ...ant
>> >



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by ant elder <an...@gmail.com>.
I think thats: http://issues.apache.org/jira/browse/TUSCANY-1268. If you
ignore the unsightly error on the tomcat console the sample should still
actually be working fine. I have started fixing this in the trunk code, will
try to get it committed shortly.

   ...ant

On 5/26/07, Simon Nash <na...@hursley.ibm.com> wrote:
>
> I am trying out the samples for RC2.  All went well until I came to
> helloworld-jsonrpc.  The pre-built war file deployed and ran fine.
> I then used "ant package" to rebuild the war, and the war that was
> built did not deploy successfully.  Here is the error that I got.
>
> INFO: Server startup in 1813 ms
> 26-May-2007 19:38:37 org.apache.catalina.startup.HostConfig deployWAR
> INFO: Deploying web application archive sample-helloworldjsonrpc.war
> 26-May-2007 19:38:42 com.metaparadigm.jsonrpc.JSONRPCBridgeregisterLocalArgResolver
> INFO: registered local arg resolver
> com.metaparadigm.jsonrpc.HttpServletRequestArgResolver for local class
> javax.servlet.http.HttpServletRequest with context
> javax.servlet.http.HttpServletRequest
> 26-May-2007 19:38:42 com.metaparadigm.jsonrpc.JSONRPCBridgeregisterLocalArgResolver
> INFO: registered local arg resolver
> com.metaparadigm.jsonrpc.HttpSessionArgResolver for local class
> javax.servlet.http.HttpSession with context
> javax.servlet.http.HttpServletRequest
> 26-May-2007 19:38:42 com.metaparadigm.jsonrpc.JSONRPCBridgeregisterLocalArgResolver
> INFO: registered local arg resolver
> com.metaparadigm.jsonrpc.JSONRPCBridgeServletArgResolver for local class
> com.metaparadigm.jsonrpc.JSONRPCBridge with context
> javax.servlet.http.HttpServletRequest
> 26-May-2007 19:38:42 org.apache.catalina.session.StandardManager doLoad
> SEVERE: IOException while loading persisted sessions:
> java.io.WriteAbortedException: writing aborted;
> java.io.NotSerializableException:
> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler
> java.io.WriteAbortedException : writing aborted;
> java.io.NotSerializableException:
> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler
>         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java
> :1309)
>         at java.io.ObjectInputStream.defaultReadFields (
> ObjectInputStream.java:1908)
>         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java
> :1832)
>         at java.io.ObjectInputStream.readOrdinaryObject(
> ObjectInputStream.java:1719)
>         at java.io.ObjectInputStream.readObject0 (ObjectInputStream.java
> :1305)
>         at java.io.ObjectInputStream.defaultReadFields(
> ObjectInputStream.java:1908)
>         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java
> :1832)
>         at java.io.ObjectInputStream.readOrdinaryObject (
> ObjectInputStream.java:1719)
>         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java
> :1305)
>         at java.io.ObjectInputStream.readObject(ObjectInputStream.java
> :348)
>         at java.util.HashMap.readObject (HashMap.java:1067)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke (
> DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at java.io.ObjectStreamClass.invokeReadObject(
> ObjectStreamClass.java:946)
>         at java.io.ObjectInputStream.readSerialData (
> ObjectInputStream.java:1809)
>         at java.io.ObjectInputStream.readOrdinaryObject(
> ObjectInputStream.java:1719)
>         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java
> :1305)
>         at java.io.ObjectInputStream.defaultReadFields (
> ObjectInputStream.java:1908)
>         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java
> :1832)
>         at java.io.ObjectInputStream.readOrdinaryObject(
> ObjectInputStream.java:1719)
>         at java.io.ObjectInputStream.readObject0 (ObjectInputStream.java
> :1305)
>         at java.io.ObjectInputStream.readObject(ObjectInputStream.java
> :348)
>         at org.apache.catalina.session.StandardSession.readObject(
> StandardSession.java:1386)
>         at org.apache.catalina.session.StandardSession.readObjectData (
> StandardSession.java:921)
>         at org.apache.catalina.session.StandardManager.doLoad(
> StandardManager.java:393)
>         at org.apache.catalina.session.StandardManager.load(
> StandardManager.java:320)
>         at org.apache.catalina.session.StandardManager.start(
> StandardManager.java:636)
>         at org.apache.catalina.core.ContainerBase.setManager(
> ContainerBase.java:431)
>         at org.apache.catalina.core.StandardContext.start (
> StandardContext.java:4131)
>         at org.apache.catalina.core.ContainerBase.addChildInternal(
> ContainerBase.java:759)
>         at org.apache.catalina.core.ContainerBase.addChild(
> ContainerBase.java:739)
>         at org.apache.catalina.core.StandardHost.addChild(
> StandardHost.java:524)
>         at org.apache.catalina.startup.HostConfig.deployWAR(
> HostConfig.java:809)
>         at org.apache.catalina.startup.HostConfig.deployWARs(
> HostConfig.java :698)
>         at org.apache.catalina.startup.HostConfig.deployApps(
> HostConfig.java:472)
>         at org.apache.catalina.startup.HostConfig.check(HostConfig.java
> :1190)
>         at org.apache.catalina.startup.HostConfig.lifecycleEvent (
> HostConfig.java:292)
>         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(
> LifecycleSupport.java:119)
>         at org.apache.catalina.core.ContainerBase.backgroundProcess(
> ContainerBase.java:1305)
>         at
> org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren
> (ContainerBase.java:1569)
>         at
> org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren
> (ContainerBase.java :1578)
>         at
> org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(
> ContainerBase.java:1558)
>         at java.lang.Thread.run(Thread.java:595)
> Caused by: java.io.NotSerializableException:
> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler
>         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java
> :1081)
>         at java.io.ObjectOutputStream.defaultWriteFields(
> ObjectOutputStream.java:1375)
>         at java.io.ObjectOutputStream.writeSerialData (
> ObjectOutputStream.java:1347)
>         at java.io.ObjectOutputStream.writeOrdinaryObject(
> ObjectOutputStream.java:1290)
>         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java
> :1079)
>         at java.io.ObjectOutputStream.defaultWriteFields (
> ObjectOutputStream.java:1375)
>         at java.io.ObjectOutputStream.writeSerialData(
> ObjectOutputStream.java:1347)
>         at java.io.ObjectOutputStream.writeOrdinaryObject(
> ObjectOutputStream.java:1290)
>         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java
> :1079)
>         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java
> :302)
>         at java.util.HashMap.writeObject(HashMap.java:1039)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java :25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at java.io.ObjectStreamClass.invokeWriteObject(
> ObjectStreamClass.java:917)
>         at java.io.ObjectOutputStream.writeSerialData(
> ObjectOutputStream.java :1339)
>         at java.io.ObjectOutputStream.writeOrdinaryObject(
> ObjectOutputStream.java:1290)
>         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java
> :1079)
>         at java.io.ObjectOutputStream.defaultWriteFields (
> ObjectOutputStream.java:1375)
>         at java.io.ObjectOutputStream.writeSerialData(
> ObjectOutputStream.java:1347)
>         at java.io.ObjectOutputStream.writeOrdinaryObject(
> ObjectOutputStream.java:1290)
>         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java
> :1079)
>         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java
> :302)
>         at org.apache.catalina.session.StandardSession.writeObject (
> StandardSession.java:1462)
>         at org.apache.catalina.session.StandardSession.writeObjectData(
> StandardSession.java:938)
>         at org.apache.catalina.session.StandardManager.doUnload(
> StandardManager.java:516)
>         at org.apache.catalina.session.StandardManager.unload(
> StandardManager.java:462)
>         at org.apache.catalina.session.StandardManager.stop(
> StandardManager.java:666)
>         at org.apache.catalina.core.StandardContext.stop (
> StandardContext.java:4345)
>         at org.apache.catalina.core.ContainerBase.removeChild(
> ContainerBase.java:892)
>         at org.apache.catalina.startup.HostConfig.undeployApps(
> HostConfig.java:1164)
>         at org.apache.catalina.startup.HostConfig.stop (HostConfig.java
> :1135)
>         at org.apache.catalina.startup.HostConfig.lifecycleEvent(
> HostConfig.java:312)
>         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(
> LifecycleSupport.java:119)
>         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java
> :1054)
>         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java
> :1066)
>         at org.apache.catalina.core.StandardEngine.stop(
> StandardEngine.java :447)
>         at org.apache.catalina.core.StandardService.stop(
> StandardService.java:512)
>         at org.apache.catalina.core.StandardServer.stop(
> StandardServer.java:743)
>         at org.apache.catalina.startup.Catalina.stop (Catalina.java:601)
>         at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke (
> NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.apache.catalina.startup.Bootstrap.start (Bootstrap.java
> :294)
>         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
> 26-May-2007 19:38:42 org.apache.catalina.session.StandardManager start
> SEVERE: Exception loading sessions from persistent storage
> java.io.WriteAbortedException: writing aborted;
> java.io.NotSerializableException:
> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler
>         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309)
>
>         at java.io.ObjectInputStream.defaultReadFields(
> ObjectInputStream.java:1908)
>         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java
> :1832)
>         at java.io.ObjectInputStream.readOrdinaryObject (
> ObjectInputStream.java:1719)
>         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java
> :1305)
>         at java.io.ObjectInputStream.defaultReadFields(
> ObjectInputStream.java:1908)
>         at java.io.ObjectInputStream.readSerialData (
> ObjectInputStream.java:1832)
>         at java.io.ObjectInputStream.readOrdinaryObject(
> ObjectInputStream.java:1719)
>         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java
> :1305)
>         at java.io.ObjectInputStream.readObject (ObjectInputStream.java
> :348)
>         at java.util.HashMap.readObject(HashMap.java:1067)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke (
> NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at java.io.ObjectStreamClass.invokeReadObject (
> ObjectStreamClass.java:946)
>         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java
> :1809)
>         at java.io.ObjectInputStream.readOrdinaryObject(
> ObjectInputStream.java:1719)
>         at java.io.ObjectInputStream.readObject0 (ObjectInputStream.java
> :1305)
>         at java.io.ObjectInputStream.defaultReadFields(
> ObjectInputStream.java:1908)
>         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java
> :1832)
>         at java.io.ObjectInputStream.readOrdinaryObject (
> ObjectInputStream.java:1719)
>         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java
> :1305)
>         at java.io.ObjectInputStream.readObject(ObjectInputStream.java
> :348)
>         at org.apache.catalina.session.StandardSession.readObject (
> StandardSession.java:1386)
>         at org.apache.catalina.session.StandardSession.readObjectData(
> StandardSession.java:921)
>         at org.apache.catalina.session.StandardManager.doLoad(
> StandardManager.java:393)
>         at org.apache.catalina.session.StandardManager.load(
> StandardManager.java:320)
>         at org.apache.catalina.session.StandardManager.start(
> StandardManager.java:636)
>         at org.apache.catalina.core.ContainerBase.setManager (
> ContainerBase.java:431)
>         at org.apache.catalina.core.StandardContext.start(
> StandardContext.java:4131)
>         at org.apache.catalina.core.ContainerBase.addChildInternal(
> ContainerBase.java:759)
>         at org.apache.catalina.core.ContainerBase.addChild(
> ContainerBase.java:739)
>         at org.apache.catalina.core.StandardHost.addChild(
> StandardHost.java:524)
>         at org.apache.catalina.startup.HostConfig.deployWAR(
> HostConfig.java :809)
>         at org.apache.catalina.startup.HostConfig.deployWARs(
> HostConfig.java:698)
>         at org.apache.catalina.startup.HostConfig.deployApps(
> HostConfig.java:472)
>         at org.apache.catalina.startup.HostConfig.check (HostConfig.java
> :1190)
>         at org.apache.catalina.startup.HostConfig.lifecycleEvent(
> HostConfig.java:292)
>         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(
> LifecycleSupport.java:119)
>         at org.apache.catalina.core.ContainerBase.backgroundProcess(
> ContainerBase.java:1305)
>         at
> org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren
> (ContainerBase.java:1569)
>         at
> org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(
> ContainerBase.java:1578)
>         at
> org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(
> ContainerBase.java:1558)
>         at java.lang.Thread.run(Thread.java:595)
> Caused by: java.io.NotSerializableException :
> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler
>         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java
> :1081)
>         at java.io.ObjectOutputStream.defaultWriteFields(
> ObjectOutputStream.java :1375)
>         at java.io.ObjectOutputStream.writeSerialData(
> ObjectOutputStream.java:1347)
>         at java.io.ObjectOutputStream.writeOrdinaryObject(
> ObjectOutputStream.java:1290)
>         at java.io.ObjectOutputStream.writeObject0 (
> ObjectOutputStream.java:1079)
>         at java.io.ObjectOutputStream.defaultWriteFields(
> ObjectOutputStream.java:1375)
>         at java.io.ObjectOutputStream.writeSerialData(
> ObjectOutputStream.java:1347)
>         at java.io.ObjectOutputStream.writeOrdinaryObject(
> ObjectOutputStream.java:1290)
>         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java
> :1079)
>         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
>         at java.util.HashMap.writeObject(HashMap.java:1039)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java :39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at java.io.ObjectStreamClass.invokeWriteObject (
> ObjectStreamClass.java:917)
>         at java.io.ObjectOutputStream.writeSerialData(
> ObjectOutputStream.java:1339)
>         at java.io.ObjectOutputStream.writeOrdinaryObject(
> ObjectOutputStream.java:1290)
>         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java
> :1079)
>         at java.io.ObjectOutputStream.defaultWriteFields(
> ObjectOutputStream.java:1375)
>         at java.io.ObjectOutputStream.writeSerialData(
> ObjectOutputStream.java :1347)
>         at java.io.ObjectOutputStream.writeOrdinaryObject(
> ObjectOutputStream.java:1290)
>         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java
> :1079)
>         at java.io.ObjectOutputStream.writeObject (ObjectOutputStream.java
> :302)
>         at org.apache.catalina.session.StandardSession.writeObject(
> StandardSession.java:1462)
>         at org.apache.catalina.session.StandardSession.writeObjectData(
> StandardSession.java :938)
>         at org.apache.catalina.session.StandardManager.doUnload(
> StandardManager.java:516)
>         at org.apache.catalina.session.StandardManager.unload(
> StandardManager.java:462)
>         at org.apache.catalina.session.StandardManager.stop (
> StandardManager.java:666)
>         at org.apache.catalina.core.StandardContext.stop(
> StandardContext.java:4345)
>         at org.apache.catalina.core.ContainerBase.removeChild(
> ContainerBase.java:892)
>         at org.apache.catalina.startup.HostConfig.undeployApps (
> HostConfig.java:1164)
>         at org.apache.catalina.startup.HostConfig.stop(HostConfig.java
> :1135)
>         at org.apache.catalina.startup.HostConfig.lifecycleEvent(
> HostConfig.java:312)
>         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent (
> LifecycleSupport.java:119)
>         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java
> :1054)
>         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java
> :1066)
>         at org.apache.catalina.core.StandardEngine.stop (
> StandardEngine.java:447)
>         at org.apache.catalina.core.StandardService.stop(
> StandardService.java:512)
>         at org.apache.catalina.core.StandardServer.stop(
> StandardServer.java:743)
>         at org.apache.catalina.startup.Catalina.stop (Catalina.java:601)
>         at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke (
> NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.apache.catalina.startup.Bootstrap.start (Bootstrap.java
> :294)
>         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
>
> I'm going out now so I will have to leave this until later.  I will
> investigate
> further and try to identify the difference between the war that works and
> the
> one that doesn't.
>
> Does anyone else see the same problem after rebuilding this war using ant?
>
>    Simon
>
> ant elder wrote:
> > Please review and vote on the 0.90 release artifacts of Tuscany SCA for
> > Java.
> >
> > The artifacts are available for review at:
> > http://people.apache.org/~antelder/tuscany/0.90-rc2/<http://people.apache.org/%7Eantelder/tuscany/0.90-rc2/>
> >
> > This includes the binary and source distributions, the RAT reports, and
> the
> > Maven staging repository.
> >
> > The SVN tag for the release is:
> > https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/
>
> >
> >
> > Looks ok to me so here's my +1.
> >
> > Thanks in advance,
> >
> >   ...ant
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Simon Nash <na...@hursley.ibm.com>.
I compared the distro war file with one produced by the ant script
and they appear to have identical contents except for 2 additional
pom files in the distro version.

The failure only occurs when hot-deploying the war into a Tomcat
server that is already started and running.  If I do a cold start
of the Tomcat server with the war file already in the webapps
directory, it deploys OK and the test runs.

I'll open a JIRA and attach both war files in the hope that someone
else can confirm the problem symptoms I am seeing, and maybe spot
the vital difference between these two war files!

   Simon

Simon Nash wrote:

> I am trying out the samples for RC2.  All went well until I came to
> helloworld-jsonrpc.  The pre-built war file deployed and ran fine.
> I then used "ant package" to rebuild the war, and the war that was
> built did not deploy successfully.  Here is the error that I got.
> 
> INFO: Server startup in 1813 ms
> 26-May-2007 19:38:37 org.apache.catalina.startup.HostConfig deployWAR
> INFO: Deploying web application archive sample-helloworldjsonrpc.war
> 26-May-2007 19:38:42 com.metaparadigm.jsonrpc.JSONRPCBridge 
> registerLocalArgResolver
> INFO: registered local arg resolver 
> com.metaparadigm.jsonrpc.HttpServletRequestArgResolver for local class 
> javax.servlet.http.HttpServletRequest with context 
> javax.servlet.http.HttpServletRequest
> 26-May-2007 19:38:42 com.metaparadigm.jsonrpc.JSONRPCBridge 
> registerLocalArgResolver
> INFO: registered local arg resolver 
> com.metaparadigm.jsonrpc.HttpSessionArgResolver for local class 
> javax.servlet.http.HttpSession with context 
> javax.servlet.http.HttpServletRequest
> 26-May-2007 19:38:42 com.metaparadigm.jsonrpc.JSONRPCBridge 
> registerLocalArgResolver
> INFO: registered local arg resolver 
> com.metaparadigm.jsonrpc.JSONRPCBridgeServletArgResolver for local class 
> com.metaparadigm.jsonrpc.JSONRPCBridge with context 
> javax.servlet.http.HttpServletRequest
> 26-May-2007 19:38:42 org.apache.catalina.session.StandardManager doLoad
> SEVERE: IOException while loading persisted sessions: 
> java.io.WriteAbortedException: writing aborted; 
> java.io.NotSerializableException: 
> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler
> java.io.WriteAbortedException: writing aborted; 
> java.io.NotSerializableException: 
> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler
>     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309)
>     at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
>     at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
> (cut)
> 
> I'm going out now so I will have to leave this until later.  I will 
> investigate
> further and try to identify the difference between the war that works 
> and the
> one that doesn't.
> 
> Does anyone else see the same problem after rebuilding this war using ant?
> 
>   Simon
> 
> ant elder wrote:
> 
>> Please review and vote on the 0.90 release artifacts of Tuscany SCA for
>> Java.
>>
>> The artifacts are available for review at:
>> http://people.apache.org/~antelder/tuscany/0.90-rc2/
>>
>> This includes the binary and source distributions, the RAT reports, 
>> and the
>> Maven staging repository.
>>
>> The SVN tag for the release is:
>> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/ 
>>
>>
>> Looks ok to me so here's my +1.
>>
>> Thanks in advance,
>>
>>   ...ant
>>
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Simon Nash <na...@hursley.ibm.com>.
I am trying out the samples for RC2.  All went well until I came to
helloworld-jsonrpc.  The pre-built war file deployed and ran fine.
I then used "ant package" to rebuild the war, and the war that was
built did not deploy successfully.  Here is the error that I got.

INFO: Server startup in 1813 ms
26-May-2007 19:38:37 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive sample-helloworldjsonrpc.war
26-May-2007 19:38:42 com.metaparadigm.jsonrpc.JSONRPCBridge registerLocalArgResolver
INFO: registered local arg resolver com.metaparadigm.jsonrpc.HttpServletRequestArgResolver for local class javax.servlet.http.HttpServletRequest with context javax.servlet.http.HttpServletRequest
26-May-2007 19:38:42 com.metaparadigm.jsonrpc.JSONRPCBridge registerLocalArgResolver
INFO: registered local arg resolver com.metaparadigm.jsonrpc.HttpSessionArgResolver for local class javax.servlet.http.HttpSession with context javax.servlet.http.HttpServletRequest
26-May-2007 19:38:42 com.metaparadigm.jsonrpc.JSONRPCBridge registerLocalArgResolver
INFO: registered local arg resolver com.metaparadigm.jsonrpc.JSONRPCBridgeServletArgResolver for local class com.metaparadigm.jsonrpc.JSONRPCBridge with context javax.servlet.http.HttpServletRequest
26-May-2007 19:38:42 org.apache.catalina.session.StandardManager doLoad
SEVERE: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.tuscany.sca.core.invocation.JDKInvocationHandler
java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.tuscany.sca.core.invocation.JDKInvocationHandler
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
	at java.util.HashMap.readObject(HashMap.java:1067)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1809)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
	at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1386)
	at org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:921)
	at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:393)
	at org.apache.catalina.session.StandardManager.load(StandardManager.java:320)
	at org.apache.catalina.session.StandardManager.start(StandardManager.java:636)
	at org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:431)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4131)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:809)
	at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:698)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472)
	at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1190)
	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:292)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
	at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1305)
	at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1569)
	at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1578)
	at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1558)
	at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.NotSerializableException: org.apache.tuscany.sca.core.invocation.JDKInvocationHandler
	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
	at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
	at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
	at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
	at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
	at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
	at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
	at java.util.HashMap.writeObject(HashMap.java:1039)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917)
	at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339)
	at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
	at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
	at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
	at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
	at org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1462)
	at org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:938)
	at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:516)
	at org.apache.catalina.session.StandardManager.unload(StandardManager.java:462)
	at org.apache.catalina.session.StandardManager.stop(StandardManager.java:666)
	at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4345)
	at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:892)
	at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1164)
	at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1135)
	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:312)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
	at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1054)
	at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1066)
	at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:447)
	at org.apache.catalina.core.StandardService.stop(StandardService.java:512)
	at org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
	at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
26-May-2007 19:38:42 org.apache.catalina.session.StandardManager start
SEVERE: Exception loading sessions from persistent storage
java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.tuscany.sca.core.invocation.JDKInvocationHandler
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
	at java.util.HashMap.readObject(HashMap.java:1067)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1809)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
	at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1386)
	at org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:921)
	at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:393)
	at org.apache.catalina.session.StandardManager.load(StandardManager.java:320)
	at org.apache.catalina.session.StandardManager.start(StandardManager.java:636)
	at org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:431)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4131)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:809)
	at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:698)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472)
	at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1190)
	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:292)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
	at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1305)
	at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1569)
	at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1578)
	at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1558)
	at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.NotSerializableException: org.apache.tuscany.sca.core.invocation.JDKInvocationHandler
	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
	at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
	at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
	at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
	at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
	at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
	at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
	at java.util.HashMap.writeObject(HashMap.java:1039)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917)
	at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339)
	at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
	at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
	at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
	at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
	at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
	at org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1462)
	at org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:938)
	at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:516)
	at org.apache.catalina.session.StandardManager.unload(StandardManager.java:462)
	at org.apache.catalina.session.StandardManager.stop(StandardManager.java:666)
	at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4345)
	at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:892)
	at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1164)
	at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1135)
	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:312)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
	at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1054)
	at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1066)
	at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:447)
	at org.apache.catalina.core.StandardService.stop(StandardService.java:512)
	at org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
	at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)

I'm going out now so I will have to leave this until later.  I will investigate
further and try to identify the difference between the war that works and the
one that doesn't.

Does anyone else see the same problem after rebuilding this war using ant?

   Simon

ant elder wrote:
> Please review and vote on the 0.90 release artifacts of Tuscany SCA for
> Java.
> 
> The artifacts are available for review at:
> http://people.apache.org/~antelder/tuscany/0.90-rc2/
> 
> This includes the binary and source distributions, the RAT reports, and the
> Maven staging repository.
> 
> The SVN tag for the release is:
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/ 
> 
> 
> Looks ok to me so here's my +1.
> 
> Thanks in advance,
> 
>   ...ant
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Kevin Williams <kj...@gmail.com>.
Raymond,
The latest src distribution builds fine for me with a clean .m2 repo on OS X
right out of the box.

On 5/24/07, Raymond Feng <en...@gmail.com> wrote:
>
> Hi,
>
> I grabbed the latest RC src distro and tried to build it locally after
> removing the local maven repo. But now I saw a test case failure as shown
> below.
>
> Can somebody else try it?
>
> The wierd thing is that if I tried to build the failing module again, then
> it passed.
>
> Thanks,
> Raymond
>
> [INFO] Surefire report directory:
> C:\Apache\tuscany-sca-0.90-incubating-src\ites
> t\wsdl\target\surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.tuscany.sca.itest.WSDLTestCase
> log4j:WARN No appenders could be found for logger
> (org.apache.axiom.om.util.StAX
> Utils).
> log4j:WARN Please initialize the log4j system properly.
> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.906sec
> Running org.apache.tuscany.sca.itest.SDOWSDLTestCase
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.579 sec
> <<< FA
> ILURE!
> testClient1a2a3a4a(org.apache.tuscany.sca.itest.SDOWSDLTestCase)  Time
> elapsed:
> 4.547 sec  <<< ERROR!
> org.apache.axis2.AxisFault: The service cannot be found for the endpoint
> referen
> ce (EPR) http://localhost:8080/AccountService1a2b3a4a
>         at
> org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.j
> ava:434)
>         at
> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisO
> peration.java:373)
>         at
> org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAx
> isOperation.java:294)
>         at
> org.apache.tuscany.sca.binding.axis2.Axis2BindingInvoker.invokeTarget
> (Axis2BindingInvoker.java:92)
>         at
> org.apache.tuscany.sca.binding.axis2.Axis2BindingInvoker.invoke(Axis2
> BindingInvoker.java:71)
>         at
> org.apache.tuscany.core.databinding.wire.DataTransformationInteceptor
> .invoke(DataTransformationInteceptor.java:68)
>         at
> org.apache.tuscany.sca.core.invocation.AbstractInvocationHandler.invo
> ke(AbstractInvocationHandler.java:84)
>         at
> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
> KInvocationHandler.java:73)
>         at $Proxy9.createAccount(Unknown Source)
>         at
> bigbank.account.services.accountdata.AccountServiceClientImpl.createA
> ccount(AccountServiceClientImpl.java:41)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:64)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:615)
>         at
> org.apache.tuscany.sca.implementation.java.invocation.JavaTargetInvok
> er.invokeTarget(JavaTargetInvoker.java:112)
>         at
> org.apache.tuscany.sca.implementation.java.invocation.JavaTargetInvok
> er.invoke(JavaTargetInvoker.java:134)
>         at
> org.apache.tuscany.sca.implementation.java.invocation.PassByValueInvo
> ker.invoke(PassByValueInvoker.java:61)
>         at
> org.apache.tuscany.sca.implementation.java.invocation.TargetInvokerIn
> voker.invoke(TargetInvokerInvoker.java:46)
>         at
> org.apache.tuscany.sca.core.invocation.AbstractInvocationHandler.invo
> ke(AbstractInvocationHandler.java:84)
>         at
> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
> KInvocationHandler.java:73)
>         at $Proxy9.createAccount(Unknown Source)
>         at
> org.apache.tuscany.sca.itest.SDOWSDLTestCase.doit(SDOWSDLTestCase.jav
> a:79)
>         at
> org.apache.tuscany.sca.itest.SDOWSDLTestCase.testClient1a2a3a4a(SDOWS
> DLTestCase.java:52)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:64)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:615)
>         at junit.framework.TestCase.runTest(TestCase.java:168)
>         at junit.framework.TestCase.runBare(TestCase.java:134)
>         at junit.framework.TestResult$1.protect(TestResult.java:110)
>         at junit.framework.TestResult.runProtected(TestResult.java:128)
>         at junit.framework.TestResult.run(TestResult.java:113)
>         at junit.framework.TestCase.run(TestCase.java:124)
>         at junit.framework.TestSuite.runTest(TestSuite.java:232)
>         at junit.framework.TestSuite.run(TestSuite.java:227)
>         at
> org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.
> java:35)
>         at
> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.
> java:62)
>         at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes
> tSet(AbstractDirectoryTestSuite.java:138)
>         at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(Ab
> stractDirectoryTestSuite.java:125)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:64)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:615)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Su
> refireBooter.java:290)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.j
> ava:818)
>
>
> Results :
>
> Tests in error:
>   testClient1a2a3a4a(org.apache.tuscany.sca.itest.SDOWSDLTestCase)
>
> Tests run: 17, Failures: 0, Errors: 1, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 29 minutes 44 seconds
> [INFO] Finished at: Thu May 24 09:04:57 PDT 2007
> [INFO] Final Memory: 38M/69M
> [INFO]
> ------------------------------------------------------------------------
>
>
> ----- Original Message -----
> From: "ant elder" <an...@gmail.com>
> To: <tu...@ws.apache.org>
> Sent: Thursday, May 24, 2007 7:19 AM
> Subject: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2
>
>
> > Please review and vote on the 0.90 release artifacts of Tuscany SCA for
> > Java.
> >
> > The artifacts are available for review at:
> > http://people.apache.org/~antelder/tuscany/0.90-rc2/
> >
> > This includes the binary and source distributions, the RAT reports, and
> > the
> > Maven staging repository.
> >
> > The SVN tag for the release is:
> >
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/
> >
> > Looks ok to me so here's my +1.
> >
> > Thanks in advance,
> >
> >   ...ant
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Simon Nash <na...@hursley.ibm.com>.
I restarted the build without clearing out my local repo, and it ran to
completion.  So it does look like an intermittent maven problem and not
a problem with the rc.  It's strange that I seem consistently unable to
build the whole distro from a clean repo, though.

   Simon

Simon Nash wrote:

> I tried again (empty maven repo, rc2 source distro).  This time I was
> using a different network connection.  I got a similar but slightly
> different error while building the SDO data binding:
> 
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
> 
> Project ID: org.apache.maven:maven-plugin-descriptor
> Reason: Error getting POM for 'org.apache.maven:maven-plugin-descriptor' 
> from the repository: Error transferring file
>   org.apache.maven:maven-plugin-descriptor:pom:2.0.4
> 
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   apache.incubator 
> (http://people.apache.org/repo/m2-incubating-repository),
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   codehaus-snapshot (http://snapshots.repository.codehaus.org),
>   indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/)
> 
> Any clues here?
> 
>   Simon
> 
> ant elder wrote:
> 
>> I'd guess that this is one of those intermittent maven repository 
>> problems,
>> could you just try again?
>>
>>   ...ant
>>
>> On 5/24/07, Simon Nash <na...@hursley.ibm.com> wrote:
>>
>>>
>>> I tried building the source distro from an empty local maven repo.
>>> The build failed in the Axis2 binding with the following error:
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] BUILD ERROR
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Error building POM (may not be this project's POM).
>>>
>>> Project ID: commons-fileupload:commons-fileupload
>>> Reason: Error getting POM for 'commons-fileupload:commons-fileupload' 
>>> from
>>> the repository: Error transferring file
>>>    commons-fileupload:commons-fileupload:pom:1.1.1
>>>
>>> from the specified remote repositories:
>>>    central (http://repo1.maven.org/maven2),
>>>    apache.incubator (
>>> http://people.apache.org/repo/m2-incubating-repository),
>>>    apache.snapshots 
>>> (http://people.apache.org/repo/m2-snapshot-repository
>>> ),
>>>    apache.ws (http://ws.zones.apache.org/repository/)
>>>
>>>    Simon
>>>
>>> ant elder wrote:
>>>
>>> > I've just tried running it lots of times, the individual test, all the
>>> > itests, and the full build and it always is working for me.
>>> >
>>> >   ...ant
>>> >
>>>
>>>
>>>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Simon Nash <na...@hursley.ibm.com>.
Simon Laws wrote:
>> From a clean install of RC2 and an empty local repo...
> 
> 
> I tried a selection of the samples in the binary distro using ant scripts.
> All OK
> I built the source distiribution. It took a loooong time (3 hours!) to get
> through it all told.  In my case this seemed to be primarily that the repo
> hosting EMF resources was on a go slow and the build failed and I stopped
> the build thinking it had frozen a couple of times. Finaly got it to go
> right through and it was clean. Not a great experience for the user but
> nothing to do with RC2.
> 
> +1 for releasing it
> 
> Earlier in this thread problems were reported running the ant scripts in 
> the
> source distribtion. This is  working as designed. The ant scripts will not
> work in the source disitribution as the manifest jar that they depend on is
> not available. It is assumed that the use who downloads the source
> distribution will do a maven build (in fact they have to do a maven build).
> We could consider adding ant build capability to the samples in the src
> distro but I think this can wait for future releases.
> 
I am not sure that we could do this without making the ant scripts more
complicated.  At the moment they serve as simple tutorial instructions for
building and running Tuscany applications using the binary distro.  I don't
think we should add more sophisticated capabilities to these scripts if
this means losing the simplicity and clarity that they currently have.

Perhaps a reasonable comporomise for a future release would be for the
ant scripts to detect that they are running from a source distro and
produce a "nice" errror message.  I don't know how hard it would be
to do this.

   Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Simon Laws <si...@googlemail.com>.
>From a clean install of RC2 and an empty local repo...

I tried a selection of the samples in the binary distro using ant scripts.
All OK
I built the source distiribution. It took a loooong time (3 hours!) to get
through it all told.  In my case this seemed to be primarily that the repo
hosting EMF resources was on a go slow and the build failed and I stopped
the build thinking it had frozen a couple of times. Finaly got it to go
right through and it was clean. Not a great experience for the user but
nothing to do with RC2.

+1 for releasing it

Earlier in this thread problems were reported running the ant scripts in the
source distribtion. This is  working as designed. The ant scripts will not
work in the source disitribution as the manifest jar that they depend on is
not available. It is assumed that the use who downloads the source
distribution will do a maven build (in fact they have to do a maven build).
We could consider adding ant build capability to the samples in the src
distro but I think this can wait for future releases.

Simon

Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Simon Nash <na...@hursley.ibm.com>.
I tried again (empty maven repo, rc2 source distro).  This time I was
using a different network connection.  I got a similar but slightly
different error while building the SDO data binding:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).

Project ID: org.apache.maven:maven-plugin-descriptor
Reason: Error getting POM for 'org.apache.maven:maven-plugin-descriptor' from the repository: Error transferring file
   org.apache.maven:maven-plugin-descriptor:pom:2.0.4

from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   apache.incubator (http://people.apache.org/repo/m2-incubating-repository),
   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
   codehaus-snapshot (http://snapshots.repository.codehaus.org),
   indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/)

Any clues here?

   Simon

ant elder wrote:

> I'd guess that this is one of those intermittent maven repository problems,
> could you just try again?
> 
>   ...ant
> 
> On 5/24/07, Simon Nash <na...@hursley.ibm.com> wrote:
> 
>>
>> I tried building the source distro from an empty local maven repo.
>> The build failed in the Axis2 binding with the following error:
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Error building POM (may not be this project's POM).
>>
>> Project ID: commons-fileupload:commons-fileupload
>> Reason: Error getting POM for 'commons-fileupload:commons-fileupload' 
>> from
>> the repository: Error transferring file
>>    commons-fileupload:commons-fileupload:pom:1.1.1
>>
>> from the specified remote repositories:
>>    central (http://repo1.maven.org/maven2),
>>    apache.incubator (
>> http://people.apache.org/repo/m2-incubating-repository),
>>    apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository
>> ),
>>    apache.ws (http://ws.zones.apache.org/repository/)
>>
>>    Simon
>>
>> ant elder wrote:
>>
>> > I've just tried running it lots of times, the individual test, all the
>> > itests, and the full build and it always is working for me.
>> >
>> >   ...ant
>> >
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>>
>>
> 

-- 
Simon C Nash   IBM Distinguished Engineer
Hursley Park, Winchester, UK   nash@hursley.ibm.com
Tel. +44-1962-815156   Fax +44-1962-818999


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by ant elder <an...@gmail.com>.
I'd guess that this is one of those intermittent maven repository problems,
could you just try again?

   ...ant

On 5/24/07, Simon Nash <na...@hursley.ibm.com> wrote:
>
> I tried building the source distro from an empty local maven repo.
> The build failed in the Axis2 binding with the following error:
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
>
> Project ID: commons-fileupload:commons-fileupload
> Reason: Error getting POM for 'commons-fileupload:commons-fileupload' from
> the repository: Error transferring file
>    commons-fileupload:commons-fileupload:pom:1.1.1
>
> from the specified remote repositories:
>    central (http://repo1.maven.org/maven2),
>    apache.incubator (
> http://people.apache.org/repo/m2-incubating-repository),
>    apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository
> ),
>    apache.ws (http://ws.zones.apache.org/repository/)
>
>    Simon
>
> ant elder wrote:
>
> > I've just tried running it lots of times, the individual test, all the
> > itests, and the full build and it always is working for me.
> >
> >   ...ant
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Simon Nash <na...@hursley.ibm.com>.
I tried building the source distro from an empty local maven repo.
The build failed in the Axis2 binding with the following error:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).

Project ID: commons-fileupload:commons-fileupload
Reason: Error getting POM for 'commons-fileupload:commons-fileupload' from the repository: Error transferring file
   commons-fileupload:commons-fileupload:pom:1.1.1

from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   apache.incubator (http://people.apache.org/repo/m2-incubating-repository),
   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
   apache.ws (http://ws.zones.apache.org/repository/)

   Simon

ant elder wrote:

> I've just tried running it lots of times, the individual test, all the
> itests, and the full build and it always is working for me.
> 
>   ...ant
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Luciano Resende <lu...@gmail.com>.
Much better now, I've looked in most standalone samples and also used
ant to compile and then deployed the webapp samples successfully in
jetty. Source distribution compiles from a clean  maven repo, etc

Here is my +1

On 5/24/07, ant elder <an...@gmail.com> wrote:
> I've just tried running it lots of times, the individual test, all the
> itests, and the full build and it always is working for me.
>
>    ...ant
>
> On 5/24/07, Raymond Feng <en...@gmail.com> wrote:
> >
> > Hi,
> >
> > I grabbed the latest RC src distro and tried to build it locally after
> > removing the local maven repo. But now I saw a test case failure as shown
> > below.
> >
> > Can somebody else try it?
> >
> > The wierd thing is that if I tried to build the failing module again, then
> > it passed.
> >
> > Thanks,
> > Raymond
> >
> > [INFO] Surefire report directory:
> > C:\Apache\tuscany-sca-0.90-incubating-src\ites
> > t\wsdl\target\surefire-reports
> >
> > -------------------------------------------------------
> > T E S T S
> > -------------------------------------------------------
> > Running org.apache.tuscany.sca.itest.WSDLTestCase
> > log4j:WARN No appenders could be found for logger
> > (org.apache.axiom.om.util.StAX
> > Utils).
> > log4j:WARN Please initialize the log4j system properly.
> > Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.906sec
> > Running org.apache.tuscany.sca.itest.SDOWSDLTestCase
> > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.579 sec
> > <<< FA
> > ILURE!
> > testClient1a2a3a4a(org.apache.tuscany.sca.itest.SDOWSDLTestCase)  Time
> > elapsed:
> > 4.547 sec  <<< ERROR!
> > org.apache.axis2.AxisFault: The service cannot be found for the endpoint
> > referen
> > ce (EPR) http://localhost:8080/AccountService1a2b3a4a
> >         at
> > org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.j
> > ava:434)
> >         at
> > org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisO
> > peration.java:373)
> >         at
> > org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAx
> > isOperation.java:294)
> >         at
> > org.apache.tuscany.sca.binding.axis2.Axis2BindingInvoker.invokeTarget
> > (Axis2BindingInvoker.java:92)
> >         at
> > org.apache.tuscany.sca.binding.axis2.Axis2BindingInvoker.invoke(Axis2
> > BindingInvoker.java:71)
> >         at
> > org.apache.tuscany.core.databinding.wire.DataTransformationInteceptor
> > .invoke(DataTransformationInteceptor.java:68)
> >         at
> > org.apache.tuscany.sca.core.invocation.AbstractInvocationHandler.invo
> > ke(AbstractInvocationHandler.java:84)
> >         at
> > org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
> > KInvocationHandler.java:73)
> >         at $Proxy9.createAccount(Unknown Source)
> >         at
> > bigbank.account.services.accountdata.AccountServiceClientImpl.createA
> > ccount(AccountServiceClientImpl.java:41)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> > java:64)
> >         at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:43)
> >         at java.lang.reflect.Method.invoke(Method.java:615)
> >         at
> > org.apache.tuscany.sca.implementation.java.invocation.JavaTargetInvok
> > er.invokeTarget(JavaTargetInvoker.java:112)
> >         at
> > org.apache.tuscany.sca.implementation.java.invocation.JavaTargetInvok
> > er.invoke(JavaTargetInvoker.java:134)
> >         at
> > org.apache.tuscany.sca.implementation.java.invocation.PassByValueInvo
> > ker.invoke(PassByValueInvoker.java:61)
> >         at
> > org.apache.tuscany.sca.implementation.java.invocation.TargetInvokerIn
> > voker.invoke(TargetInvokerInvoker.java:46)
> >         at
> > org.apache.tuscany.sca.core.invocation.AbstractInvocationHandler.invo
> > ke(AbstractInvocationHandler.java:84)
> >         at
> > org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
> > KInvocationHandler.java:73)
> >         at $Proxy9.createAccount(Unknown Source)
> >         at
> > org.apache.tuscany.sca.itest.SDOWSDLTestCase.doit(SDOWSDLTestCase.jav
> > a:79)
> >         at
> > org.apache.tuscany.sca.itest.SDOWSDLTestCase.testClient1a2a3a4a(SDOWS
> > DLTestCase.java:52)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> > java:64)
> >         at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:43)
> >         at java.lang.reflect.Method.invoke(Method.java:615)
> >         at junit.framework.TestCase.runTest(TestCase.java:168)
> >         at junit.framework.TestCase.runBare(TestCase.java:134)
> >         at junit.framework.TestResult$1.protect(TestResult.java:110)
> >         at junit.framework.TestResult.runProtected(TestResult.java:128)
> >         at junit.framework.TestResult.run(TestResult.java:113)
> >         at junit.framework.TestCase.run(TestCase.java:124)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:232)
> >         at junit.framework.TestSuite.run(TestSuite.java:227)
> >         at
> > org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.
> > java:35)
> >         at
> > org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.
> > java:62)
> >         at
> > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes
> > tSet(AbstractDirectoryTestSuite.java:138)
> >         at
> > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(Ab
> > stractDirectoryTestSuite.java:125)
> >         at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> > java:64)
> >         at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:43)
> >         at java.lang.reflect.Method.invoke(Method.java:615)
> >         at
> > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Su
> > refireBooter.java:290)
> >         at
> > org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.j
> > ava:818)
> >
> >
> > Results :
> >
> > Tests in error:
> >   testClient1a2a3a4a(org.apache.tuscany.sca.itest.SDOWSDLTestCase)
> >
> > Tests run: 17, Failures: 0, Errors: 1, Skipped: 0
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] There are test failures.
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 29 minutes 44 seconds
> > [INFO] Finished at: Thu May 24 09:04:57 PDT 2007
> > [INFO] Final Memory: 38M/69M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> >
> > ----- Original Message -----
> > From: "ant elder" <an...@gmail.com>
> > To: <tu...@ws.apache.org>
> > Sent: Thursday, May 24, 2007 7:19 AM
> > Subject: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2
> >
> >
> > > Please review and vote on the 0.90 release artifacts of Tuscany SCA for
> > > Java.
> > >
> > > The artifacts are available for review at:
> > > http://people.apache.org/~antelder/tuscany/0.90-rc2/
> > >
> > > This includes the binary and source distributions, the RAT reports, and
> > > the
> > > Maven staging repository.
> > >
> > > The SVN tag for the release is:
> > >
> > https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/
> > >
> > > Looks ok to me so here's my +1.
> > >
> > > Thanks in advance,
> > >
> > >   ...ant
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> >
> >
>


-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by ant elder <an...@gmail.com>.
I've just tried running it lots of times, the individual test, all the
itests, and the full build and it always is working for me.

   ...ant

On 5/24/07, Raymond Feng <en...@gmail.com> wrote:
>
> Hi,
>
> I grabbed the latest RC src distro and tried to build it locally after
> removing the local maven repo. But now I saw a test case failure as shown
> below.
>
> Can somebody else try it?
>
> The wierd thing is that if I tried to build the failing module again, then
> it passed.
>
> Thanks,
> Raymond
>
> [INFO] Surefire report directory:
> C:\Apache\tuscany-sca-0.90-incubating-src\ites
> t\wsdl\target\surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.tuscany.sca.itest.WSDLTestCase
> log4j:WARN No appenders could be found for logger
> (org.apache.axiom.om.util.StAX
> Utils).
> log4j:WARN Please initialize the log4j system properly.
> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.906sec
> Running org.apache.tuscany.sca.itest.SDOWSDLTestCase
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.579 sec
> <<< FA
> ILURE!
> testClient1a2a3a4a(org.apache.tuscany.sca.itest.SDOWSDLTestCase)  Time
> elapsed:
> 4.547 sec  <<< ERROR!
> org.apache.axis2.AxisFault: The service cannot be found for the endpoint
> referen
> ce (EPR) http://localhost:8080/AccountService1a2b3a4a
>         at
> org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.j
> ava:434)
>         at
> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisO
> peration.java:373)
>         at
> org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAx
> isOperation.java:294)
>         at
> org.apache.tuscany.sca.binding.axis2.Axis2BindingInvoker.invokeTarget
> (Axis2BindingInvoker.java:92)
>         at
> org.apache.tuscany.sca.binding.axis2.Axis2BindingInvoker.invoke(Axis2
> BindingInvoker.java:71)
>         at
> org.apache.tuscany.core.databinding.wire.DataTransformationInteceptor
> .invoke(DataTransformationInteceptor.java:68)
>         at
> org.apache.tuscany.sca.core.invocation.AbstractInvocationHandler.invo
> ke(AbstractInvocationHandler.java:84)
>         at
> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
> KInvocationHandler.java:73)
>         at $Proxy9.createAccount(Unknown Source)
>         at
> bigbank.account.services.accountdata.AccountServiceClientImpl.createA
> ccount(AccountServiceClientImpl.java:41)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:64)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:615)
>         at
> org.apache.tuscany.sca.implementation.java.invocation.JavaTargetInvok
> er.invokeTarget(JavaTargetInvoker.java:112)
>         at
> org.apache.tuscany.sca.implementation.java.invocation.JavaTargetInvok
> er.invoke(JavaTargetInvoker.java:134)
>         at
> org.apache.tuscany.sca.implementation.java.invocation.PassByValueInvo
> ker.invoke(PassByValueInvoker.java:61)
>         at
> org.apache.tuscany.sca.implementation.java.invocation.TargetInvokerIn
> voker.invoke(TargetInvokerInvoker.java:46)
>         at
> org.apache.tuscany.sca.core.invocation.AbstractInvocationHandler.invo
> ke(AbstractInvocationHandler.java:84)
>         at
> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
> KInvocationHandler.java:73)
>         at $Proxy9.createAccount(Unknown Source)
>         at
> org.apache.tuscany.sca.itest.SDOWSDLTestCase.doit(SDOWSDLTestCase.jav
> a:79)
>         at
> org.apache.tuscany.sca.itest.SDOWSDLTestCase.testClient1a2a3a4a(SDOWS
> DLTestCase.java:52)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:64)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:615)
>         at junit.framework.TestCase.runTest(TestCase.java:168)
>         at junit.framework.TestCase.runBare(TestCase.java:134)
>         at junit.framework.TestResult$1.protect(TestResult.java:110)
>         at junit.framework.TestResult.runProtected(TestResult.java:128)
>         at junit.framework.TestResult.run(TestResult.java:113)
>         at junit.framework.TestCase.run(TestCase.java:124)
>         at junit.framework.TestSuite.runTest(TestSuite.java:232)
>         at junit.framework.TestSuite.run(TestSuite.java:227)
>         at
> org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.
> java:35)
>         at
> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.
> java:62)
>         at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes
> tSet(AbstractDirectoryTestSuite.java:138)
>         at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(Ab
> stractDirectoryTestSuite.java:125)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:64)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:615)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Su
> refireBooter.java:290)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.j
> ava:818)
>
>
> Results :
>
> Tests in error:
>   testClient1a2a3a4a(org.apache.tuscany.sca.itest.SDOWSDLTestCase)
>
> Tests run: 17, Failures: 0, Errors: 1, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 29 minutes 44 seconds
> [INFO] Finished at: Thu May 24 09:04:57 PDT 2007
> [INFO] Final Memory: 38M/69M
> [INFO]
> ------------------------------------------------------------------------
>
>
> ----- Original Message -----
> From: "ant elder" <an...@gmail.com>
> To: <tu...@ws.apache.org>
> Sent: Thursday, May 24, 2007 7:19 AM
> Subject: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2
>
>
> > Please review and vote on the 0.90 release artifacts of Tuscany SCA for
> > Java.
> >
> > The artifacts are available for review at:
> > http://people.apache.org/~antelder/tuscany/0.90-rc2/
> >
> > This includes the binary and source distributions, the RAT reports, and
> > the
> > Maven staging repository.
> >
> > The SVN tag for the release is:
> >
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/
> >
> > Looks ok to me so here's my +1.
> >
> > Thanks in advance,
> >
> >   ...ant
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Raymond Feng <en...@gmail.com>.
Hi,

I grabbed the latest RC src distro and tried to build it locally after 
removing the local maven repo. But now I saw a test case failure as shown 
below.

Can somebody else try it?

The wierd thing is that if I tried to build the failing module again, then 
it passed.

Thanks,
Raymond

[INFO] Surefire report directory: 
C:\Apache\tuscany-sca-0.90-incubating-src\ites
t\wsdl\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.itest.WSDLTestCase
log4j:WARN No appenders could be found for logger 
(org.apache.axiom.om.util.StAX
Utils).
log4j:WARN Please initialize the log4j system properly.
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.906 sec
Running org.apache.tuscany.sca.itest.SDOWSDLTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.579 sec 
<<< FA
ILURE!
testClient1a2a3a4a(org.apache.tuscany.sca.itest.SDOWSDLTestCase)  Time 
elapsed:
4.547 sec  <<< ERROR!
org.apache.axis2.AxisFault: The service cannot be found for the endpoint 
referen
ce (EPR) http://localhost:8080/AccountService1a2b3a4a
        at 
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.j
ava:434)
        at 
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisO
peration.java:373)
        at 
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAx
isOperation.java:294)
        at 
org.apache.tuscany.sca.binding.axis2.Axis2BindingInvoker.invokeTarget
(Axis2BindingInvoker.java:92)
        at 
org.apache.tuscany.sca.binding.axis2.Axis2BindingInvoker.invoke(Axis2
BindingInvoker.java:71)
        at 
org.apache.tuscany.core.databinding.wire.DataTransformationInteceptor
.invoke(DataTransformationInteceptor.java:68)
        at 
org.apache.tuscany.sca.core.invocation.AbstractInvocationHandler.invo
ke(AbstractInvocationHandler.java:84)
        at 
org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
KInvocationHandler.java:73)
        at $Proxy9.createAccount(Unknown Source)
        at 
bigbank.account.services.accountdata.AccountServiceClientImpl.createA
ccount(AccountServiceClientImpl.java:41)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:64)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:615)
        at 
org.apache.tuscany.sca.implementation.java.invocation.JavaTargetInvok
er.invokeTarget(JavaTargetInvoker.java:112)
        at 
org.apache.tuscany.sca.implementation.java.invocation.JavaTargetInvok
er.invoke(JavaTargetInvoker.java:134)
        at 
org.apache.tuscany.sca.implementation.java.invocation.PassByValueInvo
ker.invoke(PassByValueInvoker.java:61)
        at 
org.apache.tuscany.sca.implementation.java.invocation.TargetInvokerIn
voker.invoke(TargetInvokerInvoker.java:46)
        at 
org.apache.tuscany.sca.core.invocation.AbstractInvocationHandler.invo
ke(AbstractInvocationHandler.java:84)
        at 
org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
KInvocationHandler.java:73)
        at $Proxy9.createAccount(Unknown Source)
        at 
org.apache.tuscany.sca.itest.SDOWSDLTestCase.doit(SDOWSDLTestCase.jav
a:79)
        at 
org.apache.tuscany.sca.itest.SDOWSDLTestCase.testClient1a2a3a4a(SDOWS
DLTestCase.java:52)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:64)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:615)
        at junit.framework.TestCase.runTest(TestCase.java:168)
        at junit.framework.TestCase.runBare(TestCase.java:134)
        at junit.framework.TestResult$1.protect(TestResult.java:110)
        at junit.framework.TestResult.runProtected(TestResult.java:128)
        at junit.framework.TestResult.run(TestResult.java:113)
        at junit.framework.TestCase.run(TestCase.java:124)
        at junit.framework.TestSuite.runTest(TestSuite.java:232)
        at junit.framework.TestSuite.run(TestSuite.java:227)
        at 
org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.
java:35)
        at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.
java:62)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes
tSet(AbstractDirectoryTestSuite.java:138)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(Ab
stractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:64)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:615)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Su
refireBooter.java:290)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.j
ava:818)


Results :

Tests in error:
  testClient1a2a3a4a(org.apache.tuscany.sca.itest.SDOWSDLTestCase)

Tests run: 17, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29 minutes 44 seconds
[INFO] Finished at: Thu May 24 09:04:57 PDT 2007
[INFO] Final Memory: 38M/69M
[INFO] ------------------------------------------------------------------------


----- Original Message ----- 
From: "ant elder" <an...@gmail.com>
To: <tu...@ws.apache.org>
Sent: Thursday, May 24, 2007 7:19 AM
Subject: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2


> Please review and vote on the 0.90 release artifacts of Tuscany SCA for
> Java.
>
> The artifacts are available for review at:
> http://people.apache.org/~antelder/tuscany/0.90-rc2/
>
> This includes the binary and source distributions, the RAT reports, and 
> the
> Maven staging repository.
>
> The SVN tag for the release is:
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/
>
> Looks ok to me so here's my +1.
>
> Thanks in advance,
>
>   ...ant
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Raymond Feng <en...@gmail.com>.
Hi,

In the RC, I'm seeing that composite element is missing required 
targetNamespace attribute, for example, the Calculator.composite has the 
following:

<composite xmlns=http://www.osoa.org/xmlns/sca/1.0 name="Calculator">
    ...
</composite>

By the SCA spec, the composite should have the targetNamespace attr: 
<attribute name="targetNamespace" type="anyURI" use="required"/>

A similar issue applies to sca-contribution.xml: <deployable 
composite="xs:QName"/>. We need to reference the composite by QName.

This is NOT a show-stopper, should we document it as a known issue?

Thanks,
Raymond

----- Original Message ----- 
From: "ant elder" <an...@gmail.com>
To: <tu...@ws.apache.org>
Sent: Thursday, May 24, 2007 7:19 AM
Subject: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2


> Please review and vote on the 0.90 release artifacts of Tuscany SCA for
> Java.
>
> The artifacts are available for review at:
> http://people.apache.org/~antelder/tuscany/0.90-rc2/
>
> This includes the binary and source distributions, the RAT reports, and 
> the
> Maven staging repository.
>
> The SVN tag for the release is:
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/
>
> Looks ok to me so here's my +1.
>
> Thanks in advance,
>
>   ...ant
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

Posted by Simon Nash <na...@hursley.ibm.com>.
I successfully built the source distribution (including the distribution
module).  I reviewed the contents of the binary distribution and I ran
and built all the samples using the instructions in the READMEs.

I have a few minor comments but nothing too serious, so here's my
+1 (non-binding).

Minor comments:

  1. Can't build the distribution module unless you are either connected
     to the internet or explicitly use the -o option.  I'll start a separate
     thread to discuss this.
  2. Many of the sample README files contain typos.  Most are obvious, but
     one in samples/README has "now" for "not" and is potentially confusing.
  3. samples/calculator/README does not list all the sample files and
     has a typo in one of the file names.  This filename typo is propagated
     to the other calculator samples as well.
  4. samples/simple-bigbank/README has an incorrect directory hierarchy.
  5. The output from the calculator-script sample included a jython warning
     message about a cache directory.  This wasn't mentioned in the README.
  6. The filenames listed in the READMEs for calculator-rmi-service and
     calculator-rmi-reference don't match what's in the samples.
  7. The CalculatorClient class in calculator-rmi-service doesn't seem
     to be used.
  8. samples/helloworld-jsonrpc/README has an incomplete list of file names,
     with typos in one of them.
  9. I think it would be better the reverse the order of simple-callback
     and implementation-composite in the samples/README file.  These samples
     are supposed to be in order of complexity, but implementation-composite
     introduces two new concepts (composite implementations and callbacks).
     It would be better to introduce the callback concept in simple-callback
     before using it as part of implementation-composite.
10. samples/simple-callback/README has typos in file names.
11. samples/databinding-echo/README has an outstanding "TODO" note.
12. samples/implementation-crud/README has incorrect file list under src/main
     (includes crud.composite which has moved to src/test).
13. samples/implementation-crud-client/README has incorrect package names
     under src/main and src/test.
14. samples/implementation-crud-client/README refers to a .png file name that
     does not match the .png file actually included in this sample.
15. CRUDTestCase in implementation-crud-client is testing the server code
     not the client code.
16. Sample test output in samples/implementation-crud-client/README does not
     match what is actually produced at runtime (a consequence of 15 above).
17. samples/binding-echo/README has incorrect file list under src/main
     (includes EchoBinding.composite which has moved to src/test).
18. samples/binding-echo-appl/README has incorrect composite file name
     under src/main/resources.
19. samples/binding-echo-appl/README refers to a .png file name that
     does not match the .png file actually included in this sample.
20. Sample application output and sample test output in
     samples/binding-echo-appl/README do not match what is actually
     produced at runtime.
21. The INSTALL file doesn't mention the README and RELEASE_NOTES files.

I'll write JIRAs for the samples and README problems that I found (to be
fixed in the next release), and I'll create and attach patches for these.

   Simon

ant elder wrote:

> Please review and vote on the 0.90 release artifacts of Tuscany SCA for
> Java.
> 
> The artifacts are available for review at:
> http://people.apache.org/~antelder/tuscany/0.90-rc2/
> 
> This includes the binary and source distributions, the RAT reports, and the
> Maven staging repository.
> 
> The SVN tag for the release is:
> https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/ 
> 
> 
> Looks ok to me so here's my +1.
> 
> Thanks in advance,
> 
>   ...ant
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org