[jira] Created: (TUSCANY-715) Update tools module to use latest XmlSchema version

2006-09-11 Thread Jeremy Boynes (JIRA)
Update tools module to use latest XmlSchema version
---

 Key: TUSCANY-715
 URL: http://issues.apache.org/jira/browse/TUSCANY-715
 Project: Tuscany
  Issue Type: Bug
  Components: Java SCA Tools
Reporter: Jeremy Boynes
Priority: Critical


The API for XmlSchema has changed since the 1.0.2 version. We are using a newer 
version due to updates in Axis2 and the tools need to be modified to use its 
new API.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [jira] Created: (TUSCANY-715) Update tools module to use latest XmlSchema version

2006-09-12 Thread Venkata Krishnan

Hi Jeremy,

I have submitted a patch for this.  Please take a look and let me know if it
is ok.

Also, in the IRC you were mentioning about some bug in the wsdl module that
hacked to fix and you wanted me to take a look.  Could you please give me a
little more info about this?  Thanks.

- Venkat

On 9/12/06, Venkata Krishnan <[EMAIL PROTECTED]> wrote:


Hi,

I did an update and noticed that the pom has been updated.  So I will get
started with this.

- Venkat


On 9/12/06, Venkata Krishnan <[EMAIL PROTECTED]> wrote:
>
> Hi Jeremy,
>
> I can help with this.  Please help with answers to the following: -
>
> - which is the verison currently in use.  I did see that mail from you
> on picking up from the M1 snapshot.  So what is the change I do to the
> poms.
> - once the poms are upto date, then it is only a question of getting the
> sca tools module successfully built right.
>
> Is there anything else to this.
>
> Thanks
>
> - Venkat
>
>
>
>
>
> On 9/11/06, Jeremy Boynes (JIRA) < tuscany-dev@ws.apache.org> wrote:
> >
> > Update tools module to use latest XmlSchema version
> > ---
> >
> >  Key: TUSCANY-715
> >  URL: http://issues.apache.org/jira/browse/TUSCANY-715
> >  Project: Tuscany
> >   Issue Type: Bug
> >   Components: Java SCA Tools
> > Reporter: Jeremy Boynes
> > Priority: Critical
> >
> >
> > The API for XmlSchema has changed since the 1.0.2 version. We are
> > using a newer version due to updates in Axis2 and the tools need to be
> > modified to use its new API.
> >
> > --
> > This message is automatically generated by JIRA.
> > -
> > If you think it was sent incorrectly contact one of the
> > administrators:
> > http://issues.apache.org/jira/secure/Administrators.jspa
> > -
> > For more information on JIRA, see:
> > http://www.atlassian.com/software/jira
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>



Re: [jira] Created: (TUSCANY-715) Update tools module to use latest XmlSchema version

2006-09-12 Thread Jeremy Boynes

On Sep 12, 2006, at 10:18 AM, Venkata Krishnan wrote:


Hi Jeremy,

I have submitted a patch for this.  Please take a look and let me  
know if it

is ok.

Also, in the IRC you were mentioning about some bug in the wsdl  
module that
hacked to fix and you wanted me to take a look.  Could you please  
give me a

little more info about this?  Thanks.


In r441995 I had to make some changes to deal with the API changes in  
XmlSchemaCollection - I basically picked the first element out of the  
array that is being returned. I'm not very familiar with XmlSchema  
and am not sure that's the right way to fix it. Some review would be  
appreciated.


--
Jeremy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [jira] Created: (TUSCANY-715) Update tools module to use latest XmlSchema version

2006-09-12 Thread cr22rc
I'll take a look at it. -- not sure if XmlSclschema was directly used, but I I 
need tools for interop stuff anyway.


Jeremy Boynes wrote:

On Sep 12, 2006, at 10:18 AM, Venkata Krishnan wrote:


Hi Jeremy,

I have submitted a patch for this.  Please take a look and let me know 
if it

is ok.

Also, in the IRC you were mentioning about some bug in the wsdl module 
that
hacked to fix and you wanted me to take a look.  Could you please give 
me a

little more info about this?  Thanks.


In r441995 I had to make some changes to deal with the API changes in 
XmlSchemaCollection - I basically picked the first element out of the 
array that is being returned. I'm not very familiar with XmlSchema and 
am not sure that's the right way to fix it. Some review would be 
appreciated.


--
Jeremy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [jira] Created: (TUSCANY-715) Update tools module to use latest XmlSchema version

2006-09-12 Thread Venkata Krishnan

Hi Jeremy,

I can help with this.  Please help with answers to the following: -

- which is the verison currently in use.  I did see that mail from you on
picking up from the M1 snapshot.  So what is the change I do to the poms.
- once the poms are upto date, then it is only a question of getting the sca
tools module successfully built right.

Is there anything else to this.

Thanks

- Venkat




On 9/11/06, Jeremy Boynes (JIRA)  wrote:


Update tools module to use latest XmlSchema version
---

 Key: TUSCANY-715
 URL: http://issues.apache.org/jira/browse/TUSCANY-715
 Project: Tuscany
  Issue Type: Bug
  Components: Java SCA Tools
Reporter: Jeremy Boynes
Priority: Critical


The API for XmlSchema has changed since the 1.0.2 version. We are using a
newer version due to updates in Axis2 and the tools need to be modified to
use its new API.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: [jira] Created: (TUSCANY-715) Update tools module to use latest XmlSchema version

2006-09-12 Thread Venkata Krishnan

Hi,

I did an update and noticed that the pom has been updated.  So I will get
started with this.

- Venkat

On 9/12/06, Venkata Krishnan <[EMAIL PROTECTED]> wrote:


Hi Jeremy,

I can help with this.  Please help with answers to the following: -

- which is the verison currently in use.  I did see that mail from you on
picking up from the M1 snapshot.  So what is the change I do to the poms.
- once the poms are upto date, then it is only a question of getting the
sca tools module successfully built right.

Is there anything else to this.

Thanks

- Venkat





On 9/11/06, Jeremy Boynes (JIRA)  wrote:
>
> Update tools module to use latest XmlSchema version
> ---
>
>  Key: TUSCANY-715
>  URL: http://issues.apache.org/jira/browse/TUSCANY-715
>  Project: Tuscany
>   Issue Type: Bug
>   Components: Java SCA Tools
> Reporter: Jeremy Boynes
> Priority: Critical
>
>
> The API for XmlSchema has changed since the 1.0.2 version. We are using
> a newer version due to updates in Axis2 and the tools need to be modified to
> use its new API.
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
> http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see:
> http://www.atlassian.com/software/jira
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>