summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/contribution-jee/src/main/java/org/apache/tuscany (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-13Moving 1.x trunklresende34-2450/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835700 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Create an SCA Reference from EJB reference only if there is no @Reference ↵vamsic0071-0/+4
annotation on that field or method. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834442 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Correcting an error from previous commit. The check should be for null.vamsic0071-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834438 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Create an SCA Reference from EJB reference only if there is no @Reference ↵vamsic0071-0/+35
annotation on that field or method. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834409 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Injection info for SCA references from Java EE optional extensionvamsic0072-0/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830888 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07TUSCANY-3198 - keep generated EJB component implementations distinct. They ↵slaws1-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
2009-06-25TUSCANY-3018 EarContributionProcessor's URL.setURLStreamHandlerFactory() ↵vamsic0071-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
2009-06-23TUSCANY-3097 don't process application composites of modules inside an EAR ↵slaws1-1/+5
are processed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787604 13f79535-47bb-0310-9956-ffa450edef68
2009-05-29TUSCANY-3052 - add EJBModuleInfo to generate EJB implementation to sit ↵slaws4-6/+31
alongside the EJBInfo. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779891 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28TUSCANY-3052 - Add module info object to the EJB implementation generated ↵slaws7-38/+240
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
2009-05-27TUSCANY-3052 - Update JEE processing to resolve the JEEImplementation ↵slaws3-0/+75
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
2009-05-22TUSCANY-3052 - Correct the way that JEEImplementations are represented so ↵slaws6-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
2009-05-02TUSCANY-2978 - Add test code to exercise new JEE sample archives including ↵slaws1-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
2009-04-25TUSCANY-2977 determine implementation.jee component type from application ↵vamsic0073-0/+156
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
2009-04-23Add an external ear modelresolver approach to the jee itestantelder1-0/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767905 13f79535-47bb-0310-9956-ffa450edef68
2009-04-16TUSCANY-2972 - Sample code for fixing up classloaders for JEE archives. No ↵slaws4-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
2009-03-26Don't fall over if there is no introspector, e.g. if contribution-jee-impl ↵slaws1-5/+8
is not loaded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758611 13f79535-47bb-0310-9956-ffa450edef68
2009-03-24TUSCANY-2936 Extension point API for Java EEvamsic0073-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
2009-03-24TUSCANY-2936 Extension point API for Java EEvamsic0072-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
2009-03-21Do not throw exception if the jar is not an EJB jar.vamsic0071-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756952 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18URI "" corresponds to the archive as an artifact.vamsic0073-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755753 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18Updated the methods to throw ContributionReadException.vamsic0071-4/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755731 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18Missing and wrongly placed license headers.vamsic0072-15/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755729 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18o JavaEE processors to introspect WAR, JAR and EAR files and create model ↵vamsic00726-900/+1373
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
2008-11-13Creating Java SCA 1.x branchlresende7-0/+1076
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68