You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Raymond Feng <en...@gmail.com> on 2007/11/01 17:41:48 UTC

Fixing the issues found in RC3, was: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating (RC3)

Hi,

Most likely we have to respin a new RC with all the issues reported so far. 
Would you please volunteer and let others know what you're workin on?

I'm fixing the LICENSE/NOTICE issues and looking into how to sign maven 
artifacts.

Thanks,
Raymond

----- Original Message ----- 
From: "Venkata Krishnan" <fo...@gmail.com>
To: <tu...@ws.apache.org>
Sent: Thursday, November 01, 2007 4:52 AM
Subject: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating (RC3)


> Hi,
>
> Thanks for pulling this thro.
>
> I've run thro all the samples and seems like we still have some work to do
> with the build.xml files.
>
> - Distributed Calculator : none of the consoles other than the DomainNode
> one.
> - sample-helloworld-dojo-webapp and helloworld-jsonrpc-webapp refer to
> SNAPSHOT versions of the json databining in the build.xml file and hence
> don't work
> - helloworld-ws-reference-jms : README must be corrected to use
> HelloWorldJmsClient and even after that I get
> java.lang.ClassNotFoundException:
> org.apache.activemq.jndi.ActiveMQInitialContextFactory
> - implementation-notification : build.xml needs to be updated to use the 
> jar
> packaged (uses sample-implementation-notification.jar)
> - quote-xquery : README file needs to be updated for what it says as the
> user would see when starting the server.
>
> All these do not actually prevent the users from getting a feel of what we
> have added for this release as there are a whole bunch of other samples 
> that
> work yet.
>
> Demos :
> - xml-bigbank : there is no README. If the user could guess a 'ant run',
> even that fails since there is no target.  ant compile also fails due to 
> the
> absence of target/classes (maybe it needs to create if there is not yet 
> one)
> - bigbank - the calculator, stock quote and account servers run ok.  But
> when I try the client there is no response and see Error: bad http 
> response
> code:500.  I don't see any exceptions on the other consoles.
> - mortgage : runs fine
>
> All that is quite a bit to fix but not crippling the user from trying out
> anything.  Just a bit concerned about the perspective that most or all of
> these were ok in the prev. release.  Also there is fat chance we might get
> pulled up for the license issue that Ant has pointed out.  So I'd be  +0.
>
> Thanks
>
> - Venkat
>
> On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
>>
>> Hi,
>>
>> Please review and vote on the 1.0.1-incubating release artifacts of
>> Tuscany SCA for Java.
>>
>> The RC3 contains a few fixes to issues discovered in RC2 (build.xml for
>> web apps, distributed calculator and excesssive jars). Thank you for
>> reporting and fixing the issues promptly.
>>
>> SVN Tag:
>> http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC3/
>>
>> Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/
>>
>> RAT report:
>> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/1.0.1-RC3.rat.txt
>>
>> Distros (zip/gz/asc/md5) :
>> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/
>>
>> Thanks,
>> Raymond
>>
> 


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


Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating (RC3)

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

I have fixed the minor types that I cited in the build.xml and README and
committed them to the branch.  I could not get ahead of you with the changes
for the json databinding thing.

So that leaves the command prompt closing issue for the distributed
calculator and then getting the jms sample to run.  I am ok with the
distributed calculator in its current state.  What about the jms sample ?
SimonL mentioned about leaving it out.

- Venkat

On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
>
> Hi,
>
> Most likely we have to respin a new RC with all the issues reported so
> far.
> Would you please volunteer and let others know what you're workin on?
>
> I'm fixing the LICENSE/NOTICE issues and looking into how to sign maven
> artifacts.
>
> Thanks,
> Raymond
>
> ----- Original Message -----
> From: "Venkata Krishnan" <fo...@gmail.com>
> To: <tu...@ws.apache.org>
> Sent: Thursday, November 01, 2007 4:52 AM
> Subject: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating(RC3)
>
>
> > Hi,
> >
> > Thanks for pulling this thro.
> >
> > I've run thro all the samples and seems like we still have some work to
> do
> > with the build.xml files.
> >
> > - Distributed Calculator : none of the consoles other than the
> DomainNode
> > one.
> > - sample-helloworld-dojo-webapp and helloworld-jsonrpc-webapp refer to
> > SNAPSHOT versions of the json databining in the build.xml file and hence
> > don't work
> > - helloworld-ws-reference-jms : README must be corrected to use
> > HelloWorldJmsClient and even after that I get
> > java.lang.ClassNotFoundException:
> > org.apache.activemq.jndi.ActiveMQInitialContextFactory
> > - implementation-notification : build.xml needs to be updated to use the
> > jar
> > packaged (uses sample-implementation-notification.jar)
> > - quote-xquery : README file needs to be updated for what it says as the
> > user would see when starting the server.
> >
> > All these do not actually prevent the users from getting a feel of what
> we
> > have added for this release as there are a whole bunch of other samples
> > that
> > work yet.
> >
> > Demos :
> > - xml-bigbank : there is no README. If the user could guess a 'ant run',
> > even that fails since there is no target.  ant compile also fails due to
> > the
> > absence of target/classes (maybe it needs to create if there is not yet
> > one)
> > - bigbank - the calculator, stock quote and account servers run ok.  But
> > when I try the client there is no response and see Error: bad http
> > response
> > code:500.  I don't see any exceptions on the other consoles.
> > - mortgage : runs fine
> >
> > All that is quite a bit to fix but not crippling the user from trying
> out
> > anything.  Just a bit concerned about the perspective that most or all
> of
> > these were ok in the prev. release.  Also there is fat chance we might
> get
> > pulled up for the license issue that Ant has pointed out.  So I'd
> be  +0.
> >
> > Thanks
> >
> > - Venkat
> >
> > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> >>
> >> Hi,
> >>
> >> Please review and vote on the 1.0.1-incubating release artifacts of
> >> Tuscany SCA for Java.
> >>
> >> The RC3 contains a few fixes to issues discovered in RC2 (build.xml for
> >> web apps, distributed calculator and excesssive jars). Thank you for
> >> reporting and fixing the issues promptly.
> >>
> >> SVN Tag:
> >>
> http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC3/
> >>
> >> Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/
> >>
> >> RAT report:
> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/1.0.1-RC3.rat.txt
> >>
> >> Distros (zip/gz/asc/md5) :
> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/
> >>
> >> Thanks,
> >> Raymond
> >>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating (RC3)

Posted by Simon Laws <si...@googlemail.com>.
On 11/1/07, Simon Laws <si...@googlemail.com> wrote:
>
>
>
> On 11/1/07, Venkata Krishnan <fo...@gmail.com> wrote:
> >
> > I think Ant script is not supported for BPEL as per the README.
> >
> > - Venkat
> >
> > On 11/2/07, Simon Laws <si...@googlemail.com> wrote:
> > >
> > > On 11/1/07, Luciano Resende < luckbr1975@gmail.com> wrote:
> > > >
> > > > Simon wrote:
> > > >
> > > > >samples:
> > > > > helloworld-bpel - NPE to do with file io,  haven't investigated
> > > >
> > > > How did you run ? and do you still have stack trace of the error ?
> > > >
> > > > On 11/1/07, Luciano Resende <lu...@gmail.com> wrote:
> > > > > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > > > > > Hi,
> > > > > >
> > > > > > I'm considering to revert the jsonrpc changes so that it will
> > stay
> > > at
> > > > > > 1.0-incubating level. What do you guys think?
> > > > >
> > > > > +1... My thought is that we should only have safe incremental
> > changes
> > > > > on 1.0.1 and looks like these are not 100% mature yet, so I'm OK
> > > > > removing it and just leaving in trunk.
> > > > >
> > > > > >
> > > > > > Thanks,
> > > > > > Raymond
> > > > > >
> > > > > > ----- Original Message -----
> > > > > > From: "Simon Laws" <si...@googlemail.com>
> > > > > > To: <tuscany-dev@ws.apache.org >
> > > > > > Sent: Thursday, November 01, 2007 9:57 AM
> > > > > > Subject: Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd
> > > try:
> > > > > > Release Tuscany SCA Java 1.0.1-incubating (RC3)
> > > > > >
> > > > > >
> > > > > > > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > > > > > >>
> > > > > > >> Hi,
> > > > > > >>
> > > > > > >> Most likely we have to respin a new RC with all the issues
> > > reported
> > > > so
> > > > > > >> far.
> > > > > > >> Would you please volunteer and let others know what you're
> > workin
> > > > on?
> > > > > > >>
> > > > > > >> I'm fixing the LICENSE/NOTICE issues and looking into how to
> > sign
> > > > maven
> > > > > > >> artifacts.
> > > > > > >>
> > > > > > >> Thanks,
> > > > > > >> Raymond
> > > > > > >>
> > > > > > >> ----- Original Message -----
> > > > > > >> From: "Venkata Krishnan" <fo...@gmail.com>
> > > > > > >> To: < tuscany-dev@ws.apache.org>
> > > > > > >> Sent: Thursday, November 01, 2007 4:52 AM
> > > > > > >> Subject: Re: [VOTE] 2nd try: Release Tuscany SCA Java
> > > > > > >> 1.0.1-incubating(RC3)
> > > > > > >>
> > > > > > >>
> > > > > > >> > Hi,
> > > > > > >> >
> > > > > > >> > Thanks for pulling this thro.
> > > > > > >> >
> > > > > > >> > I've run thro all the samples and seems like we still have
> > some
> > > > work to
> > > > > > >> do
> > > > > > >> > with the build.xml files.
> > > > > > >> >
> > > > > > >> > - Distributed Calculator : none of the consoles other than
> > the
> > > > > > >> DomainNode
> > > > > > >> > one.
> > > > > > >> > - sample-helloworld-dojo-webapp and
> > helloworld-jsonrpc-webapp
> > > > refer to
> > > > > > >> > SNAPSHOT versions of the json databining in the build.xmlfile
> > > > and
> > > > > > >> > hence
> > > > > > >> > don't work
> > > > > > >> > - helloworld-ws-reference-jms : README must be corrected to
> > use
> > > > > > >> > HelloWorldJmsClient and even after that I get
> > > > > > >> > java.lang.ClassNotFoundException:
> > > > > > >> > org.apache.activemq.jndi.ActiveMQInitialContextFactory
> > > > > > >> > - implementation-notification : build.xml needs to be
> > updated
> > > to
> > > > use
> > > > > > >> > the
> > > > > > >> > jar
> > > > > > >> > packaged (uses sample-implementation-notification.jar )
> > > > > > >> > - quote-xquery : README file needs to be updated for what
> > it
> > > says
> > > > as
> > > > > > >> > the
> > > > > > >> > user would see when starting the server.
> > > > > > >> >
> > > > > > >> > All these do not actually prevent the users from getting a
> > feel
> > > > of what
> > > > > > >> we
> > > > > > >> > have added for this release as there are a whole bunch of
> > other
> > > > samples
> > > > > > >> > that
> > > > > > >> > work yet.
> > > > > > >> >
> > > > > > >> > Demos :
> > > > > > >> > - xml-bigbank : there is no README. If the user could guess
> > a
> > > > 'ant
> > > > > > >> > run',
> > > > > > >> > even that fails since there is no target.  ant compile also
> > > fails
> > > > due
> > > > > > >> > to
> > > > > > >> > the
> > > > > > >> > absence of target/classes (maybe it needs to create if
> > there is
> > > > not yet
> > > > > > >> > one)
> > > > > > >> > - bigbank - the calculator, stock quote and account servers
> > run
> > > > ok.
> > > > > > >> > But
> > > > > > >> > when I try the client there is no response and see Error:
> > bad
> > > > http
> > > > > > >> > response
> > > > > > >> > code:500.  I don't see any exceptions on the other
> > consoles.
> > > > > > >> > - mortgage : runs fine
> > > > > > >> >
> > > > > > >> > All that is quite a bit to fix but not crippling the user
> > from
> > > > trying
> > > > > > >> out
> > > > > > >> > anything.  Just a bit concerned about the perspective that
> > most
> > > > or all
> > > > > > >> of
> > > > > > >> > these were ok in the prev. release.  Also there is fat
> > chance
> > > we
> > > > might
> > > > > > >> get
> > > > > > >> > pulled up for the license issue that Ant has pointed
> > out.  So
> > > I'd
> > > > > > >> be  +0.
> > > > > > >> >
> > > > > > >> > Thanks
> > > > > > >> >
> > > > > > >> > - Venkat
> > > > > > >> >
> > > > > > >> > On 11/1/07, Raymond Feng < enjoyjava@gmail.com> wrote:
> > > > > > >> >>
> > > > > > >> >> Hi,
> > > > > > >> >>
> > > > > > >> >> Please review and vote on the 1.0.1-incubating release
> > > artifacts
> > > > of
> > > > > > >> >> Tuscany SCA for Java.
> > > > > > >> >>
> > > > > > >> >> The RC3 contains a few fixes to issues discovered in RC2 (
> >
> > > > build.xml
> > > > > > >> >> for
> > > > > > >> >> web apps, distributed calculator and excesssive jars).
> > Thank
> > > you
> > > > for
> > > > > > >> >> reporting and fixing the issues promptly.
> > > > > > >> >>
> > > > > > >> >> SVN Tag:
> > > > > > >> >>
> > > > > > >>
> > > >
> > >
> > http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC3/
> > > > > > >> >>
> > > > > > >> >> Stage maven repo:
> > > http://people.apache.org/~rfeng/tuscany/maven/<http://people.apache.org/%7Erfeng/tuscany/maven/>
> > > > > > >> >>
> > > > > > >> >> RAT report:
> > > > > > >> >>
> > > > http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/1.0.1-RC3.rat.txt<http://people.apache.org/%7Erfeng/tuscany/1.0.1-RC3/1.0.1-RC3.rat.txt>
> > > > > > >> >>
> > > > > > >> >> Distros (zip/gz/asc/md5) :
> > > > > > >> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/<http://people.apache.org/%7Erfeng/tuscany/1.0.1-RC3/>
> > > > > > >> >>
> > > > > > >> >> Thanks,
> > > > > > >> >> Raymond
> > > > > > >> >>
> > > > > > >> >
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > >
> > ---------------------------------------------------------------------
> > > > > > >> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > > > > > >> For additional commands, e-mail:
> > tuscany-dev-help@ws.apache.org
> > > > > > >>
> > > > > > >> I'm looking at the aggregator demo but its causing problems
> > due
> > > to
> > > > the
> > > > > > > json binding changes.
> > > > > > >
> > > > > > > Simon
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > ---------------------------------------------------------------------
> > > > > > 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://people.apache.org/%7Elresende>
> > > > > http://lresende.blogspot.com/
> > > > >
> > > >
> > > >
> > > > --
> > > > Luciano Resende
> > > > Apache Tuscany Committer
> > > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> > > > 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
> > > >
> > > > I did ant run. Resulted in
> > >
> > > helloworld-bpel
> > >
> > >      [java] INFO - GeronimoLog.info(79) | Using embedded Geronimo
> > > transaction ma
> > > nager
> > >      [java] Starting BPELHelloWorldComponent
> > > org.apache.tuscany.sca.core.assembl
> > > y.RuntimeComponentImpl
> > >      [java] INFO - GeronimoLog.info(79) | Using Embedded Derby:
> > > jdbc:derby:C:\si
> > > mon\tuscany\release\sca-
> > > r1.0.1-rc3\tuscany-sca-1.0.1-incubating\samples\hellowor
> > > ld-bpel\target\jpadb/jpadb
> > >      [java] INFO - GeronimoLog.info(79) | Using DAO Connection Factory
> > > class
> > > org
> > > .apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
> > >      [java] INFO - GeronimoLog.info(79) | Using database dialect:
> > DERBY
> > >      [java] INFO - GeronimoLog.info(79) | BPEL Server Started.
> > >      [java] INFO - GeronimoLog.info(79) | ODE BPEL server started.
> > >      [java] Exception in thread "main"
> > > org.osoa.sca.ServiceRuntimeException:
> > > jav
> > > a.lang.RuntimeException: BPEl Component Type Implementation
> > initialization
> > > failu
> > > re : null
> > >      [java]     at
> > > org.apache.tuscany.sca.host.embedded.SCADomain.createNewInsta
> > > nce(SCADomain.java:264)
> > >      [java]     at
> > > org.apache.tuscany.sca.host.embedded.SCADomain.newInstance(SC
> > > ADomain.java:69)
> > >      [java]     at helloworld.BPELClient.main(BPELClient.java :33)
> > >      [java] Caused by: java.lang.RuntimeException: BPEl Component Type
> > > Implement
> > > ation initialization failure : null
> > >      [java]     at
> > > org.apache.tuscany.sca.implementation.bpel.provider.BPELImple
> > > mentationProvider.start(BPELImplementationProvider.java:106)
> > >      [java]     at
> > > org.apache.tuscany.sca.core.assembly.CompositeActivatorImpl.s
> > > tart(CompositeActivatorImpl.java:484)
> > >      [java]     at
> > > org.apache.tuscany.sca.host.embedded.impl.DefaultSCADomain.<i
> > > nit>(DefaultSCADomain.java:189)
> > >      [java]     at
> > > org.apache.tuscany.sca.host.embedded.SCADomain.createNewInsta
> > > nce( SCADomain.java:230)
> > >      [java]     ... 2 more
> > >      [java] Caused by: java.lang.NullPointerException
> > >      [java]     at java.io.File.<init>(File.java:220)
> > >      [java]     at
> > > org.apache.tuscany.sca.implementation.bpel.provider.BPELImple
> > > mentationProvider.start(BPELImplementationProvider.java:87)
> > >      [java]     ... 5 more
> > > Terminate batch job (Y/N)? y
> > >
> > > Simon
> > >
> >
> Ah - thanks Venkat - doh!
>
> Simon
>
I've checked in the reverted binding.jsonrpc files and a few fixes to the
aggregation demo.

Regards

Simon

Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating (RC3)

Posted by Simon Laws <si...@googlemail.com>.
On 11/1/07, Venkata Krishnan <fo...@gmail.com> wrote:
>
> I think Ant script is not supported for BPEL as per the README.
>
> - Venkat
>
> On 11/2/07, Simon Laws <si...@googlemail.com> wrote:
> >
> > On 11/1/07, Luciano Resende <lu...@gmail.com> wrote:
> > >
> > > Simon wrote:
> > >
> > > >samples:
> > > > helloworld-bpel - NPE to do with file io,  haven't investigated
> > >
> > > How did you run ? and do you still have stack trace of the error ?
> > >
> > > On 11/1/07, Luciano Resende <lu...@gmail.com> wrote:
> > > > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > > > > Hi,
> > > > >
> > > > > I'm considering to revert the jsonrpc changes so that it will stay
> > at
> > > > > 1.0-incubating level. What do you guys think?
> > > >
> > > > +1... My thought is that we should only have safe incremental
> changes
> > > > on 1.0.1 and looks like these are not 100% mature yet, so I'm OK
> > > > removing it and just leaving in trunk.
> > > >
> > > > >
> > > > > Thanks,
> > > > > Raymond
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "Simon Laws" <si...@googlemail.com>
> > > > > To: <tu...@ws.apache.org>
> > > > > Sent: Thursday, November 01, 2007 9:57 AM
> > > > > Subject: Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd
> > try:
> > > > > Release Tuscany SCA Java 1.0.1-incubating (RC3)
> > > > >
> > > > >
> > > > > > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > > > > >>
> > > > > >> Hi,
> > > > > >>
> > > > > >> Most likely we have to respin a new RC with all the issues
> > reported
> > > so
> > > > > >> far.
> > > > > >> Would you please volunteer and let others know what you're
> workin
> > > on?
> > > > > >>
> > > > > >> I'm fixing the LICENSE/NOTICE issues and looking into how to
> sign
> > > maven
> > > > > >> artifacts.
> > > > > >>
> > > > > >> Thanks,
> > > > > >> Raymond
> > > > > >>
> > > > > >> ----- Original Message -----
> > > > > >> From: "Venkata Krishnan" <fo...@gmail.com>
> > > > > >> To: <tu...@ws.apache.org>
> > > > > >> Sent: Thursday, November 01, 2007 4:52 AM
> > > > > >> Subject: Re: [VOTE] 2nd try: Release Tuscany SCA Java
> > > > > >> 1.0.1-incubating(RC3)
> > > > > >>
> > > > > >>
> > > > > >> > Hi,
> > > > > >> >
> > > > > >> > Thanks for pulling this thro.
> > > > > >> >
> > > > > >> > I've run thro all the samples and seems like we still have
> some
> > > work to
> > > > > >> do
> > > > > >> > with the build.xml files.
> > > > > >> >
> > > > > >> > - Distributed Calculator : none of the consoles other than
> the
> > > > > >> DomainNode
> > > > > >> > one.
> > > > > >> > - sample-helloworld-dojo-webapp and helloworld-jsonrpc-webapp
> > > refer to
> > > > > >> > SNAPSHOT versions of the json databining in the build.xmlfile
> > > and
> > > > > >> > hence
> > > > > >> > don't work
> > > > > >> > - helloworld-ws-reference-jms : README must be corrected to
> use
> > > > > >> > HelloWorldJmsClient and even after that I get
> > > > > >> > java.lang.ClassNotFoundException:
> > > > > >> > org.apache.activemq.jndi.ActiveMQInitialContextFactory
> > > > > >> > - implementation-notification : build.xml needs to be updated
> > to
> > > use
> > > > > >> > the
> > > > > >> > jar
> > > > > >> > packaged (uses sample-implementation-notification.jar)
> > > > > >> > - quote-xquery : README file needs to be updated for what it
> > says
> > > as
> > > > > >> > the
> > > > > >> > user would see when starting the server.
> > > > > >> >
> > > > > >> > All these do not actually prevent the users from getting a
> feel
> > > of what
> > > > > >> we
> > > > > >> > have added for this release as there are a whole bunch of
> other
> > > samples
> > > > > >> > that
> > > > > >> > work yet.
> > > > > >> >
> > > > > >> > Demos :
> > > > > >> > - xml-bigbank : there is no README. If the user could guess a
> > > 'ant
> > > > > >> > run',
> > > > > >> > even that fails since there is no target.  ant compile also
> > fails
> > > due
> > > > > >> > to
> > > > > >> > the
> > > > > >> > absence of target/classes (maybe it needs to create if there
> is
> > > not yet
> > > > > >> > one)
> > > > > >> > - bigbank - the calculator, stock quote and account servers
> run
> > > ok.
> > > > > >> > But
> > > > > >> > when I try the client there is no response and see Error: bad
> > > http
> > > > > >> > response
> > > > > >> > code:500.  I don't see any exceptions on the other consoles.
> > > > > >> > - mortgage : runs fine
> > > > > >> >
> > > > > >> > All that is quite a bit to fix but not crippling the user
> from
> > > trying
> > > > > >> out
> > > > > >> > anything.  Just a bit concerned about the perspective that
> most
> > > or all
> > > > > >> of
> > > > > >> > these were ok in the prev. release.  Also there is fat chance
> > we
> > > might
> > > > > >> get
> > > > > >> > pulled up for the license issue that Ant has pointed out.  So
> > I'd
> > > > > >> be  +0.
> > > > > >> >
> > > > > >> > Thanks
> > > > > >> >
> > > > > >> > - Venkat
> > > > > >> >
> > > > > >> > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > > > > >> >>
> > > > > >> >> Hi,
> > > > > >> >>
> > > > > >> >> Please review and vote on the 1.0.1-incubating release
> > artifacts
> > > of
> > > > > >> >> Tuscany SCA for Java.
> > > > > >> >>
> > > > > >> >> The RC3 contains a few fixes to issues discovered in RC2 (
> > > build.xml
> > > > > >> >> for
> > > > > >> >> web apps, distributed calculator and excesssive jars). Thank
> > you
> > > for
> > > > > >> >> reporting and fixing the issues promptly.
> > > > > >> >>
> > > > > >> >> SVN Tag:
> > > > > >> >>
> > > > > >>
> > >
> >
> http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC3/
> > > > > >> >>
> > > > > >> >> Stage maven repo:
> > http://people.apache.org/~rfeng/tuscany/maven/
> > > > > >> >>
> > > > > >> >> RAT report:
> > > > > >> >>
> > > http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/1.0.1-RC3.rat.txt
> > > > > >> >>
> > > > > >> >> Distros (zip/gz/asc/md5) :
> > > > > >> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/
> > > > > >> >>
> > > > > >> >> Thanks,
> > > > > >> >> Raymond
> > > > > >> >>
> > > > > >> >
> > > > > >>
> > > > > >>
> > > > > >>
> > > ---------------------------------------------------------------------
> > > > > >> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > > > > >> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> > > > > >>
> > > > > >> I'm looking at the aggregator demo but its causing problems due
> > to
> > > the
> > > > > > json binding changes.
> > > > > >
> > > > > > Simon
> > > > > >
> > > > >
> > > > >
> > > > >
> > ---------------------------------------------------------------------
> > > > > 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/
> > > >
> > >
> > >
> > > --
> > > 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
> > >
> > > I did ant run. Resulted in
> >
> > helloworld-bpel
> >
> >      [java] INFO - GeronimoLog.info(79) | Using embedded Geronimo
> > transaction ma
> > nager
> >      [java] Starting BPELHelloWorldComponent
> > org.apache.tuscany.sca.core.assembl
> > y.RuntimeComponentImpl
> >      [java] INFO - GeronimoLog.info(79) | Using Embedded Derby:
> > jdbc:derby:C:\si
> > mon\tuscany\release\sca-
> > r1.0.1-rc3\tuscany-sca-1.0.1-incubating\samples\hellowor
> > ld-bpel\target\jpadb/jpadb
> >      [java] INFO - GeronimoLog.info(79) | Using DAO Connection Factory
> > class
> > org
> > .apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
> >      [java] INFO - GeronimoLog.info(79) | Using database dialect: DERBY
> >      [java] INFO - GeronimoLog.info(79) | BPEL Server Started.
> >      [java] INFO - GeronimoLog.info(79) | ODE BPEL server started.
> >      [java] Exception in thread "main"
> > org.osoa.sca.ServiceRuntimeException:
> > jav
> > a.lang.RuntimeException: BPEl Component Type Implementation
> initialization
> > failu
> > re : null
> >      [java]     at
> > org.apache.tuscany.sca.host.embedded.SCADomain.createNewInsta
> > nce(SCADomain.java:264)
> >      [java]     at
> > org.apache.tuscany.sca.host.embedded.SCADomain.newInstance(SC
> > ADomain.java:69)
> >      [java]     at helloworld.BPELClient.main(BPELClient.java:33)
> >      [java] Caused by: java.lang.RuntimeException: BPEl Component Type
> > Implement
> > ation initialization failure : null
> >      [java]     at
> > org.apache.tuscany.sca.implementation.bpel.provider.BPELImple
> > mentationProvider.start(BPELImplementationProvider.java:106)
> >      [java]     at
> > org.apache.tuscany.sca.core.assembly.CompositeActivatorImpl.s
> > tart(CompositeActivatorImpl.java:484)
> >      [java]     at
> > org.apache.tuscany.sca.host.embedded.impl.DefaultSCADomain.<i
> > nit>(DefaultSCADomain.java:189)
> >      [java]     at
> > org.apache.tuscany.sca.host.embedded.SCADomain.createNewInsta
> > nce(SCADomain.java:230)
> >      [java]     ... 2 more
> >      [java] Caused by: java.lang.NullPointerException
> >      [java]     at java.io.File.<init>(File.java:220)
> >      [java]     at
> > org.apache.tuscany.sca.implementation.bpel.provider.BPELImple
> > mentationProvider.start(BPELImplementationProvider.java:87)
> >      [java]     ... 5 more
> > Terminate batch job (Y/N)? y
> >
> > Simon
> >
>
Ah - thanks Venkat - doh!

Simon

Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating (RC3)

Posted by Venkata Krishnan <fo...@gmail.com>.
Sorry... I meant ant script is not supported for the helloworld-bpel
sample... ( and not BPEL)

On 11/2/07, Venkata Krishnan <fo...@gmail.com> wrote:
>
> I think Ant script is not supported for BPEL as per the README.
>
> - Venkat
>
> On 11/2/07, Simon Laws < simonslaws@googlemail.com> wrote:
> >
> > On 11/1/07, Luciano Resende < luckbr1975@gmail.com> wrote:
> > >
> > > Simon wrote:
> > >
> > > >samples:
> > > > helloworld-bpel - NPE to do with file io,  haven't investigated
> > >
> > > How did you run ? and do you still have stack trace of the error ?
> > >
> > > On 11/1/07, Luciano Resende <lu...@gmail.com> wrote:
> > > > On 11/1/07, Raymond Feng <enjoyjava@gmail.com > wrote:
> > > > > Hi,
> > > > >
> > > > > I'm considering to revert the jsonrpc changes so that it will stay
> > at
> > > > > 1.0-incubating level. What do you guys think?
> > > >
> > > > +1... My thought is that we should only have safe incremental
> > changes
> > > > on 1.0.1 and looks like these are not 100% mature yet, so I'm OK
> > > > removing it and just leaving in trunk.
> > > >
> > > > >
> > > > > Thanks,
> > > > > Raymond
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "Simon Laws" < simonslaws@googlemail.com>
> > > > > To: <tu...@ws.apache.org>
> > > > > Sent: Thursday, November 01, 2007 9:57 AM
> > > > > Subject: Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd
> > try:
> > > > > Release Tuscany SCA Java 1.0.1-incubating (RC3)
> > > > >
> > > > >
> > > > > > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > > > > >>
> > > > > >> Hi,
> > > > > >>
> > > > > >> Most likely we have to respin a new RC with all the issues
> > reported
> > > so
> > > > > >> far.
> > > > > >> Would you please volunteer and let others know what you're
> > workin
> > > on?
> > > > > >>
> > > > > >> I'm fixing the LICENSE/NOTICE issues and looking into how to
> > sign
> > > maven
> > > > > >> artifacts.
> > > > > >>
> > > > > >> Thanks,
> > > > > >> Raymond
> > > > > >>
> > > > > >> ----- Original Message -----
> > > > > >> From: "Venkata Krishnan" <fo...@gmail.com>
> > > > > >> To: <tuscany-dev@ws.apache.org >
> > > > > >> Sent: Thursday, November 01, 2007 4:52 AM
> > > > > >> Subject: Re: [VOTE] 2nd try: Release Tuscany SCA Java
> > > > > >> 1.0.1-incubating(RC3)
> > > > > >>
> > > > > >>
> > > > > >> > Hi,
> > > > > >> >
> > > > > >> > Thanks for pulling this thro.
> > > > > >> >
> > > > > >> > I've run thro all the samples and seems like we still have
> > some
> > > work to
> > > > > >> do
> > > > > >> > with the build.xml files.
> > > > > >> >
> > > > > >> > - Distributed Calculator : none of the consoles other than
> > the
> > > > > >> DomainNode
> > > > > >> > one.
> > > > > >> > - sample-helloworld-dojo-webapp and helloworld-jsonrpc-webapp
> > > refer to
> > > > > >> > SNAPSHOT versions of the json databining in the build.xmlfile
> > > and
> > > > > >> > hence
> > > > > >> > don't work
> > > > > >> > - helloworld-ws-reference-jms : README must be corrected to
> > use
> > > > > >> > HelloWorldJmsClient and even after that I get
> > > > > >> > java.lang.ClassNotFoundException:
> > > > > >> > org.apache.activemq.jndi.ActiveMQInitialContextFactory
> > > > > >> > - implementation-notification : build.xml needs to be updated
> > to
> > > use
> > > > > >> > the
> > > > > >> > jar
> > > > > >> > packaged (uses sample-implementation-notification.jar)
> > > > > >> > - quote-xquery : README file needs to be updated for what it
> > says
> > > as
> > > > > >> > the
> > > > > >> > user would see when starting the server.
> > > > > >> >
> > > > > >> > All these do not actually prevent the users from getting a
> > feel
> > > of what
> > > > > >> we
> > > > > >> > have added for this release as there are a whole bunch of
> > other
> > > samples
> > > > > >> > that
> > > > > >> > work yet.
> > > > > >> >
> > > > > >> > Demos :
> > > > > >> > - xml-bigbank : there is no README. If the user could guess a
> > > 'ant
> > > > > >> > run',
> > > > > >> > even that fails since there is no target.  ant compile also
> > fails
> > > due
> > > > > >> > to
> > > > > >> > the
> > > > > >> > absence of target/classes (maybe it needs to create if there
> > is
> > > not yet
> > > > > >> > one)
> > > > > >> > - bigbank - the calculator, stock quote and account servers
> > run
> > > ok.
> > > > > >> > But
> > > > > >> > when I try the client there is no response and see Error: bad
> >
> > > http
> > > > > >> > response
> > > > > >> > code:500.  I don't see any exceptions on the other consoles.
> > > > > >> > - mortgage : runs fine
> > > > > >> >
> > > > > >> > All that is quite a bit to fix but not crippling the user
> > from
> > > trying
> > > > > >> out
> > > > > >> > anything.  Just a bit concerned about the perspective that
> > most
> > > or all
> > > > > >> of
> > > > > >> > these were ok in the prev. release.  Also there is fat chance
> > we
> > > might
> > > > > >> get
> > > > > >> > pulled up for the license issue that Ant has pointed out.  So
> > I'd
> > > > > >> be  +0.
> > > > > >> >
> > > > > >> > Thanks
> > > > > >> >
> > > > > >> > - Venkat
> > > > > >> >
> > > > > >> > On 11/1/07, Raymond Feng < enjoyjava@gmail.com> wrote:
> > > > > >> >>
> > > > > >> >> Hi,
> > > > > >> >>
> > > > > >> >> Please review and vote on the 1.0.1-incubating release
> > artifacts
> > > of
> > > > > >> >> Tuscany SCA for Java.
> > > > > >> >>
> > > > > >> >> The RC3 contains a few fixes to issues discovered in RC2 (
> > > build.xml
> > > > > >> >> for
> > > > > >> >> web apps, distributed calculator and excesssive jars). Thank
> > you
> > > for
> > > > > >> >> reporting and fixing the issues promptly.
> > > > > >> >>
> > > > > >> >> SVN Tag:
> > > > > >> >>
> > > > > >>
> > >
> > http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC3/
> > > > > >> >>
> > > > > >> >> Stage maven repo:
> > http://people.apache.org/~rfeng/tuscany/maven/<http://people.apache.org/%7Erfeng/tuscany/maven/>
> > > > > >> >>
> > > > > >> >> RAT report:
> > > > > >> >>
> > > http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/1.0.1-RC3.rat.txt<http://people.apache.org/%7Erfeng/tuscany/1.0.1-RC3/1.0.1-RC3.rat.txt>
> > > > > >> >>
> > > > > >> >> Distros (zip/gz/asc/md5) :
> > > > > >> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/<http://people.apache.org/%7Erfeng/tuscany/1.0.1-RC3/>
> > > > > >> >>
> > > > > >> >> Thanks,
> > > > > >> >> Raymond
> > > > > >> >>
> > > > > >> >
> > > > > >>
> > > > > >>
> > > > > >>
> > > ---------------------------------------------------------------------
> > > > > >> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > > > > >> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> > > > > >>
> > > > > >> I'm looking at the aggregator demo but its causing problems due
> > to
> > > the
> > > > > > json binding changes.
> > > > > >
> > > > > > Simon
> > > > > >
> > > > >
> > > > >
> > > > >
> > ---------------------------------------------------------------------
> > > > > 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://people.apache.org/%7Elresende>
> > > > http://lresende.blogspot.com/
> > > >
> > >
> > >
> > > --
> > > Luciano Resende
> > > Apache Tuscany Committer
> > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> > > 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
> > >
> > > I did ant run. Resulted in
> >
> > helloworld-bpel
> >
> >      [java] INFO - GeronimoLog.info(79) | Using embedded Geronimo
> > transaction ma
> > nager
> >      [java] Starting BPELHelloWorldComponent
> > org.apache.tuscany.sca.core.assembl
> > y.RuntimeComponentImpl
> >      [java] INFO - GeronimoLog.info(79) | Using Embedded Derby:
> > jdbc:derby:C:\si
> > mon\tuscany\release\sca-
> > r1.0.1-rc3\tuscany-sca-1.0.1-incubating\samples\hellowor
> > ld-bpel\target\jpadb/jpadb
> >      [java] INFO - GeronimoLog.info(79) | Using DAO Connection Factory
> > class
> > org
> > .apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
> >      [java] INFO - GeronimoLog.info(79) | Using database dialect: DERBY
> >      [java] INFO - GeronimoLog.info(79) | BPEL Server Started.
> >      [java] INFO - GeronimoLog.info(79) | ODE BPEL server started.
> >      [java] Exception in thread "main"
> > org.osoa.sca.ServiceRuntimeException :
> > jav
> > a.lang.RuntimeException: BPEl Component Type Implementation
> > initialization
> > failu
> > re : null
> >      [java]     at
> > org.apache.tuscany.sca.host.embedded.SCADomain.createNewInsta
> > nce(SCADomain.java:264)
> >      [java]     at
> > org.apache.tuscany.sca.host.embedded.SCADomain.newInstance(SC
> > ADomain.java:69)
> >      [java]     at helloworld.BPELClient.main(BPELClient.java:33)
> >      [java] Caused by: java.lang.RuntimeException : BPEl Component Type
> > Implement
> > ation initialization failure : null
> >      [java]     at
> > org.apache.tuscany.sca.implementation.bpel.provider.BPELImple
> > mentationProvider.start(BPELImplementationProvider.java:106)
> >      [java]     at
> > org.apache.tuscany.sca.core.assembly.CompositeActivatorImpl.s
> > tart(CompositeActivatorImpl.java:484)
> >      [java]     at
> > org.apache.tuscany.sca.host.embedded.impl.DefaultSCADomain.<i
> > nit>(DefaultSCADomain.java:189)
> >      [java]     at
> > org.apache.tuscany.sca.host.embedded.SCADomain.createNewInsta
> > nce(SCADomain.java:230)
> >      [java]     ... 2 more
> >      [java] Caused by: java.lang.NullPointerException
> >      [java]     at java.io.File.<init>(File.java:220)
> >      [java]     at
> > org.apache.tuscany.sca.implementation.bpel.provider.BPELImple
> > mentationProvider.start(BPELImplementationProvider.java:87)
> >      [java]     ... 5 more
> > Terminate batch job (Y/N)? y
> >
> > Simon
> >
>
>

Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating (RC3)

Posted by Venkata Krishnan <fo...@gmail.com>.
I think Ant script is not supported for BPEL as per the README.

- Venkat

On 11/2/07, Simon Laws <si...@googlemail.com> wrote:
>
> On 11/1/07, Luciano Resende <lu...@gmail.com> wrote:
> >
> > Simon wrote:
> >
> > >samples:
> > > helloworld-bpel - NPE to do with file io,  haven't investigated
> >
> > How did you run ? and do you still have stack trace of the error ?
> >
> > On 11/1/07, Luciano Resende <lu...@gmail.com> wrote:
> > > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > > > Hi,
> > > >
> > > > I'm considering to revert the jsonrpc changes so that it will stay
> at
> > > > 1.0-incubating level. What do you guys think?
> > >
> > > +1... My thought is that we should only have safe incremental changes
> > > on 1.0.1 and looks like these are not 100% mature yet, so I'm OK
> > > removing it and just leaving in trunk.
> > >
> > > >
> > > > Thanks,
> > > > Raymond
> > > >
> > > > ----- Original Message -----
> > > > From: "Simon Laws" <si...@googlemail.com>
> > > > To: <tu...@ws.apache.org>
> > > > Sent: Thursday, November 01, 2007 9:57 AM
> > > > Subject: Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd
> try:
> > > > Release Tuscany SCA Java 1.0.1-incubating (RC3)
> > > >
> > > >
> > > > > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > > > >>
> > > > >> Hi,
> > > > >>
> > > > >> Most likely we have to respin a new RC with all the issues
> reported
> > so
> > > > >> far.
> > > > >> Would you please volunteer and let others know what you're workin
> > on?
> > > > >>
> > > > >> I'm fixing the LICENSE/NOTICE issues and looking into how to sign
> > maven
> > > > >> artifacts.
> > > > >>
> > > > >> Thanks,
> > > > >> Raymond
> > > > >>
> > > > >> ----- Original Message -----
> > > > >> From: "Venkata Krishnan" <fo...@gmail.com>
> > > > >> To: <tu...@ws.apache.org>
> > > > >> Sent: Thursday, November 01, 2007 4:52 AM
> > > > >> Subject: Re: [VOTE] 2nd try: Release Tuscany SCA Java
> > > > >> 1.0.1-incubating(RC3)
> > > > >>
> > > > >>
> > > > >> > Hi,
> > > > >> >
> > > > >> > Thanks for pulling this thro.
> > > > >> >
> > > > >> > I've run thro all the samples and seems like we still have some
> > work to
> > > > >> do
> > > > >> > with the build.xml files.
> > > > >> >
> > > > >> > - Distributed Calculator : none of the consoles other than the
> > > > >> DomainNode
> > > > >> > one.
> > > > >> > - sample-helloworld-dojo-webapp and helloworld-jsonrpc-webapp
> > refer to
> > > > >> > SNAPSHOT versions of the json databining in the build.xml file
> > and
> > > > >> > hence
> > > > >> > don't work
> > > > >> > - helloworld-ws-reference-jms : README must be corrected to use
> > > > >> > HelloWorldJmsClient and even after that I get
> > > > >> > java.lang.ClassNotFoundException:
> > > > >> > org.apache.activemq.jndi.ActiveMQInitialContextFactory
> > > > >> > - implementation-notification : build.xml needs to be updated
> to
> > use
> > > > >> > the
> > > > >> > jar
> > > > >> > packaged (uses sample-implementation-notification.jar)
> > > > >> > - quote-xquery : README file needs to be updated for what it
> says
> > as
> > > > >> > the
> > > > >> > user would see when starting the server.
> > > > >> >
> > > > >> > All these do not actually prevent the users from getting a feel
> > of what
> > > > >> we
> > > > >> > have added for this release as there are a whole bunch of other
> > samples
> > > > >> > that
> > > > >> > work yet.
> > > > >> >
> > > > >> > Demos :
> > > > >> > - xml-bigbank : there is no README. If the user could guess a
> > 'ant
> > > > >> > run',
> > > > >> > even that fails since there is no target.  ant compile also
> fails
> > due
> > > > >> > to
> > > > >> > the
> > > > >> > absence of target/classes (maybe it needs to create if there is
> > not yet
> > > > >> > one)
> > > > >> > - bigbank - the calculator, stock quote and account servers run
> > ok.
> > > > >> > But
> > > > >> > when I try the client there is no response and see Error: bad
> > http
> > > > >> > response
> > > > >> > code:500.  I don't see any exceptions on the other consoles.
> > > > >> > - mortgage : runs fine
> > > > >> >
> > > > >> > All that is quite a bit to fix but not crippling the user from
> > trying
> > > > >> out
> > > > >> > anything.  Just a bit concerned about the perspective that most
> > or all
> > > > >> of
> > > > >> > these were ok in the prev. release.  Also there is fat chance
> we
> > might
> > > > >> get
> > > > >> > pulled up for the license issue that Ant has pointed out.  So
> I'd
> > > > >> be  +0.
> > > > >> >
> > > > >> > Thanks
> > > > >> >
> > > > >> > - Venkat
> > > > >> >
> > > > >> > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > > > >> >>
> > > > >> >> Hi,
> > > > >> >>
> > > > >> >> Please review and vote on the 1.0.1-incubating release
> artifacts
> > of
> > > > >> >> Tuscany SCA for Java.
> > > > >> >>
> > > > >> >> The RC3 contains a few fixes to issues discovered in RC2 (
> > build.xml
> > > > >> >> for
> > > > >> >> web apps, distributed calculator and excesssive jars). Thank
> you
> > for
> > > > >> >> reporting and fixing the issues promptly.
> > > > >> >>
> > > > >> >> SVN Tag:
> > > > >> >>
> > > > >>
> >
> http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC3/
> > > > >> >>
> > > > >> >> Stage maven repo:
> http://people.apache.org/~rfeng/tuscany/maven/
> > > > >> >>
> > > > >> >> RAT report:
> > > > >> >>
> > http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/1.0.1-RC3.rat.txt
> > > > >> >>
> > > > >> >> Distros (zip/gz/asc/md5) :
> > > > >> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/
> > > > >> >>
> > > > >> >> Thanks,
> > > > >> >> Raymond
> > > > >> >>
> > > > >> >
> > > > >>
> > > > >>
> > > > >>
> > ---------------------------------------------------------------------
> > > > >> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > > > >> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> > > > >>
> > > > >> I'm looking at the aggregator demo but its causing problems due
> to
> > the
> > > > > json binding changes.
> > > > >
> > > > > Simon
> > > > >
> > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > 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/
> > >
> >
> >
> > --
> > 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
> >
> > I did ant run. Resulted in
>
> helloworld-bpel
>
>      [java] INFO - GeronimoLog.info(79) | Using embedded Geronimo
> transaction ma
> nager
>      [java] Starting BPELHelloWorldComponent
> org.apache.tuscany.sca.core.assembl
> y.RuntimeComponentImpl
>      [java] INFO - GeronimoLog.info(79) | Using Embedded Derby:
> jdbc:derby:C:\si
> mon\tuscany\release\sca-
> r1.0.1-rc3\tuscany-sca-1.0.1-incubating\samples\hellowor
> ld-bpel\target\jpadb/jpadb
>      [java] INFO - GeronimoLog.info(79) | Using DAO Connection Factory
> class
> org
> .apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
>      [java] INFO - GeronimoLog.info(79) | Using database dialect: DERBY
>      [java] INFO - GeronimoLog.info(79) | BPEL Server Started.
>      [java] INFO - GeronimoLog.info(79) | ODE BPEL server started.
>      [java] Exception in thread "main"
> org.osoa.sca.ServiceRuntimeException:
> jav
> a.lang.RuntimeException: BPEl Component Type Implementation initialization
> failu
> re : null
>      [java]     at
> org.apache.tuscany.sca.host.embedded.SCADomain.createNewInsta
> nce(SCADomain.java:264)
>      [java]     at
> org.apache.tuscany.sca.host.embedded.SCADomain.newInstance(SC
> ADomain.java:69)
>      [java]     at helloworld.BPELClient.main(BPELClient.java:33)
>      [java] Caused by: java.lang.RuntimeException: BPEl Component Type
> Implement
> ation initialization failure : null
>      [java]     at
> org.apache.tuscany.sca.implementation.bpel.provider.BPELImple
> mentationProvider.start(BPELImplementationProvider.java:106)
>      [java]     at
> org.apache.tuscany.sca.core.assembly.CompositeActivatorImpl.s
> tart(CompositeActivatorImpl.java:484)
>      [java]     at
> org.apache.tuscany.sca.host.embedded.impl.DefaultSCADomain.<i
> nit>(DefaultSCADomain.java:189)
>      [java]     at
> org.apache.tuscany.sca.host.embedded.SCADomain.createNewInsta
> nce(SCADomain.java:230)
>      [java]     ... 2 more
>      [java] Caused by: java.lang.NullPointerException
>      [java]     at java.io.File.<init>(File.java:220)
>      [java]     at
> org.apache.tuscany.sca.implementation.bpel.provider.BPELImple
> mentationProvider.start(BPELImplementationProvider.java:87)
>      [java]     ... 5 more
> Terminate batch job (Y/N)? y
>
> Simon
>

Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating (RC3)

Posted by Simon Laws <si...@googlemail.com>.
On 11/1/07, Luciano Resende <lu...@gmail.com> wrote:
>
> Simon wrote:
>
> >samples:
> > helloworld-bpel - NPE to do with file io,  haven't investigated
>
> How did you run ? and do you still have stack trace of the error ?
>
> On 11/1/07, Luciano Resende <lu...@gmail.com> wrote:
> > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > > Hi,
> > >
> > > I'm considering to revert the jsonrpc changes so that it will stay at
> > > 1.0-incubating level. What do you guys think?
> >
> > +1... My thought is that we should only have safe incremental changes
> > on 1.0.1 and looks like these are not 100% mature yet, so I'm OK
> > removing it and just leaving in trunk.
> >
> > >
> > > Thanks,
> > > Raymond
> > >
> > > ----- Original Message -----
> > > From: "Simon Laws" <si...@googlemail.com>
> > > To: <tu...@ws.apache.org>
> > > Sent: Thursday, November 01, 2007 9:57 AM
> > > Subject: Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try:
> > > Release Tuscany SCA Java 1.0.1-incubating (RC3)
> > >
> > >
> > > > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > > >>
> > > >> Hi,
> > > >>
> > > >> Most likely we have to respin a new RC with all the issues reported
> so
> > > >> far.
> > > >> Would you please volunteer and let others know what you're workin
> on?
> > > >>
> > > >> I'm fixing the LICENSE/NOTICE issues and looking into how to sign
> maven
> > > >> artifacts.
> > > >>
> > > >> Thanks,
> > > >> Raymond
> > > >>
> > > >> ----- Original Message -----
> > > >> From: "Venkata Krishnan" <fo...@gmail.com>
> > > >> To: <tu...@ws.apache.org>
> > > >> Sent: Thursday, November 01, 2007 4:52 AM
> > > >> Subject: Re: [VOTE] 2nd try: Release Tuscany SCA Java
> > > >> 1.0.1-incubating(RC3)
> > > >>
> > > >>
> > > >> > Hi,
> > > >> >
> > > >> > Thanks for pulling this thro.
> > > >> >
> > > >> > I've run thro all the samples and seems like we still have some
> work to
> > > >> do
> > > >> > with the build.xml files.
> > > >> >
> > > >> > - Distributed Calculator : none of the consoles other than the
> > > >> DomainNode
> > > >> > one.
> > > >> > - sample-helloworld-dojo-webapp and helloworld-jsonrpc-webapp
> refer to
> > > >> > SNAPSHOT versions of the json databining in the build.xml file
> and
> > > >> > hence
> > > >> > don't work
> > > >> > - helloworld-ws-reference-jms : README must be corrected to use
> > > >> > HelloWorldJmsClient and even after that I get
> > > >> > java.lang.ClassNotFoundException:
> > > >> > org.apache.activemq.jndi.ActiveMQInitialContextFactory
> > > >> > - implementation-notification : build.xml needs to be updated to
> use
> > > >> > the
> > > >> > jar
> > > >> > packaged (uses sample-implementation-notification.jar)
> > > >> > - quote-xquery : README file needs to be updated for what it says
> as
> > > >> > the
> > > >> > user would see when starting the server.
> > > >> >
> > > >> > All these do not actually prevent the users from getting a feel
> of what
> > > >> we
> > > >> > have added for this release as there are a whole bunch of other
> samples
> > > >> > that
> > > >> > work yet.
> > > >> >
> > > >> > Demos :
> > > >> > - xml-bigbank : there is no README. If the user could guess a
> 'ant
> > > >> > run',
> > > >> > even that fails since there is no target.  ant compile also fails
> due
> > > >> > to
> > > >> > the
> > > >> > absence of target/classes (maybe it needs to create if there is
> not yet
> > > >> > one)
> > > >> > - bigbank - the calculator, stock quote and account servers run
> ok.
> > > >> > But
> > > >> > when I try the client there is no response and see Error: bad
> http
> > > >> > response
> > > >> > code:500.  I don't see any exceptions on the other consoles.
> > > >> > - mortgage : runs fine
> > > >> >
> > > >> > All that is quite a bit to fix but not crippling the user from
> trying
> > > >> out
> > > >> > anything.  Just a bit concerned about the perspective that most
> or all
> > > >> of
> > > >> > these were ok in the prev. release.  Also there is fat chance we
> might
> > > >> get
> > > >> > pulled up for the license issue that Ant has pointed out.  So I'd
> > > >> be  +0.
> > > >> >
> > > >> > Thanks
> > > >> >
> > > >> > - Venkat
> > > >> >
> > > >> > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > > >> >>
> > > >> >> Hi,
> > > >> >>
> > > >> >> Please review and vote on the 1.0.1-incubating release artifacts
> of
> > > >> >> Tuscany SCA for Java.
> > > >> >>
> > > >> >> The RC3 contains a few fixes to issues discovered in RC2 (
> build.xml
> > > >> >> for
> > > >> >> web apps, distributed calculator and excesssive jars). Thank you
> for
> > > >> >> reporting and fixing the issues promptly.
> > > >> >>
> > > >> >> SVN Tag:
> > > >> >>
> > > >>
> http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC3/
> > > >> >>
> > > >> >> Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/
> > > >> >>
> > > >> >> RAT report:
> > > >> >>
> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/1.0.1-RC3.rat.txt
> > > >> >>
> > > >> >> Distros (zip/gz/asc/md5) :
> > > >> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/
> > > >> >>
> > > >> >> Thanks,
> > > >> >> Raymond
> > > >> >>
> > > >> >
> > > >>
> > > >>
> > > >>
> ---------------------------------------------------------------------
> > > >> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > > >> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> > > >>
> > > >> I'm looking at the aggregator demo but its causing problems due to
> the
> > > > json binding changes.
> > > >
> > > > Simon
> > > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > 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/
> >
>
>
> --
> 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
>
> I did ant run. Resulted in

helloworld-bpel

     [java] INFO - GeronimoLog.info(79) | Using embedded Geronimo
transaction ma
nager
     [java] Starting BPELHelloWorldComponent
org.apache.tuscany.sca.core.assembl
y.RuntimeComponentImpl
     [java] INFO - GeronimoLog.info(79) | Using Embedded Derby:
jdbc:derby:C:\si
mon\tuscany\release\sca-
r1.0.1-rc3\tuscany-sca-1.0.1-incubating\samples\hellowor
ld-bpel\target\jpadb/jpadb
     [java] INFO - GeronimoLog.info(79) | Using DAO Connection Factory class
org
.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
     [java] INFO - GeronimoLog.info(79) | Using database dialect: DERBY
     [java] INFO - GeronimoLog.info(79) | BPEL Server Started.
     [java] INFO - GeronimoLog.info(79) | ODE BPEL server started.
     [java] Exception in thread "main" org.osoa.sca.ServiceRuntimeException:
jav
a.lang.RuntimeException: BPEl Component Type Implementation initialization
failu
re : null
     [java]     at
org.apache.tuscany.sca.host.embedded.SCADomain.createNewInsta
nce(SCADomain.java:264)
     [java]     at
org.apache.tuscany.sca.host.embedded.SCADomain.newInstance(SC
ADomain.java:69)
     [java]     at helloworld.BPELClient.main(BPELClient.java:33)
     [java] Caused by: java.lang.RuntimeException: BPEl Component Type
Implement
ation initialization failure : null
     [java]     at
org.apache.tuscany.sca.implementation.bpel.provider.BPELImple
mentationProvider.start(BPELImplementationProvider.java:106)
     [java]     at
org.apache.tuscany.sca.core.assembly.CompositeActivatorImpl.s
tart(CompositeActivatorImpl.java:484)
     [java]     at
org.apache.tuscany.sca.host.embedded.impl.DefaultSCADomain.<i
nit>(DefaultSCADomain.java:189)
     [java]     at
org.apache.tuscany.sca.host.embedded.SCADomain.createNewInsta
nce(SCADomain.java:230)
     [java]     ... 2 more
     [java] Caused by: java.lang.NullPointerException
     [java]     at java.io.File.<init>(File.java:220)
     [java]     at
org.apache.tuscany.sca.implementation.bpel.provider.BPELImple
mentationProvider.start(BPELImplementationProvider.java:87)
     [java]     ... 5 more
Terminate batch job (Y/N)? y

Simon

Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating (RC3)

Posted by Luciano Resende <lu...@gmail.com>.
Simon wrote:

>samples:
> helloworld-bpel - NPE to do with file io,  haven't investigated

How did you run ? and do you still have stack trace of the error ?

On 11/1/07, Luciano Resende <lu...@gmail.com> wrote:
> On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > Hi,
> >
> > I'm considering to revert the jsonrpc changes so that it will stay at
> > 1.0-incubating level. What do you guys think?
>
> +1... My thought is that we should only have safe incremental changes
> on 1.0.1 and looks like these are not 100% mature yet, so I'm OK
> removing it and just leaving in trunk.
>
> >
> > Thanks,
> > Raymond
> >
> > ----- Original Message -----
> > From: "Simon Laws" <si...@googlemail.com>
> > To: <tu...@ws.apache.org>
> > Sent: Thursday, November 01, 2007 9:57 AM
> > Subject: Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try:
> > Release Tuscany SCA Java 1.0.1-incubating (RC3)
> >
> >
> > > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > >>
> > >> Hi,
> > >>
> > >> Most likely we have to respin a new RC with all the issues reported so
> > >> far.
> > >> Would you please volunteer and let others know what you're workin on?
> > >>
> > >> I'm fixing the LICENSE/NOTICE issues and looking into how to sign maven
> > >> artifacts.
> > >>
> > >> Thanks,
> > >> Raymond
> > >>
> > >> ----- Original Message -----
> > >> From: "Venkata Krishnan" <fo...@gmail.com>
> > >> To: <tu...@ws.apache.org>
> > >> Sent: Thursday, November 01, 2007 4:52 AM
> > >> Subject: Re: [VOTE] 2nd try: Release Tuscany SCA Java
> > >> 1.0.1-incubating(RC3)
> > >>
> > >>
> > >> > Hi,
> > >> >
> > >> > Thanks for pulling this thro.
> > >> >
> > >> > I've run thro all the samples and seems like we still have some work to
> > >> do
> > >> > with the build.xml files.
> > >> >
> > >> > - Distributed Calculator : none of the consoles other than the
> > >> DomainNode
> > >> > one.
> > >> > - sample-helloworld-dojo-webapp and helloworld-jsonrpc-webapp refer to
> > >> > SNAPSHOT versions of the json databining in the build.xml file and
> > >> > hence
> > >> > don't work
> > >> > - helloworld-ws-reference-jms : README must be corrected to use
> > >> > HelloWorldJmsClient and even after that I get
> > >> > java.lang.ClassNotFoundException:
> > >> > org.apache.activemq.jndi.ActiveMQInitialContextFactory
> > >> > - implementation-notification : build.xml needs to be updated to use
> > >> > the
> > >> > jar
> > >> > packaged (uses sample-implementation-notification.jar)
> > >> > - quote-xquery : README file needs to be updated for what it says as
> > >> > the
> > >> > user would see when starting the server.
> > >> >
> > >> > All these do not actually prevent the users from getting a feel of what
> > >> we
> > >> > have added for this release as there are a whole bunch of other samples
> > >> > that
> > >> > work yet.
> > >> >
> > >> > Demos :
> > >> > - xml-bigbank : there is no README. If the user could guess a 'ant
> > >> > run',
> > >> > even that fails since there is no target.  ant compile also fails due
> > >> > to
> > >> > the
> > >> > absence of target/classes (maybe it needs to create if there is not yet
> > >> > one)
> > >> > - bigbank - the calculator, stock quote and account servers run ok.
> > >> > But
> > >> > when I try the client there is no response and see Error: bad http
> > >> > response
> > >> > code:500.  I don't see any exceptions on the other consoles.
> > >> > - mortgage : runs fine
> > >> >
> > >> > All that is quite a bit to fix but not crippling the user from trying
> > >> out
> > >> > anything.  Just a bit concerned about the perspective that most or all
> > >> of
> > >> > these were ok in the prev. release.  Also there is fat chance we might
> > >> get
> > >> > pulled up for the license issue that Ant has pointed out.  So I'd
> > >> be  +0.
> > >> >
> > >> > Thanks
> > >> >
> > >> > - Venkat
> > >> >
> > >> > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > >> >>
> > >> >> Hi,
> > >> >>
> > >> >> Please review and vote on the 1.0.1-incubating release artifacts of
> > >> >> Tuscany SCA for Java.
> > >> >>
> > >> >> The RC3 contains a few fixes to issues discovered in RC2 (build.xml
> > >> >> for
> > >> >> web apps, distributed calculator and excesssive jars). Thank you for
> > >> >> reporting and fixing the issues promptly.
> > >> >>
> > >> >> SVN Tag:
> > >> >>
> > >> http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC3/
> > >> >>
> > >> >> Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/
> > >> >>
> > >> >> RAT report:
> > >> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/1.0.1-RC3.rat.txt
> > >> >>
> > >> >> Distros (zip/gz/asc/md5) :
> > >> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/
> > >> >>
> > >> >> Thanks,
> > >> >> Raymond
> > >> >>
> > >> >
> > >>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > >> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> > >>
> > >> I'm looking at the aggregator demo but its causing problems due to the
> > > json binding changes.
> > >
> > > Simon
> > >
> >
> >
> > ---------------------------------------------------------------------
> > 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/
>


-- 
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: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating (RC3)

Posted by Simon Laws <si...@googlemail.com>.
On 11/1/07, Luciano Resende <lu...@gmail.com> wrote:
>
> On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > Hi,
> >
> > I'm considering to revert the jsonrpc changes so that it will stay at
> > 1.0-incubating level. What do you guys think?
>
> +1... My thought is that we should only have safe incremental changes
> on 1.0.1 and looks like these are not 100% mature yet, so I'm OK
> removing it and just leaving in trunk.
>
> >
> > Thanks,
> > Raymond
> >
> > ----- Original Message -----
> > From: "Simon Laws" <si...@googlemail.com>
> > To: <tu...@ws.apache.org>
> > Sent: Thursday, November 01, 2007 9:57 AM
> > Subject: Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try:
> > Release Tuscany SCA Java 1.0.1-incubating (RC3)
> >
> >
> > > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > >>
> > >> Hi,
> > >>
> > >> Most likely we have to respin a new RC with all the issues reported
> so
> > >> far.
> > >> Would you please volunteer and let others know what you're workin on?
> > >>
> > >> I'm fixing the LICENSE/NOTICE issues and looking into how to sign
> maven
> > >> artifacts.
> > >>
> > >> Thanks,
> > >> Raymond
> > >>
> > >> ----- Original Message -----
> > >> From: "Venkata Krishnan" <fo...@gmail.com>
> > >> To: <tu...@ws.apache.org>
> > >> Sent: Thursday, November 01, 2007 4:52 AM
> > >> Subject: Re: [VOTE] 2nd try: Release Tuscany SCA Java
> > >> 1.0.1-incubating(RC3)
> > >>
> > >>
> > >> > Hi,
> > >> >
> > >> > Thanks for pulling this thro.
> > >> >
> > >> > I've run thro all the samples and seems like we still have some
> work to
> > >> do
> > >> > with the build.xml files.
> > >> >
> > >> > - Distributed Calculator : none of the consoles other than the
> > >> DomainNode
> > >> > one.
> > >> > - sample-helloworld-dojo-webapp and helloworld-jsonrpc-webapp refer
> to
> > >> > SNAPSHOT versions of the json databining in the build.xml file and
> > >> > hence
> > >> > don't work
> > >> > - helloworld-ws-reference-jms : README must be corrected to use
> > >> > HelloWorldJmsClient and even after that I get
> > >> > java.lang.ClassNotFoundException:
> > >> > org.apache.activemq.jndi.ActiveMQInitialContextFactory
> > >> > - implementation-notification : build.xml needs to be updated to
> use
> > >> > the
> > >> > jar
> > >> > packaged (uses sample-implementation-notification.jar)
> > >> > - quote-xquery : README file needs to be updated for what it says
> as
> > >> > the
> > >> > user would see when starting the server.
> > >> >
> > >> > All these do not actually prevent the users from getting a feel of
> what
> > >> we
> > >> > have added for this release as there are a whole bunch of other
> samples
> > >> > that
> > >> > work yet.
> > >> >
> > >> > Demos :
> > >> > - xml-bigbank : there is no README. If the user could guess a 'ant
> > >> > run',
> > >> > even that fails since there is no target.  ant compile also fails
> due
> > >> > to
> > >> > the
> > >> > absence of target/classes (maybe it needs to create if there is not
> yet
> > >> > one)
> > >> > - bigbank - the calculator, stock quote and account servers run ok.
> > >> > But
> > >> > when I try the client there is no response and see Error: bad http
> > >> > response
> > >> > code:500.  I don't see any exceptions on the other consoles.
> > >> > - mortgage : runs fine
> > >> >
> > >> > All that is quite a bit to fix but not crippling the user from
> trying
> > >> out
> > >> > anything.  Just a bit concerned about the perspective that most or
> all
> > >> of
> > >> > these were ok in the prev. release.  Also there is fat chance we
> might
> > >> get
> > >> > pulled up for the license issue that Ant has pointed out.  So I'd
> > >> be  +0.
> > >> >
> > >> > Thanks
> > >> >
> > >> > - Venkat
> > >> >
> > >> > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> > >> >>
> > >> >> Hi,
> > >> >>
> > >> >> Please review and vote on the 1.0.1-incubating release artifacts
> of
> > >> >> Tuscany SCA for Java.
> > >> >>
> > >> >> The RC3 contains a few fixes to issues discovered in RC2 (
> build.xml
> > >> >> for
> > >> >> web apps, distributed calculator and excesssive jars). Thank you
> for
> > >> >> reporting and fixing the issues promptly.
> > >> >>
> > >> >> SVN Tag:
> > >> >>
> > >>
> http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC3/
> > >> >>
> > >> >> Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/
> > >> >>
> > >> >> RAT report:
> > >> >>
> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/1.0.1-RC3.rat.txt
> > >> >>
> > >> >> Distros (zip/gz/asc/md5) :
> > >> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/
> > >> >>
> > >> >> Thanks,
> > >> >> Raymond
> > >> >>
> > >> >
> > >>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > >> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> > >>
> > >> I'm looking at the aggregator demo but its causing problems due to
> the
> > > json binding changes.
> > >
> > > Simon
> > >
> >
> >
> > ---------------------------------------------------------------------
> > 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
>
> I think we should revert too. I tried in on my machine and the jsonrpc and
dojo samples work and the aggregator demo works. I can't get the store
sample to work but I notice now that this didn't work on the previous distro
so it's not related to the reversion. I must have just missed it out before.
It comes up but there are no catalog entries

Regards

Simon

Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating (RC3)

Posted by Luciano Resende <lu...@gmail.com>.
On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> Hi,
>
> I'm considering to revert the jsonrpc changes so that it will stay at
> 1.0-incubating level. What do you guys think?

+1... My thought is that we should only have safe incremental changes
on 1.0.1 and looks like these are not 100% mature yet, so I'm OK
removing it and just leaving in trunk.

>
> Thanks,
> Raymond
>
> ----- Original Message -----
> From: "Simon Laws" <si...@googlemail.com>
> To: <tu...@ws.apache.org>
> Sent: Thursday, November 01, 2007 9:57 AM
> Subject: Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try:
> Release Tuscany SCA Java 1.0.1-incubating (RC3)
>
>
> > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> >>
> >> Hi,
> >>
> >> Most likely we have to respin a new RC with all the issues reported so
> >> far.
> >> Would you please volunteer and let others know what you're workin on?
> >>
> >> I'm fixing the LICENSE/NOTICE issues and looking into how to sign maven
> >> artifacts.
> >>
> >> Thanks,
> >> Raymond
> >>
> >> ----- Original Message -----
> >> From: "Venkata Krishnan" <fo...@gmail.com>
> >> To: <tu...@ws.apache.org>
> >> Sent: Thursday, November 01, 2007 4:52 AM
> >> Subject: Re: [VOTE] 2nd try: Release Tuscany SCA Java
> >> 1.0.1-incubating(RC3)
> >>
> >>
> >> > Hi,
> >> >
> >> > Thanks for pulling this thro.
> >> >
> >> > I've run thro all the samples and seems like we still have some work to
> >> do
> >> > with the build.xml files.
> >> >
> >> > - Distributed Calculator : none of the consoles other than the
> >> DomainNode
> >> > one.
> >> > - sample-helloworld-dojo-webapp and helloworld-jsonrpc-webapp refer to
> >> > SNAPSHOT versions of the json databining in the build.xml file and
> >> > hence
> >> > don't work
> >> > - helloworld-ws-reference-jms : README must be corrected to use
> >> > HelloWorldJmsClient and even after that I get
> >> > java.lang.ClassNotFoundException:
> >> > org.apache.activemq.jndi.ActiveMQInitialContextFactory
> >> > - implementation-notification : build.xml needs to be updated to use
> >> > the
> >> > jar
> >> > packaged (uses sample-implementation-notification.jar)
> >> > - quote-xquery : README file needs to be updated for what it says as
> >> > the
> >> > user would see when starting the server.
> >> >
> >> > All these do not actually prevent the users from getting a feel of what
> >> we
> >> > have added for this release as there are a whole bunch of other samples
> >> > that
> >> > work yet.
> >> >
> >> > Demos :
> >> > - xml-bigbank : there is no README. If the user could guess a 'ant
> >> > run',
> >> > even that fails since there is no target.  ant compile also fails due
> >> > to
> >> > the
> >> > absence of target/classes (maybe it needs to create if there is not yet
> >> > one)
> >> > - bigbank - the calculator, stock quote and account servers run ok.
> >> > But
> >> > when I try the client there is no response and see Error: bad http
> >> > response
> >> > code:500.  I don't see any exceptions on the other consoles.
> >> > - mortgage : runs fine
> >> >
> >> > All that is quite a bit to fix but not crippling the user from trying
> >> out
> >> > anything.  Just a bit concerned about the perspective that most or all
> >> of
> >> > these were ok in the prev. release.  Also there is fat chance we might
> >> get
> >> > pulled up for the license issue that Ant has pointed out.  So I'd
> >> be  +0.
> >> >
> >> > Thanks
> >> >
> >> > - Venkat
> >> >
> >> > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> >> >>
> >> >> Hi,
> >> >>
> >> >> Please review and vote on the 1.0.1-incubating release artifacts of
> >> >> Tuscany SCA for Java.
> >> >>
> >> >> The RC3 contains a few fixes to issues discovered in RC2 (build.xml
> >> >> for
> >> >> web apps, distributed calculator and excesssive jars). Thank you for
> >> >> reporting and fixing the issues promptly.
> >> >>
> >> >> SVN Tag:
> >> >>
> >> http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC3/
> >> >>
> >> >> Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/
> >> >>
> >> >> RAT report:
> >> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/1.0.1-RC3.rat.txt
> >> >>
> >> >> Distros (zip/gz/asc/md5) :
> >> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/
> >> >>
> >> >> Thanks,
> >> >> Raymond
> >> >>
> >> >
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> >> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> >>
> >> I'm looking at the aggregator demo but its causing problems due to the
> > json binding changes.
> >
> > Simon
> >
>
>
> ---------------------------------------------------------------------
> 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: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating (RC3)

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

I'm considering to revert the jsonrpc changes so that it will stay at 
1.0-incubating level. What do you guys think?

Thanks,
Raymond

----- Original Message ----- 
From: "Simon Laws" <si...@googlemail.com>
To: <tu...@ws.apache.org>
Sent: Thursday, November 01, 2007 9:57 AM
Subject: Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try: 
Release Tuscany SCA Java 1.0.1-incubating (RC3)


> On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
>>
>> Hi,
>>
>> Most likely we have to respin a new RC with all the issues reported so
>> far.
>> Would you please volunteer and let others know what you're workin on?
>>
>> I'm fixing the LICENSE/NOTICE issues and looking into how to sign maven
>> artifacts.
>>
>> Thanks,
>> Raymond
>>
>> ----- Original Message -----
>> From: "Venkata Krishnan" <fo...@gmail.com>
>> To: <tu...@ws.apache.org>
>> Sent: Thursday, November 01, 2007 4:52 AM
>> Subject: Re: [VOTE] 2nd try: Release Tuscany SCA Java 
>> 1.0.1-incubating(RC3)
>>
>>
>> > Hi,
>> >
>> > Thanks for pulling this thro.
>> >
>> > I've run thro all the samples and seems like we still have some work to
>> do
>> > with the build.xml files.
>> >
>> > - Distributed Calculator : none of the consoles other than the
>> DomainNode
>> > one.
>> > - sample-helloworld-dojo-webapp and helloworld-jsonrpc-webapp refer to
>> > SNAPSHOT versions of the json databining in the build.xml file and 
>> > hence
>> > don't work
>> > - helloworld-ws-reference-jms : README must be corrected to use
>> > HelloWorldJmsClient and even after that I get
>> > java.lang.ClassNotFoundException:
>> > org.apache.activemq.jndi.ActiveMQInitialContextFactory
>> > - implementation-notification : build.xml needs to be updated to use 
>> > the
>> > jar
>> > packaged (uses sample-implementation-notification.jar)
>> > - quote-xquery : README file needs to be updated for what it says as 
>> > the
>> > user would see when starting the server.
>> >
>> > All these do not actually prevent the users from getting a feel of what
>> we
>> > have added for this release as there are a whole bunch of other samples
>> > that
>> > work yet.
>> >
>> > Demos :
>> > - xml-bigbank : there is no README. If the user could guess a 'ant 
>> > run',
>> > even that fails since there is no target.  ant compile also fails due 
>> > to
>> > the
>> > absence of target/classes (maybe it needs to create if there is not yet
>> > one)
>> > - bigbank - the calculator, stock quote and account servers run ok. 
>> > But
>> > when I try the client there is no response and see Error: bad http
>> > response
>> > code:500.  I don't see any exceptions on the other consoles.
>> > - mortgage : runs fine
>> >
>> > All that is quite a bit to fix but not crippling the user from trying
>> out
>> > anything.  Just a bit concerned about the perspective that most or all
>> of
>> > these were ok in the prev. release.  Also there is fat chance we might
>> get
>> > pulled up for the license issue that Ant has pointed out.  So I'd
>> be  +0.
>> >
>> > Thanks
>> >
>> > - Venkat
>> >
>> > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
>> >>
>> >> Hi,
>> >>
>> >> Please review and vote on the 1.0.1-incubating release artifacts of
>> >> Tuscany SCA for Java.
>> >>
>> >> The RC3 contains a few fixes to issues discovered in RC2 (build.xml 
>> >> for
>> >> web apps, distributed calculator and excesssive jars). Thank you for
>> >> reporting and fixing the issues promptly.
>> >>
>> >> SVN Tag:
>> >>
>> http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC3/
>> >>
>> >> Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/
>> >>
>> >> RAT report:
>> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/1.0.1-RC3.rat.txt
>> >>
>> >> Distros (zip/gz/asc/md5) :
>> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/
>> >>
>> >> Thanks,
>> >> Raymond
>> >>
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>>
>> I'm looking at the aggregator demo but its causing problems due to the
> json binding changes.
>
> Simon
> 


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


Re: Fixing the issues found in RC3, was: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating (RC3)

Posted by Simon Laws <si...@googlemail.com>.
On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
>
> Hi,
>
> Most likely we have to respin a new RC with all the issues reported so
> far.
> Would you please volunteer and let others know what you're workin on?
>
> I'm fixing the LICENSE/NOTICE issues and looking into how to sign maven
> artifacts.
>
> Thanks,
> Raymond
>
> ----- Original Message -----
> From: "Venkata Krishnan" <fo...@gmail.com>
> To: <tu...@ws.apache.org>
> Sent: Thursday, November 01, 2007 4:52 AM
> Subject: Re: [VOTE] 2nd try: Release Tuscany SCA Java 1.0.1-incubating(RC3)
>
>
> > Hi,
> >
> > Thanks for pulling this thro.
> >
> > I've run thro all the samples and seems like we still have some work to
> do
> > with the build.xml files.
> >
> > - Distributed Calculator : none of the consoles other than the
> DomainNode
> > one.
> > - sample-helloworld-dojo-webapp and helloworld-jsonrpc-webapp refer to
> > SNAPSHOT versions of the json databining in the build.xml file and hence
> > don't work
> > - helloworld-ws-reference-jms : README must be corrected to use
> > HelloWorldJmsClient and even after that I get
> > java.lang.ClassNotFoundException:
> > org.apache.activemq.jndi.ActiveMQInitialContextFactory
> > - implementation-notification : build.xml needs to be updated to use the
> > jar
> > packaged (uses sample-implementation-notification.jar)
> > - quote-xquery : README file needs to be updated for what it says as the
> > user would see when starting the server.
> >
> > All these do not actually prevent the users from getting a feel of what
> we
> > have added for this release as there are a whole bunch of other samples
> > that
> > work yet.
> >
> > Demos :
> > - xml-bigbank : there is no README. If the user could guess a 'ant run',
> > even that fails since there is no target.  ant compile also fails due to
> > the
> > absence of target/classes (maybe it needs to create if there is not yet
> > one)
> > - bigbank - the calculator, stock quote and account servers run ok.  But
> > when I try the client there is no response and see Error: bad http
> > response
> > code:500.  I don't see any exceptions on the other consoles.
> > - mortgage : runs fine
> >
> > All that is quite a bit to fix but not crippling the user from trying
> out
> > anything.  Just a bit concerned about the perspective that most or all
> of
> > these were ok in the prev. release.  Also there is fat chance we might
> get
> > pulled up for the license issue that Ant has pointed out.  So I'd
> be  +0.
> >
> > Thanks
> >
> > - Venkat
> >
> > On 11/1/07, Raymond Feng <en...@gmail.com> wrote:
> >>
> >> Hi,
> >>
> >> Please review and vote on the 1.0.1-incubating release artifacts of
> >> Tuscany SCA for Java.
> >>
> >> The RC3 contains a few fixes to issues discovered in RC2 (build.xml for
> >> web apps, distributed calculator and excesssive jars). Thank you for
> >> reporting and fixing the issues promptly.
> >>
> >> SVN Tag:
> >>
> http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC3/
> >>
> >> Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/
> >>
> >> RAT report:
> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/1.0.1-RC3.rat.txt
> >>
> >> Distros (zip/gz/asc/md5) :
> >> http://people.apache.org/~rfeng/tuscany/1.0.1-RC3/
> >>
> >> Thanks,
> >> Raymond
> >>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
> I'm looking at the aggregator demo but its causing problems due to the
json binding changes.

Simon