Quick Search:

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 1851 3

latest revision download trunk

1851 annotated / raw | Diffs: previous, other | Lines: 468 ( +1, -1 )

Created: 2008-07-12 09:39:14 -0500 (4 months 8 days ago) | Author: mrdon | Changeset: 1851

Removing extra character

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1833 annotated / raw | Diffs: previous, other | Lines: 468 ( +24, -25 )

Created: 2008-06-21 04:29:39 -0500 (4 months 29 days ago) | Author: rainerh | Changeset: 1833

XW-615 Fix generics in all codebase
XWork Java5 enhancements
o added generics where possible
o use parameterizes Collection classes where possible
o converted for to for-each loops
o optimized imports
o updated tests
o aligned parameter types with Struts2
o fixed some minor bugs

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1825 annotated / raw | Diffs: previous, other | Lines: 469 ( +3, -0 )

Created: 2008-06-14 00:03:27 -0500 (5 months 5 days ago) | Author: mrdon | Changeset: 1825

Added autowiring of Result objects when returned from an action method
WW-2598

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1789 annotated / raw | Diffs: previous, other | Lines: 466 ( +98, -99 )

Created: 2008-06-11 05:32:11 -0500 (5 months 8 days ago) | Author: rainerh | Changeset: 1789

XW-632 Stack traces with DefaultActionInvocation are excessively long
o applied patch by Kristian Rosenvold

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1766 annotated / raw | Diffs: previous, other | Lines: 467 ( +1, -1 )

Created: 2008-03-28 12:12:29 -0500 (7 months ago) | Author: rainerh | Changeset: 1766

reformatting

Tags: xwork_2_1_1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

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

Created: 2008-03-06 06:04:47 -0600 (8 months ago) | Author: rainerh | Changeset: 1763

XW-614
NullPointerException while trying to call setActionInvocation in DefaultActionInvocation.init
o applied suggested patch

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1755 annotated / raw | Diffs: previous, other | Lines: 463 ( +4, -0 )

Created: 2008-03-02 06:31:46 -0600 (8 months ago) | Author: mrdon | Changeset: 1755

Adding hook to get action config before execution

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1703 annotated / raw | Diffs: previous, other | Lines: 459 ( +2, -2 )

Created: 2007-12-09 06:03:31 -0600 (11 months ago) | Author: mrdon | Changeset: 1703

Making all configuration objects immutable, adding the capture and processing
of allowed methods in action configuration

XW-594 XW-595

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1630 annotated / raw | Diffs: previous, other | Lines: 459 ( +10, -12 )

Created: 2007-10-05 10:10:08 -0500 (13 months ago) | Author: mrdon | Changeset: 1630

Copied to: trunk/CopyOftrunk/src/java/com/opensymphony/xwork2/DefaultActionInvocation.java 1652

Adding new logging facade that tries to delegate first to commons logging, then jdk logging
XW-577

Branch point for: tag:xwork_2-1-0

Tags: xwork_2-1-0

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1628 annotated / raw | Diffs: previous, other | Lines: 461 ( +6, -3 )

Created: 2007-10-04 08:06:29 -0500 (13 months ago) | Author: mrdon | Changeset: 1628

Fixing problem with duplicate result execution XW-521

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1608 annotated / raw | Diffs: previous, other | Lines: 458 ( +30, -23 )

Created: 2007-09-20 07:46:19 -0500 (13 months ago) | Author: mrdon | Changeset: 1608

Merging the no-statics branch into 2.1 trunk.  Consists of
* OGNL API separation so that the EL could be replaced
* Rid of almost all static state, preferring dep injection
* Rid of static factories, again in favor of dep injection
* Better use of dep injection library (bootstrap phase)

XW-566 XW-461 XW-561

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1581 annotated / raw | Diffs: previous, other | Lines: 451 ( +1, -0 )

Created: 2007-08-10 10:09:52 -0500 (15 months ago) | Author: musachy | Changeset: 1581

WW-2034 Add #action to the context pointing to the last executed action

Branch point for: no-statics

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1499 annotated / raw | Diffs: previous, other | Lines: 450 ( +20, -5 )

Created: 2007-04-26 08:36:51 -0500 (18 months ago) | Author: mrdon | Changeset: 1499

Added ability for the unknown handler to handle unknown action methods
and execute them
XW-511

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1415 annotated / raw | Diffs: previous, other | Lines: 435 ( +8, -3 )

Created: 2007-03-31 11:33:23 -0500 (19 months ago) | Author: rainerh | Changeset: 1415

ActionEventListener's prepare() method is called before initialization
o patch applied

Issue Number: XW-489

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1328 annotated / raw | Diffs: previous, other | Lines: 430 ( +1, -11 )

Created: 2007-02-04 17:27:40 -0600 (21 months ago) | Author: tschneider22 | Changeset: 1328

Fixed invocation of proxied actions
XW-465

Branch point for: 2.0

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1289 annotated / raw | Diffs: previous, other | Lines: 440 ( +1, -1 )

Created: 2007-01-01 01:57:27 -0600 (22 months ago) | Author: mrdon | Changeset: 1289

Fixed NPE when unknown handler is null when a result can't be found
WW-1577

Tags: xwork_2-0-0

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1272 annotated / raw | Diffs: previous, other | Lines: 440 ( +14, -1 )

Created: 2006-12-20 00:25:42 -0600 (22 months ago) | Author: mrdon | Changeset: 1272

Added back support for doMethod action methods
XW-394

Tags: xwork_2-0-RC1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1269 annotated / raw | Diffs: previous, other | Lines: 427 ( +11, -62 )

Created: 2006-12-13 00:17:15 -0600 (23 months ago) | Author: mrdon | Changeset: 1269

Move Rife continuations support out of xwork 2, but provide hooks to plug it in as necessary
XW-453

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1221 annotated / raw | Diffs: previous, other | Lines: 478 ( +1, -1 )

Created: 2006-11-18 22:55:47 -0600 (2 years ago) | Author: mrdon | Changeset: 1221

Improved the signature of the handleResult method

Tags: xwork_2-0-beta-2 xwork_2-0-beta-3

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1219 annotated / raw | Diffs: previous, other | Lines: 478 ( +9, -5 )

Created: 2006-11-18 16:38:58 -0600 (2 years ago) | Author: mrdon | Changeset: 1219

Cleaned up action proxy handling, added new unknown handler hook for unknown actions and results
XW-440

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1216 annotated / raw | Diffs: previous, other | Lines: 474 ( +0, -1 )

Created: 2006-11-17 13:46:06 -0600 (2 years ago) | Author: jmitchell | Changeset: 1216

Remove unused and duplicate imports

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1187 annotated / raw | Diffs: previous, other | Lines: 475 ( +13, -14 )

Created: 2006-11-13 02:05:32 -0600 (2 years ago) | Author: mrdon | Changeset: 1187

Added the Guice DI container into XWork to wire together key pieces and constants, started
the merge of the tiger project into core, removed the external reference resolver feature
as there are better ways to do it.
XW-433 WX-434 XW-435

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1180 annotated / raw | Diffs: previous, other | Lines: 476 ( +2, -2 )

Created: 2006-11-01 10:45:01 -0600 (2 years ago) | Author: tm_jee | Changeset: 1180

XW-431
 - logical error in DefaultActionInvocation causing it to not execute pre-result listeners and result


Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1161 annotated / raw | Diffs: previous, other | Lines: 476 ( +67, -35 )

Created: 2006-10-10 07:16:57 -0500 (2 years 1 month ago) | Author: tm_jee | Changeset: 1161

WW-727
- profiling in ww2
- added profiling to followings:-
  1] creation of DefaultActionProxy
  2] creation of DefaultActionInvocation
  3] execution of DefaultActionProxy
  4] invocation of PreResultListeners
  5] invocation of interceptors
- This is added cause there's some post in WW forum suggesting that the creation of little objects like ActionProxy and ActionInvocation in each request is causing performance problem and its better if WW does caching of them. With this profiling it should clear things up.
- added also test cases for profiling classes and a convenient callback class.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1160 annotated / raw | Diffs: previous, other | Lines: 444 ( +12, -2 )

Created: 2006-10-09 13:53:30 -0500 (2 years 1 month ago) | Author: mrdon | Changeset: 1160

Cleaned up a few webwork references, better handling of returned
objects from an action method

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1146 annotated / raw | Diffs: previous, other | Lines: 434 ( +13, -2 )

Created: 2006-10-01 22:10:49 -0500 (2 years 1 month ago) | Author: mrdon | Changeset: 1146

Improved error messages to not refer directly to xwork.xml, added an exception thrown when
result code is specified but not found
WW-420

Tags: xwork_2-0-beta-1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1143 annotated / raw | Diffs: previous, other | Lines: 423 ( +19, -4 )

Created: 2006-09-30 19:42:51 -0500 (2 years 1 month ago) | Author: mrdon | Changeset: 1143

Adding profiling library from Atlassian
XW-419

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1142 annotated / raw | Diffs: previous, other | Lines: 408 ( +9, -7 )

Created: 2006-09-30 00:34:02 -0500 (2 years 1 month ago) | Author: mrdon | Changeset: 1142

Pulling out ValueStack interface for OgnlValueStack and giving it factory creation
XW-418

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1082 annotated / raw | Diffs: previous, other | Lines: 406 ( +2, -1 )

Created: 2006-07-22 09:23:44 -0500 (2 years 3 months ago) | Author: tm_jee | Changeset: 1082

XW-386
 - fix "XWork don't create result using Spring"

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1064 annotated / raw | Diffs: previous, other | Lines: 405 ( +61, -35 )

Created: 2006-07-09 21:35:54 -0500 (2 years 4 months ago) | Author: mrdon | Changeset: 1064

Removing RIFE dependency as always required, made it easier to
add custom dtd mappings for config loading
XW-330

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

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

Created: 2006-07-09 19:30:29 -0500 (2 years 4 months ago) | Author: mrdon | Changeset: 1063

Moved from: trunk/src/java/com/opensymphony/xwork/DefaultActionInvocation.java 1047

Renaming package from com.opensymphony.xwork to com.opensymphony.xwork2
XW-399

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1047 annotated / raw | Diffs: previous, other | Lines: 379 ( +2, -14 )

Created: 2006-06-23 00:24:19 -0500 (2 years 4 months ago) | Author: mrdon | Changeset: 1047

Moved to: trunk/src/java/com/opensymphony/xwork2/DefaultActionInvocation.java 1063

Removing support for do* methods, removing the doDefault() method

Issue number: XW-394

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1028 annotated / raw | Diffs: previous, other | Lines: 391 ( +4, -4 )

Created: 2006-06-10 15:37:39 -0500 (2 years 5 months ago) | Author: mrdon | Changeset: 1028

Renaming XworkException to XWorkException to match the convention of every other class

Issue number: XW-388

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1023 annotated / raw | Diffs: previous, other | Lines: 391 ( +8, -5 )

Created: 2006-05-23 15:30:47 -0500 (2 years 5 months ago) | Author: jcarreira | Changeset: 1023

Moved static instance out of ConfigurationManager into new XWorkStatic and started doing 1.5 updates with generics and enhanced for-loops.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

999 annotated / raw | Diffs: previous, other | Lines: 388 ( +2, -2 )

Created: 2006-04-13 16:16:59 -0500 (2 years 7 months ago) | Author: dres | Changeset: 999

Issue number:  XW-384
Submitted by:  Andres March

Check if configuration package exists before preparing continuation

Branch point for: xwork_1-2

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

991 annotated / raw | Diffs: previous, other | Lines: 388 ( +4, -4 )

Created: 2006-04-10 17:03:23 -0500 (2 years 7 months ago) | Author: mrdon | Changeset: 991

Starting to apply new Location information to configuration and validation exception messages,
changed validation to use new validating parser, fixed validation test case that had wrong dtd,
converted XWork exceptions to use Java 1.4 Throwable constructors to give better errors.

Issue number: XW-379

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

990 annotated / raw | Diffs: previous, other | Lines: 388 ( +0, -1 )

Created: 2006-04-09 07:23:03 -0500 (2 years 7 months ago) | Author: davsclaus | Changeset: 990

removed unused imports

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

887 annotated / raw | Diffs: previous, other | Lines: 389 ( +3, -3 )

Created: 2006-03-08 09:07:33 -0600 (2 years 8 months ago) | Author: rainerh | Changeset: 887

Allow easy overriding of "excludeMethods" and "includeMethods" of ValidationInterceptor
Issue number:  WW-1187
Obtained from:
Submitted by:
Reviewed by:

Tags: xwork_1-1-2 xwork_1-1-3

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

882 annotated / raw | Diffs: previous, other | Lines: 389 ( +6, -2 )

Created: 2006-03-05 14:48:58 -0600 (2 years 8 months ago) | Author: rainerh | Changeset: 882

Allow easy overriding of "excludeMethods" and "includeMethods" of ValidationInterceptor
o added wildcard support for excludeMethods/includeMethods
o added wildcard support for Result mappings
Issue number:  WW-1187
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

861 annotated / raw | Diffs: previous, other | Lines: 385 ( +2, -2 )

Created: 2006-03-03 09:24:08 -0600 (2 years 8 months ago) | Author: rainerh | Changeset: 861

Updating copyright
Issue number:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

829 annotated / raw | Diffs: previous, other | Lines: 385 ( +7, -2 )

Created: 2006-02-18 11:03:45 -0600 (2 years 9 months ago) | Author: rainerh | Changeset: 829

WW 2.2 logs exception if result of an action is null
Issue number:  WW-1186
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

827 annotated / raw | Diffs: previous, other | Lines: 380 ( +2, -2 )

Created: 2006-02-16 19:48:52 -0600 (2 years 9 months ago) | Author: plightbo | Changeset: 827

when doing continuations, use the original action (this may break the forward/backward stuff, but we'll fix that later)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

824 annotated / raw | Diffs: previous, other | Lines: 380 ( +4, -1 )

Created: 2006-02-16 18:20:27 -0600 (2 years 9 months ago) | Author: plightbo | Changeset: 824

non cloning continuation support

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

596 annotated / raw | Diffs: previous, other | Lines: 377 ( +4, -7 )

Created: 2005-11-07 16:01:19 -0600 (3 years ago) | Author: jcarreira | Changeset: 596

Adding context map to build* methods in the ObjectFactory

Tags: xwork_1-1 xwork_1-1-1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

568 annotated / raw | Diffs: previous, other | Lines: 380 ( +0, -30 )

Created: 2005-10-15 17:43:09 -0500 (3 years 1 month ago) | Author: plightbo | Changeset: 568

removing "smart default" logic (it was never in the code path anyway)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

560 annotated / raw | Diffs: previous, other | Lines: 410 ( +4, -3 )

Created: 2005-10-08 23:37:56 -0500 (3 years 1 month ago) | Author: plightbo | Changeset: 560

use constants for continuation keys/params

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

549 annotated / raw | Diffs: previous, other | Lines: 409 ( +48, -1 )

Created: 2005-09-22 22:16:52 -0500 (3 years 1 month ago) | Author: plightbo | Changeset: 549

experimental continuations support (turned off by default and NOT recommend for any production use)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

540 annotated / raw | Diffs: previous, other | Lines: 362 ( +3, -3 )

Created: 2005-09-20 21:31:49 -0500 (3 years 1 month ago) | Author: plightbo | Changeset: 540

tighter spring integration. time to deprecate xwork ioc

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

536 annotated / raw | Diffs: previous, other | Lines: 362 ( +20, -26 )

Created: 2005-09-20 11:32:40 -0500 (3 years 1 month ago) | Author: plightbo | Changeset: 536

- cleaned up where logic is for determining the method to invoke (mostly in the proxy, but the doXxx vs. xxx logic is in the invocation)
- temporarily removed the "shorthand notation" support for results (it was breaking lots of things)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

534 annotated / raw | Diffs: previous, other | Lines: 368 ( +44, -12 )

Created: 2005-09-20 10:53:45 -0500 (3 years 1 month ago) | Author: plightbo | Changeset: 534

- token interceptor removes parameters that it no longer needs
- div tag uses UrlHelper to build URLs
- altSyntax more intelligent: requires %{} syntax everywhere now
- removed unused method call in InstantiatingNullHandler
- if a result code isn't known, maybe we're using shorthand notation (redirect:yahoo.com)?

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

521 annotated / raw | Diffs: previous, other | Lines: 336 ( +1, -1 )

Created: 2005-09-11 00:21:27 -0500 (3 years 2 months ago) | Author: plightbo | Changeset: 521

better error reporting

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

519 annotated / raw | Diffs: previous, other | Lines: 336 ( +0, -9 )

Created: 2005-09-10 23:27:53 -0500 (3 years 2 months ago) | Author: plightbo | Changeset: 519

whoops, didn't mean to check that in

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

517 annotated / raw | Diffs: previous, other | Lines: 345 ( +9, -8 )

Created: 2005-09-10 23:26:30 -0500 (3 years 2 months ago) | Author: plightbo | Changeset: 517

report errors if devMode is enabled

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

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

Created: 2005-08-23 23:52:13 -0500 (3 years 2 months ago) | Author: plightbo | Changeset: 501

WW-743: use the new invokeActionOnly() method in XWork
also fixed a few bugs and added support for a default wait page!

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

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

Created: 2005-08-10 03:25:04 -0500 (3 years 3 months ago) | Author: plightbo | Changeset: 494

prototype: added sweet support for hibernate. XWork IOC will reload hibernate (but not the webapp) when it detects a change in the mapping files

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

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

Created: 2005-08-06 14:56:31 -0500 (3 years 3 months ago) | Author: plightbo | Changeset: 492

a few more fixes for the removal of the Action interface requirement

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

490 annotated / raw | Diffs: previous, other | Lines: 331 ( +37, -37 )

Created: 2005-08-06 11:14:19 -0500 (3 years 3 months ago) | Author: plightbo | Changeset: 490

XW-295: removed Action interface requirement

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

468 annotated / raw | Diffs: previous, other | Lines: 331 ( +9, -2 )

Created: 2005-07-09 17:43:07 -0500 (3 years 4 months ago) | Author: plightbo | Changeset: 468

WW-507: support for method: and action: request parameters

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

437 annotated / raw | Diffs: previous, other | Lines: 324 ( +8, -0 )

Created: 2005-04-09 16:58:00 -0500 (3 years 7 months ago) | Author: jhouse | Changeset: 437

Issue number:  XW-274
Obtained from: jhouse
Submitted by:  jhouse
Reviewed by:   jhouse / jcarreira
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

393 annotated / raw | Diffs: previous, other | Lines: 316 ( +38, -39 )

Created: 2004-12-12 13:16:45 -0600 (3 years 11 months ago) | Author: plightbo | Changeset: 393

make everything protected and move the invocation of the action to a single method that can be overloaded

Branch point for: xwork_1-0_branch

Tags: xwork_1-0-5

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

368 annotated / raw | Diffs: previous, other | Lines: 317 ( +1, -1 )

Created: 2004-11-14 09:25:03 -0600 (4 years ago) | Author: jcarreira | Changeset: 368

XW-174 - getMethod() now takes a Class to check if the Class has changed between calls as a hack to fix a problem with proxied Actions coming from Spring.

Tags: xwork_1-0-4

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

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

Created: 2004-06-27 02:04:29 -0500 (4 years 4 months ago) | Author: unkyaku | Changeset: 272

Jalopy cleanup.

Branch point for: xwork_1-0-3

Tags: xwork_1-0-2 xwork_1-0-3

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

250 annotated / raw | Diffs: previous, other | Lines: 318 ( +1, -1 )

Created: 2004-06-17 15:52:12 -0500 (4 years 5 months ago) | Author: unkyaku | Changeset: 250

Changed log level, fix for XW-188.

Tags: xwork_1-0-1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

247 annotated / raw | Diffs: previous, other | Lines: 318 ( +2, -0 )

Created: 2004-06-02 19:55:19 -0500 (4 years 5 months ago) | Author: unkyaku | Changeset: 247

Jalopy standardization.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

236 annotated / raw | Diffs: previous, other | Lines: 316 ( +4, -7 )

Created: 2004-04-19 08:48:59 -0500 (4 years 7 months ago) | Author: jcarreira | Changeset: 236

XW-168: improving ability to integrate Spring using ObjectFactory + some Jalopy reformatting

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

191 annotated / raw | Diffs: previous, other | Lines: 319 ( +10, -16 )

Created: 2004-02-27 21:05:29 -0600 (4 years 8 months ago) | Author: jcarreira | Changeset: 191

Oops... merging from 1_0_1 branch... keeping this in head..

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

182 annotated / raw | Diffs: previous, other | Lines: 325 ( +2, -0 )

Created: 2004-02-25 01:59:49 -0600 (4 years 8 months ago) | Author: jcarreira | Changeset: 182

Adding JavaDoc for core XWork classes

Branch point for: v1_0_1branch

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

175 annotated / raw | Diffs: previous, other | Lines: 323 ( +4, -6 )

Created: 2004-02-08 14:19:32 -0600 (4 years 9 months ago) | Author: plightbo | Changeset: 175

XW-140: Avoid NPE when the result is null

Tags: xwork-1_0

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

173 annotated / raw | Diffs: previous, other | Lines: 325 ( +6, -5 )

Created: 2004-02-01 22:46:27 -0600 (4 years 9 months ago) | Author: jcarreira | Changeset: 173

XW-147: ValueStack is created before Action is instantiated

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

138 annotated / raw | Diffs: previous, other | Lines: 324 ( +31, -26 )

Created: 2003-11-29 21:58:24 -0600 (4 years 11 months ago) | Author: jcarreira | Changeset: 138

XW-133: DefaultActionInvocation gives a better error if the class doesn't implement the Action Interface

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

117 annotated / raw | Diffs: previous, other | Lines: 319 ( +47, -47 )

Created: 2003-11-18 21:23:39 -0600 (5 years ago) | Author: jcarreira | Changeset: 117

XW-126 & XW-124/XW-127:
Made Result not cached between result executions
Made CompoundRootAccessor not throw NPE for null arg to method

Tags: xwork_1-0-beta2

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

116 annotated / raw | Diffs: previous, other | Lines: 319 ( +1, -1 )

Created: 2003-11-18 15:16:35 -0600 (5 years ago) | Author: jcarreira | Changeset: 116

XW-125: Result NONE should not log a warning

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

109 annotated / raw | Diffs: previous, other | Lines: 319 ( +23, -21 )

Created: 2003-11-14 23:50:15 -0600 (5 years ago) | Author: jcarreira | Changeset: 109

XW-116: Clarifying why it checks for executed and moving PreResultListener calls...

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

106 annotated / raw | Diffs: previous, other | Lines: 317 ( +2, -1 )

Created: 2003-11-14 22:33:44 -0600 (5 years ago) | Author: jcarreira | Changeset: 106

Moved PreResultListener to com.opensymphony.xwork.interceptor
Added AbstractLifecycleInterceptor as an abstract base class for Interceptors which wish to handle exceptions and get callbacks before the result is executed.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

104 annotated / raw | Diffs: previous, other | Lines: 316 ( +23, -0 )

Created: 2003-11-13 22:52:14 -0600 (5 years ago) | Author: jcarreira | Changeset: 104

XW-120: Added PreResultListener to be able to get call backs after the Action is executed but before the Result is executed.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

99 annotated / raw | Diffs: previous, other | Lines: 293 ( +2, -0 )

Created: 2003-10-26 20:51:24 -0600 (5 years ago) | Author: jcarreira | Changeset: 99

Fixes XW-109

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

96 annotated / raw | Diffs: previous, other | Lines: 291 ( +1, -1 )

Created: 2003-10-26 19:26:52 -0600 (5 years ago) | Author: plightbo | Changeset: 96

resolves XW-113

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

72 annotated / raw | Diffs: previous, other | Lines: 291 ( +14, -10 )

Created: 2003-10-05 13:09:32 -0500 (5 years 1 month ago) | Author: jcarreira | Changeset: 72

XW-92: Better exception messages when DefaultActionInvocation is unable to instantiate the Action

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

70 annotated / raw | Diffs: previous, other | Lines: 287 ( +20, -16 )

Created: 2003-10-04 23:08:31 -0500 (5 years 1 month ago) | Author: jcarreira | Changeset: 70

Refactored ActionProxy/ActionInvocation/ActionContext interrelationships... ActionProxy now defines lifecycle of ActionContext so that new ActionContext is only applied during execute() of proxy.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

52 annotated / raw | Diffs: previous, other | Lines: 283 ( +24, -10 )

Created: 2003-09-24 22:37:17 -0500 (5 years 1 month ago) | Author: savaki | Changeset: 52

resolves WW-167

Added a bunch of comments to more clearly identify what's going wrong.  The comments for conditions that should never occur are tongue and cheek (although still accurate :)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

7 annotated / raw | Diffs: previous, other | Lines: 269 ( +2, -1 )

Created: 2003-08-02 20:33:16 -0500 (5 years 3 months ago) | Author: jcarreira | Changeset: 7

WW-211: Refactored ActionValidatormanager to use only class and context to load validations
XW-57: Validation file name pattern is now ClassName-alias-validation.xml for aliases and ClassName-validation.xml

Tags: xwork-beta1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

3 new annotated / raw | Lines: 268 ( +268, -0 )

Created: 2003-07-25 01:54:24 -0500 (5 years 3 months ago) | Author: savaki | Changeset: 3

Transferred code from SourceForge repository as of 2003.07.23  23:40

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

Open Source License registered to the OpenSymphony Project. This license of FishEye is provided to support the development of OpenSymphony only.
Atlassian FishEye, Subversion analysis. (Version:1.6.1 Build:build-325 2008-09-24) - Administration - Page generated 2008-11-19 16:08 -0600