You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Ignacio Silva-Lepe <is...@gmail.com> on 2006/10/27 15:39:22 UTC

DulicatePropertyException trying to run inner.composite sample

I am trying to run the inner.composite sample and I am getting the exception
in http://rafb.net/paste/results/RDCjwL67.html. I have made a few changes to
the callback infrastructure to eliminate the need for routing tables at each
composite reference hop, but it does not seem that that's what's causing the
problem, as the exception occurs when trying to load the scdl. Any ideas?

Re: DulicatePropertyException trying to run inner.composite sample

Posted by Ignacio Silva-Lepe <is...@gmail.com>.
No, this is on the trunk.

On 10/27/06, ant elder <an...@gmail.com> wrote:
>
> Is this on the M2 code? I can't get any of the async samples running in
> the
> standalone launcher in M2, see
> http://issues.apache.org/jira/browse/TUSCANY-882. (mentioning it here as
> we
> don't seem to be getting JIRA notification emails right now)
>
>   ...ant
>
> On 10/27/06, Ignacio Silva-Lepe <is...@gmail.com> wrote:
> >
> > I am trying to run the inner.composite sample and I am getting the
> > exception
> > in http://rafb.net/paste/results/RDCjwL67.html. I have made a few
> changes
> > to
> > the callback infrastructure to eliminate the need for routing tables at
> > each
> > composite reference hop, but it does not seem that that's what's causing
> > the
> > problem, as the exception occurs when trying to load the scdl. Any
> ideas?
> >
> >
>
>

Re: DulicatePropertyException trying to run inner.composite sample

Posted by ant elder <an...@gmail.com>.
Managed to capture this eventually, it shows the container with hashcode
25116828 getting stopped just before its tried to be used by the other
thread:

Main thread Thread[main,5,main]
Thread[main,5,main] ScopeContainer [Module Scope] in state [RUNNING]
25116828 checkInit: 4
Thread[main,5,main] ScopeContainer [Module Scope] in state [RUNNING]
25116828 checkInit: 4
Thread[main,5,main] 25116828 ScopeContainer [Module Scope] in state
[STOPPED] stoped
Thread[main,5,main] ScopeContainer [Module Scope] in state [RUNNING]
19731881 checkInit: 4
Thread[main,5,main] ScopeContainer [Module Scope] in state [RUNNING]
23860799 checkInit: 4
Thread[main,5,main] ScopeContainer [Module Scope] in state [RUNNING]
23860799 checkInit: 4
Thread[pool-1-thread-1,5,main] ScopeContainer [Module Scope] in state
[STOPPED] 25116828 checkInit: 6
java.lang.IllegalStateException: Scope not running [6]
        at
org.apache.tuscany.core.component.scope.AbstractScopeContainer.checkInit(
AbstractScopeContainer.java:125)
        at
org.apache.tuscany.core.component.scope.ModuleScopeContainer.getInstanceWrapper
(ModuleScopeContainer.java:120)
        at
org.apache.tuscany.core.component.scope.AbstractScopeContainer.getInstance(
AbstractScopeContainer.java:105)
        at
org.apache.tuscany.core.implementation.PojoAtomicComponent.getTargetInstance
(PojoAtomicComponent.java:117)
        at
org.apache.tuscany.core.implementation.java.JavaTargetInvoker.getInstance(
JavaTargetInvoker.java:94)
        at
org.apache.tuscany.core.implementation.java.JavaTargetInvoker.invokeTarget(
JavaTargetInvoker.java:59)Thread[main,5
,main] ScopeContainer [Module Scope] in state [RUNNING] 23860799 checkInit:
4
Thread[main,5,main] 23860799 ScopeContainer [Module Scope] in state
[STOPPED] stoped
Thread[main,5,main] ScopeContainer [Module Scope] in state [RUNNING]
19731881 checkInit: 4
Thread[main,5,main] 19731881 ScopeContainer [Module Scope] in state
[STOPPED] stoped

        at org.apache.tuscany.spi.extension.TargetInvokerExtension.invoke(
TargetInvokerExtension.java:60)
        at org.apache.tuscany.core.wire.InvokerInterceptor.invoke(
InvokerInterceptor.java:44)
        at org.apache.tuscany.core.wire.NonBlockingBridgingInterceptor$1.run
(NonBlockingBridgingInterceptor.java:70)
        at
org.apache.tuscany.core.services.work.jsr237.Jsr237WorkScheduler$Jsr237Work.run
(Jsr237WorkScheduler.java:212)
        at
org.apache.tuscany.core.services.work.jsr237.workmanager.ThreadPoolWorkManager$DecoratingWork.run
(ThreadPoolWorkMa
nager.java:206)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)
        at java.lang.Thread.run(Unknown Source)

C:\SCA\SVN\TRUNK\samples\sca\simplecallback>

This time working:

Main thread Thread[main,5,main]
Thread[main,5,main] ScopeContainer [Module Scope] in state [RUNNING]
31601333 checkInit: 4
Thread[main,5,main] ScopeContainer [Module Scope] in state [RUNNING]
31601333 checkInit: 4
Thread[pool-1-thread-1,5,main] ScopeContainer [Module Scope] in state
[RUNNING] 31601333 checkInit: 4
Thread[pool-1-thread-1,5,main] ScopeContainer [Module Scope] in state
[RUNNING] 31601333 checkInit: 4
Work thread Thread[pool-1-thread-1,5,main]
Result: -> someMethod -> receiveResult
Thread[main,5,main] 31601333 ScopeContainer [Module Scope] in state
[STOPPED] stoped
Thread[main,5,main] ScopeContainer [Module Scope] in state [RUNNING]
18983808 checkInit: 4
Thread[main,5,main] ScopeContainer [Module Scope] in state [RUNNING]
26530674 checkInit: 4
Thread[main,5,main] ScopeContainer [Module Scope] in state [RUNNING]
26530674 checkInit: 4
Thread[main,5,main] ScopeContainer [Module Scope] in state [RUNNING]
26530674 checkInit: 4
Thread[main,5,main] 26530674 ScopeContainer [Module Scope] in state
[STOPPED] stoped
Thread[main,5,main] ScopeContainer [Module Scope] in state [RUNNING]
18983808 checkInit: 4
Thread[main,5,main] 18983808 ScopeContainer [Module Scope] in state
[STOPPED] stoped

   ...ant

On 10/27/06, ant elder <an...@gmail.com> wrote:
>
> It does seem like a race condition - with a printlns in start, stop and
> checkInit it runs fine.
>
>    ...ant
>
> On 10/27/06, Jim Marino < jmarino@myromatours.com> wrote:
> >
> > O.K. I just wanted to make sure...So that's a different issue.
> > Without looking at this it sounds like maybe a race condition. Is the
> > scope container getting stopped before the callback? A simple way is
> > to just see if the module scope container instance is being started
> > and when it is being stopped through some printlns. Could you give it
> > a quick try?
> >
> > Jim
> >
> > On Oct 27, 2006, at 7:28 AM, ant elder wrote:
> >
> > > The scope container is stopped:
> > >
> > > java.lang.IllegalStateException: Scope not running [6]
> > >                     at
> > > org.apache.tuscany.core.component.scope.AbstractScopeContainer.checkIn
> > > it(
> > > AbstractScopeContainer.java:124)
> > >                     at
> > > org.apache.tuscany.core.component.scope.ModuleScopeContainer.getInstan
> > > ceWrapper
> > > (ModuleScopeContainer.java:118)
> > >                     at
> > > org.apache.tuscany.core.component.scope.AbstractScopeContainer.getInst
> > > ance(
> > > AbstractScopeContainer.java:105)
> > >                     at
> > > org.apache.tuscany.core.implementation.PojoAtomicComponent.getTargetIn
> > > stance
> > > (PojoAtomicComponent.java:117)
> > >                     at
> > > org.apache.tuscany.core.implementation.java.JavaTargetInvoker.getInsta
> > > nce(
> > > JavaTargetInvoker.java:94)
> > >                     at
> > > org.apache.tuscany.core.implementation.java.JavaTargetInvoker.invokeTa
> > > rget(
> > > JavaTargetInvoker.java:59)
> > >                     at
> > > org.apache.tuscany.spi.extension.TargetInvokerExtension.invoke(
> > > TargetInvokerExtension.java:60)
> > >                     at
> > > org.apache.tuscany.core.wire.InvokerInterceptor.invoke(
> > > InvokerInterceptor.java :44)
> > >                     at
> > > org.apache.tuscany.core.wire.NonBlockingBridgingInterceptor$1.run(
> > > NonBlockingBridgingInterceptor.java:70)
> > >                     at
> > > org.apache.tuscany.core.services.work.jsr237.Jsr237WorkScheduler
> > > $Jsr237Work.run
> > > (Jsr237WorkScheduler.java:212)
> > >                     at
> > > org.apache.tuscany.core.services.work.jsr237.workmanager.ThreadPoolWor
> > > kManager$DecoratingWork.run
> > > (ThreadPoolWorkManager.java :206)
> > >                     at
> > > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
> > >                     at
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
> > > Source)
> > >                     at java.lang.Thread.run(Unknown Source)
> > >
> > >   ...ant
> > >
> > > On 10/27/06, Jim Marino <jm...@myromatours.com> wrote:
> > >>
> > >> What error are you getting when you do so?
> > >>
> > >> Jim
> > >>
> > >> On Oct 27, 2006, at 7:17 AM, ant elder wrote:
> > >>
> > >> > Actually i just tried and it doesn't work in trunk either. Has
> > >> > anyone ever
> > >> > successfully run any async samples in the standalone launcher?
> > >> >
> > >> >   ...ant
> > >> >
> > >> > On 10/27/06, Ignacio Silva-Lepe < isilvalepe@gmail.com> wrote:
> > >> >>
> > >> >> Wrt TUSCAY-882, this is odd, both components use @Scope("MODULE"),
> > >> >> which
> > >> >> was
> > >> >> working on the trunk
> > >> >>
> > >> >> On 10/27/06, ant elder <an...@gmail.com> wrote:
> > >> >> >
> > >> >> > Is this on the M2 code? I can't get any of the async samples
> > >> >> running in
> > >> >> > the
> > >> >> > standalone launcher in M2, see
> > >> >> > http://issues.apache.org/jira/browse/TUSCANY-882. (mentioning it
> > >> >> here as
> > >> >> > we
> > >> >> > don't seem to be getting JIRA notification emails right now)
> > >> >> >
> > >> >> >   ...ant
> > >> >> >
> > >> >> > On 10/27/06, Ignacio Silva-Lepe <is...@gmail.com> wrote:
> > >> >> > >
> > >> >> > > I am trying to run the inner.composite sample and I am getting
> > >> >> the
> > >> >> > > exception
> > >> >> > > in http://rafb.net/paste/results/RDCjwL67.html. I have made
> > >> a few
> > >> >> > changes
> > >> >> > > to
> > >> >> > > the callback infrastructure to eliminate the need for routing
> > >> >> tables
> > >> >> at
> > >> >> > > each
> > >> >> > > composite reference hop, but it does not seem that that's
> > >> what's
> > >> >> causing
> > >> >> > > the
> > >> >> > > problem, as the exception occurs when trying to load the scdl.
> > >> >> Any
> > >> >> > ideas?
> > >> >> > >
> > >> >> > >
> > >> >> >
> > >> >> >
> > >> >>
> > >> >>
> > >>
> > >>
> > >> ---------------------------------------------------------------------
> >
> > >> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > >> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> > >>
> > >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> >
> >
>

Re: DulicatePropertyException trying to run inner.composite sample

Posted by ant elder <an...@gmail.com>.
It does seem like a race condition - with a printlns in start, stop and
checkInit it runs fine.

   ...ant

On 10/27/06, Jim Marino <jm...@myromatours.com> wrote:
>
> O.K. I just wanted to make sure...So that's a different issue.
> Without looking at this it sounds like maybe a race condition. Is the
> scope container getting stopped before the callback? A simple way is
> to just see if the module scope container instance is being started
> and when it is being stopped through some printlns. Could you give it
> a quick try?
>
> Jim
>
> On Oct 27, 2006, at 7:28 AM, ant elder wrote:
>
> > The scope container is stopped:
> >
> > java.lang.IllegalStateException: Scope not running [6]
> >                     at
> > org.apache.tuscany.core.component.scope.AbstractScopeContainer.checkIn
> > it(
> > AbstractScopeContainer.java:124)
> >                     at
> > org.apache.tuscany.core.component.scope.ModuleScopeContainer.getInstan
> > ceWrapper
> > (ModuleScopeContainer.java:118)
> >                     at
> > org.apache.tuscany.core.component.scope.AbstractScopeContainer.getInst
> > ance(
> > AbstractScopeContainer.java:105)
> >                     at
> > org.apache.tuscany.core.implementation.PojoAtomicComponent.getTargetIn
> > stance
> > (PojoAtomicComponent.java:117)
> >                     at
> > org.apache.tuscany.core.implementation.java.JavaTargetInvoker.getInsta
> > nce(
> > JavaTargetInvoker.java:94)
> >                     at
> > org.apache.tuscany.core.implementation.java.JavaTargetInvoker.invokeTa
> > rget(
> > JavaTargetInvoker.java:59)
> >                     at
> > org.apache.tuscany.spi.extension.TargetInvokerExtension.invoke(
> > TargetInvokerExtension.java:60)
> >                     at
> > org.apache.tuscany.core.wire.InvokerInterceptor.invoke(
> > InvokerInterceptor.java:44)
> >                     at
> > org.apache.tuscany.core.wire.NonBlockingBridgingInterceptor$1.run(
> > NonBlockingBridgingInterceptor.java:70)
> >                     at
> > org.apache.tuscany.core.services.work.jsr237.Jsr237WorkScheduler
> > $Jsr237Work.run
> > (Jsr237WorkScheduler.java:212)
> >                     at
> > org.apache.tuscany.core.services.work.jsr237.workmanager.ThreadPoolWor
> > kManager$DecoratingWork.run
> > (ThreadPoolWorkManager.java:206)
> >                     at
> > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
> >                     at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
> > Source)
> >                     at java.lang.Thread.run(Unknown Source)
> >
> >   ...ant
> >
> > On 10/27/06, Jim Marino <jm...@myromatours.com> wrote:
> >>
> >> What error are you getting when you do so?
> >>
> >> Jim
> >>
> >> On Oct 27, 2006, at 7:17 AM, ant elder wrote:
> >>
> >> > Actually i just tried and it doesn't work in trunk either. Has
> >> > anyone ever
> >> > successfully run any async samples in the standalone launcher?
> >> >
> >> >   ...ant
> >> >
> >> > On 10/27/06, Ignacio Silva-Lepe <is...@gmail.com> wrote:
> >> >>
> >> >> Wrt TUSCAY-882, this is odd, both components use @Scope("MODULE"),
> >> >> which
> >> >> was
> >> >> working on the trunk
> >> >>
> >> >> On 10/27/06, ant elder <an...@gmail.com> wrote:
> >> >> >
> >> >> > Is this on the M2 code? I can't get any of the async samples
> >> >> running in
> >> >> > the
> >> >> > standalone launcher in M2, see
> >> >> > http://issues.apache.org/jira/browse/TUSCANY-882. (mentioning it
> >> >> here as
> >> >> > we
> >> >> > don't seem to be getting JIRA notification emails right now)
> >> >> >
> >> >> >   ...ant
> >> >> >
> >> >> > On 10/27/06, Ignacio Silva-Lepe <is...@gmail.com> wrote:
> >> >> > >
> >> >> > > I am trying to run the inner.composite sample and I am getting
> >> >> the
> >> >> > > exception
> >> >> > > in http://rafb.net/paste/results/RDCjwL67.html. I have made
> >> a few
> >> >> > changes
> >> >> > > to
> >> >> > > the callback infrastructure to eliminate the need for routing
> >> >> tables
> >> >> at
> >> >> > > each
> >> >> > > composite reference hop, but it does not seem that that's
> >> what's
> >> >> causing
> >> >> > > the
> >> >> > > problem, as the exception occurs when trying to load the scdl.
> >> >> Any
> >> >> > ideas?
> >> >> > >
> >> >> > >
> >> >> >
> >> >> >
> >> >>
> >> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> >> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> >>
> >>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

Re: DulicatePropertyException trying to run inner.composite sample

Posted by Jim Marino <jm...@myromatours.com>.
O.K. I just wanted to make sure...So that's a different issue.  
Without looking at this it sounds like maybe a race condition. Is the  
scope container getting stopped before the callback? A simple way is  
to just see if the module scope container instance is being started  
and when it is being stopped through some printlns. Could you give it  
a quick try?

Jim

On Oct 27, 2006, at 7:28 AM, ant elder wrote:

> The scope container is stopped:
>
> java.lang.IllegalStateException: Scope not running [6]
>                     at
> org.apache.tuscany.core.component.scope.AbstractScopeContainer.checkIn 
> it(
> AbstractScopeContainer.java:124)
>                     at
> org.apache.tuscany.core.component.scope.ModuleScopeContainer.getInstan 
> ceWrapper
> (ModuleScopeContainer.java:118)
>                     at
> org.apache.tuscany.core.component.scope.AbstractScopeContainer.getInst 
> ance(
> AbstractScopeContainer.java:105)
>                     at
> org.apache.tuscany.core.implementation.PojoAtomicComponent.getTargetIn 
> stance
> (PojoAtomicComponent.java:117)
>                     at
> org.apache.tuscany.core.implementation.java.JavaTargetInvoker.getInsta 
> nce(
> JavaTargetInvoker.java:94)
>                     at
> org.apache.tuscany.core.implementation.java.JavaTargetInvoker.invokeTa 
> rget(
> JavaTargetInvoker.java:59)
>                     at
> org.apache.tuscany.spi.extension.TargetInvokerExtension.invoke(
> TargetInvokerExtension.java:60)
>                     at
> org.apache.tuscany.core.wire.InvokerInterceptor.invoke(
> InvokerInterceptor.java:44)
>                     at
> org.apache.tuscany.core.wire.NonBlockingBridgingInterceptor$1.run(
> NonBlockingBridgingInterceptor.java:70)
>                     at
> org.apache.tuscany.core.services.work.jsr237.Jsr237WorkScheduler 
> $Jsr237Work.run
> (Jsr237WorkScheduler.java:212)
>                     at
> org.apache.tuscany.core.services.work.jsr237.workmanager.ThreadPoolWor 
> kManager$DecoratingWork.run
> (ThreadPoolWorkManager.java:206)
>                     at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
>                     at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
> Source)
>                     at java.lang.Thread.run(Unknown Source)
>
>   ...ant
>
> On 10/27/06, Jim Marino <jm...@myromatours.com> wrote:
>>
>> What error are you getting when you do so?
>>
>> Jim
>>
>> On Oct 27, 2006, at 7:17 AM, ant elder wrote:
>>
>> > Actually i just tried and it doesn't work in trunk either. Has
>> > anyone ever
>> > successfully run any async samples in the standalone launcher?
>> >
>> >   ...ant
>> >
>> > On 10/27/06, Ignacio Silva-Lepe <is...@gmail.com> wrote:
>> >>
>> >> Wrt TUSCAY-882, this is odd, both components use @Scope("MODULE"),
>> >> which
>> >> was
>> >> working on the trunk
>> >>
>> >> On 10/27/06, ant elder <an...@gmail.com> wrote:
>> >> >
>> >> > Is this on the M2 code? I can't get any of the async samples
>> >> running in
>> >> > the
>> >> > standalone launcher in M2, see
>> >> > http://issues.apache.org/jira/browse/TUSCANY-882. (mentioning it
>> >> here as
>> >> > we
>> >> > don't seem to be getting JIRA notification emails right now)
>> >> >
>> >> >   ...ant
>> >> >
>> >> > On 10/27/06, Ignacio Silva-Lepe <is...@gmail.com> wrote:
>> >> > >
>> >> > > I am trying to run the inner.composite sample and I am getting
>> >> the
>> >> > > exception
>> >> > > in http://rafb.net/paste/results/RDCjwL67.html. I have made  
>> a few
>> >> > changes
>> >> > > to
>> >> > > the callback infrastructure to eliminate the need for routing
>> >> tables
>> >> at
>> >> > > each
>> >> > > composite reference hop, but it does not seem that that's  
>> what's
>> >> causing
>> >> > > the
>> >> > > problem, as the exception occurs when trying to load the scdl.
>> >> Any
>> >> > ideas?
>> >> > >
>> >> > >
>> >> >
>> >> >
>> >>
>> >>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>>
>>


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


Re: DulicatePropertyException trying to run inner.composite sample

Posted by ant elder <an...@gmail.com>.
The scope container is stopped:

java.lang.IllegalStateException: Scope not running [6]
                     at
org.apache.tuscany.core.component.scope.AbstractScopeContainer.checkInit(
AbstractScopeContainer.java:124)
                     at
org.apache.tuscany.core.component.scope.ModuleScopeContainer.getInstanceWrapper
(ModuleScopeContainer.java:118)
                     at
org.apache.tuscany.core.component.scope.AbstractScopeContainer.getInstance(
AbstractScopeContainer.java:105)
                     at
org.apache.tuscany.core.implementation.PojoAtomicComponent.getTargetInstance
(PojoAtomicComponent.java:117)
                     at
org.apache.tuscany.core.implementation.java.JavaTargetInvoker.getInstance(
JavaTargetInvoker.java:94)
                     at
org.apache.tuscany.core.implementation.java.JavaTargetInvoker.invokeTarget(
JavaTargetInvoker.java:59)
                     at
org.apache.tuscany.spi.extension.TargetInvokerExtension.invoke(
TargetInvokerExtension.java:60)
                     at
org.apache.tuscany.core.wire.InvokerInterceptor.invoke(
InvokerInterceptor.java:44)
                     at
org.apache.tuscany.core.wire.NonBlockingBridgingInterceptor$1.run(
NonBlockingBridgingInterceptor.java:70)
                     at
org.apache.tuscany.core.services.work.jsr237.Jsr237WorkScheduler$Jsr237Work.run
(Jsr237WorkScheduler.java:212)
                     at
org.apache.tuscany.core.services.work.jsr237.workmanager.ThreadPoolWorkManager$DecoratingWork.run
(ThreadPoolWorkManager.java:206)
                     at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
                     at
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)
                     at java.lang.Thread.run(Unknown Source)

   ...ant

On 10/27/06, Jim Marino <jm...@myromatours.com> wrote:
>
> What error are you getting when you do so?
>
> Jim
>
> On Oct 27, 2006, at 7:17 AM, ant elder wrote:
>
> > Actually i just tried and it doesn't work in trunk either. Has
> > anyone ever
> > successfully run any async samples in the standalone launcher?
> >
> >   ...ant
> >
> > On 10/27/06, Ignacio Silva-Lepe <is...@gmail.com> wrote:
> >>
> >> Wrt TUSCAY-882, this is odd, both components use @Scope("MODULE"),
> >> which
> >> was
> >> working on the trunk
> >>
> >> On 10/27/06, ant elder <an...@gmail.com> wrote:
> >> >
> >> > Is this on the M2 code? I can't get any of the async samples
> >> running in
> >> > the
> >> > standalone launcher in M2, see
> >> > http://issues.apache.org/jira/browse/TUSCANY-882. (mentioning it
> >> here as
> >> > we
> >> > don't seem to be getting JIRA notification emails right now)
> >> >
> >> >   ...ant
> >> >
> >> > On 10/27/06, Ignacio Silva-Lepe <is...@gmail.com> wrote:
> >> > >
> >> > > I am trying to run the inner.composite sample and I am getting
> >> the
> >> > > exception
> >> > > in http://rafb.net/paste/results/RDCjwL67.html. I have made a few
> >> > changes
> >> > > to
> >> > > the callback infrastructure to eliminate the need for routing
> >> tables
> >> at
> >> > > each
> >> > > composite reference hop, but it does not seem that that's what's
> >> causing
> >> > > the
> >> > > problem, as the exception occurs when trying to load the scdl.
> >> Any
> >> > ideas?
> >> > >
> >> > >
> >> >
> >> >
> >>
> >>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

Re: DulicatePropertyException trying to run inner.composite sample

Posted by Jim Marino <jm...@myromatours.com>.
What error are you getting when you do so?

Jim

On Oct 27, 2006, at 7:17 AM, ant elder wrote:

> Actually i just tried and it doesn't work in trunk either. Has  
> anyone ever
> successfully run any async samples in the standalone launcher?
>
>   ...ant
>
> On 10/27/06, Ignacio Silva-Lepe <is...@gmail.com> wrote:
>>
>> Wrt TUSCAY-882, this is odd, both components use @Scope("MODULE"),  
>> which
>> was
>> working on the trunk
>>
>> On 10/27/06, ant elder <an...@gmail.com> wrote:
>> >
>> > Is this on the M2 code? I can't get any of the async samples  
>> running in
>> > the
>> > standalone launcher in M2, see
>> > http://issues.apache.org/jira/browse/TUSCANY-882. (mentioning it  
>> here as
>> > we
>> > don't seem to be getting JIRA notification emails right now)
>> >
>> >   ...ant
>> >
>> > On 10/27/06, Ignacio Silva-Lepe <is...@gmail.com> wrote:
>> > >
>> > > I am trying to run the inner.composite sample and I am getting  
>> the
>> > > exception
>> > > in http://rafb.net/paste/results/RDCjwL67.html. I have made a few
>> > changes
>> > > to
>> > > the callback infrastructure to eliminate the need for routing  
>> tables
>> at
>> > > each
>> > > composite reference hop, but it does not seem that that's what's
>> causing
>> > > the
>> > > problem, as the exception occurs when trying to load the scdl.  
>> Any
>> > ideas?
>> > >
>> > >
>> >
>> >
>>
>>


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


Re: DulicatePropertyException trying to run inner.composite sample

Posted by ant elder <an...@gmail.com>.
Actually i just tried and it doesn't work in trunk either. Has anyone ever
successfully run any async samples in the standalone launcher?

   ...ant

On 10/27/06, Ignacio Silva-Lepe <is...@gmail.com> wrote:
>
> Wrt TUSCAY-882, this is odd, both components use @Scope("MODULE"), which
> was
> working on the trunk
>
> On 10/27/06, ant elder <an...@gmail.com> wrote:
> >
> > Is this on the M2 code? I can't get any of the async samples running in
> > the
> > standalone launcher in M2, see
> > http://issues.apache.org/jira/browse/TUSCANY-882. (mentioning it here as
> > we
> > don't seem to be getting JIRA notification emails right now)
> >
> >   ...ant
> >
> > On 10/27/06, Ignacio Silva-Lepe <is...@gmail.com> wrote:
> > >
> > > I am trying to run the inner.composite sample and I am getting the
> > > exception
> > > in http://rafb.net/paste/results/RDCjwL67.html. I have made a few
> > changes
> > > to
> > > the callback infrastructure to eliminate the need for routing tables
> at
> > > each
> > > composite reference hop, but it does not seem that that's what's
> causing
> > > the
> > > problem, as the exception occurs when trying to load the scdl. Any
> > ideas?
> > >
> > >
> >
> >
>
>

Re: DulicatePropertyException trying to run inner.composite sample

Posted by Ignacio Silva-Lepe <is...@gmail.com>.
Wrt TUSCAY-882, this is odd, both components use @Scope("MODULE"), which was
working on the trunk

On 10/27/06, ant elder <an...@gmail.com> wrote:
>
> Is this on the M2 code? I can't get any of the async samples running in
> the
> standalone launcher in M2, see
> http://issues.apache.org/jira/browse/TUSCANY-882. (mentioning it here as
> we
> don't seem to be getting JIRA notification emails right now)
>
>   ...ant
>
> On 10/27/06, Ignacio Silva-Lepe <is...@gmail.com> wrote:
> >
> > I am trying to run the inner.composite sample and I am getting the
> > exception
> > in http://rafb.net/paste/results/RDCjwL67.html. I have made a few
> changes
> > to
> > the callback infrastructure to eliminate the need for routing tables at
> > each
> > composite reference hop, but it does not seem that that's what's causing
> > the
> > problem, as the exception occurs when trying to load the scdl. Any
> ideas?
> >
> >
>
>

Re: DulicatePropertyException trying to run inner.composite sample

Posted by ant elder <an...@gmail.com>.
Is this on the M2 code? I can't get any of the async samples running in the
standalone launcher in M2, see
http://issues.apache.org/jira/browse/TUSCANY-882. (mentioning it here as we
don't seem to be getting JIRA notification emails right now)

   ...ant

On 10/27/06, Ignacio Silva-Lepe <is...@gmail.com> wrote:
>
> I am trying to run the inner.composite sample and I am getting the
> exception
> in http://rafb.net/paste/results/RDCjwL67.html. I have made a few changes
> to
> the callback infrastructure to eliminate the need for routing tables at
> each
> composite reference hop, but it does not seem that that's what's causing
> the
> problem, as the exception occurs when trying to load the scdl. Any ideas?
>
>

Re: Build error

Posted by Kevin Williams <ke...@qwest.net>.
I am really sorry guys.  I neglected to commit the associated config 
file for this new test.  It is there now.
--
Kevin

Bert Lamb wrote:

> I'm getting it too.
>
> -Bert
>
> On 10/27/06, Meeraj Kunnumpurath <m....@hotmail.co.uk> wrote:
>
>> Hi,
>>
>> Is anyone getting the following build error in DAS RDB?
>>
>>
>> -------------------------------------------------------
>> T E S T S
>> -------------------------------------------------------
>> Running org.apache.tuscany.das.rdb.test.suites.AllTestsDerby
>> Setting up for Derby run
>> Ending Derby run
>> Tests run: 139, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
>> 17.531 sec
>> <<<
>> FAILURE!
>> testConverter3(org.apache.tuscany.das.rdb.test.ConverterTests)  Time
>> elapsed: 0.
>> 015 sec  <<< ERROR!
>> java.lang.RuntimeException: Cannot load configuration from a null
>> InputStream. P
>> ossibly caused by an incorrect config xml file name
>>         at
>> org.apache.tuscany.das.rdb.util.ConfigUtil.loadConfig(ConfigUtil.java
>> :44)
>>         at 
>> org.apache.tuscany.das.rdb.impl.DASImpl.<init>(DASImpl.java:100)
>>         at
>> org.apache.tuscany.das.rdb.impl.DASFactoryImpl.createDAS(DASFactoryIm
>> pl.java:39)
>>         at
>> org.apache.tuscany.das.rdb.test.ConverterTests.testConverter3(Convert
>> erTests.java:163)
>>
>>
>> Results :
>> Tests run: 139, Failures: 0, Errors: 1, Skipped: 0
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] There are test failures.
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> Thanks
>> Meeraj
>>
>> _________________________________________________________________
>> Windows Live™ Messenger has arrived. Click here to download it for free!
>> http://imagine-msn.com/messenger/launch80/?locale=en-gb
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>>
>>



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


Re: Build error

Posted by Jeffrey Rodriguez <je...@hotmail.com>.
Thanks Raymond and Ta. After pointing me out to the changes on the group id 
for XmlSchema I tried changing "org.apache.ws.commons.schema" to 
"org.apache.ws.commons".
C:\tuscany4\java>svn diff
Index: sca/tools/pom.xml
===================================================================
--- sca/tools/pom.xml   (revision 468800)
+++ sca/tools/pom.xml   (working copy)
@@ -63,7 +63,8 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
+            <!-- groupId>org.apache.ws.commons.schema</groupId -->
+            <groupId>org.apache.ws.commons</groupId>
             <artifactId>XmlSchema</artifactId>
         </dependency>
         <dependency>
Index: sca/services/idl/wsdl/pom.xml
===================================================================
--- sca/services/idl/wsdl/pom.xml       (revision 468800)
+++ sca/services/idl/wsdl/pom.xml       (working copy)
@@ -37,7 +37,8 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
+            <!-- groupId>org.apache.ws.commons.schema</groupId -->
+            <groupId>org.apache.ws.commons</groupId>
             <artifactId>XmlSchema</artifactId>
         </dependency>

Index: sca/services/bindings/binding.axis2/pom.xml
===================================================================
--- sca/services/bindings/binding.axis2/pom.xml (revision 468800)
+++ sca/services/bindings/binding.axis2/pom.xml (working copy)
@@ -105,7 +105,8 @@
         </dependency>

         <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
+            <!-- groupId>org.apache.ws.commons.schema</groupId -->
+             <groupId>org.apache.ws.commons</groupId>
             <artifactId>XmlSchema</artifactId>
         </dependency>

Index: sca/pom.xml
===================================================================
--- sca/pom.xml (revision 468800)
+++ sca/pom.xml (working copy)
@@ -171,7 +171,8 @@

             <!-- XmlSchema implementation -->
             <dependency>
-                <groupId>org.apache.ws.commons.schema</groupId>
+                <!-- groupId>org.apache.ws.commons.schema</groupId -->
+                <groupId>org.apache.ws.commons</groupId>
                 <artifactId>XmlSchema</artifactId>
                 <version>SNAPSHOT</version>
                 <scope>compile</scope>

Even though I still get a build fail at least is further down in a 
compilation error:

es
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Compilation failure

C:\tuscany4\java\sca\services\idl\wsdl\src\main\java\org\apache\tuscany\idl\wsdl
\XMLSchemaRegistryImpl.java:[91,56] incompatible types
found   : org.apache.ws.commons.schema.XmlSchema
required: org.apache.ws.commons.schema.XmlSchema[]


Regards,
                    Jeff Rodriguez



>From: "Raymond Feng" <en...@gmail.com>
>Reply-To: tuscany-dev@ws.apache.org
>To: <tu...@ws.apache.org>
>Subject: Re: Build error
>Date: Sun, 29 Oct 2006 08:04:51 -0800
>
>It seems the the most recent artifacts from axi2 related projects are not 
>recovered at http://people.apache.org/repo/m1-snapshot-repository/ yet due 
>to the outrage. The group id "org.apache.ws.commons.schema" is the correct 
>one which was changed from "org.apache.ws.commons" as a result of JIRA 
>WSCOMMONS-108.
>
>We should probably check with Axis2 team to see if they can help.
>
>Thanks,
>Raymond
>
>
>----- Original Message ----- From: "Meeraj Kunnumpurath" 
><m....@hotmail.co.uk>
>To: <tu...@ws.apache.org>
>Sent: Sunday, October 29, 2006 3:25 AM
>Subject: Re: Build error
>
>
>>I think the group id for XmlSchema has changed. It is no longer 
>>org.apache.ws.commons.schema, rather org.apache.ws.commons. The reason I 
>>am seeing it now is rebuilt my PC last week and my Maven repo got nuked. 
>>However, if you change the group ids in the POMs, it is failing further 
>>down on snapshot dependencies for axiom and axis2 kernel.
>>
>>Ta
>>Meeraj
>>
>>
>>>From: "Jeffrey Rodriguez" <je...@hotmail.com>
>>>Reply-To: tuscany-dev@ws.apache.org
>>>To: tuscany-dev@ws.apache.org, tuscany-users@ws.apache.org
>>>Subject: Re: Build error
>>>Date: Sun, 29 Oct 2006 05:15:05 +0000
>>>
>>>checkout tuscany source..........from a windows machine with all system 
>>>requirements.
>>>
>>>svn co http://svn.apache.org/repos/asf/incubator/tuscany/java
>>>
>>>Then run:  mvn   from c:\tuscany\java
>>>
>>>I am getting build errors:
>>>
>>>Downloading: 
>>>http://repo1.maven.org/maven2/wsdl4j/wsdl4j/1.5.2/wsdl4j-1.5.2.jar
>>>124K downloaded
>>>[INFO] 
>>>------------------------------------------------------------------------
>>>[ERROR] BUILD ERROR
>>>[INFO] 
>>>------------------------------------------------------------------------
>>>[INFO] Failed to resolve artifact.
>>>
>>>Missing:
>>>----------
>>>1) org.apache.ws.commons.schema:XmlSchema:jar:SNAPSHOT
>>>
>>>  Try downloading the file manually from the project website.
>>>
>>>  Then, install it using the command:
>>>      mvn install:install-file -DgroupId=org.apache.ws.commons.schema 
>>>-Dartifact
>>>Id=XmlSchema \
>>>          -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>>>
>>>  Path to dependency:
>>>        1) 
>>>org.apache.tuscany.sca.services.idl:wsdl:jar:1.0-incubator-M2-SNAPSHO
>>>T
>>>        2) org.apache.ws.commons.schema:XmlSchema:jar:SNAPSHOT
>>>
>>>----------
>>>1 required artifact is missing.
>>>
>>>for artifact:
>>>  org.apache.tuscany.sca.services.idl:wsdl:jar:1.0-incubator-M2-SNAPSHOT
>>>
>>>from the specified remote repositories:
>>>  central (http://repo1.maven.org/maven2),
>>>  apache.m1 (http://people.apache.org/repository),
>>>  apache.incubator 
>>>(http://people.apache.org/repo/m2-incubating-repository/),
>>>  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)
>>>
>>>
>>>After uploading XmlSchema from remote repositories and installing are 
>>>recomended I
>>>get the following:
>>>
>>>[INFO] 
>>>------------------------------------------------------------------------
>>>[ERROR] BUILD FAILURE
>>>[INFO] 
>>>------------------------------------------------------------------------
>>>[INFO] Compilation failure
>>>
>>>C:\tuscany4\java\sca\services\idl\wsdl\src\main\java\org\apache\tuscany\idl\wsdl
>>>\XMLSchemaRegistryImpl.java:[91,43] cannot find symbol
>>>symbol  : method getXmlSchema(java.lang.String)
>>>location: class org.apache.ws.commons.schema.XmlSchemaCollection
>>>
>>>
>>>So I am getting errors build Tuscany, any suggestions? Is this a known 
>>>build error? Perhaps
>>>comitters haven't notice since they don't build from scratch often.
>>>
>>>Regards,
>>>           Jeffrey E. Rodriguez
>>>
>>>
>>>
>>>
>>>
>>>
>>>>From: "Bert Lamb" <al...@pobox.com>
>>>>Reply-To: tuscany-dev@ws.apache.org
>>>>To: tuscany-dev@ws.apache.org
>>>>Subject: Re: Build error
>>>>Date: Fri, 27 Oct 2006 19:11:21 -0400
>>>>
>>>>I'm getting it too.
>>>>
>>>>-Bert
>>>>
>>>>On 10/27/06, Meeraj Kunnumpurath <m....@hotmail.co.uk> wrote:
>>>>>Hi,
>>>>>
>>>>>Is anyone getting the following build error in DAS RDB?
>>>>>
>>>>>
>>>>>-------------------------------------------------------
>>>>>T E S T S
>>>>>-------------------------------------------------------
>>>>>Running org.apache.tuscany.das.rdb.test.suites.AllTestsDerby
>>>>>Setting up for Derby run
>>>>>Ending Derby run
>>>>>Tests run: 139, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
>>>>>17.531 sec
>>>>><<<
>>>>>FAILURE!
>>>>>testConverter3(org.apache.tuscany.das.rdb.test.ConverterTests)  Time
>>>>>elapsed: 0.
>>>>>015 sec  <<< ERROR!
>>>>>java.lang.RuntimeException: Cannot load configuration from a null
>>>>>InputStream. P
>>>>>ossibly caused by an incorrect config xml file name
>>>>>         at
>>>>>org.apache.tuscany.das.rdb.util.ConfigUtil.loadConfig(ConfigUtil.java
>>>>>:44)
>>>>>         at 
>>>>>org.apache.tuscany.das.rdb.impl.DASImpl.<init>(DASImpl.java:100)
>>>>>         at
>>>>>org.apache.tuscany.das.rdb.impl.DASFactoryImpl.createDAS(DASFactoryIm
>>>>>pl.java:39)
>>>>>         at
>>>>>org.apache.tuscany.das.rdb.test.ConverterTests.testConverter3(Convert
>>>>>erTests.java:163)
>>>>>
>>>>>
>>>>>Results :
>>>>>Tests run: 139, Failures: 0, Errors: 1, Skipped: 0
>>>>>
>>>>>[INFO]
>>>>>------------------------------------------------------------------------
>>>>>[ERROR] BUILD FAILURE
>>>>>[INFO]
>>>>>------------------------------------------------------------------------
>>>>>[INFO] There are test failures.
>>>>>[INFO]
>>>>>------------------------------------------------------------------------
>>>>>
>>>>>Thanks
>>>>>Meeraj
>>>>>
>>>>>_________________________________________________________________
>>>>>Windows Liveâ"˘ Messenger has arrived. Click here to download it for 
>>>>>free!
>>>>>http://imagine-msn.com/messenger/launch80/?locale=en-gb
>>>>>
>>>>>
>>>>>---------------------------------------------------------------------
>>>>>To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>>>>>For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>>>>>
>>>>>
>>>
>>>_________________________________________________________________
>>>Stay in touch with old friends and meet new ones with Windows Live Spaces 
>>>http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>>>For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>>>
>>
>>_________________________________________________________________
>>Windows LiveT Messenger has arrived. Click here to download it for free! 
>>http://imagine-msn.com/messenger/launch80/?locale=en-gb
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>>For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>

_________________________________________________________________
Stay in touch with old friends and meet new ones with Windows Live Spaces 
http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us


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


Re: Build error

Posted by Raymond Feng <en...@gmail.com>.
It seems the the most recent artifacts from axi2 related projects are not 
recovered at http://people.apache.org/repo/m1-snapshot-repository/ yet due 
to the outrage. The group id "org.apache.ws.commons.schema" is the correct 
one which was changed from "org.apache.ws.commons" as a result of JIRA 
WSCOMMONS-108.

We should probably check with Axis2 team to see if they can help.

Thanks,
Raymond


----- Original Message ----- 
From: "Meeraj Kunnumpurath" <m....@hotmail.co.uk>
To: <tu...@ws.apache.org>
Sent: Sunday, October 29, 2006 3:25 AM
Subject: Re: Build error


>I think the group id for XmlSchema has changed. It is no longer 
>org.apache.ws.commons.schema, rather org.apache.ws.commons. The reason I am 
>seeing it now is rebuilt my PC last week and my Maven repo got nuked. 
>However, if you change the group ids in the POMs, it is failing further 
>down on snapshot dependencies for axiom and axis2 kernel.
>
> Ta
> Meeraj
>
>
>>From: "Jeffrey Rodriguez" <je...@hotmail.com>
>>Reply-To: tuscany-dev@ws.apache.org
>>To: tuscany-dev@ws.apache.org, tuscany-users@ws.apache.org
>>Subject: Re: Build error
>>Date: Sun, 29 Oct 2006 05:15:05 +0000
>>
>>checkout tuscany source..........from a windows machine with all system 
>>requirements.
>>
>>svn co http://svn.apache.org/repos/asf/incubator/tuscany/java
>>
>>Then run:  mvn   from c:\tuscany\java
>>
>>I am getting build errors:
>>
>>Downloading: 
>>http://repo1.maven.org/maven2/wsdl4j/wsdl4j/1.5.2/wsdl4j-1.5.2.jar
>>124K downloaded
>>[INFO] ------------------------------------------------------------------------
>>[ERROR] BUILD ERROR
>>[INFO] ------------------------------------------------------------------------
>>[INFO] Failed to resolve artifact.
>>
>>Missing:
>>----------
>>1) org.apache.ws.commons.schema:XmlSchema:jar:SNAPSHOT
>>
>>  Try downloading the file manually from the project website.
>>
>>  Then, install it using the command:
>>      mvn 
>> install:install-file -DgroupId=org.apache.ws.commons.schema -Dartifact
>>Id=XmlSchema \
>>          -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>>
>>  Path to dependency:
>>        1) 
>> org.apache.tuscany.sca.services.idl:wsdl:jar:1.0-incubator-M2-SNAPSHO
>>T
>>        2) org.apache.ws.commons.schema:XmlSchema:jar:SNAPSHOT
>>
>>----------
>>1 required artifact is missing.
>>
>>for artifact:
>>  org.apache.tuscany.sca.services.idl:wsdl:jar:1.0-incubator-M2-SNAPSHOT
>>
>>from the specified remote repositories:
>>  central (http://repo1.maven.org/maven2),
>>  apache.m1 (http://people.apache.org/repository),
>>  apache.incubator 
>> (http://people.apache.org/repo/m2-incubating-repository/),
>>  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)
>>
>>
>>After uploading XmlSchema from remote repositories and installing are 
>>recomended I
>>get the following:
>>
>>[INFO] ------------------------------------------------------------------------
>>[ERROR] BUILD FAILURE
>>[INFO] ------------------------------------------------------------------------
>>[INFO] Compilation failure
>>
>>C:\tuscany4\java\sca\services\idl\wsdl\src\main\java\org\apache\tuscany\idl\wsdl
>>\XMLSchemaRegistryImpl.java:[91,43] cannot find symbol
>>symbol  : method getXmlSchema(java.lang.String)
>>location: class org.apache.ws.commons.schema.XmlSchemaCollection
>>
>>
>>So I am getting errors build Tuscany, any suggestions? Is this a known 
>>build error? Perhaps
>>comitters haven't notice since they don't build from scratch often.
>>
>>Regards,
>>           Jeffrey E. Rodriguez
>>
>>
>>
>>
>>
>>
>>>From: "Bert Lamb" <al...@pobox.com>
>>>Reply-To: tuscany-dev@ws.apache.org
>>>To: tuscany-dev@ws.apache.org
>>>Subject: Re: Build error
>>>Date: Fri, 27 Oct 2006 19:11:21 -0400
>>>
>>>I'm getting it too.
>>>
>>>-Bert
>>>
>>>On 10/27/06, Meeraj Kunnumpurath <m....@hotmail.co.uk> wrote:
>>>>Hi,
>>>>
>>>>Is anyone getting the following build error in DAS RDB?
>>>>
>>>>
>>>>-------------------------------------------------------
>>>>T E S T S
>>>>-------------------------------------------------------
>>>>Running org.apache.tuscany.das.rdb.test.suites.AllTestsDerby
>>>>Setting up for Derby run
>>>>Ending Derby run
>>>>Tests run: 139, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 17.531 
>>>>sec
>>>><<<
>>>>FAILURE!
>>>>testConverter3(org.apache.tuscany.das.rdb.test.ConverterTests)  Time
>>>>elapsed: 0.
>>>>015 sec  <<< ERROR!
>>>>java.lang.RuntimeException: Cannot load configuration from a null
>>>>InputStream. P
>>>>ossibly caused by an incorrect config xml file name
>>>>         at
>>>>org.apache.tuscany.das.rdb.util.ConfigUtil.loadConfig(ConfigUtil.java
>>>>:44)
>>>>         at 
>>>> org.apache.tuscany.das.rdb.impl.DASImpl.<init>(DASImpl.java:100)
>>>>         at
>>>>org.apache.tuscany.das.rdb.impl.DASFactoryImpl.createDAS(DASFactoryIm
>>>>pl.java:39)
>>>>         at
>>>>org.apache.tuscany.das.rdb.test.ConverterTests.testConverter3(Convert
>>>>erTests.java:163)
>>>>
>>>>
>>>>Results :
>>>>Tests run: 139, Failures: 0, Errors: 1, Skipped: 0
>>>>
>>>>[INFO]
>>>>------------------------------------------------------------------------
>>>>[ERROR] BUILD FAILURE
>>>>[INFO]
>>>>------------------------------------------------------------------------
>>>>[INFO] There are test failures.
>>>>[INFO]
>>>>------------------------------------------------------------------------
>>>>
>>>>Thanks
>>>>Meeraj
>>>>
>>>>_________________________________________________________________
>>>>Windows Liveâ"¢ Messenger has arrived. Click here to download it for 
>>>>free!
>>>>http://imagine-msn.com/messenger/launch80/?locale=en-gb
>>>>
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>>>>For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>>>>
>>>>
>>
>>_________________________________________________________________
>>Stay in touch with old friends and meet new ones with Windows Live Spaces 
>>http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>>For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>>
>
> _________________________________________________________________
> Windows LiveT Messenger has arrived. Click here to download it for free! 
> http://imagine-msn.com/messenger/launch80/?locale=en-gb
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> 


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


Re: Build error

Posted by Meeraj Kunnumpurath <m....@hotmail.co.uk>.
I think the group id for XmlSchema has changed. It is no longer 
org.apache.ws.commons.schema, rather org.apache.ws.commons. The reason I am 
seeing it now is rebuilt my PC last week and my Maven repo got nuked. 
However, if you change the group ids in the POMs, it is failing further down 
on snapshot dependencies for axiom and axis2 kernel.

Ta
Meeraj


>From: "Jeffrey Rodriguez" <je...@hotmail.com>
>Reply-To: tuscany-dev@ws.apache.org
>To: tuscany-dev@ws.apache.org, tuscany-users@ws.apache.org
>Subject: Re: Build error
>Date: Sun, 29 Oct 2006 05:15:05 +0000
>
>checkout tuscany source..........from a windows machine with all system 
>requirements.
>
>svn co http://svn.apache.org/repos/asf/incubator/tuscany/java
>
>Then run:  mvn   from c:\tuscany\java
>
>I am getting build errors:
>
>Downloading: 
>http://repo1.maven.org/maven2/wsdl4j/wsdl4j/1.5.2/wsdl4j-1.5.2.jar
>124K downloaded
>[INFO] 
>------------------------------------------------------------------------
>[ERROR] BUILD ERROR
>[INFO] 
>------------------------------------------------------------------------
>[INFO] Failed to resolve artifact.
>
>Missing:
>----------
>1) org.apache.ws.commons.schema:XmlSchema:jar:SNAPSHOT
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>      mvn install:install-file -DgroupId=org.apache.ws.commons.schema 
>-Dartifact
>Id=XmlSchema \
>          -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>
>  Path to dependency:
>        1) 
>org.apache.tuscany.sca.services.idl:wsdl:jar:1.0-incubator-M2-SNAPSHO
>T
>        2) org.apache.ws.commons.schema:XmlSchema:jar:SNAPSHOT
>
>----------
>1 required artifact is missing.
>
>for artifact:
>  org.apache.tuscany.sca.services.idl:wsdl:jar:1.0-incubator-M2-SNAPSHOT
>
>from the specified remote repositories:
>  central (http://repo1.maven.org/maven2),
>  apache.m1 (http://people.apache.org/repository),
>  apache.incubator 
>(http://people.apache.org/repo/m2-incubating-repository/),
>  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)
>
>
>After uploading XmlSchema from remote repositories and installing are 
>recomended I
>get the following:
>
>[INFO] 
>------------------------------------------------------------------------
>[ERROR] BUILD FAILURE
>[INFO] 
>------------------------------------------------------------------------
>[INFO] Compilation failure
>
>C:\tuscany4\java\sca\services\idl\wsdl\src\main\java\org\apache\tuscany\idl\wsdl
>\XMLSchemaRegistryImpl.java:[91,43] cannot find symbol
>symbol  : method getXmlSchema(java.lang.String)
>location: class org.apache.ws.commons.schema.XmlSchemaCollection
>
>
>So I am getting errors build Tuscany, any suggestions? Is this a known 
>build error? Perhaps
>comitters haven't notice since they don't build from scratch often.
>
>Regards,
>           Jeffrey E. Rodriguez
>
>
>
>
>
>
>>From: "Bert Lamb" <al...@pobox.com>
>>Reply-To: tuscany-dev@ws.apache.org
>>To: tuscany-dev@ws.apache.org
>>Subject: Re: Build error
>>Date: Fri, 27 Oct 2006 19:11:21 -0400
>>
>>I'm getting it too.
>>
>>-Bert
>>
>>On 10/27/06, Meeraj Kunnumpurath <m....@hotmail.co.uk> wrote:
>>>Hi,
>>>
>>>Is anyone getting the following build error in DAS RDB?
>>>
>>>
>>>-------------------------------------------------------
>>>T E S T S
>>>-------------------------------------------------------
>>>Running org.apache.tuscany.das.rdb.test.suites.AllTestsDerby
>>>Setting up for Derby run
>>>Ending Derby run
>>>Tests run: 139, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 17.531 
>>>sec
>>><<<
>>>FAILURE!
>>>testConverter3(org.apache.tuscany.das.rdb.test.ConverterTests)  Time
>>>elapsed: 0.
>>>015 sec  <<< ERROR!
>>>java.lang.RuntimeException: Cannot load configuration from a null
>>>InputStream. P
>>>ossibly caused by an incorrect config xml file name
>>>         at
>>>org.apache.tuscany.das.rdb.util.ConfigUtil.loadConfig(ConfigUtil.java
>>>:44)
>>>         at 
>>>org.apache.tuscany.das.rdb.impl.DASImpl.<init>(DASImpl.java:100)
>>>         at
>>>org.apache.tuscany.das.rdb.impl.DASFactoryImpl.createDAS(DASFactoryIm
>>>pl.java:39)
>>>         at
>>>org.apache.tuscany.das.rdb.test.ConverterTests.testConverter3(Convert
>>>erTests.java:163)
>>>
>>>
>>>Results :
>>>Tests run: 139, Failures: 0, Errors: 1, Skipped: 0
>>>
>>>[INFO]
>>>------------------------------------------------------------------------
>>>[ERROR] BUILD FAILURE
>>>[INFO]
>>>------------------------------------------------------------------------
>>>[INFO] There are test failures.
>>>[INFO]
>>>------------------------------------------------------------------------
>>>
>>>Thanks
>>>Meeraj
>>>
>>>_________________________________________________________________
>>>Windows Live™ Messenger has arrived. Click here to download it for 
>>>free!
>>>http://imagine-msn.com/messenger/launch80/?locale=en-gb
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>>>For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>>>
>>>
>
>_________________________________________________________________
>Stay in touch with old friends and meet new ones with Windows Live Spaces 
>http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>

_________________________________________________________________
Windows Live™ Messenger has arrived. Click here to download it for free! 
http://imagine-msn.com/messenger/launch80/?locale=en-gb


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


Re: Build error

Posted by Jeffrey Rodriguez <je...@hotmail.com>.
checkout tuscany source..........from a windows machine with all system 
requirements.

svn co http://svn.apache.org/repos/asf/incubator/tuscany/java

Then run:  mvn   from c:\tuscany\java

I am getting build errors:

Downloading: 
http://repo1.maven.org/maven2/wsdl4j/wsdl4j/1.5.2/wsdl4j-1.5.2.jar
124K downloaded
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.ws.commons.schema:XmlSchema:jar:SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.ws.commons.schema 
-Dartifact
Id=XmlSchema \
          -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) 
org.apache.tuscany.sca.services.idl:wsdl:jar:1.0-incubator-M2-SNAPSHO
T
        2) org.apache.ws.commons.schema:XmlSchema:jar:SNAPSHOT

----------
1 required artifact is missing.

for artifact:
  org.apache.tuscany.sca.services.idl:wsdl:jar:1.0-incubator-M2-SNAPSHOT

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


After uploading XmlSchema from remote repositories and installing are 
recomended I
get the following:

[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Compilation failure

C:\tuscany4\java\sca\services\idl\wsdl\src\main\java\org\apache\tuscany\idl\wsdl
\XMLSchemaRegistryImpl.java:[91,43] cannot find symbol
symbol  : method getXmlSchema(java.lang.String)
location: class org.apache.ws.commons.schema.XmlSchemaCollection


So I am getting errors build Tuscany, any suggestions? Is this a known build 
error? Perhaps
comitters haven't notice since they don't build from scratch often.

Regards,
           Jeffrey E. Rodriguez






>From: "Bert Lamb" <al...@pobox.com>
>Reply-To: tuscany-dev@ws.apache.org
>To: tuscany-dev@ws.apache.org
>Subject: Re: Build error
>Date: Fri, 27 Oct 2006 19:11:21 -0400
>
>I'm getting it too.
>
>-Bert
>
>On 10/27/06, Meeraj Kunnumpurath <m....@hotmail.co.uk> wrote:
>>Hi,
>>
>>Is anyone getting the following build error in DAS RDB?
>>
>>
>>-------------------------------------------------------
>>T E S T S
>>-------------------------------------------------------
>>Running org.apache.tuscany.das.rdb.test.suites.AllTestsDerby
>>Setting up for Derby run
>>Ending Derby run
>>Tests run: 139, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 17.531 
>>sec
>><<<
>>FAILURE!
>>testConverter3(org.apache.tuscany.das.rdb.test.ConverterTests)  Time
>>elapsed: 0.
>>015 sec  <<< ERROR!
>>java.lang.RuntimeException: Cannot load configuration from a null
>>InputStream. P
>>ossibly caused by an incorrect config xml file name
>>         at
>>org.apache.tuscany.das.rdb.util.ConfigUtil.loadConfig(ConfigUtil.java
>>:44)
>>         at 
>>org.apache.tuscany.das.rdb.impl.DASImpl.<init>(DASImpl.java:100)
>>         at
>>org.apache.tuscany.das.rdb.impl.DASFactoryImpl.createDAS(DASFactoryIm
>>pl.java:39)
>>         at
>>org.apache.tuscany.das.rdb.test.ConverterTests.testConverter3(Convert
>>erTests.java:163)
>>
>>
>>Results :
>>Tests run: 139, Failures: 0, Errors: 1, Skipped: 0
>>
>>[INFO]
>>------------------------------------------------------------------------
>>[ERROR] BUILD FAILURE
>>[INFO]
>>------------------------------------------------------------------------
>>[INFO] There are test failures.
>>[INFO]
>>------------------------------------------------------------------------
>>
>>Thanks
>>Meeraj
>>
>>_________________________________________________________________
>>Windows Live™ Messenger has arrived. Click here to download it for free!
>>http://imagine-msn.com/messenger/launch80/?locale=en-gb
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>>For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>>
>>

_________________________________________________________________
Stay in touch with old friends and meet new ones with Windows Live Spaces 
http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us


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


Re: Build error

Posted by Bert Lamb <al...@pobox.com>.
I'm getting it too.

-Bert

On 10/27/06, Meeraj Kunnumpurath <m....@hotmail.co.uk> wrote:
> Hi,
>
> Is anyone getting the following build error in DAS RDB?
>
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.tuscany.das.rdb.test.suites.AllTestsDerby
> Setting up for Derby run
> Ending Derby run
> Tests run: 139, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 17.531 sec
> <<<
> FAILURE!
> testConverter3(org.apache.tuscany.das.rdb.test.ConverterTests)  Time
> elapsed: 0.
> 015 sec  <<< ERROR!
> java.lang.RuntimeException: Cannot load configuration from a null
> InputStream. P
> ossibly caused by an incorrect config xml file name
>         at
> org.apache.tuscany.das.rdb.util.ConfigUtil.loadConfig(ConfigUtil.java
> :44)
>         at org.apache.tuscany.das.rdb.impl.DASImpl.<init>(DASImpl.java:100)
>         at
> org.apache.tuscany.das.rdb.impl.DASFactoryImpl.createDAS(DASFactoryIm
> pl.java:39)
>         at
> org.apache.tuscany.das.rdb.test.ConverterTests.testConverter3(Convert
> erTests.java:163)
>
>
> Results :
> Tests run: 139, Failures: 0, Errors: 1, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
> [INFO]
> ------------------------------------------------------------------------
>
> Thanks
> Meeraj
>
> _________________________________________________________________
> Windows Live™ Messenger has arrived. Click here to download it for free!
> http://imagine-msn.com/messenger/launch80/?locale=en-gb
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

RE: Build error

Posted by Meeraj Kunnumpurath <m....@hotmail.co.uk>.
I think it is a missing test resource: CustomerConfigWithConverter2.xml


>From: "Meeraj Kunnumpurath" <m....@hotmail.co.uk>
>Reply-To: tuscany-dev@ws.apache.org
>To: tuscany-dev@ws.apache.org
>Subject: Build error
>Date: Fri, 27 Oct 2006 22:55:37 +0000
>
>Hi,
>
>Is anyone getting the following build error in DAS RDB?
>
>
>-------------------------------------------------------
>T E S T S
>-------------------------------------------------------
>Running org.apache.tuscany.das.rdb.test.suites.AllTestsDerby
>Setting up for Derby run
>Ending Derby run
>Tests run: 139, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 17.531 
>sec <<<
>FAILURE!
>testConverter3(org.apache.tuscany.das.rdb.test.ConverterTests)  Time 
>elapsed: 0.
>015 sec  <<< ERROR!
>java.lang.RuntimeException: Cannot load configuration from a null 
>InputStream. P
>ossibly caused by an incorrect config xml file name
>        at 
>org.apache.tuscany.das.rdb.util.ConfigUtil.loadConfig(ConfigUtil.java
>:44)
>        at org.apache.tuscany.das.rdb.impl.DASImpl.<init>(DASImpl.java:100)
>        at 
>org.apache.tuscany.das.rdb.impl.DASFactoryImpl.createDAS(DASFactoryIm
>pl.java:39)
>        at 
>org.apache.tuscany.das.rdb.test.ConverterTests.testConverter3(Convert
>erTests.java:163)
>
>
>Results :
>Tests run: 139, Failures: 0, Errors: 1, Skipped: 0
>
>[INFO] 
>------------------------------------------------------------------------
>[ERROR] BUILD FAILURE
>[INFO] 
>------------------------------------------------------------------------
>[INFO] There are test failures.
>[INFO] 
>------------------------------------------------------------------------
>
>Thanks
>Meeraj
>
>_________________________________________________________________
>Windows Live™ Messenger has arrived. Click here to download it for free! 
>http://imagine-msn.com/messenger/launch80/?locale=en-gb
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>

_________________________________________________________________
Be the first to hear what's new at MSN - sign up to our free newsletters! 
http://www.msn.co.uk/newsletters


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


Build error

Posted by Meeraj Kunnumpurath <m....@hotmail.co.uk>.
Hi,

Is anyone getting the following build error in DAS RDB?


-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.tuscany.das.rdb.test.suites.AllTestsDerby
Setting up for Derby run
Ending Derby run
Tests run: 139, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 17.531 sec 
<<<
FAILURE!
testConverter3(org.apache.tuscany.das.rdb.test.ConverterTests)  Time 
elapsed: 0.
015 sec  <<< ERROR!
java.lang.RuntimeException: Cannot load configuration from a null 
InputStream. P
ossibly caused by an incorrect config xml file name
        at 
org.apache.tuscany.das.rdb.util.ConfigUtil.loadConfig(ConfigUtil.java
:44)
        at org.apache.tuscany.das.rdb.impl.DASImpl.<init>(DASImpl.java:100)
        at 
org.apache.tuscany.das.rdb.impl.DASFactoryImpl.createDAS(DASFactoryIm
pl.java:39)
        at 
org.apache.tuscany.das.rdb.test.ConverterTests.testConverter3(Convert
erTests.java:163)


Results :
Tests run: 139, Failures: 0, Errors: 1, Skipped: 0

[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] 
------------------------------------------------------------------------

Thanks
Meeraj

_________________________________________________________________
Windows Live™ Messenger has arrived. Click here to download it for free! 
http://imagine-msn.com/messenger/launch80/?locale=en-gb


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


Re: DulicatePropertyException trying to run inner.composite sample

Posted by Ignacio Silva-Lepe <is...@gmail.com>.
Actually, it was not even a problem with @Monitor, just a case of out of
sync jars. A mvn -o clean on kernel (after fixing a number of test case
problems created by my changes) got rid of the problem.

On 10/27/06, Jim Marino <jm...@myromatours.com> wrote:
>
>
> On Oct 27, 2006, at 7:08 AM, Jeremy Boynes wrote:
>
> > On Oct 27, 2006, at 6:53 AM, Jim Marino wrote:
> >
> >> It looks as if you have an @Monitor declared twice in the
> >> hierarchy for the component named "java.componentBuilder". It
> >> could be on a field, setter or constructor. We should probably
> >> allow multiple monitors to be injected in a class hierarchy. Can
> >> you take a look and see if that is the case and then we can figure
> >> out what we want to do to fix it?
> >
> > Is this a problem with @Monitor or annotations in general?
> Just @Monitor
>
> > --
> > Jeremy
>

Re: DulicatePropertyException trying to run inner.composite sample

Posted by Jim Marino <jm...@myromatours.com>.
On Oct 27, 2006, at 7:08 AM, Jeremy Boynes wrote:

> On Oct 27, 2006, at 6:53 AM, Jim Marino wrote:
>
>> It looks as if you have an @Monitor declared twice in the  
>> hierarchy for the component named "java.componentBuilder". It  
>> could be on a field, setter or constructor. We should probably  
>> allow multiple monitors to be injected in a class hierarchy. Can  
>> you take a look and see if that is the case and then we can figure  
>> out what we want to do to fix it?
>
> Is this a problem with @Monitor or annotations in general?
Just @Monitor

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


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


Re: DulicatePropertyException trying to run inner.composite sample

Posted by Jeremy Boynes <jb...@apache.org>.
On Oct 27, 2006, at 6:53 AM, Jim Marino wrote:

> It looks as if you have an @Monitor declared twice in the hierarchy  
> for the component named "java.componentBuilder". It could be on a  
> field, setter or constructor. We should probably allow multiple  
> monitors to be injected in a class hierarchy. Can you take a look  
> and see if that is the case and then we can figure out what we want  
> to do to fix it?

Is this a problem with @Monitor or annotations in general?
--
Jeremy



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


Re: DulicatePropertyException trying to run inner.composite sample

Posted by Jim Marino <jm...@myromatours.com>.
It looks as if you have an @Monitor declared twice in the hierarchy  
for the component named "java.componentBuilder". It could be on a  
field, setter or constructor. We should probably allow multiple  
monitors to be injected in a class hierarchy. Can you take a look and  
see if that is the case and then we can figure out what we want to do  
to fix it?

Jim


On Oct 27, 2006, at 6:39 AM, Ignacio Silva-Lepe wrote:

> I am trying to run the inner.composite sample and I am getting the  
> exception
> in http://rafb.net/paste/results/RDCjwL67.html. I have made a few  
> changes to
> the callback infrastructure to eliminate the need for routing  
> tables at each
> composite reference hop, but it does not seem that that's what's  
> causing the
> problem, as the exception occurs when trying to load the scdl. Any  
> ideas?


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