Re: [C++] Configure options for our Linux automake build?

2006-09-21 Thread Jean-Sebastien Delfino
Andrew Borley wrote: [snip] A couple of questions: What do you see going into --enable-most-extensions? My own view would be CPP, Axis2 and one of the scripting languages to give a good view of what SCACPP can do. Alternatively, it could check for certain environment variables on the system

Re: [C++] SDO can't load an XML doc with no namespace

2006-09-21 Thread Geoffrey Winn
I won't be able to do anything about this until the week after next at the earliest (ie early October) - but even then I have other commitments. I'll try to find some time to look at it then. Regards, Geoff. On 21/09/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Geoffrey Winn wrote: I

Re: [C++] Should the SCA binding reuse the Web Service binding code

2006-09-21 Thread Pete Robbins
That sounds the right way to go. Maybe we need to rethink the extension mechanism a bit e.g. have a generic WS binding extension with specific implementations (Axis2C). The sca binding can have dependencies on ws binding but it would be nice if it didn't have dependencies on a particular

Re: Where are we with release content?

2006-09-21 Thread robert burrell donkin
On 9/21/06, kelvin goodson [EMAIL PROTECTED] wrote: I ran the irat release auditing tool discussed by russel burrell donkin and jeremy boynes on the apache general list against the java sdo sub-hierarchy. FYI it started as RAT (Release Audit Tool) but google wouldn't let me have that name

Re: Can't build

2006-09-21 Thread Rick
I don't have a great solution, but what I've done in the case of clean not working is do clean with -fn (fail never). Then do a search for directories with name target and manually delete them. Then start a fresh on line build. Like I said not great, but has worked for me. Andy Piper

Re: Can't build

2006-09-21 Thread Andy Piper
Even doing this I still run into SDO test failures. andy At 11:39 21/09/2006, Rick wrote: I don't have a great solution, but what I've done in the case of clean not working is do clean with -fn (fail never). Then do a search for directories with name target and manually delete them. Then

Re: [C++] Simpler Axis2 deployment with revision r448112

2006-09-21 Thread Andrew Borley
Hi Sebastien, This is all good stuff - much nicer :) I've updated the windows build files to create the Axis dispatcher library it should deploy in a similar manner to the Linux build. Also successfully tested the windows sample runwsserver.bat files and updated the deployment files to put

Re: Can't build

2006-09-21 Thread Andy Piper
If I try and ignore test failures I get a different error: [ERROR] FATAL ERROR [INFO] [INFO] org.apache.ws.commons.schema.XmlSchemaCollection.mapNamespace(Ljava/lang/ String;Ljava/lang/String;)V [INFO]

Re: Can't build

2006-09-21 Thread Rick
Find your local maven repo. (USERPROFILE env var \.m2\repository in windows) remove or rename org\apache\ws\commons\XmlSchema dir. or remove/rename the whole repository directory (shotgun approach). Andy Piper wrote: If I try and ignore test failures I get a different error: [ERROR] FATAL

Re: Can't build

2006-09-21 Thread Andy Piper
Makes no difference, same failure. andy At 13:22 21/09/2006, Rick wrote: Find your local maven repo. (USERPROFILE env var \.m2\repository in windows) remove or rename org\apache\ws\commons\XmlSchema dir. or remove/rename the whole repository directory (shotgun approach). Andy Piper wrote:

Re: [C++] SDO can't load an XML doc with no namespace

2006-09-21 Thread Simon Laws
On 9/21/06, Geoffrey Winn [EMAIL PROTECTED] wrote: I won't be able to do anything about this until the week after next at the earliest (ie early October) - but even then I have other commitments. I'll try to find some time to look at it then. Regards, Geoff. On 21/09/06, Jean-Sebastien

Re: Where are we with release content?

2006-09-21 Thread kelvin goodson
In trying to follow the release management draft guidelines at http://incubator.apache.org/guides/releasemanagement.html I have a few questions. 1) for a source distribution the guidelines say Check for version

[jira] Resolved: (TUSCANY-740) Misleading exception when SDO does not find definition for specific column

2006-09-21 Thread Brent Daniel (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-740?page=all ] Brent Daniel resolved TUSCANY-740. -- Resolution: Fixed Misleading exception when SDO does not find definition for specific column

Re: Request for Project Ideas for M.Sc Students

2006-09-21 Thread Geoffrey Winn
I have a .pdf document that describes the web services course at Oxford and I agreed to add that to the Wiki, but I can't see how to do that. Can anyone help me with that? Thanks in advance. Geoff. On 19/09/06, Geoffrey Winn [EMAIL PROTECTED] wrote: I've added a page to the Wiki to cover

Re: Request for Project Ideas for M.Sc Students

2006-09-21 Thread Raymond Feng
Hi, In the wiki page, go to attachmens and upload your file as an attachment with a name such as ws.pdf. Then use a tag attachment:ws.pdf to make it available to your page. Or you can create a URL link pointing to your attachment. Thanks, Raymond - Original Message - From:

Re: Can't build

2006-09-21 Thread Jeremy Boynes
On Sep 21, 2006, at 3:05 AM, Andy Piper wrote: Trying to get up an running again. I can't run clean because of the missing war plugin and I can't build because of SDO test failures. Any clues? Running org.apache.tuscany.sdo.test.CrossScopeCopyTestCase Tests run: 1, Failures: 0, Errors: 1,

Re: Can't build

2006-09-21 Thread Andy Piper
I nuked my repo and am retrying, takes a while to download all those jars ... andy At 17:16 21/09/2006, Jeremy Boynes wrote: On Sep 21, 2006, at 3:05 AM, Andy Piper wrote: Trying to get up an running again. I can't run clean because of the missing war plugin and I can't build because of SDO

Re: Where are we with release content?

2006-09-21 Thread Jeremy Boynes
On Sep 21, 2006, at 6:57 AM, kelvin goodson wrote: In trying to follow the release management draft guidelines at http://incubator.apache.org/guides/releasemanagement.html I have a few questions. 1) for a source distribution the guidelines say Check for version

Re: Where are we with release content?

2006-09-21 Thread kelvin goodson
Jeremy, Thanks for this. Im in butterfly mode at the moment, flitting from work to non-work items, so I haven't had time to address all your comments. However, re the svn external experiment. I played for a while trying to get it to work but didn't quite manage it. It did seem that the svn

Re: Can't build

2006-09-21 Thread Andy Piper
Wiping out the entire repo gets me further, thanks. andy At 17:16 21/09/2006, Jeremy Boynes wrote: On Sep 21, 2006, at 3:05 AM, Andy Piper wrote: Trying to get up an running again. I can't run clean because of the missing war plugin and I can't build because of SDO test failures. Any clues?

Re: Where are we with release content?

2006-09-21 Thread robert burrell donkin
On 9/21/06, Jeremy Boynes [EMAIL PROTECTED] wrote: On Sep 21, 2006, at 6:57 AM, kelvin goodson wrote: In trying to follow the release management draft guidelines at http://incubator.apache.org/guides/releasemanagement.html I have a few questions. that's brave :-) i'm not surprised you

Re: Request for Project Ideas for M.Sc Students

2006-09-21 Thread Oisin Hurley
You know that you've been looking at waaay too much C code when you read: I have a .pdf document that describes the web services course at Oxford and think to yourself: 'r' isn't a hexadecimal number :) --oh - To

[jira] Updated: (TUSCANY-648) Launcher only runs from jars on the file system

2006-09-21 Thread Rick Rineholt (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-648?page=all ] Rick Rineholt updated TUSCANY-648: -- Priority: Blocker (was: Minor) I've raised this issue from minor to blocker. I believe this is the same, or very closely related to if you have

[jira] Updated: (TUSCANY-653) Finish off stand-alone distribution of SDO for Java

2006-09-21 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-653?page=all ] Yang ZHONG updated TUSCANY-653: --- Attachment: 653part2.patch Synchronized with Kelvin's commit (thank Kelvin); rescaned and attaching to complete license update Finish off stand-alone

[jira] Commented: (TUSCANY-741) ClassCastException while trying to set a date property

2006-09-21 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-741?page=comments#action_12436619 ] Yang ZHONG commented on TUSCANY-741: What's the type of purchaseDate? I've searched the svn and can't find such element/attribute. Anyway, SDO Java spec

[jira] Commented: (TUSCANY-741) ClassCastException while trying to set a date property

2006-09-21 Thread Luciano Resende (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-741?page=comments#action_12436627 ] Luciano Resende commented on TUSCANY-741: - Here is the definition for purchaseDate : xsd:complexType name=StockSummary ... xsd:attribute

Comment on SDO overview from Tuscany site

2006-09-21 Thread Yang ZHONG
I have a comment on SDO overview from Tuscany site, your input will be appreciated. The overview says SDO simplify and unify ... SDO is language neutral. SDO is being implemented ... SDO PHP ... SDO can be used ... SDO is a natural format for representing data on the wire in an SOA environment.

[jira] Created: (TUSCANY-743) BigBank DAS configuration updates

2006-09-21 Thread Luciano Resende (JIRA)
BigBank DAS configuration updates - Key: TUSCANY-743 URL: http://issues.apache.org/jira/browse/TUSCANY-743 Project: Tuscany Issue Type: Bug Components: Java BigBank Scenario Affects Versions:

[jira] Updated: (TUSCANY-743) BigBank DAS configuration updates

2006-09-21 Thread Luciano Resende (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-743?page=all ] Luciano Resende updated TUSCANY-743: Attachment: tuscany743.bigbank.lresende.20060921.txt Updates for BigBank DAS configuration files BigBank DAS configuration updates

[jira] Updated: (TUSCANY-744) BigBank SDO Wsdl updates to map missing columns to StockSummary type

2006-09-21 Thread Luciano Resende (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-744?page=all ] Luciano Resende updated TUSCANY-744: Attachment: tuscany744.bigbank.lresende.20060921.txt Updates to AccountService.wsdl BigBank SDO Wsdl updates to map missing columns to StockSummary

[jira] Commented: (TUSCANY-741) ClassCastException while trying to set a date property

2006-09-21 Thread Luciano Resende (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-741?page=comments#action_12436646 ] Luciano Resende commented on TUSCANY-741: - Per comments, started using stockPurchase.setDate(purchaseDate, new Date)). and works fine now. Unless we

Re: Can't build

2006-09-21 Thread Andy Piper
Ok, clean checkout, clean repository and I get this: [INFO] Generating SDO interfaces from g:\java\sca\tuscany\sampleapps\bigbank\acc ount\src\main\resources\wsdl\.svn java.io.FileNotFoundException: g:\java\sca\tuscany\sampleapps\bigbank\account\sr c\main\resources\wsdl\.svn (Access is

[jira] Created: (TUSCANY-745) BigBank updates to Account DB Services

2006-09-21 Thread Luciano Resende (JIRA)
BigBank updates to Account DB Services -- Key: TUSCANY-745 URL: http://issues.apache.org/jira/browse/TUSCANY-745 Project: Tuscany Issue Type: Bug Components: Java BigBank Scenario Affects

[jira] Updated: (TUSCANY-745) BigBank updates to Account DB Services

2006-09-21 Thread Luciano Resende (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-745?page=all ] Luciano Resende updated TUSCANY-745: Attachment: tuscany745-1.bigbank.lresende.20060921.txt General changes descibed on JIRA description BigBank updates to Account DB Services

Re: How can I reuse a resource (ex connection) inside Tuscany?

2006-09-21 Thread Rajith Attapattu
Hi All, JMS connections (and for that matter many other connections to external resources) could be expensive. Sometimes a service or a reference with a JMS Binding may have to use it's own connection as it may use different messaging infrastructures. But in most cases several services and