summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix the OSGi MF by adding missing dependenciesrfeng2010-02-241-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915661 13f79535-47bb-0310-9956-ffa450edef68
* Add the client api tests and javadocsrfeng2010-02-246-4/+168
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915624 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest to cover various combinations of local/remote interfaces, ↵rfeng2010-02-2415-0/+1082
| | | | | | pbv/pbr, node factories/nodes, classloaders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915607 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2010-02-230-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915381 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3473 - where a local call (local interface) is used within a ↵slaws2010-02-234-5/+82
| | | | | | contribution but where the hazelcast registry is in operation I've updated the registry to return the actual endpoint rather than the serialized version so that the endpoint isn't marked as remote and so that the interface contract is intact. This also adds and enables a test case that ensures that this is working. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915379 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2010-02-230-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915374 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3473 - add new contribution to test for the case where a local call ↵slaws2010-02-236-0/+190
| | | | | | (local interface) is used within a contribution but where the hazelcast registry is in operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915372 13f79535-47bb-0310-9956-ffa450edef68
* Correct ws binding dependency to point to the new versionslaws2010-02-233-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915286 13f79535-47bb-0310-9956-ffa450edef68
* Correct ws binding to point to the new versionslaws2010-02-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915284 13f79535-47bb-0310-9956-ffa450edef68
* Correct the composite namevamsic0072010-02-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915259 13f79535-47bb-0310-9956-ffa450edef68
* Correct the composite namevamsic0072010-02-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915253 13f79535-47bb-0310-9956-ffa450edef68
* Updating policy transaction definitions.xml to comply with OASIS schema, ↵lresende2010-02-231-1/+1
| | | | | | which does not have a default attribute git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915212 13f79535-47bb-0310-9956-ffa450edef68
* Providing phase value for the interceptorlresende2010-02-234-7/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915211 13f79535-47bb-0310-9956-ffa450edef68
* Fixing resource bundle location that was missing the package structurelresende2010-02-233-6/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915210 13f79535-47bb-0310-9956-ffa450edef68
* Adding core-spi dependency to properly compile modulelresende2010-02-231-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915209 13f79535-47bb-0310-9956-ffa450edef68
* Moving to most recent release of HtmlUnit (2.6) and adjusting tests based on ↵lresende2010-02-2211-68/+57
| | | | | | api changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915053 13f79535-47bb-0310-9956-ffa450edef68
* Update README for recent changesnash2010-02-221-65/+106
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912526 13f79535-47bb-0310-9956-ffa450edef68
* Moved component start calls from HTTPD postConfig to childInit, to give ↵jsdelfino2010-02-2222-174/+175
| | | | | | components an opportunity to start and setup connections and resources in each HTTPD child process. Adjusted utility components and test cases to this change. Minor code cleanup of Java components and integration tests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912491 13f79535-47bb-0310-9956-ffa450edef68
* Make the JAX-WS runtime available when running the travel sample on JDK 5 ↵nash2010-02-2214-22/+395
| | | | | | (TUSCANY-3467) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912490 13f79535-47bb-0310-9956-ffa450edef68
* Ensure maven-antrun-plugin runs when using <packaging>pomnash2010-02-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912488 13f79535-47bb-0310-9956-ffa450edef68
* Refactor conditional logic for better consistency and readabilitynash2010-02-221-42/+58
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912483 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicate entry for apache.snapshot (also defined in parent pom)nash2010-02-211-10/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912445 13f79535-47bb-0310-9956-ffa450edef68
* Make wsimport target work on JDK 5 as well as JDK 6nash2010-02-201-19/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912099 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3468 - Widget test seems to be failing from maven, while working ↵lresende2010-02-202-75/+83
| | | | | | fine from within eclipse... disabling it for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912094 13f79535-47bb-0310-9956-ffa450edef68
* Properly setting contentType for known files, to avoid issues with htmlUnitlresende2010-02-204-8/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912093 13f79535-47bb-0310-9956-ffa450edef68
* Providing utility module to share common HTTP Utilities and Constantslresende2010-02-205-0/+128
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912092 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3468 - Providing htmlUnit test to verify implementation widget is ↵lresende2010-02-206-2/+255
| | | | | | working and the catalog ui is being properly populated git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912091 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3468 - Fixing NPE when contracts are not available (e.g in ↵lresende2010-02-201-17/+19
| | | | | | implementation widget) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912090 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused importslresende2010-02-201-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912089 13f79535-47bb-0310-9956-ffa450edef68
* Adding try/catch to display warning when dojo or tuscany dojo extensions are ↵lresende2010-02-201-8/+20
| | | | | | already registered git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912088 13f79535-47bb-0310-9956-ffa450edef68
* Make the maxThreads a configurable property of WorkSchedulerrfeng2010-02-194-7/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912035 13f79535-47bb-0310-9956-ffa450edef68
* Align the interfaceContractMapper to the specrfeng2010-02-1925-376/+226
| | | | | | Remove the conversation related legacy code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912034 13f79535-47bb-0310-9956-ffa450edef68
* Add jaxws-api and jaxb-api dependencies where needed to enable all modules ↵nash2010-02-1913-0/+198
| | | | | | to compile with JDK 5 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911766 13f79535-47bb-0310-9956-ffa450edef68
* Start to add the support to load node factory configuration from external filesrfeng2010-02-197-165/+129
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911689 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3466rfeng2010-02-196-69/+104
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911687 13f79535-47bb-0310-9956-ffa450edef68
* Updating Java doc for the iTest to explain why @RequestContext was used to ↵lresende2010-02-191-0/+5
| | | | | | retrieve callBack instance, instead of @Callback annotation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911656 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix for TUSCANY-3466 from 1.x into 1.5.2 branchrfeng2010-02-181-61/+118
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911642 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3467: Add JAXWS/JAXB compile dependencies for JDK 5rfeng2010-02-182-1/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911640 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3466rfeng2010-02-181-61/+118
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911633 13f79535-47bb-0310-9956-ffa450edef68
* Remove uncommented duplicate entry for creditcard-payment-webapp in ↵nash2010-02-181-6/+0
| | | | | | distribution bundle pom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911343 13f79535-47bb-0310-9956-ffa450edef68
* Exclude Tuscany runtime dependencies from the travel sample distribution ↵nash2010-02-1856-181/+376
| | | | | | default build (TUSCANY-3462) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911338 13f79535-47bb-0310-9956-ffa450edef68
* Package OpenEJB dependencies with the travel sample to avoid use of ↵nash2010-02-1713-632/+955
| | | | | | environment variables (TUSCANY-3460) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910863 13f79535-47bb-0310-9956-ffa450edef68
* Enable ↵rfeng2010-02-171-3/+9
| | | | | | org.apache.tuscany.sca.contribution.resolver.DefaultModelResolverExtensionPoint to honor ranking git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910841 13f79535-47bb-0310-9956-ffa450edef68
* Working queue and chat components. Added a few useful start/stop scripts. ↵jsdelfino2010-02-1773-700/+1779
| | | | | | Fixed lifecycle code to call start/stop/restart functions before APR pools are cleaned up in both parent and child processes. Minor build script improvements. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910819 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused imports...lresende2010-02-153-7/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910277 13f79535-47bb-0310-9956-ffa450edef68
* Fixing mispelled environment variable name used to provide ODE Runtime DB pathlresende2010-02-151-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910276 13f79535-47bb-0310-9956-ffa450edef68
* Formatting...lresende2010-02-154-43/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910275 13f79535-47bb-0310-9956-ffa450edef68
* Small java doc fixlresende2010-02-151-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910274 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2594 - Adding workaround for missing tools.jar in mac os, by setting ↵lresende2010-02-151-2/+26
| | | | | | profiles/properties to set the proper jar based on the os being used git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910273 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3165, upgrade to OpenEJB version 3.1.2ramkumar2010-02-151-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910269 13f79535-47bb-0310-9956-ffa450edef68