Tuscany IRC Chat on Monday, May 15

2006-05-15 Thread Jean-Sebastien Delfino

Hi folks!

This is a manual reminder that the weekly Tuscany developer chat will be 
occurring on Monday, May 15, at: 15:30 GMT, 16:30 BST, 08:30am PDT, 
11:30am EDT, 21:00 Bangalore


The chat takes place on the freenode IRC network, (use server 
irc.freenode.net), on channel #tuscany, and is scheduled to last one 
hour, though it may run longer.  Please join us!


If you need an IRC client for windows, check out http://www.mirc.com, 
and http://www.mirc.com/links.html has some links to clients for other 
OS's.


Thanks,

--
Jean-Sebastien



[jira] Commented: (TUSCANY-331) No maven plugin for Java2WSDL

2006-05-15 Thread ant elder (JIRA)
[ 
http://issues.apache.org/jira/browse/TUSCANY-331?page=comments#action_12402277 
] 

ant elder commented on TUSCANY-331:
---

Applied. Thanks for the patches!
Still to do, change some/all of the interop and samples to use the new 
java2wsdl tool.

 No maven plugin for Java2WSDL
 -

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

   Components: Java SCA Tools
 Versions: Java-M1
 Reporter: Rick Rineholt
 Assignee: ant elder
  Fix For: Java-M1
  Attachments: Java2WSDL - Tuscany Patch 11-May.txt, 
 SCA-Tools-Maven-Plugins.zip, java2wsdl-mojo-pom-fragment.xml

 There is no maven plugin  for Java2WSDL  as there is for SDO gen. and SCA gen.

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



[jira] Commented: (TUSCANY-217) WSDLDefinition caching allows EntryPoint WS URLs to clobber ExternalService URLs

2006-05-15 Thread Jim Marino (JIRA)
[ 
http://issues.apache.org/jira/browse/TUSCANY-217?page=comments#action_12402279 
] 

Jim Marino commented on TUSCANY-217:


I thought the WSDL registry is accessed when the application classloader is on 
the thread (it was when the WSDLs are loaded)? Are we setting the CCL to 
Tomcat's at some point when the WSDL registry is accessed?


  WSDLDefinition caching allows EntryPoint WS URLs to clobber ExternalService 
 URLs
 -

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

   Components: Java SCA Model
 Versions: Java-M1
  Environment: Windows - Tomcat  - April 17th download of Tuscany SVN 
 Reporter: Scott Kurz
 Assignee: Jim Marino
 Priority: Critical
  Fix For: Java-M1


 At a high-level, the problem is just that the URL in the EntryPoint-side WSDL 
 used in a WS binding.sometimes matters and sometimes does not.  When invoking 
 over a WS binding, it might be nice to say that, although both client and 
 server have a copy of the WSDL, that only the client URL matters, but not the 
 server's.
 The URL I'm talking about appears in the WSDL's  wsdlsoap:address tag.
 If an ExternalService using a WS binding with the same namespace as the Entry 
 Point is hosted in the same process as the Entry Point, then the URL used to 
 invoke the ExternalService will come from whichever WSDL Definition is loaded 
 first, the EntryPoint's or the ExternalService's.  To be sure that the 
 correct URL is used, you must keep both URLs in synch with the URL 
 corresponding to the URL at which the app is actually hosted (i.e. the IP 
 address and port of your Tomcat service, plus your app's context root, plus 
 the SCA-specific portion of the URL at the end).  
 If the ExternalService lives in another JVM, however, then the EntryPoint 
 WSDL's URL is irrelevant for invoking the SCA WS over the External Service WS 
 binding.  Then you only need to synchronize the External Service URL with the 
 URL at which the app is actually hosted.   By adding an External Service into 
 the same JVM as the SCA WS with Entry Point , then, you all of a sudden make 
 the Entry Point WSDL's URL relevant.  
 To recreate this problem, take the HelloWorldWSClient sample, and put a JSP 
 front-end on it, and package it into a WAR.Then take the HelloWorld WS 
 sample WAR, and tweak the URL to something that doesn't match your Tomcat 
 server's URL.  
 If you install both WARs and you ensure that the newly-created 
 HelloWorldWSClient WAR starts before the HelloWorld WS WAR (with bad URL), 
 the sample will work fine... HelloWorldWSClient WAR will call out the WS in 
 HelloWorld WS.   If, however, the apps are started in reverse order, the 
 garbage URL on the EntryPoint-side will take effect and it don't work.
 At a low-level, the problem seems to be the definitionsByNamespace map used 
 by the method 
 org.apache.tuscany.model.scdl.loader.impl.SCDLAssemblyModelLoaderImpl.loadDefinitions,
  which maps namespaces to WSDL Definitions.
  
 Assuming there is value caching WSDL Definitions per Namespace, maybe the 
 cache should be implemented such that EntryPoint-side URLs would not take 
 precedence over an ExternalService-side URL in this manner.

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



[jira] Updated: (TUSCANY-371) Udate SDO Java Project Overview doc and move to Wiki

2006-05-15 Thread Kelvin Goodson (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-371?page=all ]

Kelvin Goodson updated TUSCANY-371:
---

Attachment: sdojavaoverview.patch

This patch deletes the existing overview file and redirects the links to the 
Wiki.

 Udate SDO Java Project Overview doc and move to Wiki
 

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

   Components: Website
 Versions: Java-M1
 Reporter: Kelvin Goodson
  Attachments: sdojavaoverview.patch

 The project overview for SDO needs updating, and is better placed for now on 
 the WIKI, and linked to from the website.  The WIKI has already been updated. 
  This JIRA is for deletion of the old pdf file and for pointing the existing 
 links to the Wiki at 
 http://wiki.apache.org/ws/Tuscany/TuscanyJava/SDO_Java_Overview

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



[jira] Resolved: (TUSCANY-287) Need to pick a selection of two Javascript samples for our release

2006-05-15 Thread ant elder (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-287?page=all ]
 
ant elder resolved TUSCANY-287:
---

Resolution: Fixed

Added sca\helloworlde4xws and  sca\helloworldjsclient

 Need to pick a selection of two Javascript samples for our release
 --

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

   Components: Java SCA Samples
 Versions: Java-M1
 Reporter: Jean-Sebastien Delfino
 Assignee: ant elder
  Fix For: Java-M1


 We need to pick and clean up one or two Javascript samples for our first 
 release.
 See the discussion on our Wiki at http://wiki.apache.org/ws/Tuscany/Tasks.
 Sebastien volunteered to do this.

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



[jira] Closed: (TUSCANY-287) Need to pick a selection of two Javascript samples for our release

2006-05-15 Thread ant elder (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-287?page=all ]
 
ant elder closed TUSCANY-287:
-


 Need to pick a selection of two Javascript samples for our release
 --

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

   Components: Java SCA Samples
 Versions: Java-M1
 Reporter: Jean-Sebastien Delfino
 Assignee: ant elder
  Fix For: Java-M1


 We need to pick and clean up one or two Javascript samples for our first 
 release.
 See the discussion on our Wiki at http://wiki.apache.org/ws/Tuscany/Tasks.
 Sebastien volunteered to do this.

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



Re: [C++] Options for string handling in SDO

2006-05-15 Thread Caroline Maynard
Just to emphasise that point, the SDO for PHP implementation depends on 
the C-style string interfaces in Tuscany C++. It already has to copy 
strings from Tuscany to the internal PHP format for string data, so 
another level of indirection would be most unwelcome. I imagine that other 
wrappers for Tuscany C++ might have the same issue. 

Simon Laws [EMAIL PROTECTED] wrote on 12/05/2006 15:53:26:

 Also why is this an either/or? It would seem like a useful thing to have 
an
 interface that allows string objects to be used but not sure I would 
want to
 loose the ability to use C strings as well.
 
--
Caroline


[jira] Updated: (TUSCANY-362) Move StAX jars from server/lib to common/lib

2006-05-15 Thread ant elder (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-362?page=all ]

ant elder updated TUSCANY-362:
--

Fix Version: Java-Mx
 (was: Java-M1)

 Move StAX jars from server/lib to common/lib
 

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

   Components: Java SCA Tomcat Integration
 Versions: Java-Mx
 Reporter: ant elder
 Assignee: Jim Marino
  Fix For: Java-Mx
  Attachments: 362-patch.txt

 Currently the distribution has the StAX jars in tomcat server/lib. This means 
 they are not accessable by user applications. StAX is used in Rhino E4X so 
 this breaks any JavaScript/E4X component running in Tomcat, but it would also 
 break any user application that wantted to use StAX.
 See TUSCANY-282 and TUSCANY-82
 It may be possible to work around the problem by bundling the StAX jars in 
 the web app, I've not tried. We already put a bunch of other stuff in Tomcat 
 common/lib so I don't see why StAX should be any different.
 Assigning to Raymond as he's got the distribution JIRA TUSCANY-282

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



[jira] Created: (TUSCANY-372) Null pointer for axis2/tomcat example where the service interface/operation takes no parameters

2006-05-15 Thread Simon Laws (JIRA)
Null pointer for axis2/tomcat example where the service interface/operation 
takes no parameters
---

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

  Components: Java SCA Axis Binding  
Versions: Java-M1
 Environment: Fedora Core 5
Reporter: Simon Laws
Priority: Minor


This is based on a check out from last week so I will give it a go on the 
latest release but lest I forget the details. I have an example (attached) 
which simply calls a remote component via axis2/web services. The implemented 
operation takes no parameters and causes a null pointers exception down in the 
Axis code on the server side where the request message is being unpacked [1].  
I copied the example and changed the operation signature to include a single 
string parameter (also included) and all was well. Nothing else, as far as I 
can tell, changed between the two versions of the sample. 

[1]
[EMAIL PROTECTED] helloworld6client]$ ./run.sh
Exception in thread main org.osoa.sca.ServiceRuntimeException: 
org.apache.axis2.AxisFault: null; nested exception is:
java.lang.NullPointerException
at 
org.apache.tuscany.binding.axis2.externalservice.Axis2ServiceInvoker.invoke(Axis2ServiceInvoker.java:56)
at 
org.apache.tuscany.core.extension.ExternalServiceTargetInvoker.doInvoke(ExternalServiceTargetInvoker.java:84)
at 
org.apache.tuscany.core.extension.ExternalServiceTargetInvoker.invokeTarget(ExternalServiceTargetInvoker.java:79)
at 
org.apache.tuscany.core.extension.ExternalServiceTargetInvoker.invoke(ExternalServiceTargetInvoker.java:93)
at 
org.apache.tuscany.core.wire.impl.InvokerInterceptor.invoke(InvokerInterceptor.java:39)
at 
org.apache.tuscany.core.wire.jdk.JDKInvocationHandler.invoke(JDKInvocationHandler.java:112)
at $Proxy13.getResponse(Unknown Source)
at org.sample.helloworld.HelloWorldClient.main(HelloWorldClient.java:28)
Caused by: org.apache.axis2.AxisFault: null; nested exception is:
java.lang.NullPointerException
at 
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:287)
at 
org.apache.tuscany.binding.axis2.externalservice.Axis2OperationInvoker.invokeOperation(Axis2OperationInvoker.java:78)
at 
org.apache.tuscany.binding.axis2.externalservice.Axis2ServiceInvoker.invoke(Axis2ServiceInvoker.java:53)
... 7 more
Caused by: java.lang.Exception: org.apache.axis2.AxisFault: null; nested 
exception is:
java.lang.NullPointerException
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:318)
at 
org.apache.tuscany.binding.axis2.entrypoint.WebServiceEntryPointInOutSyncMessageReceiver.invokeBusinessLogic(WebServiceEntryPointInOutSyncMessageReceiver.java:83)
at 
org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.receive(AbstractInOutSyncMessageReceiver.java:37)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:454)
at 
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:284)
at 
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:136)
at 
org.apache.tuscany.binding.axis2.entrypoint.WebServiceEntryPointServlet.doPost(WebServiceEntryPointServlet.java:81)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.tuscany.tomcat.TuscanyValve.invoke(TuscanyValve.java:87)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at 

[jira] Updated: (TUSCANY-372) Null pointer for axis2/tomcat example where the service interface/operation takes no parameters

2006-05-15 Thread Simon Laws (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-372?page=all ]

Simon Laws updated TUSCANY-372:
---

Attachment: helloworld6-notworkingsample.tar

The example that causes the null pointer. 

 Null pointer for axis2/tomcat example where the service interface/operation 
 takes no parameters
 ---

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

   Components: Java SCA Axis Binding
 Versions: Java-M1
  Environment: Fedora Core 5
 Reporter: Simon Laws
 Priority: Minor
  Attachments: helloworld6-notworkingsample.tar

 This is based on a check out from last week so I will give it a go on the 
 latest release but lest I forget the details. I have an example (attached) 
 which simply calls a remote component via axis2/web services. The implemented 
 operation takes no parameters and causes a null pointers exception down in 
 the Axis code on the server side where the request message is being unpacked 
 [1].  I copied the example and changed the operation signature to include a 
 single string parameter (also included) and all was well. Nothing else, as 
 far as I can tell, changed between the two versions of the sample. 
 [1]
 [EMAIL PROTECTED] helloworld6client]$ ./run.sh
 Exception in thread main org.osoa.sca.ServiceRuntimeException: 
 org.apache.axis2.AxisFault: null; nested exception is:
 java.lang.NullPointerException
 at 
 org.apache.tuscany.binding.axis2.externalservice.Axis2ServiceInvoker.invoke(Axis2ServiceInvoker.java:56)
 at 
 org.apache.tuscany.core.extension.ExternalServiceTargetInvoker.doInvoke(ExternalServiceTargetInvoker.java:84)
 at 
 org.apache.tuscany.core.extension.ExternalServiceTargetInvoker.invokeTarget(ExternalServiceTargetInvoker.java:79)
 at 
 org.apache.tuscany.core.extension.ExternalServiceTargetInvoker.invoke(ExternalServiceTargetInvoker.java:93)
 at 
 org.apache.tuscany.core.wire.impl.InvokerInterceptor.invoke(InvokerInterceptor.java:39)
 at 
 org.apache.tuscany.core.wire.jdk.JDKInvocationHandler.invoke(JDKInvocationHandler.java:112)
 at $Proxy13.getResponse(Unknown Source)
 at 
 org.sample.helloworld.HelloWorldClient.main(HelloWorldClient.java:28)
 Caused by: org.apache.axis2.AxisFault: null; nested exception is:
 java.lang.NullPointerException
 at 
 org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:287)
 at 
 org.apache.tuscany.binding.axis2.externalservice.Axis2OperationInvoker.invokeOperation(Axis2OperationInvoker.java:78)
 at 
 org.apache.tuscany.binding.axis2.externalservice.Axis2ServiceInvoker.invoke(Axis2ServiceInvoker.java:53)
 ... 7 more
 Caused by: java.lang.Exception: org.apache.axis2.AxisFault: null; nested 
 exception is:
 java.lang.NullPointerException
 at org.apache.axis2.AxisFault.makeFault(AxisFault.java:318)
 at 
 org.apache.tuscany.binding.axis2.entrypoint.WebServiceEntryPointInOutSyncMessageReceiver.invokeBusinessLogic(WebServiceEntryPointInOutSyncMessageReceiver.java:83)
 at 
 org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.receive(AbstractInOutSyncMessageReceiver.java:37)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:454)
 at 
 org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:284)
 at 
 org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:136)
 at 
 org.apache.tuscany.binding.axis2.entrypoint.WebServiceEntryPointServlet.doPost(WebServiceEntryPointServlet.java:81)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
 at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
 at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
 at 
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
 at 
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
 at org.apache.tuscany.tomcat.TuscanyValve.invoke(TuscanyValve.java:87)
 at 
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
 at 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
 at 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
 at 
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
 at 
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
 at 
 

[jira] Assigned: (TUSCANY-310) Need to publish Javadoc for the spec API and the Tuscany specific APIs

2006-05-15 Thread Raymond Feng (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-310?page=all ]

Raymond Feng reassigned TUSCANY-310:


Assign To: Raymond Feng  (was: Daniel Kulp)

 Need to publish Javadoc for the spec API and the Tuscany specific APIs
 --

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

   Components: Build System, Website
 Versions: Java-M1
 Reporter: Jean-Sebastien Delfino
 Assignee: Raymond Feng
  Fix For: Java-M1


 We need to publish Javadoc for the spec API and the Tuscany specific APIs and 
 link it from our Web site.

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



[jira] Updated: (TUSCANY-372) Null pointer for axis2/tomcat example where the service interface/operation takes no parameters

2006-05-15 Thread Simon Laws (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-372?page=all ]

Simon Laws updated TUSCANY-372:
---

Attachment: helloworld7-workingsample.tar

example 6 but with the operation changed to include a single parameter

 Null pointer for axis2/tomcat example where the service interface/operation 
 takes no parameters
 ---

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

   Components: Java SCA Axis Binding
 Versions: Java-M1
  Environment: Fedora Core 5
 Reporter: Simon Laws
 Priority: Minor
  Attachments: helloworld6-notworkingsample.tar, helloworld7-workingsample.tar

 This is based on a check out from last week so I will give it a go on the 
 latest release but lest I forget the details. I have an example (attached) 
 which simply calls a remote component via axis2/web services. The implemented 
 operation takes no parameters and causes a null pointers exception down in 
 the Axis code on the server side where the request message is being unpacked 
 [1].  I copied the example and changed the operation signature to include a 
 single string parameter (also included) and all was well. Nothing else, as 
 far as I can tell, changed between the two versions of the sample. 
 [1]
 [EMAIL PROTECTED] helloworld6client]$ ./run.sh
 Exception in thread main org.osoa.sca.ServiceRuntimeException: 
 org.apache.axis2.AxisFault: null; nested exception is:
 java.lang.NullPointerException
 at 
 org.apache.tuscany.binding.axis2.externalservice.Axis2ServiceInvoker.invoke(Axis2ServiceInvoker.java:56)
 at 
 org.apache.tuscany.core.extension.ExternalServiceTargetInvoker.doInvoke(ExternalServiceTargetInvoker.java:84)
 at 
 org.apache.tuscany.core.extension.ExternalServiceTargetInvoker.invokeTarget(ExternalServiceTargetInvoker.java:79)
 at 
 org.apache.tuscany.core.extension.ExternalServiceTargetInvoker.invoke(ExternalServiceTargetInvoker.java:93)
 at 
 org.apache.tuscany.core.wire.impl.InvokerInterceptor.invoke(InvokerInterceptor.java:39)
 at 
 org.apache.tuscany.core.wire.jdk.JDKInvocationHandler.invoke(JDKInvocationHandler.java:112)
 at $Proxy13.getResponse(Unknown Source)
 at 
 org.sample.helloworld.HelloWorldClient.main(HelloWorldClient.java:28)
 Caused by: org.apache.axis2.AxisFault: null; nested exception is:
 java.lang.NullPointerException
 at 
 org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:287)
 at 
 org.apache.tuscany.binding.axis2.externalservice.Axis2OperationInvoker.invokeOperation(Axis2OperationInvoker.java:78)
 at 
 org.apache.tuscany.binding.axis2.externalservice.Axis2ServiceInvoker.invoke(Axis2ServiceInvoker.java:53)
 ... 7 more
 Caused by: java.lang.Exception: org.apache.axis2.AxisFault: null; nested 
 exception is:
 java.lang.NullPointerException
 at org.apache.axis2.AxisFault.makeFault(AxisFault.java:318)
 at 
 org.apache.tuscany.binding.axis2.entrypoint.WebServiceEntryPointInOutSyncMessageReceiver.invokeBusinessLogic(WebServiceEntryPointInOutSyncMessageReceiver.java:83)
 at 
 org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.receive(AbstractInOutSyncMessageReceiver.java:37)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:454)
 at 
 org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:284)
 at 
 org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:136)
 at 
 org.apache.tuscany.binding.axis2.entrypoint.WebServiceEntryPointServlet.doPost(WebServiceEntryPointServlet.java:81)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
 at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
 at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
 at 
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
 at 
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
 at org.apache.tuscany.tomcat.TuscanyValve.invoke(TuscanyValve.java:87)
 at 
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
 at 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
 at 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
 at 
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
 at 
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
 at 
 

[jira] Updated: (TUSCANY-357) Celtix binding doesn't map operation names correctly

2006-05-15 Thread Jean-Sebastien Delfino (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-357?page=all ]

Jean-Sebastien Delfino updated TUSCANY-357:
---

Fix Version: Java-Mx
 (was: Java-M1)
Version: Java-Mx
 (was: Java-M1)
Description: If the operation name in the WSDL doesn't  equalsIgnoreCase 
the method name, the celtix binding will not dispatch correctly, usually 
throwing a NullPointerException.  (was: 
If the operation name in the WSDL doesn't  equalsIgnoreCase the method name, 
the celtix binding will not dispatch correctly, usually throwing a 
NullPointerException.)

From IRC discussion, moving to Mx.

 Celtix binding doesn't map operation names correctly
 

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

   Components: Java SCA Celtix Binding
 Versions: Java-Mx
 Reporter: Daniel Kulp
 Assignee: Daniel Kulp
  Fix For: Java-Mx


 If the operation name in the WSDL doesn't  equalsIgnoreCase the method name, 
 the celtix binding will not dispatch correctly, usually throwing a 
 NullPointerException.

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



[jira] Commented: (TUSCANY-310) Need to publish Javadoc for the spec API and the Tuscany specific APIs

2006-05-15 Thread Raymond Feng (JIRA)
[ 
http://issues.apache.org/jira/browse/TUSCANY-310?page=comments#action_12402338 
] 

Raymond Feng commented on TUSCANY-310:
--

We decided to make the following javadoc available:

sca-api, sdo-api, tuscany-common, tuscany-core, tuscany-model, tuscany-das-rdb 
and tuscany-databinding-sdo.



 Need to publish Javadoc for the spec API and the Tuscany specific APIs
 --

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

   Components: Build System, Website
 Versions: Java-M1
 Reporter: Jean-Sebastien Delfino
 Assignee: Raymond Feng
  Fix For: Java-M1


 We need to publish Javadoc for the spec API and the Tuscany specific APIs and 
 link it from our Web site.

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



[jira] Created: (TUSCANY-373) JavaScript jars are not copied into Tomcat in the distribution

2006-05-15 Thread ant elder (JIRA)
JavaScript jars are not copied into Tomcat in the distribution
--

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

Versions: Java-M1
Reporter: ant elder
Priority: Critical
 Fix For: Java-M1


The JavaScript samples don't work in the distribution as the JavaScript jars 
aren't included.

Symptoms are an exception during startup:

org.apache.tuscany.core.config.ConfigurationLoadException: Unrecognized element 
[{http://org.apache.tuscany/xmlns/js/0.9}implementation.js]

And the E4XWS button doesn't work in the sample at 
http://localhost:8080/sample-helloworldjsclient-incubating-M1/

Need tuscany-container-rhino-incubating-M1.jar in server/lib and js-1.6R2.jar 
and xbean-2.1.0.jar in common/lib


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



[jira] Created: (TUSCANY-374) Enhance build-dist.bat to accept -o parameter

2006-05-15 Thread ant elder (JIRA)
Enhance  build-dist.bat  to accept -o parameter
---

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

  Components: Build System  
Versions: Java-M1
Reporter: ant elder
 Fix For: Java-M1


Distribution build _always_ fails for me due to maven repository timeouts or 
checksum errors

Could the build-dist.bat be enhanced to accept cmd line parameters and pass 
them on to the mvn command so i can pass in -o


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



[jira] Assigned: (TUSCANY-373) JavaScript jars are not copied into Tomcat in the distribution

2006-05-15 Thread Raymond Feng (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-373?page=all ]

Raymond Feng reassigned TUSCANY-373:


Assign To: Raymond Feng

 JavaScript jars are not copied into Tomcat in the distribution
 --

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

 Versions: Java-M1
 Reporter: ant elder
 Assignee: Raymond Feng
 Priority: Critical
  Fix For: Java-M1


 The JavaScript samples don't work in the distribution as the JavaScript jars 
 aren't included.
 Symptoms are an exception during startup:
 org.apache.tuscany.core.config.ConfigurationLoadException: Unrecognized 
 element [{http://org.apache.tuscany/xmlns/js/0.9}implementation.js]
 And the E4XWS button doesn't work in the sample at 
 http://localhost:8080/sample-helloworldjsclient-incubating-M1/
 Need tuscany-container-rhino-incubating-M1.jar in server/lib and js-1.6R2.jar 
 and xbean-2.1.0.jar in common/lib

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



[jira] Created: (TUSCANY-375) Welcome to tuscany html page with links to the samples

2006-05-15 Thread ant elder (JIRA)
Welcome to tuscany html page with links to the samples
--

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

  Components: Build System  
Versions: Java-M1
Reporter: ant elder
 Fix For: Java-M1


I suggested this in TUSCANY-282, maybe forgotten or maybe not liked, just close 
this if you don't like it...

What about a Welcome to Tuscany page deployed in the tomcat distribution at 
http://localhost:8080/tuscany?

Could be something real simple like:

html
 head
   titleWelcome to Tuscany SCA/TITLE
 /head

 body

   h2Welcome to Tuscany SCA/h2br

   h3Try a sample:/h2br

   p
   a href=helloworldweb-SNAPSHOT/HelloworldWeb/a
   /p
   p
   a href=helloworldjsonrpc-SNAPSHOT/Helloworld JSONRPC/a
   /p
   p
   a href=bigbank-webclient-SNAPSHOTBigBank/a
   /p

 /body
/html

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



[jira] Updated: (TUSCANY-331) No maven plugin for Java2WSDL

2006-05-15 Thread ant elder (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-331?page=all ]

ant elder updated TUSCANY-331:
--

Fix Version: Java-Mx
 (was: Java-M1)
Version: Java-Mx
 (was: Java-M1)

 No maven plugin for Java2WSDL
 -

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

   Components: Java SCA Tools
 Versions: Java-Mx
 Reporter: Rick Rineholt
 Assignee: ant elder
  Fix For: Java-Mx
  Attachments: Java2WSDL - Tuscany Patch 11-May.txt, 
 SCA-Tools-Maven-Plugins.zip, java2wsdl-mojo-pom-fragment.xml

 There is no maven plugin  for Java2WSDL  as there is for SDO gen. and SCA gen.

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



[jira] Commented: (TUSCANY-331) No maven plugin for Java2WSDL

2006-05-15 Thread ant elder (JIRA)
[ 
http://issues.apache.org/jira/browse/TUSCANY-331?page=comments#action_12402357 
] 

ant elder commented on TUSCANY-331:
---

Moving to Mx to finish the work of getting it uses by tests/samples

 No maven plugin for Java2WSDL
 -

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

   Components: Java SCA Tools
 Versions: Java-Mx
 Reporter: Rick Rineholt
 Assignee: ant elder
  Fix For: Java-Mx
  Attachments: Java2WSDL - Tuscany Patch 11-May.txt, 
 SCA-Tools-Maven-Plugins.zip, java2wsdl-mojo-pom-fragment.xml

 There is no maven plugin  for Java2WSDL  as there is for SDO gen. and SCA gen.

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



[jira] Updated: (TUSCANY-54) WireBuilders should be registered with a central registry

2006-05-15 Thread ant elder (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-54?page=all ]

ant elder updated TUSCANY-54:
-

Fix Version: Java-Mx
 (was: Java-M1)

 WireBuilders should be registered with a central registry
 -

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

   Components: Java SCA Core
 Versions: Java-Mx
 Reporter: Jeremy Boynes
 Priority: Minor
  Fix For: Java-Mx


 WireBuilders should register with a system service rather than the 
 RuntimeContext itself

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



[jira] Updated: (TUSCANY-281) BigBank sample should use Java2WSDL tool

2006-05-15 Thread ant elder (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-281?page=all ]

ant elder updated TUSCANY-281:
--

Fix Version: (was: Java-M1)

 BigBank sample should use Java2WSDL tool
 

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

   Components: Java BigBank Scenario
 Versions: Java-Mx
 Reporter: Jean-Sebastien Delfino
 Assignee: Rick Rineholt
  Fix For: Java-Mx


 The account module in the bigbank sample should use the Java2WSDL tool to 
 generate a WSDL portType from the account service Java interface. This is 
 identified as a work item for our release, see 
 http://wiki.apache.org/ws/Tuscany/Tasks.
 Rick volunteered to do this.

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



[jira] Resolved: (TUSCANY-183) Tuscany news page points to an obsolete set up document on our Wiki page

2006-05-15 Thread Rick Rineholt (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-183?page=all ]
 
Rick Rineholt resolved TUSCANY-183:
---

Fix Version: Java-M1-tentative
 Java-Mx
 Resolution: Fixed

applied patch

 Tuscany news page points to an obsolete set up document on our Wiki page
 

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

   Components: Website
 Versions: Java-M1-website
 Reporter: Jean-Sebastien Delfino
 Assignee: haleh mahbod
  Fix For: Java-Mx, Java-M1-tentative, Java-M1-website
  Attachments: news.xml

 The Tuscany news page should point to the correct set up instructions  on the 
 web site, the Wiki page is an obsolete version of what we now have on the web 
 site.

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



[jira] Updated: (TUSCANY-270) Bigbank sample should demonstrate the SCA async PM

2006-05-15 Thread ant elder (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-270?page=all ]

ant elder updated TUSCANY-270:
--

Fix Version: Java-M1-tentative
 (was: Java-M1)
Version: Java-M1-tentative
 (was: Java-M1)

 Bigbank sample should demonstrate the SCA async PM
 --

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

   Components: Java BigBank Scenario
 Versions: Java-M1-tentative
 Reporter: Jean-Sebastien Delfino
 Assignee: Ignacio Silva-Lepe
  Fix For: Java-M1-tentative
  Attachments: async-bigbank.txt

 The Bigbank sample should demonstrate the SCA async PM. Rick, Jim, could you 
 please add comments to this JIRA with your suggestions to improve the sample 
 to demonstrate the SCA async PM? Thanks.

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



[jira] Assigned: (TUSCANY-374) Enhance build-dist.bat to accept -o parameter

2006-05-15 Thread Raymond Feng (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-374?page=all ]

Raymond Feng reassigned TUSCANY-374:


Assign To: Raymond Feng

 Enhance  build-dist.bat  to accept -o parameter
 ---

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

   Components: Build System
 Versions: Java-M1
 Reporter: ant elder
 Assignee: Raymond Feng
  Fix For: Java-M1


 Distribution build _always_ fails for me due to maven repository timeouts or 
 checksum errors
 Could the build-dist.bat be enhanced to accept cmd line parameters and pass 
 them on to the mvn command so i can pass in -o

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



[jira] Closed: (TUSCANY-366) ClassLoader issues with Celtix use of SDOXMLHelper

2006-05-15 Thread Daniel Kulp (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-366?page=all ]
 
Daniel Kulp closed TUSCANY-366:
---

Fix Version: Java-M1
 (was: Java-M1-tentative)
 Resolution: Fixed

The initial comment was correct.   Just pass the ResourceLoader down into the 
callback works fine.  Repository version 406692 contains the fix.

 ClassLoader  issues with Celtix use of SDOXMLHelper
 ---

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

   Components: Java SCA Celtix Binding
 Versions: Java-M1
 Reporter: ant elder
 Assignee: Daniel Kulp
  Fix For: Java-M1


 To fix TUSCANY-333 i added a ClassLoader parameter to all the methods on 
 SDOXMLHelper. These methods are used by the Celtix binding so i expect it 
 also will see the problems in TUSCANY-333. 
 To fix this the app ClassLoader can be obtained from 
 WebServiceBinding.getResourceLoader().getClassLoader() and it could probably 
 be stored in the SCADataBindingCallback. But that seemed like quite a big 
 change for me to be making to the Cetix binding without discussing with you 
 so I've not fixed it and left the old methods on SDOXMLHelper.

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



[jira] Updated: (TUSCANY-374) Enhance build-dist.bat to accept -o parameter

2006-05-15 Thread Raymond Feng (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-374?page=all ]

Raymond Feng updated TUSCANY-374:
-

Attachment: 374.patch

Here's the patch to take -o for the scripts.

 Enhance  build-dist.bat  to accept -o parameter
 ---

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

   Components: Build System
 Versions: Java-M1
 Reporter: ant elder
 Assignee: Raymond Feng
  Fix For: Java-M1
  Attachments: 374.patch

 Distribution build _always_ fails for me due to maven repository timeouts or 
 checksum errors
 Could the build-dist.bat be enhanced to accept cmd line parameters and pass 
 them on to the mvn command so i can pass in -o

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



[jira] Updated: (TUSCANY-376) Create source distribution for Tuscany incubating-M1

2006-05-15 Thread Raymond Feng (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-376?page=all ]

Raymond Feng updated TUSCANY-376:
-

Attachment: 376.patch

Here's the patch containing the creation of src distro and javadoc for selected 
projects

 Create source distribution for Tuscany incubating-M1
 

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

   Components: Build System
 Versions: Java-M1
 Reporter: Raymond Feng
 Assignee: Raymond Feng
  Fix For: Java-M1
  Attachments: 376.patch

 Create source distribution for Tuscany incubating-M1

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



[jira] Commented: (TUSCANY-310) Need to publish Javadoc for the spec API and the Tuscany specific APIs

2006-05-15 Thread Raymond Feng (JIRA)
[ 
http://issues.apache.org/jira/browse/TUSCANY-310?page=comments#action_12402375 
] 

Raymond Feng commented on TUSCANY-310:
--

Patch uploaded to 376 since the files overlap in two fixes.

 Need to publish Javadoc for the spec API and the Tuscany specific APIs
 --

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

   Components: Build System, Website
 Versions: Java-M1
 Reporter: Jean-Sebastien Delfino
 Assignee: Raymond Feng
  Fix For: Java-M1


 We need to publish Javadoc for the spec API and the Tuscany specific APIs and 
 link it from our Web site.

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



[jira] Updated: (TUSCANY-270) Bigbank sample should demonstrate the SCA async PM

2006-05-15 Thread Ignacio Silva-Lepe (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-270?page=all ]

Ignacio Silva-Lepe updated TUSCANY-270:
---

Attachment: async-bigbank-new.txt

I just realized that I missed one file in the previous attachment 
(accountLog.jsp in webclient/src/main/webapp), which is probably what is 
causing the failure Rick is seeing. Apologies for the trouble.

 Bigbank sample should demonstrate the SCA async PM
 --

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

   Components: Java BigBank Scenario
 Versions: Java-M1-tentative
 Reporter: Jean-Sebastien Delfino
 Assignee: Ignacio Silva-Lepe
  Fix For: Java-M1-tentative
  Attachments: async-bigbank-new.txt, async-bigbank.txt

 The Bigbank sample should demonstrate the SCA async PM. Rick, Jim, could you 
 please add comments to this JIRA with your suggestions to improve the sample 
 to demonstrate the SCA async PM? Thanks.

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



[jira] Resolved: (TUSCANY-374) Enhance build-dist.bat to accept -o parameter

2006-05-15 Thread Jean-Sebastien Delfino (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-374?page=all ]
 
Jean-Sebastien Delfino resolved TUSCANY-374:


Resolution: Fixed

Applied the patch. Thanks.

 Enhance  build-dist.bat  to accept -o parameter
 ---

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

   Components: Build System
 Versions: Java-M1
 Reporter: ant elder
 Assignee: Raymond Feng
  Fix For: Java-M1
  Attachments: 374.patch

 Distribution build _always_ fails for me due to maven repository timeouts or 
 checksum errors
 Could the build-dist.bat be enhanced to accept cmd line parameters and pass 
 them on to the mvn command so i can pass in -o

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



[jira] Resolved: (TUSCANY-371) Udate SDO Java Project Overview doc and move to Wiki

2006-05-15 Thread Frank Budinsky (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-371?page=all ]
 
Frank Budinsky resolved TUSCANY-371:


Resolution: Fixed

Fixed in revision 406707.


 Udate SDO Java Project Overview doc and move to Wiki
 

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

   Components: Website
 Versions: Java-M1
 Reporter: Kelvin Goodson
  Attachments: sdojavaoverview.patch

 The project overview for SDO needs updating, and is better placed for now on 
 the WIKI, and linked to from the website.  The WIKI has already been updated. 
  This JIRA is for deletion of the old pdf file and for pointing the existing 
 links to the Wiki at 
 http://wiki.apache.org/ws/Tuscany/TuscanyJava/SDO_Java_Overview

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



[jira] Updated: (TUSCANY-373) JavaScript jars are not copied into Tomcat in the distribution

2006-05-15 Thread Raymond Feng (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-373?page=all ]

Raymond Feng updated TUSCANY-373:
-

Attachment: 373.patch

Here's the patch for 373, please review and apply.

 JavaScript jars are not copied into Tomcat in the distribution
 --

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

 Versions: Java-M1
 Reporter: ant elder
 Assignee: Raymond Feng
 Priority: Critical
  Fix For: Java-M1
  Attachments: 373.patch

 The JavaScript samples don't work in the distribution as the JavaScript jars 
 aren't included.
 Symptoms are an exception during startup:
 org.apache.tuscany.core.config.ConfigurationLoadException: Unrecognized 
 element [{http://org.apache.tuscany/xmlns/js/0.9}implementation.js]
 And the E4XWS button doesn't work in the sample at 
 http://localhost:8080/sample-helloworldjsclient-incubating-M1/
 Need tuscany-container-rhino-incubating-M1.jar in server/lib and js-1.6R2.jar 
 and xbean-2.1.0.jar in common/lib

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



[jira] Created: (TUSCANY-377) Can't start Tomcat server in M1 distro

2006-05-15 Thread Jean-Sebastien Delfino (JIRA)
Can't start Tomcat server in M1 distro
--

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

  Components: Build System, Java SCA Tomcat Integration  
Versions: Java-M1
Reporter: Jean-Sebastien Delfino
Priority: Blocker
 Fix For: Java-M1


To reproduce the problem, build the M1 distro, then go to 
distribution/target/tuscany-dist/apache-5.5.17/bin, then run ./catalina.sh run.

You will get the following exception:
SEVERE: Begin event threw exception
java.lang.ClassNotFoundException: org.apache.tuscany.tomcat.TuscanyHost
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at 
org.apache.tomcat.util.digester.ObjectCreateRule.begin(ObjectCreateRule.java:204)
at org.apache.tomcat.util.digester.Rule.begin(Rule.java:152)
at 
org.apache.tomcat.util.digester.Digester.startElement(Digester.java:1275)
at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:533)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:878)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1693)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at 
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1561)
at org.apache.catalina.startup.Catalina.load(Catalina.java:489)
at org.apache.catalina.startup.Catalina.load(Catalina.java:523)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:266)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)


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



[jira] Closed: (TUSCANY-354) Celtix/JMS Sample needed

2006-05-15 Thread Daniel Kulp (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-354?page=all ]
 
Daniel Kulp closed TUSCANY-354:
---

Resolution: Fixed


The XML over JMS sample is now in and documented.   The server part starts up a 
SCA server on SOAP/HTTP as well as XML/JMS.   Thus, it can be hit with the JMS 
client or the normal WS client.



 Celtix/JMS Sample needed
 

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

   Components: Java SCA Samples
 Versions: Java-M1
 Reporter: Daniel Kulp
 Assignee: Daniel Kulp
  Fix For: Java-M1


 The Celtix binding support XML over JMS.   It would be nice to have a sample 
 that shows using that instead of SOAP/HTTP.

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



[jira] Assigned: (TUSCANY-373) JavaScript jars are not copied into Tomcat in the distribution

2006-05-15 Thread ant elder (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-373?page=all ]

ant elder reassigned TUSCANY-373:
-

Assign To: ant elder  (was: Raymond Feng)

 JavaScript jars are not copied into Tomcat in the distribution
 --

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

 Versions: Java-M1
 Reporter: ant elder
 Assignee: ant elder
 Priority: Critical
  Fix For: Java-M1
  Attachments: 373.patch

 The JavaScript samples don't work in the distribution as the JavaScript jars 
 aren't included.
 Symptoms are an exception during startup:
 org.apache.tuscany.core.config.ConfigurationLoadException: Unrecognized 
 element [{http://org.apache.tuscany/xmlns/js/0.9}implementation.js]
 And the E4XWS button doesn't work in the sample at 
 http://localhost:8080/sample-helloworldjsclient-incubating-M1/
 Need tuscany-container-rhino-incubating-M1.jar in server/lib and js-1.6R2.jar 
 and xbean-2.1.0.jar in common/lib

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



[jira] Commented: (TUSCANY-377) Can't start Tomcat server in M1 distro

2006-05-15 Thread Raymond Feng (JIRA)
[ 
http://issues.apache.org/jira/browse/TUSCANY-377?page=comments#action_12402413 
] 

Raymond Feng commented on TUSCANY-377:
--

I can run the startup.bat on Windows XP successfully. Can you check if 
tuscany-tomcat-incubating-M1.jar is in server/lib?


 Can't start Tomcat server in M1 distro
 --

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

   Components: Build System, Java SCA Tomcat Integration
 Versions: Java-M1
 Reporter: Jean-Sebastien Delfino
 Priority: Blocker
  Fix For: Java-M1


 To reproduce the problem, build the M1 distro, then go to 
 distribution/target/tuscany-dist/apache-5.5.17/bin, then run ./catalina.sh 
 run.
 You will get the following exception:
 SEVERE: Begin event threw exception
 java.lang.ClassNotFoundException: org.apache.tuscany.tomcat.TuscanyHost
 at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
 at 
 org.apache.tomcat.util.digester.ObjectCreateRule.begin(ObjectCreateRule.java:204)
 at org.apache.tomcat.util.digester.Rule.begin(Rule.java:152)
 at 
 org.apache.tomcat.util.digester.Digester.startElement(Digester.java:1275)
 at 
 com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:533)
 at 
 com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:878)
 at 
 com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1693)
 at 
 com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
 at 
 com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
 at 
 com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
 at 
 com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
 at 
 com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
 at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1561)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:489)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:523)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:266)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)

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



[jira] Closed: (TUSCANY-373) JavaScript jars are not copied into Tomcat in the distribution

2006-05-15 Thread ant elder (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-373?page=all ]
 
ant elder closed TUSCANY-373:
-


 JavaScript jars are not copied into Tomcat in the distribution
 --

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

 Versions: Java-M1
 Reporter: ant elder
 Assignee: ant elder
 Priority: Critical
  Fix For: Java-M1
  Attachments: 373.patch

 The JavaScript samples don't work in the distribution as the JavaScript jars 
 aren't included.
 Symptoms are an exception during startup:
 org.apache.tuscany.core.config.ConfigurationLoadException: Unrecognized 
 element [{http://org.apache.tuscany/xmlns/js/0.9}implementation.js]
 And the E4XWS button doesn't work in the sample at 
 http://localhost:8080/sample-helloworldjsclient-incubating-M1/
 Need tuscany-container-rhino-incubating-M1.jar in server/lib and js-1.6R2.jar 
 and xbean-2.1.0.jar in common/lib

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



[jira] Assigned: (TUSCANY-310) Need to publish Javadoc for the spec API and the Tuscany specific APIs

2006-05-15 Thread ant elder (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-310?page=all ]

ant elder reassigned TUSCANY-310:
-

Assign To: ant elder  (was: Raymond Feng)

 Need to publish Javadoc for the spec API and the Tuscany specific APIs
 --

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

   Components: Build System, Website
 Versions: Java-M1
 Reporter: Jean-Sebastien Delfino
 Assignee: ant elder
  Fix For: Java-M1
  Attachments: 310.patch

 We need to publish Javadoc for the spec API and the Tuscany specific APIs and 
 link it from our Web site.

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



[jira] Resolved: (TUSCANY-310) Need to publish Javadoc for the spec API and the Tuscany specific APIs

2006-05-15 Thread ant elder (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-310?page=all ]
 
ant elder resolved TUSCANY-310:
---

Resolution: Fixed

Applied. Thanks for the patch Raymond.

 Need to publish Javadoc for the spec API and the Tuscany specific APIs
 --

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

   Components: Build System, Website
 Versions: Java-M1
 Reporter: Jean-Sebastien Delfino
 Assignee: ant elder
  Fix For: Java-M1
  Attachments: 310.patch

 We need to publish Javadoc for the spec API and the Tuscany specific APIs and 
 link it from our Web site.

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



build failure - doxia-site-renderer followup #369?

2006-05-15 Thread Paul Tomsic
Thanks for the fix Jean-Sebastien, but i'm now getting
a different error
Project ID: null:doxia-site-renderer:jar:1.0-alpha-8
Cannot find parent: org.apache.maven.doxia:doxia for
project: null: doxia-site-renderer:jar:1.0-alpha-8

Here's the whole output for clarity...
thoughts?


[ptomsic] java  pwd   
/Users/tomsicp/projects/tuscany/java
[ptomsic] java  uname -a
Darwin ptomsic.local 8.6.0 Darwin Kernel Version
8.6.0: Tue Mar  7 16:58:48 PST 2006;
root:xnu-792.6.70.obj~1/RELEASE_PPC Power Macintosh
powerpc
[ptomsic] java  java -version
java version 1.5.0_06
Java(TM) 2 Runtime Environment, Standard Edition
(build 1.5.0_06-112)
Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed
mode, sharing)
[ptomsic] java  mvn -v
Maven version: 2.0.4
[ptomsic] java  mvn
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   OSOA Specification API jars
[INFO]   SDO API
[INFO]   SCA API
[INFO]   Tuscany Project
[INFO]   Tuscany SDO Implementation Project
[INFO]   Tuscany SDO Implementation
[INFO]   Tuscany SDO Tools
[INFO]   Tuscany SDO Maven Plugin
[INFO]   Tuscany DAS
[INFO]   Tuscany DAS for Relational Databases
[INFO]   Tuscany SCA Implementation Project
[INFO]   Tuscany Common
[INFO]   Tuscany Assembly Model
[INFO]   Tuscany Core
[INFO]   Tuscany SCA Bindings
[INFO]   Project to install the Sun jars
[INFO]   Tuscany SCA Data Bindings
[INFO]   Tuscany Data Binding based on SDO
[INFO]   Tuscany SCA Containers
[INFO]   Tuscany Java IoC Container
[INFO]   Tuscany Axis2 Binding
[INFO]   Tuscany Apache Tomcat Integration
[INFO]   Tuscany JSON-RPC Binding
[INFO]   Tuscany Celtix Binding
[INFO]   Tuscany Rhino JavaScript Container
[INFO]   Tuscany SCA Tools
[INFO]   Tuscany SCA Maven Plugins
[INFO]   Tuscany SCA - Maven Plugin for WSDL2Java
[INFO]   Tuscany SCA - Maven Plugin for Java2WSDL
[INFO]   Tuscany Samples
[INFO]   Tuscany DAS Samples
[INFO]   Tuscany DAS Company Sample
[INFO]   Tuscany SCA Samples
[INFO]   Tuscany HelloWorld Sample
[INFO]   Tuscany HelloWorld Web Application Sample
[INFO]   Tuscany Calculator Sample
[INFO]   Tuscany Customer Info Sample
[INFO]   Tuscany HelloWorld Web Service Sample
[INFO]   Tuscany HelloWorld Celtix Web Service Sample
[INFO]   Tuscany HelloWorld Web Service Client Sample
[INFO]   Tuscany Supply Chain Sample
[INFO]   Tuscany HelloWorld JSON-RPC Sample
[INFO]   Tuscany SCA JMS Samples
[INFO]   Tuscany HelloWorld Celtix JMS Client Sample
[INFO]   Tuscany HelloWorld Celtix JMS Service Sample
[INFO]   Tuscany HelloWorld JavaScript/E4X Web Service
Sample
[INFO]   Tuscany HelloWorld JSON-RPC WS Client Sample
[INFO]   Tuscany Scenario Samples
[INFO]   Tuscany BigBank Scenario Sample
[INFO]   Tuscany BigBank Account Module
[INFO]   Tuscany BigBank Web Client Module
[INFO]

[INFO] Building OSOA Specification API jars
[INFO]task-segment: [install]
[INFO]

Downloading:
http://snapshots.maven.codehaus.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-8/doxia-1.0-alpha-8.pom
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error building POM (may not be this project's
POM).


Project ID: null:doxia-site-renderer:jar:1.0-alpha-8

Reason: Cannot find parent:
org.apache.maven.doxia:doxia for project:
null:doxia-site-renderer:jar:1.0-alpha-8


[INFO]

[INFO] For more information, run Maven with the -e
switch
[INFO]

[INFO] Total time: 9 seconds
[INFO] Finished at: Mon May 15 20:43:49 CDT 2006
[INFO] Final Memory: 4M/9M
[INFO]

[ptomsic] java  


--- Jean-Sebastien Delfino [EMAIL PROTECTED]
wrote:

 Paul Tomsic wrote:
  i've just grabbed tuscany from svn and i'm now
  receiving a build failure when i do the following.
  thoughts/help appreciated.
  thx
 
 
  [ptomsic] java  pwd
  /Users/tomsicp/projects/tuscany/java
  [ptomsic] java  uname -a
  Darwin ptomsic.local 8.6.0 Darwin Kernel Version
  8.6.0: Tue Mar  7 16:58:48 PST 2006;
  root:xnu-792.6.70.obj~1/RELEASE_PPC Power
 Macintosh
  powerpc
  [ptomsic] java  mvn -version
  Maven version: 2.0.4
  [ptomsic] java  mvn
  [INFO] Scanning for projects...
  [INFO]
 


  [ERROR] FATAL ERROR
  [INFO]
 


  [INFO] Failed to resolve artifact.
 
  GroupId: org.apache.tuscany.samples.das
  ArtifactId: das-samples
  Version: SNAPSHOT
 
  Reason: Unable to download the artifact from any
  repository
 
   
 

org.apache.tuscany.samples.das:das-samples:pom:SNAPSHOT
 
  from the specified remote 

[jira] Assigned: (TUSCANY-345) Consolidate and check consistency of build and run instructions

2006-05-15 Thread haleh mahbod (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-345?page=all ]

haleh mahbod reassigned TUSCANY-345:


Assign To: Rick Rineholt  (was: haleh mahbod)

Rick, 
Please review and apply this fix if you agree with it. Thanks. 
Haleh

 Consolidate and check consistency of build and run instructions
 ---

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

   Components: Website, Java SCA Samples, Java BigBank Scenario
 Versions: Java-M1-website
  Environment: Fedora Core 5
 Reporter: Simon Laws
 Assignee: Rick Rineholt
  Fix For: Java-M1-website
  Attachments: Tuscany345Fix.zip

 There are several different sets of build instructions, e, g, 
 Website - SCA Installation instructions
 sampleSetup.htm
 java/BUILDING.txt,
 testing/tomcat/readme
 new wiki Get Tuscany pages. 
 Personally I prefer the format of the last one for users. Should also remove 
 the svn stuff for the binary release though. 

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



[jira] Created: (TUSCANY-379) Error building samples in M1 distribution

2006-05-15 Thread Jean-Sebastien Delfino (JIRA)
Error building samples in M1 distribution
-

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

  Components: Build System, Java SCA Samples, Java DAS Samples  
Versions: Java-M1
Reporter: Jean-Sebastien Delfino
Priority: Critical
 Fix For: Java-M1


Samples packaged in the M1 distro cannot be built with mvn. To reproduce the 
problem unpack the M1 distro, then from samples/sca run mvn. You will get the 
following error:

[INFO] 
NOTE: Maven is executing in offline mode. Any artifacts not already in your 
local
repository will be inaccessible.

[INFO] Scanning for projects...
[INFO] 

[ERROR] FATAL ERROR
[INFO] 

[INFO] Failed to resolve artifact.

GroupId: org.apache.tuscany.samples
ArtifactId: tuscany-samples
Version: incubating-M1

Reason: System is offline.

  org.apache.tuscany.samples:tuscany-samples:pom:incubating-M1



NOTE: Maven is executing in offline mode. Any artifacts not already in your 
local
repository will be inaccessible.


[INFO] 

[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: POM 
'org.apache.tuscany.samples:tuscany-samples' not found in repository: System is 
offline.

  org.apache.tuscany.samples:tuscany-samples:pom:incubating-M1


at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:365)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:278)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: POM 
'org.apache.tuscany.samples:tuscany-samples' not found in repository: System is 
offline.

  org.apache.tuscany.samples:tuscany-samples:pom:incubating-M1


at 
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:430)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:988)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:594)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFile(DefaultMavenProjectBuilder.java:304)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:274)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:515)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:447)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:351)
... 11 more
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: System 
is offline.

  org.apache.tuscany.samples:tuscany-samples:pom:incubating-M1


at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:112)
at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:63)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:387)
... 18 more
[INFO] 

[INFO] Total time:  1 second
[INFO] Finished at: Mon May 15 19:33:18 PDT 2006
[INFO] Final Memory: 1M/2M
[INFO] 


The problem is that the Maven artifact for the parent of samples/sca/pom.xml 
does not exist in the user's Maven repos.

A possible fix would be to ship samples/pom.xml in the binary distribution and 
remove any parent specification from it.

Same problem and same resolution with sampleapps/pom.xml.


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



[jira] Updated: (TUSCANY-364) Automate RDB DAS stand-alone sample

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

Kevin Williams updated TUSCANY-364:
---

Fix Version: Java-M1
 (was: Java-M1-tentative)

 Automate RDB DAS stand-alone sample
 ---

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

   Components: Java DAS Samples
 Versions: Java-M1
 Reporter: Kevin Williams
 Assignee: Kevin Williams
  Fix For: Java-M1


 Need to automate this sample for the following reasons:
 1. The automation script can serve as an instructional tool for deploying DAS 
 to tomcat
 2. Automating the sample will allow it to be frequently run (as part of dist 
 build)
 Need to decide if the automation should live in  java/das/samples/testing, 
 java/sample/testing or both

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



[jira] Resolved: (TUSCANY-376) Create source distribution for Tuscany incubating-M1

2006-05-15 Thread Raymond Feng (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-376?page=all ]
 
Raymond Feng resolved TUSCANY-376:
--

Resolution: Fixed

Fixed

 Create source distribution for Tuscany incubating-M1
 

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

   Components: Build System
 Versions: Java-M1
 Reporter: Raymond Feng
 Assignee: Raymond Feng
  Fix For: Java-M1
  Attachments: 376.patch

 Create source distribution for Tuscany incubating-M1

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



[jira] Resolved: (TUSCANY-364) Automate RDB DAS stand-alone sample

2006-05-15 Thread Kevin Williams (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-364?page=all ]
 
Kevin Williams resolved TUSCANY-364:


Resolution: Fixed

 Automate RDB DAS stand-alone sample
 ---

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

   Components: Java DAS Samples
 Versions: Java-M1
 Reporter: Kevin Williams
 Assignee: Kevin Williams
  Fix For: Java-M1


 Need to automate this sample for the following reasons:
 1. The automation script can serve as an instructional tool for deploying DAS 
 to tomcat
 2. Automating the sample will allow it to be frequently run (as part of dist 
 build)
 Need to decide if the automation should live in  java/das/samples/testing, 
 java/sample/testing or both

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



[jira] Resolved: (TUSCANY-378) Can't execute ./catalina.sh, executables do not have the +x flag in the unpacked distro

2006-05-15 Thread Jean-Sebastien Delfino (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-378?page=all ]
 
Jean-Sebastien Delfino resolved TUSCANY-378:


Resolution: Fixed

Fixed, set the 755 permission on the Tomcat .sh files.  

 Can't execute ./catalina.sh, executables do not have the +x flag in the 
 unpacked distro
 ---

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

   Components: Build System
 Versions: Java-M1
  Environment: Linux
 Reporter: Jean-Sebastien Delfino
 Priority: Blocker
  Fix For: Java-M1


 This is a problem on Linux only. To reproduce the problem untar the distro 
 tar.gz. The scripts (e.g. the Tomcat catalina.sh) have lost the +x flag and 
 therefore cannot be executed. I think we're missing some options on zip and 
 tar to preserve the +x flags.

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



[jira] Updated: (TUSCANY-359) Create README for M1 and include it in the distro build

2006-05-15 Thread Raymond Feng (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-359?page=all ]

Raymond Feng updated TUSCANY-359:
-

Attachment: 359.patch

 Create README for M1 and include it in the distro build
 ---

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

   Components: Build System
 Versions: Java-M1
 Reporter: Jean-Sebastien Delfino
 Assignee: Raymond Feng
 Priority: Critical
  Fix For: Java-M1
  Attachments: 359.patch

 We need to create a README file for M1 and include it in the distro.

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



[jira] Assigned: (TUSCANY-379) Error building samples in M1 distribution

2006-05-15 Thread Jean-Sebastien Delfino (JIRA)
 [ http://issues.apache.org/jira/browse/TUSCANY-379?page=all ]

Jean-Sebastien Delfino reassigned TUSCANY-379:
--

Assign To: Jean-Sebastien Delfino

 Error building samples in M1 distribution
 -

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

   Components: Build System, Java SCA Samples, Java DAS Samples
 Versions: Java-M1
 Reporter: Jean-Sebastien Delfino
 Assignee: Jean-Sebastien Delfino
 Priority: Critical
  Fix For: Java-M1


 Samples packaged in the M1 distro cannot be built with mvn. To reproduce the 
 problem unpack the M1 distro, then from samples/sca run mvn. You will get the 
 following error:
 [INFO] 
 NOTE: Maven is executing in offline mode. Any artifacts not already in your 
 local
 repository will be inaccessible.
 [INFO] Scanning for projects...
 [INFO] 
 
 [ERROR] FATAL ERROR
 [INFO] 
 
 [INFO] Failed to resolve artifact.
 GroupId: org.apache.tuscany.samples
 ArtifactId: tuscany-samples
 Version: incubating-M1
 Reason: System is offline.
   org.apache.tuscany.samples:tuscany-samples:pom:incubating-M1
 NOTE: Maven is executing in offline mode. Any artifacts not already in your 
 local
 repository will be inaccessible.
 [INFO] 
 
 [INFO] Trace
 org.apache.maven.reactor.MavenExecutionException: POM 
 'org.apache.tuscany.samples:tuscany-samples' not found in repository: System 
 is offline.
   org.apache.tuscany.samples:tuscany-samples:pom:incubating-M1
   at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:365)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:278)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
   at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
   at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
   at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.project.ProjectBuildingException: POM 
 'org.apache.tuscany.samples:tuscany-samples' not found in repository: System 
 is offline.
   org.apache.tuscany.samples:tuscany-samples:pom:incubating-M1
   at 
 org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:430)
   at 
 org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:988)
   at 
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:594)
   at 
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFile(DefaultMavenProjectBuilder.java:304)
   at 
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:274)
   at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:515)
   at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:447)
   at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:351)
   ... 11 more
 Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: 
 System is offline.
   org.apache.tuscany.samples:tuscany-samples:pom:incubating-M1
   at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:112)
   at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:63)
   at 
 org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:387)
   ... 18 more
 [INFO] 
 
 [INFO] Total time:  1 second
 [INFO] Finished at: Mon May 15 19:33:18 PDT 2006
 [INFO] Final Memory: 1M/2M
 [INFO] 
 
 The problem is that the Maven artifact for the parent of samples/sca/pom.xml 
 does not exist in the user's Maven repos.
 A possible fix would be to ship samples/pom.xml in the binary distribution 
 and remove any parent specification from it.
 Same problem and same resolution with sampleapps/pom.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the