summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Properly handling business/runtime exception with new invocation methodlresende2009-03-191-11/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755854 13f79535-47bb-0310-9956-ffa450edef68
* Removing @author per Apache best practiceslresende2009-03-191-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755853 13f79535-47bb-0310-9956-ffa450edef68
* Wrapping the invocation with a message, in order to pass extra information ↵lresende2009-03-193-15/+49
| | | | | | during invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755852 13f79535-47bb-0310-9956-ffa450edef68
* Removing system.out debug messagelresende2009-03-191-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755851 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for Jaas authentication policy to component serviceslresende2009-03-193-4/+117
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755850 13f79535-47bb-0310-9956-ffa450edef68
* Removing @author per Apache best practiceslresende2009-03-193-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755849 13f79535-47bb-0310-9956-ffa450edef68
* Removing obsolete schema file for binding-gdatalresende2009-03-191-36/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755848 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused import packagesrfeng2009-03-191-23/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755832 13f79535-47bb-0310-9956-ffa450edef68
* Add contribution-jee to the build to avoid breakrfeng2009-03-191-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755821 13f79535-47bb-0310-9956-ffa450edef68
* Produce xsi:type for local elementsrfeng2009-03-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755810 13f79535-47bb-0310-9956-ffa450edef68
* Only introspect the fault type if the JAXWS interface processor hasn't ↵rfeng2009-03-181-2/+2
| | | | | | figured out the databinding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755786 13f79535-47bb-0310-9956-ffa450edef68
* Fix the test dependency and add the "write"rfeng2009-03-183-18/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755769 13f79535-47bb-0310-9956-ffa450edef68
* Use the JavaEE extensions to compute SCA services, SCA references and SCA ↵vamsic0072009-03-182-0/+35
| | | | | | properties from EJB3 business interfaces, Remote EJB3 references and EnvEntries. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755761 13f79535-47bb-0310-9956-ffa450edef68
* Use the JavaEE optional extension to compute SCA references and SCA ↵vamsic0072009-03-182-1/+33
| | | | | | properties from Remote EJB3 references and EnvEntries. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755758 13f79535-47bb-0310-9956-ffa450edef68
* Fix a regression caused by r755474rfeng2009-03-183-73/+127
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755757 13f79535-47bb-0310-9956-ffa450edef68
* Fix a regression caused by r755474rfeng2009-03-183-74/+127
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755756 13f79535-47bb-0310-9956-ffa450edef68
* URI "" corresponds to the archive as an artifact.vamsic0072009-03-183-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755753 13f79535-47bb-0310-9956-ffa450edef68
* Java EE Introspection code using OpenEJB.vamsic0072009-03-186-0/+804
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755743 13f79535-47bb-0310-9956-ffa450edef68
* Access the equinox jars from a temporary maven repo ↵rfeng2009-03-186-107/+39
| | | | | | @http://people.apache.org/~rfeng/repo/maven2 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755736 13f79535-47bb-0310-9956-ffa450edef68
* Updated the methods to throw ContributionReadException.vamsic0072009-03-181-4/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755731 13f79535-47bb-0310-9956-ffa450edef68
* Missing and wrongly placed license headers.vamsic0072009-03-182-15/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755729 13f79535-47bb-0310-9956-ffa450edef68
* o JavaEE processors to introspect WAR, JAR and EAR files and create model ↵vamsic0072009-03-1834-1152/+1453
| | | | | | | | objects o JavaEE extensions to create SCA Services, SCA References and SCA Properties from EJB3 business interfaces, Remote EJB3 references and Env Entries. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755722 13f79535-47bb-0310-9956-ffa450edef68
* Set the client system property to control the test case to be run in client ↵rfeng2009-03-182-54/+68
| | | | | | or server mode git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755671 13f79535-47bb-0310-9956-ffa450edef68
* Allow mutliple bundle nodes to share the same registryrfeng2009-03-184-255/+275
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755662 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to create new instances of a utilityrfeng2009-03-182-46/+62
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755659 13f79535-47bb-0310-9956-ffa450edef68
* Set port to 8085 to fix continuum build failure when 8080 is usedantelder2009-03-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755617 13f79535-47bb-0310-9956-ffa450edef68
* Change sample Ant build to not hardcode teh versionantelder2009-03-181-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755557 13f79535-47bb-0310-9956-ffa450edef68
* Change the distro build to not use a hardcoded versionantelder2009-03-183-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755553 13f79535-47bb-0310-9956-ffa450edef68
* Added an EAR packaging type. Updated WAR to use PackageType.WAR.vamsic0072009-03-181-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755552 13f79535-47bb-0310-9956-ffa450edef68
* Make the artifactURI "" resolve to the sourceURL.vamsic0072009-03-181-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755536 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2917ramkumar2009-03-1839-39/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755499 13f79535-47bb-0310-9956-ffa450edef68
* Fix the J2W generation issue which misses the target namespacerfeng2009-03-184-7/+63
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755474 13f79535-47bb-0310-9956-ffa450edef68
* Add filter to select local or remote servicesrfeng2009-03-183-55/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755452 13f79535-47bb-0310-9956-ffa450edef68
* Update the test caserfeng2009-03-175-17/+113
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755439 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the binding.rmi to connect two OSGi bundlesrfeng2009-03-172-19/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755436 13f79535-47bb-0310-9956-ffa450edef68
* Fix classloading issue under OSGirfeng2009-03-171-1/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755435 13f79535-47bb-0310-9956-ffa450edef68
* Remove the service provider filerfeng2009-03-171-19/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755406 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the dependenciesrfeng2009-03-173-141/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755376 13f79535-47bb-0310-9956-ffa450edef68
* Remove empty foldersrfeng2009-03-170-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755369 13f79535-47bb-0310-9956-ffa450edef68
* Remove empty folderrfeng2009-03-170-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755363 13f79535-47bb-0310-9956-ffa450edef68
* Remove empty folderrfeng2009-03-170-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755362 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused filesrfeng2009-03-176-169/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755361 13f79535-47bb-0310-9956-ffa450edef68
* Revert the checkin of osgi jarsrfeng2009-03-1768-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755359 13f79535-47bb-0310-9956-ffa450edef68
* Move the test into node-impl-osgirfeng2009-03-17101-2/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755358 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the dependenciesrfeng2009-03-172-85/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755355 13f79535-47bb-0310-9956-ffa450edef68
* Start to populate SCA proxies into the OSGi registry for referencesrfeng2009-03-174-780/+90
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755336 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationantelder2009-03-178-21/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755303 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] copy for tag 2.0-M2antelder2009-03-173412-0/+292394
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755301 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release 2.0-M2antelder2009-03-178-21/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755299 13f79535-47bb-0310-9956-ffa450edef68
* don't run clean installantelder2009-03-171-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755293 13f79535-47bb-0310-9956-ffa450edef68