You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Simon Nash <na...@hursley.ibm.com> on 2007/05/09 13:38:49 UTC

Axis2 binding status

I'm debugging the Axis2 binding to get the samples running so that
we can put this back into the build.  I'm making good progress
(just tracked down and fixed one bug) and I'll continue to work on
this today.

   Simon



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


Re: Axis2 binding status

Posted by Simon Nash <na...@hursley.ibm.com>.
I made a bit more progress with this.  The SDO data binding test
was failing because of an error in the SCDL that showed up a bug
in the model runtime (see TUSCANY-1255 and TUSCANY-1256).  After
correcting the SCDL, the test fails with a different error
(see TUSCANY-1257).  I'm leaving things there for today.

   Simon

ant elder wrote:

> On 5/9/07, Simon Nash <na...@hursley.ibm.com> wrote:
> 
>>
>> I'm debugging the Axis2 binding to get the samples running so that
>> we can put this back into the build.  I'm making good progress
>> (just tracked down and fixed one bug) and I'll continue to work on
>> this today.
>>
>>    Simon
> 
> 
> 
> I've just committed some changes so a lot more of the tests are passing 
> now,
> could you checkout the latest SVN code?
> 
>   ...ant
> 



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


Re: Axis2 binding status

Posted by Bert Lamb <al...@pobox.com>.
Yep, my mistake, I've got it building now.  I'm now having a look at
the json-rpc binding and getting it updated now.  Thanks guys!

-Bert

On 5/9/07, Venkata Krishnan <fo...@gmail.com> wrote:
> I just tried and modules and samples build clean.  As Ant mentions there are
> failures in itests.  Maybe you should do a clean build.
>
> - Venkat
>
> On 5/9/07, ant elder <an...@gmail.com> wrote:
> >
> > It builds ok for me, all the modules and samples build ok, there are a few
> > itest failures still. Those errors looks like it may be picking up some
> > old
> > version of one of the other modules.
> >
> >    ...ant
> >
> > On 5/9/07, Bert Lamb <al...@pobox.com> wrote:
> > >
> > > Should I be able to build what is in the trunk for this binding right
> > > now?  I'm currently getting a compilation failure:
> > >
> > >
> > >
> > D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ServiceBindingProvider.java:[66,74]
> > > type org.apache.tuscany.provider.ServiceBindingProvider does not take
> > > parameters
> > >
> > >
> > >
> > D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2BindingProviderFactory.java:[36,74]
> > > type org.apache.tuscany.provider.BindingProviderFactory does not take
> > > parameters
> > >
> > >
> > >
> > D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2BindingProviderFactory.java:[44,35]
> > > type org.apache.tuscany.provider.ReferenceBindingProvider does not
> > > take parameters
> > >
> > >
> > >
> > D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2BindingProviderFactory.java:[48,33]
> > > type org.apache.tuscany.provider.ServiceBindingProvider does not take
> > > parameters
> > >
> > >
> > >
> > D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ReferenceBindingProvider.java:[50,78]
> > > type org.apache.tuscany.provider.ReferenceBindingProvider does not
> > > take parameters
> > >
> > >
> > >
> > D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ModuleActivator.java:[39,35]
> > > cannot find symbol
> > > symbol  : class ProviderFactoryExtensionPoint
> > > location: package org.apache.tuscany.provider
> > >
> > >
> > >
> > D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ModuleActivator.java:[56,8]
> > > cannot find symbol
> > > symbol  : class ProviderFactoryExtensionPoint
> > > location: class org.apache.tuscany.binding.axis2.Axis2ModuleActivator
> > >
> > >
> > >
> > D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\ap
> > > ache\tuscany\binding\axis2\Axis2ModuleActivator.java:[56,85] cannot find
> > > symbol
> > > symbol  : class ProviderFactoryExtensionPoint
> > > location: class org.apache.tuscany.binding.axis2.Axis2ModuleActivator
> > >
> > > -Bert
> > >
> > > On 5/9/07, ant elder <an...@gmail.com> wrote:
> > > > On 5/9/07, Simon Nash <na...@hursley.ibm.com> wrote:
> > > > >
> > > > > I'm debugging the Axis2 binding to get the samples running so that
> > > > > we can put this back into the build.  I'm making good progress
> > > > > (just tracked down and fixed one bug) and I'll continue to work on
> > > > > this today.
> > > > >
> > > > >    Simon
> > > >
> > > >
> > > > I've just committed some changes so a lot more of the tests are
> > passing
> > > now,
> > > > could you checkout the latest SVN code?
> > > >
> > > >    ...ant
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > 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: Axis2 binding status

Posted by Venkata Krishnan <fo...@gmail.com>.
I just tried and modules and samples build clean.  As Ant mentions there are
failures in itests.  Maybe you should do a clean build.

- Venkat

On 5/9/07, ant elder <an...@gmail.com> wrote:
>
> It builds ok for me, all the modules and samples build ok, there are a few
> itest failures still. Those errors looks like it may be picking up some
> old
> version of one of the other modules.
>
>    ...ant
>
> On 5/9/07, Bert Lamb <al...@pobox.com> wrote:
> >
> > Should I be able to build what is in the trunk for this binding right
> > now?  I'm currently getting a compilation failure:
> >
> >
> >
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ServiceBindingProvider.java:[66,74]
> > type org.apache.tuscany.provider.ServiceBindingProvider does not take
> > parameters
> >
> >
> >
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2BindingProviderFactory.java:[36,74]
> > type org.apache.tuscany.provider.BindingProviderFactory does not take
> > parameters
> >
> >
> >
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2BindingProviderFactory.java:[44,35]
> > type org.apache.tuscany.provider.ReferenceBindingProvider does not
> > take parameters
> >
> >
> >
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2BindingProviderFactory.java:[48,33]
> > type org.apache.tuscany.provider.ServiceBindingProvider does not take
> > parameters
> >
> >
> >
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ReferenceBindingProvider.java:[50,78]
> > type org.apache.tuscany.provider.ReferenceBindingProvider does not
> > take parameters
> >
> >
> >
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ModuleActivator.java:[39,35]
> > cannot find symbol
> > symbol  : class ProviderFactoryExtensionPoint
> > location: package org.apache.tuscany.provider
> >
> >
> >
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ModuleActivator.java:[56,8]
> > cannot find symbol
> > symbol  : class ProviderFactoryExtensionPoint
> > location: class org.apache.tuscany.binding.axis2.Axis2ModuleActivator
> >
> >
> >
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\ap
> > ache\tuscany\binding\axis2\Axis2ModuleActivator.java:[56,85] cannot find
> > symbol
> > symbol  : class ProviderFactoryExtensionPoint
> > location: class org.apache.tuscany.binding.axis2.Axis2ModuleActivator
> >
> > -Bert
> >
> > On 5/9/07, ant elder <an...@gmail.com> wrote:
> > > On 5/9/07, Simon Nash <na...@hursley.ibm.com> wrote:
> > > >
> > > > I'm debugging the Axis2 binding to get the samples running so that
> > > > we can put this back into the build.  I'm making good progress
> > > > (just tracked down and fixed one bug) and I'll continue to work on
> > > > this today.
> > > >
> > > >    Simon
> > >
> > >
> > > I've just committed some changes so a lot more of the tests are
> passing
> > now,
> > > could you checkout the latest SVN code?
> > >
> > >    ...ant
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> >
> >
>

Re: Axis2 binding status

Posted by ant elder <an...@gmail.com>.
It builds ok for me, all the modules and samples build ok, there are a few
itest failures still. Those errors looks like it may be picking up some old
version of one of the other modules.

   ...ant

On 5/9/07, Bert Lamb <al...@pobox.com> wrote:
>
> Should I be able to build what is in the trunk for this binding right
> now?  I'm currently getting a compilation failure:
>
>
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ServiceBindingProvider.java:[66,74]
> type org.apache.tuscany.provider.ServiceBindingProvider does not take
> parameters
>
>
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2BindingProviderFactory.java:[36,74]
> type org.apache.tuscany.provider.BindingProviderFactory does not take
> parameters
>
>
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2BindingProviderFactory.java:[44,35]
> type org.apache.tuscany.provider.ReferenceBindingProvider does not
> take parameters
>
>
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2BindingProviderFactory.java:[48,33]
> type org.apache.tuscany.provider.ServiceBindingProvider does not take
> parameters
>
>
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ReferenceBindingProvider.java:[50,78]
> type org.apache.tuscany.provider.ReferenceBindingProvider does not
> take parameters
>
>
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ModuleActivator.java:[39,35]
> cannot find symbol
> symbol  : class ProviderFactoryExtensionPoint
> location: package org.apache.tuscany.provider
>
>
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ModuleActivator.java:[56,8]
> cannot find symbol
> symbol  : class ProviderFactoryExtensionPoint
> location: class org.apache.tuscany.binding.axis2.Axis2ModuleActivator
>
>
> D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\ap
> ache\tuscany\binding\axis2\Axis2ModuleActivator.java:[56,85] cannot find
> symbol
> symbol  : class ProviderFactoryExtensionPoint
> location: class org.apache.tuscany.binding.axis2.Axis2ModuleActivator
>
> -Bert
>
> On 5/9/07, ant elder <an...@gmail.com> wrote:
> > On 5/9/07, Simon Nash <na...@hursley.ibm.com> wrote:
> > >
> > > I'm debugging the Axis2 binding to get the samples running so that
> > > we can put this back into the build.  I'm making good progress
> > > (just tracked down and fixed one bug) and I'll continue to work on
> > > this today.
> > >
> > >    Simon
> >
> >
> > I've just committed some changes so a lot more of the tests are passing
> now,
> > could you checkout the latest SVN code?
> >
> >    ...ant
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

Re: Axis2 binding status

Posted by Bert Lamb <al...@pobox.com>.
Should I be able to build what is in the trunk for this binding right
now?  I'm currently getting a compilation failure:

D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ServiceBindingProvider.java:[66,74]
type org.apache.tuscany.provider.ServiceBindingProvider does not take
parameters

D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2BindingProviderFactory.java:[36,74]
type org.apache.tuscany.provider.BindingProviderFactory does not take
parameters

D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2BindingProviderFactory.java:[44,35]
type org.apache.tuscany.provider.ReferenceBindingProvider does not
take parameters

D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2BindingProviderFactory.java:[48,33]
type org.apache.tuscany.provider.ServiceBindingProvider does not take
parameters

D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ReferenceBindingProvider.java:[50,78]
type org.apache.tuscany.provider.ReferenceBindingProvider does not
take parameters

D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ModuleActivator.java:[39,35]
cannot find symbol
symbol  : class ProviderFactoryExtensionPoint
location: package org.apache.tuscany.provider

D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\apache\tuscany\binding\axis2\Axis2ModuleActivator.java:[56,8]
cannot find symbol
symbol  : class ProviderFactoryExtensionPoint
location: class org.apache.tuscany.binding.axis2.Axis2ModuleActivator

D:\projects\Tuscany\trunk-java\sca\modules\binding-ws-axis2\src\main\java\org\ap
ache\tuscany\binding\axis2\Axis2ModuleActivator.java:[56,85] cannot find symbol
symbol  : class ProviderFactoryExtensionPoint
location: class org.apache.tuscany.binding.axis2.Axis2ModuleActivator

-Bert

On 5/9/07, ant elder <an...@gmail.com> wrote:
> On 5/9/07, Simon Nash <na...@hursley.ibm.com> wrote:
> >
> > I'm debugging the Axis2 binding to get the samples running so that
> > we can put this back into the build.  I'm making good progress
> > (just tracked down and fixed one bug) and I'll continue to work on
> > this today.
> >
> >    Simon
>
>
> I've just committed some changes so a lot more of the tests are passing now,
> could you checkout the latest SVN code?
>
>    ...ant
>

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


Re: Axis2 binding status

Posted by ant elder <an...@gmail.com>.
On 5/9/07, Simon Nash <na...@hursley.ibm.com> wrote:
>
> I'm debugging the Axis2 binding to get the samples running so that
> we can put this back into the build.  I'm making good progress
> (just tracked down and fixed one bug) and I'll continue to work on
> this today.
>
>    Simon


I've just committed some changes so a lot more of the tests are passing now,
could you checkout the latest SVN code?

   ...ant