Re: Tuscany java SCA M2 issues, was: Lingering questions

2007-03-02 Thread Mike Edwards
Ant, Thanks for all your help. I've got the build and deploy to work with everything packaged inline, following your advice. However, the samples still dont actually work - I get a 404 when I point my browser at http://localhost:8080/sample-bigbank-webclient or at http://loc

Re: Tuscany java SCA M2 issues, was: Lingering questions

2007-03-02 Thread ant elder
Did you try another mvn install -N in the top level directory after you updated the top level pom.xml, otherwise the samples will still be using the old pom.xml in your local maven repo. I agree its not easy, which is why I've always argued a pre-built distro complete with everything in a single

Re: Tuscany java SCA M2 issues, was: Lingering questions

2007-03-02 Thread Mike Edwards
Ant, Yes, I hit this problem with Woden. The fix you outline below does not work. It looks as if maven is not using that version of the POM for the samples from my local disk. So editing that version has zero effect :-(. This maven build process is nothing less than a nightmare. When thi

Re: Tuscany java SCA M2 issues, was: Lingering questions

2007-02-28 Thread Jim Marino
Hi Mike, This may be a problem with Axis's Maven metadata, although I'm not sure. Can you create a JIRA and attach your WAR file so I can take a look? Also, can you try a simple app without the use of Axis and see if the error persists? Jim --

Re: Tuscany java SCA M2 issues, was: Lingering questions

2007-02-27 Thread ant elder
Another problem is that Woden has been moved so now i think is not in the maven repositories searched by the samples, and this could cause the failure of the axis2 extension. So if its not in your local repo you need to add the following to the in the pom.xml in the top level directory where the

Re: Tuscany java SCA M2 issues, was: Lingering questions

2007-02-27 Thread Raymond Feng
apshot-repository,http://people.apache.org/repo/m2-incubating-repository/,http://people.apache.org/repo/m1-snapshot-repository/ Thanks, Raymond - Original Message - From: "Mike Edwards" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 27, 2007 8:46 AM Subject: Re: Tuscany ja

Re: Tuscany java SCA M2 issues, was: Lingering questions

2007-02-27 Thread Rick Rineholt
Would that only work if you did a build of the full source (ie. put build/install tuscany axis2 jar into your local repo?) BTW I have BB working for me from m2. But I made a mistake yesterday and built the whole source, so those jars are probably in my local repo not from the distro but from my

Re: Tuscany java SCA M2 issues, was: Lingering questions

2007-02-27 Thread Mike Edwards
Raymond, Thanks for your reply. I had seen your previous note and I tried applying the lines: tuscany.online false into the web.xml file within the deployed Tomcat webapp. Unfortunately, it makes no difference. The axis2 jar is still not found with exactly

Tuscany java SCA M2 issues, was: Lingering questions

2007-02-27 Thread Raymond Feng
Hi, Mike. It seems that you're seeing similar issues with M2. Please see my comments below and they might help. Thanks, Raymond - Original Message - From: "Raymond Feng" <[EMAIL PROTECTED]> To: Sent: Monday, February 26, 2007 3:17 PM Subject: Re: Lingering questions Hi, David.