View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 2981 50

latest revision download trunk

2981 new/moved annotated / raw | Diffs: previous, other | Lines: 192 ( +192, -0 )

Created: 2008-04-27 17:58:00 +0200 (8 months ago) | Author: benoitf | Changeset: 2981

Moved from: trunk/easybeans/modules/core/src/main/java/org/ow2/easybeans/deployment/resolver/JNDIResolver.java 2897

Copied to: sandbox/missonng/easybeans/modules/core/src/main/java/org/ow2/easybeans/deployment/resolver/JNDIResolverHelper.java 3118

Fix for EZB-257
Rewrite JNDI Resolver. : There is now one resolver for each container and one resolver for an EAR that is delegating to container JNDI resolver.
The previous JNDIResolver is not an helper class that setup the container JNDI Resolver.

The container JNDI resolver is available in the container configuration object
Move Default naming strategy to its own class.
Add an helper class when creating BeanNamingInfo.
Set all missing properties on the BeanNamingInfo object (I found that javaEE application name was not always set)

Introduce a "resolve" state on container. This step is occuring before the start of a container. If resolve() method is called, the metadata is analyzed and we know all EJBs that will be registered for this container.
Then, when each container start, we know other beans of other containers in the same EAR.
If resolve() is not called, this is done automatically during the start method.

Branch point for: tag:EASYBEANS_1_0_0

Properties

 svn:keywords = Id

2897 annotated / raw | Diffs: previous, other | Lines: 312 ( +1, -1 )

Created: 2008-04-22 15:54:46 +0200 (8 months ago) | Author: alitokmen | Changeset: 2897

Moved to: trunk/easybeans/modules/core/src/main/java/org/ow2/easybeans/deployment/resolver/JNDIResolverHelper.java 2981

The JNDI Naming Strategy only returns one name.

Properties

 svn:keywords = Id

2848 annotated / raw | Diffs: previous, other | Lines: 312 ( +3, -1 )

Created: 2008-04-15 10:44:28 +0200 (8 months ago) | Author: alitokmen | Changeset: 2848

Updated class description

Properties

 svn:keywords = Id

2842 annotated / raw | Diffs: previous, other | Lines: 310 ( +2, -2 )

Created: 2008-04-11 17:22:31 +0200 (8 months ago) | Author: gaellalire | Changeset: 2842

Classes now use new archive API (but keep compatibility with old API)

Properties

 svn:keywords = Id

2839 annotated / raw | Diffs: previous, other | Lines: 310 ( +8, -8 )

Created: 2008-04-11 15:43:45 +0200 (8 months ago) | Author: alitokmen | Changeset: 2839

fixed EJB2 deployment issue and a potential NPE

Properties

 svn:keywords = Id

2836 annotated / raw | Diffs: previous, other | Lines: 310 ( +38, -45 )

Created: 2008-04-11 11:51:54 +0200 (8 months ago) | Author: alitokmen | Changeset: 2836

EZB-255

Implements the JNDI Naming Strategy

Properties

 svn:keywords = Id

2826 annotated / raw | Diffs: previous, other | Lines: 317 ( +6, -19 )

Created: 2008-04-10 17:09:33 +0200 (8 months ago) | Author: alitokmen | Changeset: 2826

Prefixes now taken into account correctly

Properties

 svn:keywords = Id

2824 annotated / raw | Diffs: previous, other | Lines: 330 ( +13, -7 )

Created: 2008-04-10 14:56:15 +0200 (8 months ago) | Author: alitokmen | Changeset: 2824

fixed prefix creation

Properties

 svn:keywords = Id

2818 annotated / raw | Diffs: previous, other | Lines: 324 ( +5, -1 )

Created: 2008-04-09 11:57:18 +0200 (8 months ago) | Author: alitokmen | Changeset: 2818

Fixed potential NullPointerException

Properties

 svn:keywords = Id

2817 annotated / raw | Diffs: previous, other | Lines: 320 ( +1, -1 )

Created: 2008-04-09 11:54:03 +0200 (8 months ago) | Author: alitokmen | Changeset: 2817

EZB-254

Fixed the bug, moreover the getPrefix has been removed from the Deployment in favor of getConfiguration

Properties

 svn:keywords = Id

2724 annotated / raw | Diffs: previous, other | Lines: 320 ( +47, -27 )

Created: 2008-03-27 16:06:46 +0100 (9 months ago) | Author: alitokmen | Changeset: 2724

Copied to: sandbox/easybeans/modules/core/src/main/java/org/ow2/easybeans/deployment/resolver/JNDIResolver.java 2812

Added support for prefixes

Branch point for: tag:EASYBEANS_1_0_RC3_JONAS

Properties

 svn:keywords = Id

2447 annotated / raw | Diffs: previous, other | Lines: 300 ( +1, -5 )

Created: 2008-02-14 18:09:49 +0100 (10 months ago) | Author: gaellalire | Changeset: 2447

Copied to: branches/versioning/modules/core/src/main/java/org/ow2/easybeans/deployment/resolver/JNDIResolver.java 2699

use new archive scanner api
begin metadata complete flag support
modify metadata configurator

Branch point for: tag:EASYBEANS_1_0_RC3

Properties

 svn:keywords = Id

2372 annotated / raw | Diffs: previous, other | Lines: 304 ( +5, -5 )

Created: 2008-02-08 19:18:37 +0100 (10 months ago) | Author: benoitf | Changeset: 2372

Merge from the annotation branch into the trunk

Properties

 svn:keywords = Id

1970 annotated / raw | Diffs: previous, other | Lines: 304 ( +1, -1 )

Created: 2007-10-16 13:49:25 +0200 (14 months ago) | Author: benoitf | Changeset: 1970

Copied to: branches/easybeans/modules/core/src/main/java/org/ow2/easybeans/deployment/resolver/JNDIResolver.java 2247

Objectweb -> ow2 change (part of EZB-161)

Branch point for: tag:EASYBEANS_1_0_RC1 tag:EASYBEANS_1_0_RC2 tag:EASYBEANS_1_0_RC2_JONAS

Properties

 svn:keywords = Id

1537 new/moved annotated / raw | Diffs: previous, other | Lines: 304 ( +304, -0 )

Created: 2007-07-08 17:31:22 +0200 (18 months ago) | Author: benoitf | Changeset: 1537

Moved from: trunk/easybeans/src/java/org/ow2/easybeans/deployment/resolver/JNDIResolver.java 1496

Continue mavenization (EZB-160)
- Use standard layout for java source code (src/main/java)

Branch point for: tag:EASYBEANS_1_0_M6_JONAS-tmp

Properties

 svn:keywords = Id

1496 annotated / raw | Diffs: previous, other | Lines: 304 ( +5, -5 )

Created: 2007-06-28 20:13:47 +0200 (18 months ago) | Author: benoitf | Changeset: 1496

Moved to: trunk/easybeans/modules/core/src/main/java/org/ow2/easybeans/deployment/resolver/JNDIResolver.java 1537

Use the ow2 util deploy elements

Properties

 svn:keywords = Id

1477 new/moved annotated / raw | Diffs: previous, other | Lines: 304 ( +304, -0 )

Created: 2007-06-16 18:50:19 +0200 (18 months ago) | Author: benoitf | Changeset: 1477

Moved from: trunk/easybeans/src/java/org/objectweb/easybeans/deployment/resolver/JNDIResolver.java 1272

Copied to: branches/EZBcluster/src/java/org/ow2/easybeans/deployment/resolver/JNDIResolver.java 1493

Move EasyBeans to org.ow2.easybeans package instead of org.objectweb.easybeans (EZB-161)
(tests are still in org.objectweb.easybeans for the moment)
Also, remove module EJ3 api and JPA, log and i18n as they are elsewhere

Properties

 svn:keywords = Id

1272 annotated / raw | Diffs: previous, other | Lines: 304 ( +22, -5 )

Created: 2006-12-19 13:58:19 +0100 (2 years ago) | Author: benoitf | Changeset: 1272

Moved to: trunk/easybeans/src/java/org/ow2/easybeans/deployment/resolver/JNDIResolver.java 1477

Copied to: branches/EZBcluster/src/java/org/objectweb/easybeans/deployment/resolver/JNDIResolver.java 1473

Call URLToFile only if it is a file

Branch point for: EASYBEANS_1_0_M5_WEBLOGIC92 tag:EASYBEANS_1_0_M5 tag:EASYBEANS_1_0_M6

Properties

 svn:keywords = Id

1252 annotated / raw | Diffs: previous, other | Lines: 287 ( +33, -12 )

Created: 2006-12-14 11:32:05 +0100 (2 years ago) | Author: benoitf | Changeset: 1252

Client Container can use ejb-ref on EJB 2.1 home objects
Change algorithm of the retainIfException while overriding with XML value
Aliasing of beans (when using the same class)
EZB-77

Properties

 svn:keywords = Id

1218 annotated / raw | Diffs: previous, other | Lines: 266 ( +12, -1 )

Created: 2006-11-26 19:25:48 +0100 (2 years 1 month ago) | Author: benoitf | Changeset: 1218

Allow to find EJB Home/LocalHome used by EJB 2.1 view (EZB-41)

Properties

 svn:keywords = Id

1210 annotated / raw | Diffs: previous, other | Lines: 255 ( +63, -9 )

Created: 2006-11-16 17:47:49 +0100 (2 years 1 month ago) | Author: benoitf | Changeset: 1210

Partial support of ejb-link with jarFile#beanName format

Properties

 svn:keywords = Id

242 annotated / raw | Diffs: previous, other | Lines: 201 ( +2, -2 )

Created: 2006-03-22 11:32:44 +0100 (2 years 9 months ago) | Author: benoitf | Changeset: 242

Change traces from info to debug

Branch point for: tag:EASYBEANS_0_0_PR2 tag:EASYBEANS_1_0_M1 tag:EASYBEANS_1_0_M2 tag:EASYBEANS_1_0_M3 tag:EASYBEANS_1_0_M4

Properties

 svn:keywords = Id

177 annotated / raw | Diffs: previous, other | Lines: 201 ( +1, -1 )

Created: 2006-03-10 16:10:04 +0100 (2 years 9 months ago) | Author: benoitf | Changeset: 177

Change default JNDI name

Properties

 svn:keywords = Id

77 annotated / raw | Diffs: previous, other | Lines: 201 ( +72, -13 )

Created: 2006-03-01 14:02:50 +0100 (2 years 10 months ago) | Author: benoitf | Changeset: 77

parse attributes of @Stateless and @Stateful.
And use these attributes for @EJB

Properties

 svn:keywords = Id

50 new annotated / raw | Lines: 142 ( +142, -0 )

Created: 2006-02-28 11:44:21 +0100 (2 years 10 months ago) | Author: benoitf | Changeset: 50

Allow some inheritance on bean and injection on client side for @EJB

Open Source License registered to the ObjectWeb Project. This license of FishEye is provided to support the development of ObjectWeb only.
Atlassian FishEye, Subversion analysis. (Version:1.6.5.a Build:build-356 2008-12-24) - Administration - Page generated 2009-01-06 21:59 +0100