Commit graph

9797 commits

Author SHA1 Message Date
jsdelfino
d4184f1ab8 Exclude test program build output from version control.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987011 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19 04:10:33 +00:00
bdaniel
e2f48b843d JCA_9013 Throw an IllegalArgumentException when getProperty() is called with an invalid property name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986947 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 21:21:46 +00:00
rfeng
5a3d8b8892 Make sure ranking is honored
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986876 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 19:27:13 +00:00
rfeng
8a794a6fce Remove the call to init() from constructor of namespace handlers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986859 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 19:12:36 +00:00
rfeng
9b7195375b Remove test
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986838 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 18:26:35 +00:00
rfeng
1a51f9f3d1 Add impl spring stub/tie
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986837 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 18:26:30 +00:00
rfeng
55e979ac0d Add implementation-spring-stub and implementation-spring-tie
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986836 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 18:25:49 +00:00
rfeng
6ca90590da Check if superClass is not null to avoid NPE
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986835 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 18:25:13 +00:00
antelder
70a0f520fa Error message catch up
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986803 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 17:28:09 +00:00
slaws
e83c2ea34d TUSCANY-3653 - fix cut n paste
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986755 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:55:58 +00:00
slaws
5a4ad21132 Correct messages for 3014 and 3013 following TUSCANY-3653 changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986749 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:47:56 +00:00
slaws
3e2df95312 Add ignores
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986742 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:30:19 +00:00
slaws
9910709891 TUSCANY-3653 - Read JAXWS annotations in Java interfaces (JAXWSJavaIntefaceProcessor) and, in the JavaIntefaceProcessor, post process these to reconfigure the Java interface based on what is found. The case where WSDL is referenced is tricky and still has holes. The WSDL is read and is attached to the Java interface as a normalized interface and is used during interface matching. Binding implementations that care about WSDL should really check the normalized interface rather than the service interface itself. This is still a TODO.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986740 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:28:56 +00:00
antelder
0d9a353f01 Updates for the latest Tuscany error messages
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986739 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:24:51 +00:00
slaws
1b109eca6b TUSCANY-3653 - Add slots to store information read from JAXWS annotations. This information will be read by a util (that will eventually be reused by the implementation.java code) and processed by the processor.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986735 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:21:24 +00:00
slaws
3c5a7ea0e9 TUSCANY-3641 - satisfy some TODOs by adding suitable error messages.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986732 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:16:29 +00:00
slaws
e5ec9b27c7 TUSCANY-3641 - correct the comment as binding-ws models are added in that part of the code now rather than later in the higher processor.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986731 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:13:33 +00:00
antelder
368cc6772d Update to better handle messages where the operation can not be determined
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986730 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:13:26 +00:00
antelder
9ac8fcae71 Update to check for ServiceRuntimeException
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986728 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:12:29 +00:00
slaws
bbcf6ca60b TUSCANY-3653 - Add a slot to store the contribution that was used to resolve the class that the class reference points to. This is used when WSDL files, that the Class may point to via JAXWS @WebService or @WebServiceProvider annotations need to be resolved within the same contribution that holds the Java class. What we maybe could do is have a better model of Java class, and a related processor, that is able to look for annotations and do the resolution at the time the Java class is resolved.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986727 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:10:28 +00:00
slaws
38f1b7fd93 TUSCANY-3653 - Make the methods used to generate WSDL available through the RuntimeEndpoint and RuntimeEndpointReference interfaces
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986724 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:06:12 +00:00
slaws
2dc97fa6bb Fix typo in comment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986723 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:03:36 +00:00
slaws
57a8bf1348 Fix typo in comment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986722 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:02:29 +00:00
slaws
c6c018d94e Add missing audit text
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986720 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 15:00:50 +00:00
antelder
a5bbc3e0cc Correct wirformat element in jms response to match latest schema proposal
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986690 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 14:14:17 +00:00
antelder
e4c96239d2 Update jms binding to use spec defined jmsDefault wireformat
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986685 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 14:00:03 +00:00
antelder
8b98440aa3 Update to use spec defined jmsDefault wireformat
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986683 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 13:58:08 +00:00
antelder
ed42783b7d Update JMS schema for operationSelector and wireformat schema fix proposal
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986680 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 13:55:52 +00:00
antelder
9ca49365c6 UPdate error messages to match latest oasis schema validation messages
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986679 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 13:54:59 +00:00
bdaniel
219ae1935e TUSCANY-3652 Inject callbacks at service invocation
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986678 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 13:53:47 +00:00
bdaniel
a91e13d3e2 TUSCANY-3652 Add methods to Injectors to get underlying Types and to inject null
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986676 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 13:52:28 +00:00
antelder
748a439539 Change to sue spec defined op selector
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986665 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 13:32:03 +00:00
antelder
376bb28ab5 Add ignore as its broken presently
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986664 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 13:31:30 +00:00
antelder
21406007c8 Update to latest OASIS schemas
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986604 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 09:17:33 +00:00
rfeng
62801fec8f Delete wrong test case
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986519 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 23:01:56 +00:00
rfeng
480f588a57 Implementation spring modules supporting the same classloader between Tuscany and Spring
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986516 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 22:54:09 +00:00
rfeng
55b366b527 Use the same way to create application context
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986515 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 22:53:30 +00:00
bdaniel
09befddffa Handle inheritance of intents and policy sets on java interfaces
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986433 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 18:19:18 +00:00
antelder
4f28741a0c Add interceptor to handle setting properties on the response message
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986314 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 14:10:58 +00:00
slaws
f592e57fb3 Start of a general README for launching webapps with embedded Tuscany. I wanted to document Ant's commit comment about mvn jetty:run.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986259 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 10:09:14 +00:00
antelder
32108938c1 Remove redundant script tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986233 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 08:00:51 +00:00
antelder
83c9c91c62 Remove unnecessary absolute uri
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986231 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 08:00:17 +00:00
antelder
d29ad1c4df Add Jetty plugin so the sample can be run with mvn jetty:run like the other webapp samples
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986229 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 07:59:04 +00:00
slaws
948dbdf055 Remove unused client and add default files to bean
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986219 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 07:28:29 +00:00
slaws
999c9fd728 Add ignores
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986218 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 07:27:43 +00:00
slaws
73a01984b1 Add ignores
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986128 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16 20:45:11 +00:00
slaws
5c47e0070e Correct the DOJO callback configuration and show the result at client and server
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986127 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16 20:43:22 +00:00
slaws
87e3343790 Extend the JSONRPC binding sample to be hosted in a webapp and include a DOJO based client. This is for looking at Fabiano's latest problem and doesn't work yet. Checking in so I have a backup while I get it to work.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986072 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16 17:39:38 +00:00
antelder
ec5b507bad Add some more excludes. There are some more needed after the sample name refactors a while ago which means the samples target\classes folders are getting incuded in the bin distro, i'm not sure why that happens though
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985990 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16 15:25:23 +00:00
fmoga
6be936347a Removed unused imports.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985956 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16 14:26:22 +00:00