[jira] Updated: (TUSCANY-14) Some WSDLs used by the test cases don't conform to the WSDL schema

2006-01-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-14?page=all ] Raymond Feng updated TUSCANY-14: Attachment: AccountService.wsdl Fixed the missing required location attribute for soap:address element Some WSDLs used by the test cases don't conform to the

[jira] Updated: (TUSCANY-14) Some WSDLs used by the test cases don't conform to the WSDL schema

2006-01-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-14?page=all ] Raymond Feng updated TUSCANY-14: Attachment: StockQuoteWebService.wsdl change name= to name=stockquoteservice for wsdl:definition element Some WSDLs used by the test cases don't conform to

[jira] Updated: (TUSCANY-8) NPE in ExternalWebServiceHandler.getSOAPAction when Java interface method name doesn't match WSDL operation name

2006-01-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-8?page=all ] Raymond Feng updated TUSCANY-8: --- Attachment: ExternalWebServiceHandler.java Here's a patch for the NPE: throw ServiceRuntimeException instead

[jira] Commented: (TUSCANY-8) NPE in ExternalWebServiceHandler.getSOAPAction when Java interface method name doesn't match WSDL operation name

2006-01-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-8?page=comments#action_12363181 ] Raymond Feng commented on TUSCANY-8: I think it's related to the WSDL operation -- Java method name mangling strategy. It's not only about the upper case/lower case

[jira] Updated: (TUSCANY-50) Upgrade helloworldaxis/helloworlaxissvc samples to Axis2

2006-03-01 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-50?page=all ] Raymond Feng updated TUSCANY-50: Attachment: helloworldaxis2.zip Here's the zip for the sample. The build first checks if the HTTP 8080 is ready. If it's not, start the simple http server and

[jira] Created: (TUSCANY-66) WebServiceEntryPointServlet doesn't popluate all the WS entry points into the Axis2 service registry (It only handles the 1st module)

2006-03-03 Thread Raymond Feng (JIRA)
WebServiceEntryPointServlet doesn't popluate all the WS entry points into the Axis2 service registry (It only handles the 1st module) - Key: TUSCANY-66

[jira] Created: (TUSCANY-112) Generated SDO2 DataObject class throws ClassCastException when DataObject.getType() is called

2006-03-10 Thread Raymond Feng (JIRA)
Generated SDO2 DataObject class throws ClassCastException when DataObject.getType() is called - Key: TUSCANY-112 URL: http://issues.apache.org/jira/browse/TUSCANY-112 Project:

[jira] Created: (TUSCANY-114) Loaded SDO2 Type for xsd:anyType cannot be used in DataFactory.create()

2006-03-10 Thread Raymond Feng (JIRA)
Loaded SDO2 Type for xsd:anyType cannot be used in DataFactory.create() --- Key: TUSCANY-114 URL: http://issues.apache.org/jira/browse/TUSCANY-114 Project: Tuscany Type: Bug Reporter: Raymond

[jira] Commented: (TUSCANY-112) Generated SDO2 DataObject class throws ClassCastException when DataObject.getType() is called

2006-03-10 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-112?page=comments#action_12369903 ] Raymond Feng commented on TUSCANY-112: -- Your code helps. Thanks. Instead of asking users to call this initiailization , should it be called somethere in the

[jira] Commented: (TUSCANY-114) Loaded SDO2 Type for xsd:anyType cannot be used in DataFactory.create()

2006-03-10 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-114?page=comments#action_12369909 ] Raymond Feng commented on TUSCANY-114: -- Calling the DataObjectUtil.initRuntime() in my startup code does NOT help in this case. Loaded SDO2 Type for xsd:anyType

[jira] Created: (TUSCANY-118) Adding Serializer/Deserializer for DataObject using StAX for better Axis2 AXIOM integration

2006-03-12 Thread Raymond Feng (JIRA)
Adding Serializer/Deserializer for DataObject using StAX for better Axis2 AXIOM integration --- Key: TUSCANY-118 URL: http://issues.apache.org/jira/browse/TUSCANY-118 Project: Tuscany

[jira] Updated: (TUSCANY-118) Adding Serializer/Deserializer for DataObject using StAX for better Axis2 AXIOM integration

2006-03-12 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-118?page=all ] Raymond Feng updated TUSCANY-118: - Attachment: rfeng_stax.diff Here's the initial patch. Adding Serializer/Deserializer for DataObject using StAX for better Axis2 AXIOM integration

[jira] Commented: (TUSCANY-112) Generated SDO2 DataObject class throws ClassCastException when DataObject.getType() is called

2006-03-13 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-112?page=comments#action_12370213 ] Raymond Feng commented on TUSCANY-112: -- Should the SDO classes generated from Tuscany tools have the code to initialize it? I assume we should have the code generated

[jira] Updated: (TUSCANY-118) Adding Serializer/Deserializer for DataObject using StAX for better Axis2 AXIOM integration

2006-03-19 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-118?page=all ] Raymond Feng updated TUSCANY-118: - Attachment: rfeng_stax_axis_095.diff Here's the updated patch @ Axis2 0.95 level Adding Serializer/Deserializer for DataObject using StAX for better Axis2

[jira] Created: (TUSCANY-130) IllegalArgumentException is thrown when XMLHelper loads the XML document with string value for xsd:anySimpleType

2006-03-23 Thread Raymond Feng (JIRA)
IllegalArgumentException is thrown when XMLHelper loads the XML document with string value for xsd:anySimpleType - Key: TUSCANY-130 URL:

[jira] Updated: (TUSCANY-170) WSDL2Java and runtime have inconsistent name-mangling convention for WSDL portType and operation

2006-04-10 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-170?page=all ] Raymond Feng updated TUSCANY-170: - Attachment: interopdoc.wsdl Here's the WSDL for the test case. WSDL2Java and runtime have inconsistent name-mangling convention for WSDL portType and

[jira] Created: (TUSCANY-171) NPE is thrown if WSDL portType cannot be resolved

2006-04-10 Thread Raymond Feng (JIRA)
NPE is thrown if WSDL portType cannot be resolved - Key: TUSCANY-171 URL: http://issues.apache.org/jira/browse/TUSCANY-171 Project: Tuscany Type: Bug Components: Java SCA Axis Integration Reporter: Raymond

[jira] Created: (TUSCANY-174) Retrieving document... wsdl is printed out @ System.out

2006-04-10 Thread Raymond Feng (JIRA)
Retrieving document... wsdl is printed out @ System.out - Key: TUSCANY-174 URL: http://issues.apache.org/jira/browse/TUSCANY-174 Project: Tuscany Type: Bug Components: Java SCA Core Reporter: Raymond

[jira] Commented: (TUSCANY-174) Retrieving document... wsdl is printed out @ System.out

2006-04-10 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-174?page=comments#action_12373965 ] Raymond Feng commented on TUSCANY-174: -- Here's the patch: Index: model/src/main/java/org/apache/tuscany/model/scdl/loader/impl/SCDLAssemblyModelLoaderImpl.java

[jira] Commented: (TUSCANY-123) J2SE client using ModuleContext locateService for an externalService fails

2006-04-14 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-123?page=comments#action_12374480 ] Raymond Feng commented on TUSCANY-123: -- I debugged the problem and found out the target invoker is set only if there's a reference pointing to the WS-externalService.

[jira] Created: (TUSCANY-192) intermittent build failure: java.lang.IllegalArgumentException: wrong number of arguments

2006-04-14 Thread Raymond Feng (JIRA)
intermittent build failure: java.lang.IllegalArgumentException: wrong number of arguments -- Key: TUSCANY-192 URL: http://issues.apache.org/jira/browse/TUSCANY-192 Project: Tuscany

[jira] Commented: (TUSCANY-192) intermittent build failure: java.lang.IllegalArgumentException: wrong number of arguments

2006-04-14 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-192?page=comments#action_12374547 ] Raymond Feng commented on TUSCANY-192: -- Please cancel this issue. I found out it's due to my env. intermittent build failure: java.lang.IllegalArgumentException:

[jira] Updated: (TUSCANY-118) Adding Serializer/Deserializer for DataObject using StAX for better Axis2 AXIOM integration

2006-04-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-118?page=all ] Raymond Feng updated TUSCANY-118: - Attachment: rfeng_sdo_stax.diff Per the discussion with Frank and Jeremy about the dependency and license concerns, I updated the patch based on some

[jira] Commented: (TUSCANY-214) Build break in sdo/impl - test case org.apache.tuscany.sdo.test.DefineTypeTestCase - revision r396374.

2006-04-23 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-214?page=comments#action_12375929 ] Raymond Feng commented on TUSCANY-214: -- The latest code builds successfully on my machine @ 9:20pm PST, 04/23/2006. Build break in sdo/impl - test case

[jira] Commented: (TUSCANY-214) Build break in sdo/impl - test case org.apache.tuscany.sdo.test.DefineTypeTestCase - revision r396374.

2006-04-23 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-214?page=comments#action_12375933 ] Raymond Feng commented on TUSCANY-214: -- I'm running Windows XP. Build break in sdo/impl - test case org.apache.tuscany.sdo.test.DefineTypeTestCase - revision

[jira] Commented: (TUSCANY-118) Adding Serializer/Deserializer for DataObject using StAX for better Axis2 AXIOM integration

2006-04-24 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-118?page=comments#action_12376091 ] Raymond Feng commented on TUSCANY-118: -- Hi, Frank. In the attachment 1: rfeng_sdo_stax.diff, all changes with the following header will go to SDO: Index:

[jira] Created: (TUSCANY-218) Infinite loop in AbstractJavaComponentInvoker

2006-04-24 Thread Raymond Feng (JIRA)
Infinite loop in AbstractJavaComponentInvoker - Key: TUSCANY-218 URL: http://issues.apache.org/jira/browse/TUSCANY-218 Project: Tuscany Type: Bug Components: Java SCA POJO Container Environment: Windows XP

[jira] Updated: (TUSCANY-218) Infinite loop in AbstractJavaComponentInvoker

2006-04-24 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-218?page=all ] Raymond Feng updated TUSCANY-218: - Attachment: TUSCANY-218.zip To run the test case, unzip the attachement and run mvn clean eclipse:eclipse, import the project into Eclipse and run the main

[jira] Commented: (TUSCANY-218) Infinite loop in AbstractJavaComponentInvoker

2006-04-25 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-218?page=comments#action_12376337 ] Raymond Feng commented on TUSCANY-218: -- verified the latest code with my test case, it works now. Thanks. Infinite loop in AbstractJavaComponentInvoker

[jira] Created: (TUSCANY-241) XMLHelper.load() cannot handle the global element with simple type

2006-04-27 Thread Raymond Feng (JIRA)
XMLHelper.load() cannot handle the global element with simple type -- Key: TUSCANY-241 URL: http://issues.apache.org/jira/browse/TUSCANY-241 Project: Tuscany Type: Bug Components: Java SDO

[jira] Commented: (TUSCANY-171) NPE is thrown if WSDL portType cannot be resolved

2006-04-28 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-171?page=comments#action_12376887 ] Raymond Feng commented on TUSCANY-171: -- It seems now that the InterfaceLoader correctly reports the portType cannot be resolved. I assume it's fixed. NPE is thrown

[jira] Created: (TUSCANY-242) SCDL loader should trim the whitespaces when the element text is parsed

2006-04-28 Thread Raymond Feng (JIRA)
SCDL loader should trim the whitespaces when the element text is parsed --- Key: TUSCANY-242 URL: http://issues.apache.org/jira/browse/TUSCANY-242 Project: Tuscany Type: Bug Components: Java SCA

[jira] Updated: (TUSCANY-243) Adding doc-lit support for Axis2 integration

2006-04-28 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-243?page=all ] Raymond Feng updated TUSCANY-243: - Attachment: client-service.zip The zip contains the external service and entry point for CreditScore doc-lit and doc-lit-wrapped test cases. They are

[jira] Commented: (TUSCANY-241) XMLHelper.load() cannot handle the global element with simple type

2006-04-28 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-241?page=comments#action_12376968 ] Raymond Feng commented on TUSCANY-241: -- Another workaround: Can we return org.apache.tuscany.sdo.SimpleAnyTypeDataObject in this case? Thanks, Raymond

[jira] Updated: (TUSCANY-243) Adding doc-lit support for Axis2 integration

2006-04-30 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-243?page=all ] Raymond Feng updated TUSCANY-243: - Attachment: doc-lit-0430.patch Hi, ant. Here's the updated patch on top of your changes, please review and apply. Thanks, Raymond Adding doc-lit support

[jira] Updated: (TUSCANY-243) Adding doc-lit support for Axis2 integration

2006-04-30 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-243?page=all ] Raymond Feng updated TUSCANY-243: - Attachment: doc-lit-0430-fixed.patch Sorry, I just found a bug in the previous patch (doc-lit-0430.patch). Please use the latest attachment

[jira] Commented: (TUSCANY-243) Adding doc-lit support for Axis2 integration

2006-05-02 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-243?page=comments#action_12377512 ] Raymond Feng commented on TUSCANY-243: -- Hi, Ant. I have an updated patch based on the latest code for 3rd time. I hope it will be the last time I have to update the

[jira] Updated: (TUSCANY-243) Adding doc-lit support for Axis2 integration

2006-05-03 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-243?page=all ] Raymond Feng updated TUSCANY-243: - Attachment: doc-lit-0502.patch Hi, Ant. Here's the 3rd version of the patch tested on the latest code. Thanks, Raymond Adding doc-lit support for Axis2

[jira] Commented: (TUSCANY-262) The packaging scheme for Tuscany runtime and dependency jars is problematic against the Tomcat class loading hierarchy

2006-05-03 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-262?page=comments#action_12377675 ] Raymond Feng commented on TUSCANY-262: -- Hi, Jeremy. I agree with you on the isolation part. I understand if the container wants to access application resources, it

[jira] Updated: (TUSCANY-243) Adding doc-lit support for Axis2 integration

2006-05-04 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-243?page=all ] Raymond Feng updated TUSCANY-243: - Attachment: doc-lit-0504.patch Hi, ant. Per your request, here's the updated patch with test cases. The patch also contains the fix for TUSCANY-61.

[jira] Commented: (TUSCANY-61) ?WSDL on WS binding entryPoints fails

2006-05-04 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-61?page=comments#action_12377893 ] Raymond Feng commented on TUSCANY-61: - Hi, I uploaded the patch into TUSCANY-243 since the file changes are overlapped. Thanks, Raymond ?WSDL on WS binding

[jira] Commented: (TUSCANY-61) ?WSDL on WS binding entryPoints fails

2006-05-05 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-61?page=comments#action_12378078 ] Raymond Feng commented on TUSCANY-61: - I did more investigation and found out the EPRs are hard-coded in Axis2 from all the implementations of

[jira] Commented: (TUSCANY-120) Axis2 WS binding support for entryPoint without pre-existing WSDL

2006-05-05 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-120?page=comments#action_12378085 ] Raymond Feng commented on TUSCANY-120: -- Hi, I got the Java2WSDL working at runtime. It can now creates a WSDL for a java interface. But I also found out that some

[jira] Updated: (TUSCANY-282) Add to our build the production of a distribution for our release

2006-05-09 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-282?page=all ] Raymond Feng updated TUSCANY-282: - Attachment: dist-patch-v1.diff Here's the 1st version. I created a new maven profile in the top-level pom.xml which will be activated by the system

[jira] Updated: (TUSCANY-61) ?WSDL on WS binding entryPoints fails

2006-05-11 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-61?page=all ] Raymond Feng updated TUSCANY-61: Attachment: patch.txt Hi, Ant. I fixed the WSDL problem (we can now display the WSDL but the endpoint address is still wrong). Please review the patch and

[jira] Updated: (TUSCANY-333) BigBank intermittently gets ClassCastException

2006-05-11 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-333?page=all ] Raymond Feng updated TUSCANY-333: - Attachment: 333.patch Here's a patch you can give a try. I understand Ant has some refactored code not in SVN yet. I'll work with him when he commits the

[jira] Updated: (TUSCANY-282) Add to our build the production of a distribution for our release

2006-05-12 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-282?page=all ] Raymond Feng updated TUSCANY-282: - Attachment: tuscany-distribution.zip Please unzip it over your root folder for the Tuscany code base. You can run the distribution build from

[jira] Updated: (TUSCANY-282) Add to our build the production of a distribution for our release

2006-05-12 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-282?page=all ] Raymond Feng updated TUSCANY-282: - Attachment: 282-0512.patch Here's the latest patch. 1) download apache-tomcat-5.5.17.zip into tuscany/distribution/tomcat-overlay 2) go to

[jira] Updated: (TUSCANY-282) Add to our build the production of a distribution for our release

2006-05-12 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-282?page=all ] Raymond Feng updated TUSCANY-282: - Attachment: 282-tomcat-patch.txt Here's the patch to pre-configure tomcat with the following fixes 1) Adjust to the new sample structure 2) copy stax and

[jira] Updated: (TUSCANY-282) Add to our build the production of a distribution for our release

2006-05-12 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-282?page=all ] Raymond Feng updated TUSCANY-282: - Attachment: 282-tomcat-patch1.txt Reload the patch. Rick cannot apply the previous one. Add to our build the production of a distribution for our release

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

2006-05-12 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-362?page=all ] Raymond Feng updated TUSCANY-362: - Attachment: 362-patch.txt Here's the patch for tomcat testing (copying stax, wstx jars to common/lib). The distribution build has already configured tomcat

[jira] Resolved: (TUSCANY-282) Add to our build the production of a distribution for our release

2006-05-12 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-282?page=all ] Raymond Feng resolved TUSCANY-282: -- Resolution: Fixed The patches have been applied. Please try out to see if it fits all of our requirements. Thanks Dan for all the help on maven,

[jira] Updated: (TUSCANY-368) Running helloworld sample using dist give class not found exception

2006-05-14 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-368?page=all ] Raymond Feng updated TUSCANY-368: - Attachment: 368-patch.txt Here's a simple patch. Please review and commit. Thanks, Raymond Running helloworld sample using dist give class not found

[jira] Assigned: (TUSCANY-368) Running helloworld sample using dist give class not found exception

2006-05-14 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-368?page=all ] Raymond Feng reassigned TUSCANY-368: Assign To: Raymond Feng Running helloworld sample using dist give class not found exception

[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

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

[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

[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

[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

[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

[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

[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

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

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

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

[jira] Commented: (TUSCANY-385) Company web sample does not work

2006-05-16 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-385?page=comments#action_12412002 ] Raymond Feng commented on TUSCANY-385: -- We configure the DB when the tomcat server is pre-configured during the distro build. The path is not correct since it points

[jira] Created: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-05-22 Thread Raymond Feng (JIRA)
Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components -- Key: TUSCANY-415 URL:

[jira] Updated: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-05-22 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-415?page=all ] Raymond Feng updated TUSCANY-415: - Attachment: tuscany-container-spring.zip Here's a prototype which allows Tuscany consumes components implemented as a Spring bean. Add a Spring container

[jira] Created: (TUSCANY-437) StAX loader framework cannot handle xsi:type

2006-05-30 Thread Raymond Feng (JIRA)
StAX loader framework cannot handle xsi:type -- Key: TUSCANY-437 URL: http://issues.apache.org/jira/browse/TUSCANY-437 Project: Tuscany Type: Bug Components: Java SCA Core Versions: Java-Mx, Java-M2

[jira] Updated: (TUSCANY-289) Document how to extend Tuscany

2006-06-05 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-289?page=all ] Raymond Feng updated TUSCANY-289: - Attachment: ExtendingTuscany.pdf Document how to extend Tuscany -- Key: TUSCANY-289 URL:

[jira] Created: (TUSCANY-470) DataObject.getXXX(aaa.bbb) throws NumerFormatException even if aaa.bbb is the XSD element name

2006-06-13 Thread Raymond Feng (JIRA)
DataObject.getXXX(aaa.bbb) throws NumerFormatException even if aaa.bbb is the XSD element name -- Key: TUSCANY-470 URL: http://issues.apache.org/jira/browse/TUSCANY-470 Project:

[jira] Commented: (TUSCANY-470) DataObject.getXXX(aaa.bbb) throws NumerFormatException even if aaa.bbb is the XSD element name

2006-06-14 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-470?page=comments#action_12416225 ] Raymond Feng commented on TUSCANY-470: -- Hi, I debugged the test case and it turned out the model I described before didn't reflect the case very well. To be precise,

[jira] Commented: (TUSCANY-115) Property.isMany() returns false instead of true for global properties

2006-06-16 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-115?page=comments#action_12416547 ] Raymond Feng commented on TUSCANY-115: -- Hi, Frank. Do we expect to have a fix coming soon? Thanks, Raymond Property.isMany() returns false instead of true for

[jira] Updated: (TUSCANY-477) SDO runtime should report unresolved types in a meaningful way if xsd:import/include cannot be resolved

2006-06-16 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-477?page=all ] Raymond Feng updated TUSCANY-477: - Attachment: TestXSDImport.jar SDO runtime should report unresolved types in a meaningful way if xsd:import/include cannot be resolved

[jira] Closed: (TUSCANY-470) DataObject.getXXX(propertyName) doesn't work for property from open content

2006-06-20 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-470?page=all ] Raymond Feng closed TUSCANY-470: Resolution: Invalid If the property (open or normal) name doesn't contain the special character '.', it works. DataObject.getXXX(propertyName)

[jira] Created: (TUSCANY-541) support pluggable databinding and data transformation

2006-07-12 Thread Raymond Feng (JIRA)
support pluggable databinding and data transformation - Key: TUSCANY-541 URL: http://issues.apache.org/jira/browse/TUSCANY-541 Project: Tuscany Type: New Feature Components: Java SCA Core Reporter: Raymond

[jira] Updated: (TUSCANY-541) support pluggable databinding and data transformation

2006-07-29 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-541?page=all ] Raymond Feng updated TUSCANY-541: - Attachment: rfeng-databinding-patch-0728.txt Sorry for a big patch. It's mainly due to some refactoring and refining of the design. The patch also adds

[jira] Updated: (TUSCANY-541) support pluggable databinding and data transformation

2006-07-29 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-541?page=all ] Raymond Feng updated TUSCANY-541: - Attachment: Tuscany-DataBinding.ppt A draft slide capturing some of the ideas behind the patch code. support pluggable databinding and data transformation

[jira] Created: (TUSCANY-615) The SCDL syntax for reference doesn't conform to SCA spec 0.95

2006-08-11 Thread Raymond Feng (JIRA)
The SCDL syntax for reference doesn't conform to SCA spec 0.95 -- Key: TUSCANY-615 URL: http://issues.apache.org/jira/browse/TUSCANY-615 Project: Tuscany Issue Type: Bug

[jira] Updated: (TUSCANY-615) The SCDL syntax for reference doesn't conform to SCA spec 0.95

2006-08-11 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-615?page=all ] Raymond Feng updated TUSCANY-615: - Attachment: rfeng-scdl-fixed-1.txt For some reason, the 2nd patch failed to be applied. Here's 3rd one and hopefully it works. The SCDL syntax for

[jira] Updated: (TUSCANY-615) The SCDL syntax for reference doesn't conform to SCA spec 0.95

2006-08-11 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-615?page=all ] Raymond Feng updated TUSCANY-615: - Attachment: rfeng-scdl-fixed-2.txt New patch on top of Jeremy's svn property fix. The SCDL syntax for reference doesn't conform to SCA spec 0.95

[jira] Resolved: (TUSCANY-646) binding.ws (xmlbeans) sending empty soap message

2006-08-21 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-646?page=all ] Raymond Feng resolved TUSCANY-646. -- Resolution: Invalid Assignee: Raymond Feng Hi, It is a problem in the application code. The getString operation requires that you pass in a string

[jira] Resolved: (TUSCANY-662) Axis2 Binding's OperationClient needs to be reset to support repeated invocation

2006-08-24 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-662?page=all ] Raymond Feng resolved TUSCANY-662. -- Resolution: Fixed Assignee: Raymond Feng Fixed by SVN revision 434263. Axis2 Binding's OperationClient needs to be reset to support repeated

[jira] Assigned: (TUSCANY-605) ImportSDOLoader ignoring schemaLocation parameter

2006-08-29 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-605?page=all ] Raymond Feng reassigned TUSCANY-605: Assignee: Raymond Feng ImportSDOLoader ignoring schemaLocation parameter - Key:

[jira] Resolved: (TUSCANY-605) ImportSDOLoader ignoring schemaLocation parameter

2006-08-29 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-605?page=all ] Raymond Feng resolved TUSCANY-605. -- Resolution: Fixed Fixed by http://svn.apache.org/viewvc?view=revrevision=438155 ImportSDOLoader ignoring schemaLocation parameter

[jira] Resolved: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-415?page=all ] Raymond Feng resolved TUSCANY-415. -- Resolution: Fixed Fixed by contributions from Jim, Ken and other folks. Add a Spring container to Tuscany so that Spring beans can be used as an

[jira] Closed: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-415?page=all ] Raymond Feng closed TUSCANY-415. Close as fixed Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

[jira] Resolved: (TUSCANY-541) support pluggable databinding and data transformation

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-541?page=all ] Raymond Feng resolved TUSCANY-541. -- Resolution: Fixed Code checked in. support pluggable databinding and data transformation -

[jira] Closed: (TUSCANY-541) support pluggable databinding and data transformation

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-541?page=all ] Raymond Feng closed TUSCANY-541. Close as fixed support pluggable databinding and data transformation - Key: TUSCANY-541

[jira] Resolved: (TUSCANY-596) Using interface.wsdl in SCDL gets unrecognized element exception

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-596?page=all ] Raymond Feng resolved TUSCANY-596. -- Resolution: Fixed It should have been fixed by me. Using interface.wsdl in SCDL gets unrecognized element exception

[jira] Closed: (TUSCANY-596) Using interface.wsdl in SCDL gets unrecognized element exception

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-596?page=all ] Raymond Feng closed TUSCANY-596. Assignee: Raymond Feng Close as fixed Using interface.wsdl in SCDL gets unrecognized element exception

[jira] Resolved: (TUSCANY-597) WSDLDefinitionRegistry is always null

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-597?page=all ] Raymond Feng resolved TUSCANY-597. -- Resolution: Fixed It's now working again. WSDLDefinitionRegistry is always null - Key:

[jira] Closed: (TUSCANY-597) WSDLDefinitionRegistry is always null

2006-09-18 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-597?page=all ] Raymond Feng closed TUSCANY-597. Assignee: Raymond Feng WSDLDefinitionRegistry is always null - Key: TUSCANY-597 URL:

[jira] Resolved: (TUSCANY-226) Generated SDO Factories/Packages should not automatically register in EPackage.Registry.INSTANCE

2006-09-19 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-226?page=all ] Raymond Feng resolved TUSCANY-226. -- Resolution: Duplicate Duplicate of TUSCANY-684 Generated SDO Factories/Packages should not automatically register in EPackage.Registry.INSTANCE

[jira] Created: (TUSCANY-754) WSDL2Java should set the correct annotation for the generated java interface

2006-09-25 Thread Raymond Feng (JIRA)
WSDL2Java should set the correct annotation for the generated java interface - Key: TUSCANY-754 URL: http://issues.apache.org/jira/browse/TUSCANY-754 Project: Tuscany

[jira] Closed: (TUSCANY-115) Property.isMany() returns false instead of true for global properties

2006-09-27 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-115?page=all ] Raymond Feng closed TUSCANY-115. Property.isMany() returns false instead of true for global properties -

[jira] Commented: (TUSCANY-767) NPE in CompositeReference.java when service is defined using interface wsdl

2006-09-29 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-767?page=comments#action_12438820 ] Raymond Feng commented on TUSCANY-767: -- Ignacio, it seems that the CompositeReference code was initially contributed by you, can you take a look? I found

[jira] Assigned: (TUSCANY-766) NoClassDefFoundError, apparently in Axis2

2006-09-29 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-766?page=all ] Raymond Feng reassigned TUSCANY-766: Assignee: Raymond Feng NoClassDefFoundError, apparently in Axis2 - Key: TUSCANY-766

[jira] Resolved: (TUSCANY-766) NoClassDefFoundError, apparently in Axis2

2006-09-29 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-766?page=all ] Raymond Feng resolved TUSCANY-766. -- Fix Version/s: Java-M2 (was: Java-Mx) Resolution: Fixed Add a runtime dependency ot binding.axis2 NoClassDefFoundError,

[jira] Closed: (TUSCANY-766) NoClassDefFoundError, apparently in Axis2

2006-09-29 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-766?page=all ] Raymond Feng closed TUSCANY-766. NoClassDefFoundError, apparently in Axis2 - Key: TUSCANY-766 URL:

  1   2   3   4   5   6   7   >