[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

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,

[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

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

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

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

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

[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:

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

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 bins. 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