You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Jeremy Boynes <jb...@apache.org> on 2006/10/14 00:22:21 UTC

Removing SNAPSHOT from the XML namespaces

We need to remove the SNAPSHOT designation from the XML schema  
namespaces that we use in SCA. Does anyone have a chance to look at  
this?
--
Jeremy

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


Re: Removing SNAPSHOT from the XML namespaces

Posted by Raymond Feng <en...@gmail.com>.
That sounds good to me. Please make sure all the occurrences are consistent.

Thanks,
Raymond

----- Original Message ----- 
From: "Venkata Krishnan" <fo...@gmail.com>
To: <tu...@ws.apache.org>
Sent: Sunday, October 15, 2006 11:36 PM
Subject: Re: Removing SNAPSHOT from the XML namespaces


> Hi Raymond,
>
> With this change that Jeremy had suggested to namespaces, must the
> databinding classes also undergo some change though they don't have 
> SNAPSHOT
> in them.  For example I noted that the namespaces are
> http://tuscany.apache.org/xmlns.../1.0 whereas we have now changed this 
> for
> the others to 
> http://incubator.apache.org/tuscany/xmlns/.../1.0-incubator-M2
> .
>
> (Just hope I am not trying to overdo things out there :))
>
> Thanks
>
> - Venkat
>
> On 10/16/06, Venkata Krishnan <fo...@gmail.com> wrote:
>>
>> Hi,
>>
>> Yep, I get that :)..  thanks.
>>
>> - Venkat
>>
>> On 10/16/06, Jeremy Boynes <jb...@apache.org> wrote:
>> >
>> > I think <binding.ws> is from the spec namespace which would mean the
>> > osoa URL was correct.
>> > --
>> > Jeremy
>> >
>> > On Oct 15, 2006, at 10:33 PM, Venkata Krishnan wrote:
>> >
>> > > Hi,
>> > >
>> > > As I was doing this stuff with the xml namespaces I chanced across 
>> > > the
>> > > WebServicesBindingLoader that uses
>> > >
>> > > http://www.osoa.org/xmlns/sca/1.0
>> > >
>> > > Is there any specific reason to have it as this given that all
>> > > others are
>> > > more tuscany specific... i.e. they are all...
>> > >
>> > > http://incubator.apache.org/tuscany/xmlns/.../1.0-incubator-M2
>> > >
>> > > It it can be changed then here is what I propose for it...
>> > >
>> > > http://incubator.apache.org/tuscany/xmlns/binding/axis2/1.0-
>> > > incubator-M2
>> > >
>> > >
>> > > Thanks
>> > >
>> > > - Venkat
>> > >
>> > >
>> > >
>> > > On 10/15/06, Venkata Krishnan < for.svkrish@gmail.com> wrote:
>> > >>
>> > >> Hi Jeremy,
>> > >>
>> > >> I have gone ahead and committed this (mustering up some courage :)).
>> > >> After this I pulled down the whole of
>> > >> https://svn.apache.org/repos/asf/incubator/tuscany/branches/sca-
>> > >> java-M2/.. afresh and have been able to build successfully.
>> > >>
>> > >> Before this commit the revision at the head of this branch was
>> > >> 464158.
>> > >> Now it is 464185.
>> > >>
>> > >> Ofcourse, I did this only after pulling down and successfully
>> > >> building the
>> > >> following:
>> > >> * tags/pom/parent/1
>> > >> * tags/buildtools/1.0-incubator-M2
>> > >> * tags/spec/sca/1.0-incubator-M2
>> > >> * tags/spec/commonj/1.0-incubator-M2
>> > >> * branches/sdo-java-M2/sdo-api/
>> > >> * branches/sdo-java-M2/sdo
>> > >>
>> > >> Let me see if I am able to catch you on the IRC tonight to see if
>> > >> everything is ok (as much I perceive it to be :))
>> > >>
>> > >> Thanks
>> > >>
>> > >> - Venkat
>> > >>
>> > >>
>> > >>
>> > >> On 10/15/06, Venkata Krishnan <fo...@gmail.com> wrote:
>> > >> >
>> > >> > Hi Jeremy,
>> > >> >
>> > >> > I have completed this for the 'sca' directory in the branch.
>> > >> Just want
>> > >> > to check if I can go ahead and commit the changes.  Please let
>> > >> me know.
>> > >> >
>> > >> > Also there is
>> > >> org.apache.tuscany.databinding.sdo.DataObject2String in
>> > >> > the databinding-sdo project that uses ..
>> > >> >
>> > >> > private static final String TUSCANY_SDO = "http://
>> > >> tuscany.apache.org/xmlns/sdo/1.0-SNAPSHOT
>> > >> > ";
>> > >> >
>> > >> > Should I replace this as well?  Should the SDO project be
>> > >> updated for
>> > >> > SNAPSHOT?  If yes, shall I do this for the SDO project as well ?
>> > >> >
>> > >> > (Sorry about bugging you with so many questions :) ...just want
>> > >> to be
>> > >> > sure)
>> > >> >
>> > >> > Thanks
>> > >> >
>> > >> > - Venkat
>> > >> >
>> > >> > On 10/14/06, Jeremy Boynes < jboynes@apache.org > wrote:
>> > >> > >
>> > >> > > On Oct 13, 2006, at 11:34 PM, Venkata Krishnan wrote:
>> > >> > >
>> > >> > > > Hi Jeremy, I can help with this.  Could you please help a
>> > >> bit with
>> > >> > > > how this
>> > >> > > > is to be done.
>> > >> > > > Here is what I understand as of now...
>> > >> > > >
>> > >> > > > - Look up all Loaders (extended from LoaderExtension) and
>> > >> make this
>> > >> > > > modification for the xml type used by the loaders.
>> > >> > > > - Look at all scdl files using namespaces with this and fix
>> > >> them as
>> > >> > > > well.
>> > >> > > > Infact if I started with scdl I may be able to end up in the
>> > >> > > > classes that
>> > >> > > > use this.
>> > >> > > >
>> > >> > > > Anything more or any other way?  Hope this is what you meant
>> > >> to get
>> > >> > > > done :)
>> > >> > >
>> > >> > > That's what I mean, yes :-) I hadn't got to the details on
>> > >> how. The
>> > >> > > goal is to make sure that we don't reference SNAPSHOT things.
>> > >> > >
>> > >> > > We should probably publish the schemas on the site which would
>> > >> mean
>> > >> > > that the URI would be something like
>> > >> > > http://incubator.apache.org/tuscany/xmlns/system/1.0-incubator-
>> > >> M2.xsd
>> > >> > >
>> > >> > > or we can publish them from the maven repo
>> > >> > > http://people.apache.org/repo/m2-incubating-repository/org/
>> > >> apache/
>> > >> > > tuscany/xmlns/system/1.0-incubator-M2/system-1.0-incubator-M2.xsd
>> > >> > >
>> > >> > > > Finally, would you like this to be done in the branch and
>> > >> trunk or
>> > >> > > > just the
>> > >> > > > branch for now.
>> > >> > >
>> > >> > > I'd say just the branch for now - we can switch the trunk to
>> > >> use the
>> > >> > > released version after we do the release.
>> > >> > >
>> > >> > > Thanks for picking this up
>> > >> > > --
>> > >> > > 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
>> >
>> >
>>
> 


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


Re: Removing SNAPSHOT from the XML namespaces

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

With this change that Jeremy had suggested to namespaces, must the
databinding classes also undergo some change though they don't have SNAPSHOT
in them.  For example I noted that the namespaces are
http://tuscany.apache.org/xmlns.../1.0 whereas we have now changed this for
the others to http://incubator.apache.org/tuscany/xmlns/.../1.0-incubator-M2
.

(Just hope I am not trying to overdo things out there :))

Thanks

- Venkat

On 10/16/06, Venkata Krishnan <fo...@gmail.com> wrote:
>
> Hi,
>
> Yep, I get that :)..  thanks.
>
> - Venkat
>
> On 10/16/06, Jeremy Boynes <jb...@apache.org> wrote:
> >
> > I think <binding.ws> is from the spec namespace which would mean the
> > osoa URL was correct.
> > --
> > Jeremy
> >
> > On Oct 15, 2006, at 10:33 PM, Venkata Krishnan wrote:
> >
> > > Hi,
> > >
> > > As I was doing this stuff with the xml namespaces I chanced across the
> > > WebServicesBindingLoader that uses
> > >
> > > http://www.osoa.org/xmlns/sca/1.0
> > >
> > > Is there any specific reason to have it as this given that all
> > > others are
> > > more tuscany specific... i.e. they are all...
> > >
> > > http://incubator.apache.org/tuscany/xmlns/.../1.0-incubator-M2
> > >
> > > It it can be changed then here is what I propose for it...
> > >
> > > http://incubator.apache.org/tuscany/xmlns/binding/axis2/1.0-
> > > incubator-M2
> > >
> > >
> > > Thanks
> > >
> > > - Venkat
> > >
> > >
> > >
> > > On 10/15/06, Venkata Krishnan < for.svkrish@gmail.com> wrote:
> > >>
> > >> Hi Jeremy,
> > >>
> > >> I have gone ahead and committed this (mustering up some courage :)).
> > >> After this I pulled down the whole of
> > >> https://svn.apache.org/repos/asf/incubator/tuscany/branches/sca-
> > >> java-M2/.. afresh and have been able to build successfully.
> > >>
> > >> Before this commit the revision at the head of this branch was
> > >> 464158.
> > >> Now it is 464185.
> > >>
> > >> Ofcourse, I did this only after pulling down and successfully
> > >> building the
> > >> following:
> > >> * tags/pom/parent/1
> > >> * tags/buildtools/1.0-incubator-M2
> > >> * tags/spec/sca/1.0-incubator-M2
> > >> * tags/spec/commonj/1.0-incubator-M2
> > >> * branches/sdo-java-M2/sdo-api/
> > >> * branches/sdo-java-M2/sdo
> > >>
> > >> Let me see if I am able to catch you on the IRC tonight to see if
> > >> everything is ok (as much I perceive it to be :))
> > >>
> > >> Thanks
> > >>
> > >> - Venkat
> > >>
> > >>
> > >>
> > >> On 10/15/06, Venkata Krishnan <fo...@gmail.com> wrote:
> > >> >
> > >> > Hi Jeremy,
> > >> >
> > >> > I have completed this for the 'sca' directory in the branch.
> > >> Just want
> > >> > to check if I can go ahead and commit the changes.  Please let
> > >> me know.
> > >> >
> > >> > Also there is
> > >> org.apache.tuscany.databinding.sdo.DataObject2String in
> > >> > the databinding-sdo project that uses ..
> > >> >
> > >> > private static final String TUSCANY_SDO = "http://
> > >> tuscany.apache.org/xmlns/sdo/1.0-SNAPSHOT
> > >> > ";
> > >> >
> > >> > Should I replace this as well?  Should the SDO project be
> > >> updated for
> > >> > SNAPSHOT?  If yes, shall I do this for the SDO project as well ?
> > >> >
> > >> > (Sorry about bugging you with so many questions :) ...just want
> > >> to be
> > >> > sure)
> > >> >
> > >> > Thanks
> > >> >
> > >> > - Venkat
> > >> >
> > >> > On 10/14/06, Jeremy Boynes < jboynes@apache.org > wrote:
> > >> > >
> > >> > > On Oct 13, 2006, at 11:34 PM, Venkata Krishnan wrote:
> > >> > >
> > >> > > > Hi Jeremy, I can help with this.  Could you please help a
> > >> bit with
> > >> > > > how this
> > >> > > > is to be done.
> > >> > > > Here is what I understand as of now...
> > >> > > >
> > >> > > > - Look up all Loaders (extended from LoaderExtension) and
> > >> make this
> > >> > > > modification for the xml type used by the loaders.
> > >> > > > - Look at all scdl files using namespaces with this and fix
> > >> them as
> > >> > > > well.
> > >> > > > Infact if I started with scdl I may be able to end up in the
> > >> > > > classes that
> > >> > > > use this.
> > >> > > >
> > >> > > > Anything more or any other way?  Hope this is what you meant
> > >> to get
> > >> > > > done :)
> > >> > >
> > >> > > That's what I mean, yes :-) I hadn't got to the details on
> > >> how. The
> > >> > > goal is to make sure that we don't reference SNAPSHOT things.
> > >> > >
> > >> > > We should probably publish the schemas on the site which would
> > >> mean
> > >> > > that the URI would be something like
> > >> > > http://incubator.apache.org/tuscany/xmlns/system/1.0-incubator-
> > >> M2.xsd
> > >> > >
> > >> > > or we can publish them from the maven repo
> > >> > > http://people.apache.org/repo/m2-incubating-repository/org/
> > >> apache/
> > >> > > tuscany/xmlns/system/1.0-incubator-M2/system-1.0-incubator-M2.xsd
> > >> > >
> > >> > > > Finally, would you like this to be done in the branch and
> > >> trunk or
> > >> > > > just the
> > >> > > > branch for now.
> > >> > >
> > >> > > I'd say just the branch for now - we can switch the trunk to
> > >> use the
> > >> > > released version after we do the release.
> > >> > >
> > >> > > Thanks for picking this up
> > >> > > --
> > >> > > 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: Removing SNAPSHOT from the XML namespaces

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

Yep, I get that :)..  thanks.

- Venkat

On 10/16/06, Jeremy Boynes <jb...@apache.org> wrote:
>
> I think <binding.ws> is from the spec namespace which would mean the
> osoa URL was correct.
> --
> Jeremy
>
> On Oct 15, 2006, at 10:33 PM, Venkata Krishnan wrote:
>
> > Hi,
> >
> > As I was doing this stuff with the xml namespaces I chanced across the
> > WebServicesBindingLoader that uses
> >
> > http://www.osoa.org/xmlns/sca/1.0
> >
> > Is there any specific reason to have it as this given that all
> > others are
> > more tuscany specific... i.e. they are all...
> >
> > http://incubator.apache.org/tuscany/xmlns/.../1.0-incubator-M2
> >
> > It it can be changed then here is what I propose for it...
> >
> > http://incubator.apache.org/tuscany/xmlns/binding/axis2/1.0-
> > incubator-M2
> >
> >
> > Thanks
> >
> > - Venkat
> >
> >
> >
> > On 10/15/06, Venkata Krishnan <fo...@gmail.com> wrote:
> >>
> >> Hi Jeremy,
> >>
> >> I have gone ahead and committed this (mustering up some courage :)).
> >> After this I pulled down the whole of
> >> https://svn.apache.org/repos/asf/incubator/tuscany/branches/sca-
> >> java-M2/.. afresh and have been able to build successfully.
> >>
> >> Before this commit the revision at the head of this branch was
> >> 464158.
> >> Now it is 464185.
> >>
> >> Ofcourse, I did this only after pulling down and successfully
> >> building the
> >> following:
> >> * tags/pom/parent/1
> >> * tags/buildtools/1.0-incubator-M2
> >> * tags/spec/sca/1.0-incubator-M2
> >> * tags/spec/commonj/1.0-incubator-M2
> >> * branches/sdo-java-M2/sdo-api/
> >> * branches/sdo-java-M2/sdo
> >>
> >> Let me see if I am able to catch you on the IRC tonight to see if
> >> everything is ok (as much I perceive it to be :))
> >>
> >> Thanks
> >>
> >> - Venkat
> >>
> >>
> >>
> >> On 10/15/06, Venkata Krishnan <fo...@gmail.com> wrote:
> >> >
> >> > Hi Jeremy,
> >> >
> >> > I have completed this for the 'sca' directory in the branch.
> >> Just want
> >> > to check if I can go ahead and commit the changes.  Please let
> >> me know.
> >> >
> >> > Also there is
> >> org.apache.tuscany.databinding.sdo.DataObject2String in
> >> > the databinding-sdo project that uses ..
> >> >
> >> > private static final String TUSCANY_SDO = "http://
> >> tuscany.apache.org/xmlns/sdo/1.0-SNAPSHOT
> >> > ";
> >> >
> >> > Should I replace this as well?  Should the SDO project be
> >> updated for
> >> > SNAPSHOT?  If yes, shall I do this for the SDO project as well ?
> >> >
> >> > (Sorry about bugging you with so many questions :) ...just want
> >> to be
> >> > sure)
> >> >
> >> > Thanks
> >> >
> >> > - Venkat
> >> >
> >> > On 10/14/06, Jeremy Boynes < jboynes@apache.org> wrote:
> >> > >
> >> > > On Oct 13, 2006, at 11:34 PM, Venkata Krishnan wrote:
> >> > >
> >> > > > Hi Jeremy, I can help with this.  Could you please help a
> >> bit with
> >> > > > how this
> >> > > > is to be done.
> >> > > > Here is what I understand as of now...
> >> > > >
> >> > > > - Look up all Loaders (extended from LoaderExtension) and
> >> make this
> >> > > > modification for the xml type used by the loaders.
> >> > > > - Look at all scdl files using namespaces with this and fix
> >> them as
> >> > > > well.
> >> > > > Infact if I started with scdl I may be able to end up in the
> >> > > > classes that
> >> > > > use this.
> >> > > >
> >> > > > Anything more or any other way?  Hope this is what you meant
> >> to get
> >> > > > done :)
> >> > >
> >> > > That's what I mean, yes :-) I hadn't got to the details on
> >> how. The
> >> > > goal is to make sure that we don't reference SNAPSHOT things.
> >> > >
> >> > > We should probably publish the schemas on the site which would
> >> mean
> >> > > that the URI would be something like
> >> > > http://incubator.apache.org/tuscany/xmlns/system/1.0-incubator-
> >> M2.xsd
> >> > >
> >> > > or we can publish them from the maven repo
> >> > > http://people.apache.org/repo/m2-incubating-repository/org/
> >> apache/
> >> > > tuscany/xmlns/system/1.0-incubator-M2/system-1.0-incubator-M2.xsd
> >> > >
> >> > > > Finally, would you like this to be done in the branch and
> >> trunk or
> >> > > > just the
> >> > > > branch for now.
> >> > >
> >> > > I'd say just the branch for now - we can switch the trunk to
> >> use the
> >> > > released version after we do the release.
> >> > >
> >> > > Thanks for picking this up
> >> > > --
> >> > > 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: Removing SNAPSHOT from the XML namespaces

Posted by Jeremy Boynes <jb...@apache.org>.
I think <binding.ws> is from the spec namespace which would mean the  
osoa URL was correct.
--
Jeremy

On Oct 15, 2006, at 10:33 PM, Venkata Krishnan wrote:

> Hi,
>
> As I was doing this stuff with the xml namespaces I chanced across the
> WebServicesBindingLoader that uses
>
> http://www.osoa.org/xmlns/sca/1.0
>
> Is there any specific reason to have it as this given that all  
> others are
> more tuscany specific... i.e. they are all...
>
> http://incubator.apache.org/tuscany/xmlns/.../1.0-incubator-M2
>
> It it can be changed then here is what I propose for it...
>
> http://incubator.apache.org/tuscany/xmlns/binding/axis2/1.0- 
> incubator-M2
>
>
> Thanks
>
> - Venkat
>
>
>
> On 10/15/06, Venkata Krishnan <fo...@gmail.com> wrote:
>>
>> Hi Jeremy,
>>
>> I have gone ahead and committed this (mustering up some courage :)).
>> After this I pulled down the whole of
>> https://svn.apache.org/repos/asf/incubator/tuscany/branches/sca- 
>> java-M2/.. afresh and have been able to build successfully.
>>
>> Before this commit the revision at the head of this branch was  
>> 464158.
>> Now it is 464185.
>>
>> Ofcourse, I did this only after pulling down and successfully  
>> building the
>> following:
>> * tags/pom/parent/1
>> * tags/buildtools/1.0-incubator-M2
>> * tags/spec/sca/1.0-incubator-M2
>> * tags/spec/commonj/1.0-incubator-M2
>> * branches/sdo-java-M2/sdo-api/
>> * branches/sdo-java-M2/sdo
>>
>> Let me see if I am able to catch you on the IRC tonight to see if
>> everything is ok (as much I perceive it to be :))
>>
>> Thanks
>>
>> - Venkat
>>
>>
>>
>> On 10/15/06, Venkata Krishnan <fo...@gmail.com> wrote:
>> >
>> > Hi Jeremy,
>> >
>> > I have completed this for the 'sca' directory in the branch.   
>> Just want
>> > to check if I can go ahead and commit the changes.  Please let  
>> me know.
>> >
>> > Also there is  
>> org.apache.tuscany.databinding.sdo.DataObject2String in
>> > the databinding-sdo project that uses ..
>> >
>> > private static final String TUSCANY_SDO = "http:// 
>> tuscany.apache.org/xmlns/sdo/1.0-SNAPSHOT
>> > ";
>> >
>> > Should I replace this as well?  Should the SDO project be  
>> updated for
>> > SNAPSHOT?  If yes, shall I do this for the SDO project as well ?
>> >
>> > (Sorry about bugging you with so many questions :) ...just want  
>> to be
>> > sure)
>> >
>> > Thanks
>> >
>> > - Venkat
>> >
>> > On 10/14/06, Jeremy Boynes < jboynes@apache.org> wrote:
>> > >
>> > > On Oct 13, 2006, at 11:34 PM, Venkata Krishnan wrote:
>> > >
>> > > > Hi Jeremy, I can help with this.  Could you please help a  
>> bit with
>> > > > how this
>> > > > is to be done.
>> > > > Here is what I understand as of now...
>> > > >
>> > > > - Look up all Loaders (extended from LoaderExtension) and  
>> make this
>> > > > modification for the xml type used by the loaders.
>> > > > - Look at all scdl files using namespaces with this and fix  
>> them as
>> > > > well.
>> > > > Infact if I started with scdl I may be able to end up in the
>> > > > classes that
>> > > > use this.
>> > > >
>> > > > Anything more or any other way?  Hope this is what you meant  
>> to get
>> > > > done :)
>> > >
>> > > That's what I mean, yes :-) I hadn't got to the details on  
>> how. The
>> > > goal is to make sure that we don't reference SNAPSHOT things.
>> > >
>> > > We should probably publish the schemas on the site which would  
>> mean
>> > > that the URI would be something like
>> > > http://incubator.apache.org/tuscany/xmlns/system/1.0-incubator- 
>> M2.xsd
>> > >
>> > > or we can publish them from the maven repo
>> > > http://people.apache.org/repo/m2-incubating-repository/org/ 
>> apache/
>> > > tuscany/xmlns/system/1.0-incubator-M2/system-1.0-incubator-M2.xsd
>> > >
>> > > > Finally, would you like this to be done in the branch and  
>> trunk or
>> > > > just the
>> > > > branch for now.
>> > >
>> > > I'd say just the branch for now - we can switch the trunk to  
>> use the
>> > > released version after we do the release.
>> > >
>> > > Thanks for picking this up
>> > > --
>> > > 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: Removing SNAPSHOT from the XML namespaces

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

As I was doing this stuff with the xml namespaces I chanced across the
WebServicesBindingLoader that uses

http://www.osoa.org/xmlns/sca/1.0

Is there any specific reason to have it as this given that all others are
more tuscany specific... i.e. they are all...

http://incubator.apache.org/tuscany/xmlns/.../1.0-incubator-M2

It it can be changed then here is what I propose for it...

http://incubator.apache.org/tuscany/xmlns/binding/axis2/1.0-incubator-M2


Thanks

- Venkat



On 10/15/06, Venkata Krishnan <fo...@gmail.com> wrote:
>
> Hi Jeremy,
>
> I have gone ahead and committed this (mustering up some courage :)).
> After this I pulled down the whole of
> https://svn.apache.org/repos/asf/incubator/tuscany/branches/sca-java-M2/.. afresh and have been able to build successfully.
>
> Before this commit the revision at the head of this branch was 464158.
> Now it is 464185.
>
> Ofcourse, I did this only after pulling down and successfully building the
> following:
> * tags/pom/parent/1
> * tags/buildtools/1.0-incubator-M2
> * tags/spec/sca/1.0-incubator-M2
> * tags/spec/commonj/1.0-incubator-M2
> * branches/sdo-java-M2/sdo-api/
> * branches/sdo-java-M2/sdo
>
> Let me see if I am able to catch you on the IRC tonight to see if
> everything is ok (as much I perceive it to be :))
>
> Thanks
>
> - Venkat
>
>
>
> On 10/15/06, Venkata Krishnan <fo...@gmail.com> wrote:
> >
> > Hi Jeremy,
> >
> > I have completed this for the 'sca' directory in the branch.  Just want
> > to check if I can go ahead and commit the changes.  Please let me know.
> >
> > Also there is org.apache.tuscany.databinding.sdo.DataObject2String in
> > the databinding-sdo project that uses ..
> >
> > private static final String TUSCANY_SDO = "http://tuscany.apache.org/xmlns/sdo/1.0-SNAPSHOT
> > ";
> >
> > Should I replace this as well?  Should the SDO project be updated for
> > SNAPSHOT?  If yes, shall I do this for the SDO project as well ?
> >
> > (Sorry about bugging you with so many questions :) ...just want to be
> > sure)
> >
> > Thanks
> >
> > - Venkat
> >
> > On 10/14/06, Jeremy Boynes < jboynes@apache.org> wrote:
> > >
> > > On Oct 13, 2006, at 11:34 PM, Venkata Krishnan wrote:
> > >
> > > > Hi Jeremy, I can help with this.  Could you please help a bit with
> > > > how this
> > > > is to be done.
> > > > Here is what I understand as of now...
> > > >
> > > > - Look up all Loaders (extended from LoaderExtension) and make this
> > > > modification for the xml type used by the loaders.
> > > > - Look at all scdl files using namespaces with this and fix them as
> > > > well.
> > > > Infact if I started with scdl I may be able to end up in the
> > > > classes that
> > > > use this.
> > > >
> > > > Anything more or any other way?  Hope this is what you meant to get
> > > > done :)
> > >
> > > That's what I mean, yes :-) I hadn't got to the details on how. The
> > > goal is to make sure that we don't reference SNAPSHOT things.
> > >
> > > We should probably publish the schemas on the site which would mean
> > > that the URI would be something like
> > > http://incubator.apache.org/tuscany/xmlns/system/1.0-incubator-M2.xsd
> > >
> > > or we can publish them from the maven repo
> > > http://people.apache.org/repo/m2-incubating-repository/org/apache/
> > > tuscany/xmlns/system/1.0-incubator-M2/system-1.0-incubator-M2.xsd
> > >
> > > > Finally, would you like this to be done in the branch and trunk or
> > > > just the
> > > > branch for now.
> > >
> > > I'd say just the branch for now - we can switch the trunk to use the
> > > released version after we do the release.
> > >
> > > Thanks for picking this up
> > > --
> > > Jeremy
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> > >
> > >
> >
>

Re: Removing SNAPSHOT from the XML namespaces

Posted by ant elder <an...@gmail.com>.
Thanks for the hint about building Venkat.

>From that change the RMI binding now has a dependency on the Tuscany API
(because the RMI samples need TuscanyRuntimeException?). I wondered if this
was the correct place for it or if the standalone launcher should really be
including the API in the lib directory instead of the boot directory, that
would match where it is in the webapp directories?

   ...ant

On 10/15/06, Venkata Krishnan <fo...@gmail.com> wrote:
>
> Hi Jeremy,
>
> I have gone ahead and committed this (mustering up some courage
> :)).  After
> this I pulled down the whole of
> https://svn.apache.org/repos/asf/incubator/tuscany/branches/sca-java-M2/..
> afresh and have been able to build successfully.
>
> Before this commit the revision at the head of this branch was
> 464158.  Now
> it is 464185.
>
> Ofcourse, I did this only after pulling down and successfully building the
> following:
> * tags/pom/parent/1
> * tags/buildtools/1.0-incubator-M2
> * tags/spec/sca/1.0-incubator-M2
> * tags/spec/commonj/1.0-incubator-M2
> * branches/sdo-java-M2/sdo-api/
> * branches/sdo-java-M2/sdo
>
> Let me see if I am able to catch you on the IRC tonight to see if
> everything
> is ok (as much I perceive it to be :))
>
> Thanks
>
> - Venkat
>
>
>
> On 10/15/06, Venkata Krishnan <fo...@gmail.com> wrote:
> >
> > Hi Jeremy,
> >
> > I have completed this for the 'sca' directory in the branch.  Just want
> to
> > check if I can go ahead and commit the changes.  Please let me know.
> >
> > Also there is org.apache.tuscany.databinding.sdo.DataObject2String in
> the
> > databinding-sdo project that uses ..
> >
> > private static final String TUSCANY_SDO = "
> > http://tuscany.apache.org/xmlns/sdo/1.0-SNAPSHOT";
> >
> > Should I replace this as well?  Should the SDO project be updated for
> > SNAPSHOT?  If yes, shall I do this for the SDO project as well ?
> >
> > (Sorry about bugging you with so many questions :) ...just want to be
> > sure)
> >
> > Thanks
> >
> > - Venkat
> >
> > On 10/14/06, Jeremy Boynes <jb...@apache.org> wrote:
> > >
> > > On Oct 13, 2006, at 11:34 PM, Venkata Krishnan wrote:
> > >
> > > > Hi Jeremy, I can help with this.  Could you please help a bit with
> > > > how this
> > > > is to be done.
> > > > Here is what I understand as of now...
> > > >
> > > > - Look up all Loaders (extended from LoaderExtension) and make this
> > > > modification for the xml type used by the loaders.
> > > > - Look at all scdl files using namespaces with this and fix them as
> > > > well.
> > > > Infact if I started with scdl I may be able to end up in the
> > > > classes that
> > > > use this.
> > > >
> > > > Anything more or any other way?  Hope this is what you meant to get
> > > > done :)
> > >
> > > That's what I mean, yes :-) I hadn't got to the details on how. The
> > > goal is to make sure that we don't reference SNAPSHOT things.
> > >
> > > We should probably publish the schemas on the site which would mean
> > > that the URI would be something like
> > > http://incubator.apache.org/tuscany/xmlns/system/1.0-incubator-M2.xsd
> > >
> > > or we can publish them from the maven repo
> > > http://people.apache.org/repo/m2-incubating-repository/org/apache/
> > > tuscany/xmlns/system/1.0-incubator-M2/system-1.0-incubator-M2.xsd
> > >
> > > > Finally, would you like this to be done in the branch and trunk or
> > > > just the
> > > > branch for now.
> > >
> > > I'd say just the branch for now - we can switch the trunk to use the
> > > released version after we do the release.
> > >
> > > Thanks for picking this up
> > > --
> > > Jeremy
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> > >
> > >
> >
>
>

Re: Removing SNAPSHOT from the XML namespaces

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

I have gone ahead and committed this (mustering up some courage :)).  After
this I pulled down the whole of
https://svn.apache.org/repos/asf/incubator/tuscany/branches/sca-java-M2/ ..
afresh and have been able to build successfully.

Before this commit the revision at the head of this branch was 464158.  Now
it is 464185.

Ofcourse, I did this only after pulling down and successfully building the
following:
* tags/pom/parent/1
* tags/buildtools/1.0-incubator-M2
* tags/spec/sca/1.0-incubator-M2
* tags/spec/commonj/1.0-incubator-M2
* branches/sdo-java-M2/sdo-api/
* branches/sdo-java-M2/sdo

Let me see if I am able to catch you on the IRC tonight to see if everything
is ok (as much I perceive it to be :))

Thanks

- Venkat



On 10/15/06, Venkata Krishnan <fo...@gmail.com> wrote:
>
> Hi Jeremy,
>
> I have completed this for the 'sca' directory in the branch.  Just want to
> check if I can go ahead and commit the changes.  Please let me know.
>
> Also there is org.apache.tuscany.databinding.sdo.DataObject2String in the
> databinding-sdo project that uses ..
>
> private static final String TUSCANY_SDO = "
> http://tuscany.apache.org/xmlns/sdo/1.0-SNAPSHOT";
>
> Should I replace this as well?  Should the SDO project be updated for
> SNAPSHOT?  If yes, shall I do this for the SDO project as well ?
>
> (Sorry about bugging you with so many questions :) ...just want to be
> sure)
>
> Thanks
>
> - Venkat
>
> On 10/14/06, Jeremy Boynes <jb...@apache.org> wrote:
> >
> > On Oct 13, 2006, at 11:34 PM, Venkata Krishnan wrote:
> >
> > > Hi Jeremy, I can help with this.  Could you please help a bit with
> > > how this
> > > is to be done.
> > > Here is what I understand as of now...
> > >
> > > - Look up all Loaders (extended from LoaderExtension) and make this
> > > modification for the xml type used by the loaders.
> > > - Look at all scdl files using namespaces with this and fix them as
> > > well.
> > > Infact if I started with scdl I may be able to end up in the
> > > classes that
> > > use this.
> > >
> > > Anything more or any other way?  Hope this is what you meant to get
> > > done :)
> >
> > That's what I mean, yes :-) I hadn't got to the details on how. The
> > goal is to make sure that we don't reference SNAPSHOT things.
> >
> > We should probably publish the schemas on the site which would mean
> > that the URI would be something like
> > http://incubator.apache.org/tuscany/xmlns/system/1.0-incubator-M2.xsd
> >
> > or we can publish them from the maven repo
> > http://people.apache.org/repo/m2-incubating-repository/org/apache/
> > tuscany/xmlns/system/1.0-incubator-M2/system-1.0-incubator-M2.xsd
> >
> > > Finally, would you like this to be done in the branch and trunk or
> > > just the
> > > branch for now.
> >
> > I'd say just the branch for now - we can switch the trunk to use the
> > released version after we do the release.
> >
> > Thanks for picking this up
> > --
> > Jeremy
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> >
> >
>

Re: Removing SNAPSHOT from the XML namespaces

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

I have completed this for the 'sca' directory in the branch.  Just want to
check if I can go ahead and commit the changes.  Please let me know.

Also there is org.apache.tuscany.databinding.sdo.DataObject2String in the
databinding-sdo project that uses ..

private static final String TUSCANY_SDO = "
http://tuscany.apache.org/xmlns/sdo/1.0-SNAPSHOT";

Should I replace this as well?  Should the SDO project be updated for
SNAPSHOT?  If yes, shall I do this for the SDO project as well ?

(Sorry about bugging you with so many questions :) ...just want to be sure)

Thanks

- Venkat

On 10/14/06, Jeremy Boynes <jb...@apache.org> wrote:
>
> On Oct 13, 2006, at 11:34 PM, Venkata Krishnan wrote:
>
> > Hi Jeremy, I can help with this.  Could you please help a bit with
> > how this
> > is to be done.
> > Here is what I understand as of now...
> >
> > - Look up all Loaders (extended from LoaderExtension) and make this
> > modification for the xml type used by the loaders.
> > - Look at all scdl files using namespaces with this and fix them as
> > well.
> > Infact if I started with scdl I may be able to end up in the
> > classes that
> > use this.
> >
> > Anything more or any other way?  Hope this is what you meant to get
> > done :)
>
> That's what I mean, yes :-) I hadn't got to the details on how. The
> goal is to make sure that we don't reference SNAPSHOT things.
>
> We should probably publish the schemas on the site which would mean
> that the URI would be something like
> http://incubator.apache.org/tuscany/xmlns/system/1.0-incubator-M2.xsd
>
> or we can publish them from the maven repo
> http://people.apache.org/repo/m2-incubating-repository/org/apache/
> tuscany/xmlns/system/1.0-incubator-M2/system-1.0-incubator-M2.xsd
>
> > Finally, would you like this to be done in the branch and trunk or
> > just the
> > branch for now.
>
> I'd say just the branch for now - we can switch the trunk to use the
> released version after we do the release.
>
> Thanks for picking this up
> --
> Jeremy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

Re: Removing SNAPSHOT from the XML namespaces

Posted by Jeremy Boynes <jb...@apache.org>.
On Oct 13, 2006, at 11:34 PM, Venkata Krishnan wrote:

> Hi Jeremy, I can help with this.  Could you please help a bit with  
> how this
> is to be done.
> Here is what I understand as of now...
>
> - Look up all Loaders (extended from LoaderExtension) and make this
> modification for the xml type used by the loaders.
> - Look at all scdl files using namespaces with this and fix them as  
> well.
> Infact if I started with scdl I may be able to end up in the  
> classes that
> use this.
>
> Anything more or any other way?  Hope this is what you meant to get  
> done :)

That's what I mean, yes :-) I hadn't got to the details on how. The  
goal is to make sure that we don't reference SNAPSHOT things.

We should probably publish the schemas on the site which would mean  
that the URI would be something like
http://incubator.apache.org/tuscany/xmlns/system/1.0-incubator-M2.xsd

or we can publish them from the maven repo
http://people.apache.org/repo/m2-incubating-repository/org/apache/ 
tuscany/xmlns/system/1.0-incubator-M2/system-1.0-incubator-M2.xsd

> Finally, would you like this to be done in the branch and trunk or  
> just the
> branch for now.

I'd say just the branch for now - we can switch the trunk to use the  
released version after we do the release.

Thanks for picking this up
--
Jeremy

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


Re: Removing SNAPSHOT from the XML namespaces

Posted by Venkata Krishnan <fo...@gmail.com>.
Hi Jeremy, I can help with this.  Could you please help a bit with how this
is to be done.
Here is what I understand as of now...

- Look up all Loaders (extended from LoaderExtension) and make this
modification for the xml type used by the loaders.
- Look at all scdl files using namespaces with this and fix them as well.
Infact if I started with scdl I may be able to end up in the classes that
use this.

Anything more or any other way?  Hope this is what you meant to get done :)

Finally, would you like this to be done in the branch and trunk or just the
branch for now.

Thanks

- Venkat

On 10/14/06, Jeremy Boynes <jb...@apache.org> wrote:
>
> We need to remove the SNAPSHOT designation from the XML schema
> namespaces that we use in SCA. Does anyone have a chance to look at
> this?
> --
> Jeremy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>