Re: C++ can't get Calculator sample to run

2006-07-09 Thread Pete Robbins

It's actually %TUSCANY_SCACPP%\lib;%TUSCANY_SDOCPP%\lib that you need on the
path, not the "bin"s. Another mistake in the instrcutions!

Cheers,



On 10/07/06, Luciano Resende <[EMAIL PROTECTED]> wrote:


I have the following bat file to setup the environment :

REM set SVN_HOME to the full path of where Subversion was installed
set SVN_HOME=D:\Opensource\svn-win32-1.3.1

SET AXIS2C_HOME=D:\Opensource\axis2c-bin-0.92-win32
SET PATH=%PATH%;%AXIS2C_HOME%\bin;%AXIS2C_HOME%\lib

SET LIBXML2_INCLUDE=D:\Opensource\libxml2-2.6.20.win32\include
SET LIBXML2_LIB=D:\Opensource\libxml2-2.6.20.win32\lib

SET

TUSCANY_SCACPP_SYSTEM_ROOT=D:\DEV\Projects\Tuscany\Releases\tuscany_sca_cpp-
0.1.incubating-M1-bin
SET TUSCANY_SCACPP=D:\DEV\Projects\Tuscany\Releases\tuscany_sca_cpp-
0.1.incubating-M1-bin
SET TUSCANY_SDOCPP=D:\DEV\Projects\Tuscany\Releases\tuscany_sdo_cpp-
0.1.incubating-M1-bin


SET PATH=%PATH%;%SVN_HOME%\bin;%TUSCANY_SCACPP%\bin;%TUSCANY_SDOCPP%\bin
echo.
echo checking SVN
svn --version
echo.

Hope this helps you get further...

- Luciano


On 7/9/06, ant elder <[EMAIL PROTECTED]> wrote:
>
> I'm still not getting passed this error. I've tried the versions you
have
> below (which version to use isn't very clear in the INSTALL doc), but
> still
> get the xmlTextReaderConstEncoding could not be located error. Could you
> list out exactly what environment variables I should have set and what
> should be in my PATH?
>
>...ant
>
> On 7/8/06, Pete Robbins <[EMAIL PROTECTED]> wrote:
> >
> > Axis2\lib should definitely be on the path. Do you have libxml2 on
your
> > path? On wiindows you also need iconv and zlib on the path. Here'w
what
> > the
> > Axis2C doc says:
> >
> > You also need the following dlls
> >
> >- libxml2.dll [http://www.xmlsoft.org - download the version >=
> >libxml2-2.6.20.win32]
> >- iconv.dll [http://www.xmlsoft.org - download the version >=
> >iconv-1.9.1.win32]
> >- zlib1.dll [http://www.xmlsoft.org - download the version >=
> >zlib-1.2.3.win32]
> >
> > axis2c and sdo prereq these. I need to add these to the SCA doc that
> > pre-reqs axis2c and SDO!
> >
> > Cheers,
> >
> >
> >
> > On 08/07/06, ant elder <[EMAIL PROTECTED]> wrote:
> > >
> > > I've tried following the instructions in the Calculator sample
INSTALL
> > doc
> > > and get an error in a popup window saying:
> > >
> > > This application has failed to start because axis2_engine.dll was
not
> > > found
> > >
> > > The output at the command prompt is:
> > >
> > > C:\SCA\Dist\Cpp\tuscany_sca_cpp-
> > > 0.1.incubating-M1-bin\samples\Calculator\deploy\bin>runclient.cmdadd
> 5
> > 6
> > > using Axis2C: C:\SCA\Dist\Cpp\axis2c-bin-0.92-win32"
> > > using TUSCANY_SDOCPP: C:\SCA\Dist\Cpp\tuscany_sdo_cpp-
> > > 0.1.incubating-M1-bin
> > > using TUSCANY_SCACPP: C:\SCA\Dist\Cpp\tuscany_sca_cpp-
> > > 0.1.incubating-M1-bin
> > >
> > >
> > > I tried adding the Axis2 lib dir to the PATH and then get a
different
> > > popup
> > > window error saying:
> > >
> > > The procedure entry point xmlTextReaderConstEncoding could not be
> > located
> > > in
> > > the dynamic link library libxml2.dll
> > >
> > > What am I doing wrong?
> > >
> > > Thanks,
> > >
> > >   ...ant
> > >
> > >
> >
> >
> > --
> > Pete
> >
> >
>
>


--
Regards

Luciano Resende





--
Pete


Re: C++ can't get Calculator sample to run

2006-07-09 Thread Luciano Resende

I have the following bat file to setup the environment :

REM set SVN_HOME to the full path of where Subversion was installed
set SVN_HOME=D:\Opensource\svn-win32-1.3.1

SET AXIS2C_HOME=D:\Opensource\axis2c-bin-0.92-win32
SET PATH=%PATH%;%AXIS2C_HOME%\bin;%AXIS2C_HOME%\lib

SET LIBXML2_INCLUDE=D:\Opensource\libxml2-2.6.20.win32\include
SET LIBXML2_LIB=D:\Opensource\libxml2-2.6.20.win32\lib

SET
TUSCANY_SCACPP_SYSTEM_ROOT=D:\DEV\Projects\Tuscany\Releases\tuscany_sca_cpp-
0.1.incubating-M1-bin
SET TUSCANY_SCACPP=D:\DEV\Projects\Tuscany\Releases\tuscany_sca_cpp-
0.1.incubating-M1-bin
SET TUSCANY_SDOCPP=D:\DEV\Projects\Tuscany\Releases\tuscany_sdo_cpp-
0.1.incubating-M1-bin


SET PATH=%PATH%;%SVN_HOME%\bin;%TUSCANY_SCACPP%\bin;%TUSCANY_SDOCPP%\bin
echo.
echo checking SVN
svn --version
echo.

Hope this helps you get further...

- Luciano


On 7/9/06, ant elder <[EMAIL PROTECTED]> wrote:


I'm still not getting passed this error. I've tried the versions you have
below (which version to use isn't very clear in the INSTALL doc), but
still
get the xmlTextReaderConstEncoding could not be located error. Could you
list out exactly what environment variables I should have set and what
should be in my PATH?

   ...ant

On 7/8/06, Pete Robbins <[EMAIL PROTECTED]> wrote:
>
> Axis2\lib should definitely be on the path. Do you have libxml2 on your
> path? On wiindows you also need iconv and zlib on the path. Here'w what
> the
> Axis2C doc says:
>
> You also need the following dlls
>
>- libxml2.dll [http://www.xmlsoft.org - download the version >=
>libxml2-2.6.20.win32]
>- iconv.dll [http://www.xmlsoft.org - download the version >=
>iconv-1.9.1.win32]
>- zlib1.dll [http://www.xmlsoft.org - download the version >=
>zlib-1.2.3.win32]
>
> axis2c and sdo prereq these. I need to add these to the SCA doc that
> pre-reqs axis2c and SDO!
>
> Cheers,
>
>
>
> On 08/07/06, ant elder <[EMAIL PROTECTED]> wrote:
> >
> > I've tried following the instructions in the Calculator sample INSTALL
> doc
> > and get an error in a popup window saying:
> >
> > This application has failed to start because axis2_engine.dll was not
> > found
> >
> > The output at the command prompt is:
> >
> > C:\SCA\Dist\Cpp\tuscany_sca_cpp-
> > 0.1.incubating-M1-bin\samples\Calculator\deploy\bin>runclient.cmd add
5
> 6
> > using Axis2C: C:\SCA\Dist\Cpp\axis2c-bin-0.92-win32"
> > using TUSCANY_SDOCPP: C:\SCA\Dist\Cpp\tuscany_sdo_cpp-
> > 0.1.incubating-M1-bin
> > using TUSCANY_SCACPP: C:\SCA\Dist\Cpp\tuscany_sca_cpp-
> > 0.1.incubating-M1-bin
> >
> >
> > I tried adding the Axis2 lib dir to the PATH and then get a different
> > popup
> > window error saying:
> >
> > The procedure entry point xmlTextReaderConstEncoding could not be
> located
> > in
> > the dynamic link library libxml2.dll
> >
> > What am I doing wrong?
> >
> > Thanks,
> >
> >   ...ant
> >
> >
>
>
> --
> Pete
>
>





--
Regards

Luciano Resende


[jira] Updated: (TUSCANY-528) Implementation clean up after removing named parameters

2006-07-09 Thread Kevin Williams (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-528?page=all ]

Kevin Williams updated TUSCANY-528:
---

Description: The option to use named parameters has been removed from the 
Command interaface.  The runtime needs some cleanup and maybe refactoring to 
optimize around indexed-only parameters.  Some test cases still need to be 
cleaned up too. For example, some of the Config files still specify SQL with 
named parameters.  (was: The option to use named parameters has been removed 
from the Command interaface.  The runtime needs some cleanup and maybe 
refactoring to optimize around indexed-only parameters.)

> Implementation clean up after removing named parameters
> ---
>
>  Key: TUSCANY-528
>  URL: http://issues.apache.org/jira/browse/TUSCANY-528
>  Project: Tuscany
> Type: Improvement

>   Components: Java DAS RDB
> Versions: Java-Mx
> Reporter: Kevin Williams
>  Fix For: Java-Mx

>
> The option to use named parameters has been removed from the Command 
> interaface.  The runtime needs some cleanup and maybe refactoring to optimize 
> around indexed-only parameters.  Some test cases still need to be cleaned up 
> too. For example, some of the Config files still specify SQL with named 
> parameters.

-- 
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]



[jira] Created: (TUSCANY-528) Implementation clean up after removing named parameters

2006-07-09 Thread Kevin Williams (JIRA)
Implementation clean up after removing named parameters
---

 Key: TUSCANY-528
 URL: http://issues.apache.org/jira/browse/TUSCANY-528
 Project: Tuscany
Type: Improvement

  Components: Java DAS RDB  
Versions: Java-Mx
Reporter: Kevin Williams
 Fix For: Java-Mx


The option to use named parameters has been removed from the Command 
interaface.  The runtime needs some cleanup and maybe refactoring to optimize 
around indexed-only parameters.

-- 
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: C++ can't get Calculator sample to run

2006-07-09 Thread Pete Robbins

The reference to xmlTextReaderConstEncoding  is from Axis2C. Have you tried
an axis2C sample to see if you have that installed correctly?

What version of libxml2 do you have? Can you post what is on your PATH
environment here.

We'll re-work the doc and rebuild the release in the next couple of days.

Cheers,

On 09/07/06, ant elder <[EMAIL PROTECTED]> wrote:


I'm still not getting passed this error. I've tried the versions you have
below (which version to use isn't very clear in the INSTALL doc), but
still
get the xmlTextReaderConstEncoding could not be located error. Could you
list out exactly what environment variables I should have set and what
should be in my PATH?

  ...ant





--
Pete


Re: [jira] Updated: (TUSCANY-527) First cut of the work scheduler implementation

2006-07-09 Thread Jeremy Boynes

On Jul 9, 2006, at 11:08 AM, Jeremy Boynes wrote:


On Jul 9, 2006, at 9:16 AM, David Jencks wrote:

There's a geronimo version of the commonj spec at  
org.apache.geronimo.specs:geronimo-commonj_1.1_spec:1.0:jar  at  
ibiblio.  I'm not entirely sure what auspices this was published  
under since geronimo doesn't have a tck for commonj.  If there are  
any problems with this jar please speak up on the geronimo dev list.


Thanks David, I'll use that for now.

There is also a version in the Apache WebServices WSRF project but  
they don't seem to have published it.


I found a couple of problems in Geronimo's version with the  
signatures (e.g. exceptions missing). I modified the Geronimo source  
to match the spec javadoc I downloaded and it seems to compile now.  
Attached is a patch for geronimo-spec (from https://svn.apache.org/ 
repos/asf/geronimo/specs/trunk)




This bumps the commonj spec jar version to 1.0.1-SNAPSHOT - hope  
that's the right version.


Dave, if this works for you can you get a snapshot version uploaded  
so that Tuscany folk won't have to build from source.


Thanks
--
Jeremy


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

Re: [jira] Updated: (TUSCANY-527) First cut of the work scheduler implementation

2006-07-09 Thread Jeremy Boynes

On Jul 9, 2006, at 9:16 AM, David Jencks wrote:

There's a geronimo version of the commonj spec at  
org.apache.geronimo.specs:geronimo-commonj_1.1_spec:1.0:jar  at  
ibiblio.  I'm not entirely sure what auspices this was published  
under since geronimo doesn't have a tck for commonj.  If there are  
any problems with this jar please speak up on the geronimo dev list.


Thanks David, I'll use that for now.

There is also a version in the Apache WebServices WSRF project but  
they don't seem to have published it.

--
Jeremy

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



Re: C++ can't get Calculator sample to run

2006-07-09 Thread ant elder

I'm still not getting passed this error. I've tried the versions you have
below (which version to use isn't very clear in the INSTALL doc), but still
get the xmlTextReaderConstEncoding could not be located error. Could you
list out exactly what environment variables I should have set and what
should be in my PATH?

  ...ant

On 7/8/06, Pete Robbins <[EMAIL PROTECTED]> wrote:


Axis2\lib should definitely be on the path. Do you have libxml2 on your
path? On wiindows you also need iconv and zlib on the path. Here'w what
the
Axis2C doc says:

You also need the following dlls

   - libxml2.dll [http://www.xmlsoft.org - download the version >=
   libxml2-2.6.20.win32]
   - iconv.dll [http://www.xmlsoft.org - download the version >=
   iconv-1.9.1.win32]
   - zlib1.dll [http://www.xmlsoft.org - download the version >=
   zlib-1.2.3.win32]

axis2c and sdo prereq these. I need to add these to the SCA doc that
pre-reqs axis2c and SDO!

Cheers,



On 08/07/06, ant elder <[EMAIL PROTECTED]> wrote:
>
> I've tried following the instructions in the Calculator sample INSTALL
doc
> and get an error in a popup window saying:
>
> This application has failed to start because axis2_engine.dll was not
> found
>
> The output at the command prompt is:
>
> C:\SCA\Dist\Cpp\tuscany_sca_cpp-
> 0.1.incubating-M1-bin\samples\Calculator\deploy\bin>runclient.cmd add 5
6
> using Axis2C: C:\SCA\Dist\Cpp\axis2c-bin-0.92-win32"
> using TUSCANY_SDOCPP: C:\SCA\Dist\Cpp\tuscany_sdo_cpp-
> 0.1.incubating-M1-bin
> using TUSCANY_SCACPP: C:\SCA\Dist\Cpp\tuscany_sca_cpp-
> 0.1.incubating-M1-bin
>
>
> I tried adding the Axis2 lib dir to the PATH and then get a different
> popup
> window error saying:
>
> The procedure entry point xmlTextReaderConstEncoding could not be
located
> in
> the dynamic link library libxml2.dll
>
> What am I doing wrong?
>
> Thanks,
>
>   ...ant
>
>


--
Pete




Re: [jira] Updated: (TUSCANY-527) First cut of the work scheduler implementation

2006-07-09 Thread David Jencks
There's a geronimo version of the commonj spec at  
org.apache.geronimo.specs:geronimo-commonj_1.1_spec:1.0:jar  at  
ibiblio.  I'm not entirely sure what auspices this was published  
under since geronimo doesn't have a tck for commonj.  If there are  
any problems with this jar please speak up on the geronimo dev list.


thanks
david jencks

On Jul 9, 2006, at 8:38 AM, Meeraj Kunnumpurath (JIRA) wrote:


 [ http://issues.apache.org/jira/browse/TUSCANY-527?page=all ]

Meeraj Kunnumpurath updated TUSCANY-527:


Attachment: jsr237.jar

Jeremy,

I can't find it on the Maven repo. I have attached the one I used.  
This was built from the source files I got from one of the vendors  
around a year ago.


Ta
Meeraj


First cut of the work scheduler implementation
--

 Key: TUSCANY-527
 URL: http://issues.apache.org/jira/browse/TUSCANY-527
 Project: Tuscany
Type: New Feature



  Components: Java SCA Core
Reporter: Meeraj Kunnumpurath
Assignee: Jeremy Boynes
Priority: Trivial
 Attachments: jsr237.jar, workmanager.jar

First-cut of the work scheduler implementation.


--
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]




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



[jira] Updated: (TUSCANY-527) First cut of the work scheduler implementation

2006-07-09 Thread Meeraj Kunnumpurath (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-527?page=all ]

Meeraj Kunnumpurath updated TUSCANY-527:


Attachment: jsr237.jar

Jeremy,

I can't find it on the Maven repo. I have attached the one I used. This was 
built from the source files I got from one of the vendors around a year ago.

Ta
Meeraj

> First cut of the work scheduler implementation
> --
>
>  Key: TUSCANY-527
>  URL: http://issues.apache.org/jira/browse/TUSCANY-527
>  Project: Tuscany
> Type: New Feature

>   Components: Java SCA Core
> Reporter: Meeraj Kunnumpurath
> Assignee: Jeremy Boynes
> Priority: Trivial
>  Attachments: jsr237.jar, workmanager.jar
>
> First-cut of the work scheduler implementation.

-- 
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]



workmanager and dependency on commonj.work API

2006-07-09 Thread Jeremy Boynes

Meeraj,

The work manager stuff look nice - -thanks.

Where are you getting the commonj.work API classes from? Which maven  
dependency?


Thanks
--
Jeremy

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



[jira] Commented: (TUSCANY-527) First cut of the work scheduler implementation

2006-07-09 Thread Jeremy Boynes (JIRA)
[ 
http://issues.apache.org/jira/browse/TUSCANY-527?page=comments#action_12419907 
] 

Jeremy Boynes commented on TUSCANY-527:
---

Looks good.
Which version of the commonj API are you using and is there a version of it in 
the maven repo?

> First cut of the work scheduler implementation
> --
>
>  Key: TUSCANY-527
>  URL: http://issues.apache.org/jira/browse/TUSCANY-527
>  Project: Tuscany
> Type: New Feature

>   Components: Java SCA Core
> Reporter: Meeraj Kunnumpurath
> Assignee: Jeremy Boynes
> Priority: Trivial
>  Attachments: workmanager.jar
>
> First-cut of the work scheduler implementation.

-- 
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]