You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by Arunachalam Parthasarathy <ar...@gmail.com> on 2008/08/26 20:30:17 UTC

tuscany sca native and SDO C++ ?

hello,

i would like to know about the community of tuscany - sca - c++

please let me know, if this project is active!!

thanks,
Arunachalam

Re: tuscany sca native and SDO C++ ?

Posted by Arunachalam Parthasarathy <ar...@gmail.com>.
thanks simon and group,
i found the problem , i guess, it was due to debug / release clashes. now i
am able to make sample work with (dll generated frm source for sca native
and sdo c++), i made everything, in release version and its fine
i l trying to write my own application / client and i am facing component
identifying problem, i l post the exact error , in the next mail

thanks again,
Arunachalam

2008/8/27 Simon Laws <si...@googlemail.com>

>
>
> On Tue, Aug 26, 2008 at 8:33 PM, Arunachalam Parthasarathy <
> arunachalamamsam@gmail.com> wrote:
>
>> thanks again for the reply,
>>
>> Below is the problem , i am facing
>> i had downloaded the source of tuscany sca native and built the dlls
>> (tuscany_sca and tuscany_scacpp). [i want to use cpp extenstion only]
>> when i built the sample [cppcalculator] and run it , i am getting
>> "Implementation type not supported - CPPImplementation" error
>>
>> please let me know, how can i successfully build the example [i had
>> followed the instructions for building the samples]
>>
>> thanks,
>> Arunachalam
>>
>>
>> 2008/8/27 Luciano Resende <lu...@gmail.com>
>>
>>> We don't have a specific list for the Native (C++) components, you can
>>> use this one for user questions or the dev one for more
>>> design/development discussions, see link for detailed information on
>>> the Tuscany mailing lists [1]
>>>
>>> [1] http://tuscany.apache.org/mailing-lists.html
>>>
>>> On Tue, Aug 26, 2008 at 12:22 PM, Arunachalam Parthasarathy
>>> <ar...@gmail.com> wrote:
>>> > thanks a lot for your reply.
>>> >
>>> > can i know the mailing list of these c++ component
>>> >
>>> > 2008/8/27 Luciano Resende <lu...@gmail.com>
>>> >>
>>> >> Thanks for your interest in Tuscany SDO Native (SDO C++). You could
>>> >> probably get started from the SDO C++ Overview page [1], the native
>>> >> source code is available at [2] and you can always use the mailing
>>> >> list for questions.
>>> >>
>>> >>
>>> >> [1] http://tuscany.apache.org/sdo-cpp.html
>>> >> [2] https://svn.apache.org/repos/asf/tuscany/cpp/
>>> >>
>>> >>
>>> >>
>>> >> On Tue, Aug 26, 2008 at 11:30 AM, Arunachalam Parthasarathy
>>> >> <ar...@gmail.com> wrote:
>>> >> > hello,
>>> >> >
>>> >> > i would like to know about the community of tuscany - sca - c++
>>> >> >
>>> >> > please let me know, if this project is active!!
>>> >> >
>>> >> > thanks,
>>> >> > Arunachalam
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> 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/
>>>
>>
>> Hi
>
> It's a while since I've run it but I'll see if can help. Can you show us
> the composite file you are using. Also how are you running your application?
> Have you successfully run the samples or are they failing also?
>
> Simon
>

Re: tuscany sca native and SDO C++ ?

Posted by Simon Laws <si...@googlemail.com>.
On Tue, Aug 26, 2008 at 8:33 PM, Arunachalam Parthasarathy <
arunachalamamsam@gmail.com> wrote:

> thanks again for the reply,
>
> Below is the problem , i am facing
> i had downloaded the source of tuscany sca native and built the dlls
> (tuscany_sca and tuscany_scacpp). [i want to use cpp extenstion only]
> when i built the sample [cppcalculator] and run it , i am getting
> "Implementation type not supported - CPPImplementation" error
>
> please let me know, how can i successfully build the example [i had
> followed the instructions for building the samples]
>
> thanks,
> Arunachalam
>
>
> 2008/8/27 Luciano Resende <lu...@gmail.com>
>
>> We don't have a specific list for the Native (C++) components, you can
>> use this one for user questions or the dev one for more
>> design/development discussions, see link for detailed information on
>> the Tuscany mailing lists [1]
>>
>> [1] http://tuscany.apache.org/mailing-lists.html
>>
>> On Tue, Aug 26, 2008 at 12:22 PM, Arunachalam Parthasarathy
>> <ar...@gmail.com> wrote:
>> > thanks a lot for your reply.
>> >
>> > can i know the mailing list of these c++ component
>> >
>> > 2008/8/27 Luciano Resende <lu...@gmail.com>
>> >>
>> >> Thanks for your interest in Tuscany SDO Native (SDO C++). You could
>> >> probably get started from the SDO C++ Overview page [1], the native
>> >> source code is available at [2] and you can always use the mailing
>> >> list for questions.
>> >>
>> >>
>> >> [1] http://tuscany.apache.org/sdo-cpp.html
>> >> [2] https://svn.apache.org/repos/asf/tuscany/cpp/
>> >>
>> >>
>> >>
>> >> On Tue, Aug 26, 2008 at 11:30 AM, Arunachalam Parthasarathy
>> >> <ar...@gmail.com> wrote:
>> >> > hello,
>> >> >
>> >> > i would like to know about the community of tuscany - sca - c++
>> >> >
>> >> > please let me know, if this project is active!!
>> >> >
>> >> > thanks,
>> >> > Arunachalam
>> >>
>> >>
>> >>
>> >> --
>> >> 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/
>>
>
> Hi

It's a while since I've run it but I'll see if can help. Can you show us the
composite file you are using. Also how are you running your application?
Have you successfully run the samples or are they failing also?

Simon

Re: tuscany sca native and SDO C++ ?

Posted by Arunachalam Parthasarathy <ar...@gmail.com>.
thanks again for the reply,

Below is the problem , i am facing
i had downloaded the source of tuscany sca native and built the dlls
(tuscany_sca and tuscany_scacpp). [i want to use cpp extenstion only]
when i built the sample [cppcalculator] and run it , i am getting
"Implementation type not supported - CPPImplementation" error

please let me know, how can i successfully build the example [i had followed
the instructions for building the samples]

thanks,
Arunachalam

2008/8/27 Luciano Resende <lu...@gmail.com>

> We don't have a specific list for the Native (C++) components, you can
> use this one for user questions or the dev one for more
> design/development discussions, see link for detailed information on
> the Tuscany mailing lists [1]
>
> [1] http://tuscany.apache.org/mailing-lists.html
>
> On Tue, Aug 26, 2008 at 12:22 PM, Arunachalam Parthasarathy
> <ar...@gmail.com> wrote:
> > thanks a lot for your reply.
> >
> > can i know the mailing list of these c++ component
> >
> > 2008/8/27 Luciano Resende <lu...@gmail.com>
> >>
> >> Thanks for your interest in Tuscany SDO Native (SDO C++). You could
> >> probably get started from the SDO C++ Overview page [1], the native
> >> source code is available at [2] and you can always use the mailing
> >> list for questions.
> >>
> >>
> >> [1] http://tuscany.apache.org/sdo-cpp.html
> >> [2] https://svn.apache.org/repos/asf/tuscany/cpp/
> >>
> >>
> >>
> >> On Tue, Aug 26, 2008 at 11:30 AM, Arunachalam Parthasarathy
> >> <ar...@gmail.com> wrote:
> >> > hello,
> >> >
> >> > i would like to know about the community of tuscany - sca - c++
> >> >
> >> > please let me know, if this project is active!!
> >> >
> >> > thanks,
> >> > Arunachalam
> >>
> >>
> >>
> >> --
> >> 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/
>

Re: tuscany sca native and SDO C++ ?

Posted by Luciano Resende <lu...@gmail.com>.
We don't have a specific list for the Native (C++) components, you can
use this one for user questions or the dev one for more
design/development discussions, see link for detailed information on
the Tuscany mailing lists [1]

[1] http://tuscany.apache.org/mailing-lists.html

On Tue, Aug 26, 2008 at 12:22 PM, Arunachalam Parthasarathy
<ar...@gmail.com> wrote:
> thanks a lot for your reply.
>
> can i know the mailing list of these c++ component
>
> 2008/8/27 Luciano Resende <lu...@gmail.com>
>>
>> Thanks for your interest in Tuscany SDO Native (SDO C++). You could
>> probably get started from the SDO C++ Overview page [1], the native
>> source code is available at [2] and you can always use the mailing
>> list for questions.
>>
>>
>> [1] http://tuscany.apache.org/sdo-cpp.html
>> [2] https://svn.apache.org/repos/asf/tuscany/cpp/
>>
>>
>>
>> On Tue, Aug 26, 2008 at 11:30 AM, Arunachalam Parthasarathy
>> <ar...@gmail.com> wrote:
>> > hello,
>> >
>> > i would like to know about the community of tuscany - sca - c++
>> >
>> > please let me know, if this project is active!!
>> >
>> > thanks,
>> > Arunachalam
>>
>>
>>
>> --
>> 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/

Re: tuscany sca native and SDO C++ ?

Posted by Arunachalam Parthasarathy <ar...@gmail.com>.
thanks a lot for your reply.

can i know the mailing list of these c++ component

2008/8/27 Luciano Resende <lu...@gmail.com>

> Thanks for your interest in Tuscany SDO Native (SDO C++). You could
> probably get started from the SDO C++ Overview page [1], the native
> source code is available at [2] and you can always use the mailing
> list for questions.
>
>
> [1] http://tuscany.apache.org/sdo-cpp.html
> [2] https://svn.apache.org/repos/asf/tuscany/cpp/
>
>
>
> On Tue, Aug 26, 2008 at 11:30 AM, Arunachalam Parthasarathy
> <ar...@gmail.com> wrote:
> > hello,
> >
> > i would like to know about the community of tuscany - sca - c++
> >
> > please let me know, if this project is active!!
> >
> > thanks,
> > Arunachalam
>
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
> http://lresende.blogspot.com/
>

Re: tuscany sca native and SDO C++ ?

Posted by Luciano Resende <lu...@gmail.com>.
Thanks for your interest in Tuscany SDO Native (SDO C++). You could
probably get started from the SDO C++ Overview page [1], the native
source code is available at [2] and you can always use the mailing
list for questions.


[1] http://tuscany.apache.org/sdo-cpp.html
[2] https://svn.apache.org/repos/asf/tuscany/cpp/



On Tue, Aug 26, 2008 at 11:30 AM, Arunachalam Parthasarathy
<ar...@gmail.com> wrote:
> hello,
>
> i would like to know about the community of tuscany - sca - c++
>
> please let me know, if this project is active!!
>
> thanks,
> Arunachalam



-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/