summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed monitor module to avoid having to export monitor implementation ↵jsdelfino2008-09-2999-337/+390
| | | | | | classes. Removed dependencies on monitor-logging. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700000 13f79535-47bb-0310-9956-ffa450edef68
* Removed old class.jsdelfino2008-09-291-63/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699997 13f79535-47bb-0310-9956-ffa450edef68
* Added a log, and start bundle to help debugging.jsdelfino2008-09-292-3/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699996 13f79535-47bb-0310-9956-ffa450edef68
* Removed broken factory as it's not used anymore.jsdelfino2008-09-293-379/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699953 13f79535-47bb-0310-9956-ffa450edef68
* Fixed test case as unknown elements are now supported.jsdelfino2008-09-291-15/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699951 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. Clone interface to configure the databinding.jsdelfino2008-09-291-4/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699950 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. Changes from SVN revision r699491.jsdelfino2008-09-292-35/+60
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699949 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. Fix dependencies.jsdelfino2008-09-291-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699947 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. TUSCANY-2618 - Adding required attribute elements to sca.tld.jsdelfino2008-09-291-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699946 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. Generating sql database on a different folder to avoid ↵jsdelfino2008-09-293-5/+6
| | | | | | conflicting errors during eclipse project file generation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699945 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. TUSCANY-2538 - missing file to register attribute ↵jsdelfino2008-09-291-0/+18
| | | | | | processor extension point. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699944 13f79535-47bb-0310-9956-ffa450edef68
* Merged from trunk. TUSCANY-2538 - Moving Default element processor to ↵jsdelfino2008-09-298-22/+493
| | | | | | contribution-xml and various other minor fixes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699943 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. Changes from SVN revision r698020.jsdelfino2008-09-295-5/+1326
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699942 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted WebService distro to policy changes.jsdelfino2008-09-291-5/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699941 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. Changed from SVN r697643.jsdelfino2008-09-291-60/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699940 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. Cleanup the dependency itemsjsdelfino2008-09-291-222/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699939 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. Adjust axiom dependency to 1.2.7jsdelfino2008-09-291-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699938 13f79535-47bb-0310-9956-ffa450edef68
* Merged from trunk. Upgrade to Axis2 1.4.1 and its transitive dependencies ↵jsdelfino2008-09-29165-512/+335
| | | | | | such as XmlSchema and Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699937 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. TUSCANY-2281 provide a api to allow service references to ↵jsdelfino2008-09-292-0/+73
| | | | | | be retrieved for references where the multiplicity >1. Thanks to Daniel Stucky for the patch. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699935 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. Enable testServiceUnavailableException() testjsdelfino2008-09-291-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699934 13f79535-47bb-0310-9956-ffa450edef68
* Pulled from trunk. Add JIRA numbers to some @Ignores.jsdelfino2008-09-295-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699933 13f79535-47bb-0310-9956-ffa450edef68
* Ported from trunk and simplified. Support the rmi:// uri for binding.rmi.jsdelfino2008-09-2918-178/+95
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699932 13f79535-47bb-0310-9956-ffa450edef68
* Merged from trunk. Fix the classloader parent.jsdelfino2008-09-291-5/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699931 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE in finally after earlier exception.jsdelfino2008-09-291-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699930 13f79535-47bb-0310-9956-ffa450edef68
* Pass the wrapper exception into FaultExceptionjsdelfino2008-09-291-5/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699929 13f79535-47bb-0310-9956-ffa450edef68
* Removed MANIFEST from version control as it's generated.jsdelfino2008-09-281-27/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699887 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted algorithm to determine classpath entries.jsdelfino2008-09-282-51/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699881 13f79535-47bb-0310-9956-ffa450edef68
* Clone interface to configure the databindingrfeng2008-09-261-4/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699516 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699491 ↵beckerdo2008-09-262-35/+60
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Fix dependenciesrfeng2008-09-261-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699452 13f79535-47bb-0310-9956-ffa450edef68
* Adjust pom.xml to fix compilation errorrfeng2008-09-261-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699446 13f79535-47bb-0310-9956-ffa450edef68
* Add a cache for JavaInterface introspectionrfeng2008-09-261-3/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699416 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2620 change sca.tld to OSOA spec licenseslaws2008-09-267-17/+134
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699410 13f79535-47bb-0310-9956-ffa450edef68
* Include 618 in issue listslaws2008-09-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699252 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2618 - Adding required attribute elements to sca.tldlresende2008-09-261-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699250 13f79535-47bb-0310-9956-ffa450edef68
* Adding geronimo deployment descriptor (following the same pattern as other ↵lresende2008-09-261-0/+32
| | | | | | tuscany sample webapps) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699242 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2618 - Adding required attribute elements to sca.tldlresende2008-09-261-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699235 13f79535-47bb-0310-9956-ffa450edef68
* Correct READMEslaws2008-09-251-8/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698955 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2614 fix problems reported by RATslaws2008-09-258-4/+137
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698954 13f79535-47bb-0310-9956-ffa450edef68
* Change release month to Octoberslaws2008-09-255-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698944 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up trace log a bit.jsdelfino2008-09-251-26/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698818 13f79535-47bb-0310-9956-ffa450edef68
* Fixed how contribution location gets determined.jsdelfino2008-09-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698816 13f79535-47bb-0310-9956-ffa450edef68
* Rationalized how to locate an SCA contribution given a known Java class ↵jsdelfino2008-09-257-36/+80
| | | | | | contained in that contribution, and how to locate an SCA contribution represented by an OSGi bundle. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698815 13f79535-47bb-0310-9956-ffa450edef68
* Determine the location of the SCA contribution from the current class.jsdelfino2008-09-251-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698798 13f79535-47bb-0310-9956-ffa450edef68
* Issue a warning when a resource entry is contained in a unresolved bundlerfeng2008-09-241-3/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698700 13f79535-47bb-0310-9956-ffa450edef68
* Update list of changesslaws2008-09-241-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698517 13f79535-47bb-0310-9956-ffa450edef68
* Add ignoreslaws2008-09-240-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698482 13f79535-47bb-0310-9956-ffa450edef68
* Fix comment and remove obsolete importsslaws2008-09-242-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698481 13f79535-47bb-0310-9956-ffa450edef68
* Change message getHeaders() operation to return a list, remove the QoS ↵slaws2008-09-2429-109/+214
| | | | | | context and change various tests to take account of this assuming that the security information is now passed in the header. This pass the security context is not consolidated into a single subject. The tests that used to pass just a principal still do. Also add a delivery mode JMS policy test. Add some ignores. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698457 13f79535-47bb-0310-9956-ffa450edef68
* Fix the file separator issue with windowsrfeng2008-09-242-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698408 13f79535-47bb-0310-9956-ffa450edef68