FishEye

Quick Search:

Line History

0

Show Arbitrary Diff

From to

Supports revisions and tags.

History

MAIN 1.8 1.1

Branch MAIN

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

Created: 2008-03-06 21:25:04 -0500 (10 months ago) | Author: pjf | Changeset: MAIN:pjf:20080307022504

Var'ed and scope variables caught by a var scope checker

Tags: coldspring-1-2

1.7 annotated / raw | Diffs: previous, other | Lines: 136 ( +54, -20 )

Created: 2007-09-11 07:41:52 -0400 (15 months ago) | Author: scottc | Changeset: MAIN:scottc:20070911114152

Fixed error setting bean factory in the proper scope, moved initialization into setup method in RemoteProxyBean

Tags: coldspring-1-2-rc1

1.6 annotated / raw | Diffs: previous, other | Lines: 102 ( +5, -2 )

Created: 2007-01-01 12:41:36 -0500 (2 years ago) | Author: scottc | Changeset: MAIN:scottc:20070101174136

added support for <alias name="fromName" alias="toName"/> tag

1.5 annotated / raw | Diffs: previous, other | Lines: 99 ( +4, -5 )

Created: 2006-06-25 09:22:43 -0400 (2 years 6 months ago) | Author: rossd | Changeset: MAIN:rossd:20060625132243

removing debug code

1.4 annotated / raw | Diffs: previous, other | Lines: 100 ( +4, -2 )

Created: 2006-04-03 23:51:27 -0400 (2 years 9 months ago) | Author: simb | Changeset: MAIN:simb:20060404035127

removed duplicate local var bfUtils

1.3 annotated / raw | Diffs: previous, other | Lines: 98 ( +5, -2 )

Created: 2006-01-28 16:44:13 -0500 (2 years 11 months ago) | Author: scottc | Changeset: MAIN:scottc:20060128214413

Another slight tweek, everything refers to beanFactory, not context

1.2 annotated / raw | Diffs: previous, other | Lines: 95 ( +14, -12 )

Created: 2006-01-28 16:39:57 -0500 (2 years 11 months ago) | Author: scottc | Changeset: MAIN:scottc:20060128213957

Shoot, the RemoteProxyBean was looking for an applicationContext instead of a bean factory. Updated to look for a beanFactory, but I need to test!

1.1 annotated / raw | Lines: 93 ( +93, -0 )

Created: 2006-01-13 10:00:12 -0500 (2 years 11 months ago) | Author: scottc | Changeset: MAIN:scottc:20060113150012

CSP-38 - First pass at RemoteProxyBean, creating remote services for CS managed seriveces through AOP