summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/contribution-jee/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3198 - keep generated EJB component implementations distinct. They ↵slaws2009-08-071-0/+7
| | | | | | were being resolved down to one because the hashcode was not based on any unique EJB information git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801951 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3018 EarContributionProcessor's URL.setURLStreamHandlerFactory() ↵vamsic0072009-06-251-18/+5
| | | | | | | | fails with factory already defined error o Handle "archive" URLs without setting the StreamHandlerFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788271 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3097 don't process application composites of modules inside an EAR ↵slaws2009-06-231-1/+5
| | | | | | are processed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787604 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3052 - add EJBModuleInfo to generate EJB implementation to sit ↵slaws2009-05-294-6/+31
| | | | | | alongside the EJBInfo. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779891 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3052 - Add module info object to the EJB implementation generated ↵slaws2009-05-288-38/+241
| | | | | | model object. Add in the web implementation generated model object. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779701 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3052 - Update JEE processing to resolve the JEEImplementation ↵slaws2009-05-274-0/+96
| | | | | | composite. Set the "ejb" intent on both local and remote services. Add a definitions.xml to define the "ejb" intent. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779160 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3052 - Correct the way that JEEImplementations are represented so ↵slaws2009-05-226-40/+277
| | | | | | that they appear as composites. In that way an application composite, when present, can naturally be included in the component hierarchy. When an application composite isn't present then the composite is created on the fly based on the information from the introspected archive. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777618 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2978 - Add test code to exercise new JEE sample archives including ↵slaws2009-05-021-0/+3
| | | | | | code to show how to process an archive that appears outside of the contribution that references it. See TestExternalEarModelResolver.java. Some jee processing changes were required to make this work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770930 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2977 determine implementation.jee component type from application ↵vamsic0072009-04-254-1/+158
| | | | | | | | composite if one is available o Added a model object resolver to obtain application composite using uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768567 13f79535-47bb-0310-9956-ffa450edef68
* Add an external ear modelresolver approach to the jee itestantelder2009-04-231-0/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767905 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2972 - Sample code for fixing up classloaders for JEE archives. No ↵slaws2009-04-164-0/+24
| | | | | | where near done yet but allows us to experiment and explore the problems. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765687 13f79535-47bb-0310-9956-ffa450edef68
* Don't fall over if there is no introspector, e.g. if contribution-jee-impl ↵slaws2009-03-261-5/+8
| | | | | | is not loaded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758611 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2936 Extension point API for Java EEvamsic0072009-03-243-1/+39
| | | | | | o Added place holder for reference tags in JSPs. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757701 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2936 Extension point API for Java EEvamsic0072009-03-242-4/+24
| | | | | | o Changed WebModuleInfo to identify individual class artifacts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757679 13f79535-47bb-0310-9956-ffa450edef68
* Do not throw exception if the jar is not an EJB jar.vamsic0072009-03-211-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756952 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
* 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-1830-900/+1450
| | | | | | | | 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
* Creating Java SCA 1.x branchlresende2008-11-138-0/+1095
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68