Author: craigmcc
Date: Fri May 5 11:54:19 2006
New Revision: 400142
URL: http://svn.apache.org/viewcvs?rev=400142&view=rev
Log:
Reduce the severity level of some logging messages that are currently
set to INFO.
Modified:
struts/shale/trunk/core-library/src/java/org/apache/shale/remo
Author: craigmcc
Date: Mon May 8 02:36:19 2006
New Revision: 404985
URL: http://svn.apache.org/viewcvs?rev=404985&view=rev
Log:
Make the logical outcome prefix for selecting a dialog (default="dialog:")
configurable via a context init parameter.
PR: SHALE-173
Submitted By: Cr
Author: craigmcc
Date: Mon May 8 06:54:02 2006
New Revision: 405057
URL: http://svn.apache.org/viewcvs?rev=405057&view=rev
Log:
Corrections to enable the Tiles-based Struts-Faces example (#2) to work:
* Restore FacesTilesRequestProcessor.java
* Add "throws InvalidCancelExc
Author: craigmcc
Date: Mon May 8 07:55:58 2006
New Revision: 405065
URL: http://svn.apache.org/viewcvs?rev=405065&view=rev
Log:
Support attribute added/removed/replaced event firing on the mock
ServletContext, HttpServletRequest, and HttpSession classes.
PR: SHALE-174
Modified:
st
Author: craigmcc
Date: Tue May 9 02:05:41 2006
New Revision: 405350
URL: http://svn.apache.org/viewcvs?rev=405350&view=rev
Log:
Fix cut-n-paste typos.
Modified:
struts/shale/trunk/test-framework/src/java/org/apache/shale/test/mock/MockHttpServletRequest.java
struts/shale/trunk/
Author: craigmcc
Date: Tue May 9 04:56:42 2006
New Revision: 405398
URL: http://svn.apache.org/viewcvs?rev=405398&view=rev
Log:
Refactor to make subclassing (in Tiger Extensions) a bit easier.
Modified:
struts/shale/trunk/core-library/src/java/org/apache/shale/view/f
Author: craigmcc
Date: Sun May 21 16:31:27 2006
New Revision: 408525
URL: http://svn.apache.org/viewvc?rev=408525&view=rev
Log:
Add a Message List component in case any errors were encountered.
Modified:
struts/shale/trunk/mailreader/src/web/mainMenu.jsp
Modified: struts/shale/t
Author: craigmcc
Date: Sun May 21 20:36:24 2006
New Revision: 408557
URL: http://svn.apache.org/viewvc?rev=408557&view=rev
Log:
Change the name of the Tiger Extensions version of this class, to avoid
confusion based on having the same simple class name.
Modified:
struts/shale/trunk/
Author: craigmcc
Date: Sun May 21 20:51:47 2006
New Revision: 408560
URL: http://svn.apache.org/viewvc?rev=408560&view=rev
Log:
Implement servlet scoped (request, session, application) event callbacks via
annotations, in addition to the support found in org.apache.shale.view.
Abstract{Req
Author: craigmcc
Date: Sun May 21 20:55:18 2006
New Revision: 408561
URL: http://svn.apache.org/viewvc?rev=408561&view=rev
Log:
Cosmetic change that gives me an excuse to reference SHALE-134 which was the
JIRA issue tracking implementing event callbacks with annotations.
Modified:
st
Author: craigmcc
Date: Mon May 22 19:02:23 2006
New Revision: 408817
URL: http://svn.apache.org/viewvc?rev=408817&view=rev
Log:
Fix the component so that it does not allow a spurious resubmit
to succeed after the first resubmit has failed. This is done by caching the
token value the first
Author: craigmcc
Date: Mon May 22 22:31:59 2006
New Revision: 408835
URL: http://svn.apache.org/viewvc?rev=408835&view=rev
Log:
Explicitly support identification of the Faces Servlet instance to be used
for remoting requests. By default, the last servlet definition for servlet
c
Author: craigmcc
Date: Thu May 25 13:40:00 2006
New Revision: 409460
URL: http://svn.apache.org/viewvc?rev=409460&view=rev
Log:
Add convenience methods to save and restore arbitrary (but Serializable)
data objects under an attribute of the view root component. This is very
useful for pas
Author: craigmcc
Date: Thu May 25 17:12:31 2006
New Revision: 409515
URL: http://svn.apache.org/viewvc?rev=409515&view=rev
Log:
Add convenience accessors for request parameters as well, since this is a
common way to communicate information between pages.
Modified:
struts/shale/trunk/
Author: craigmcc
Date: Thu May 25 21:02:37 2006
New Revision: 409549
URL: http://svn.apache.org/viewvc?rev=409549&view=rev
Log:
Transfer responsibility for firing init() and destroy() callbacks on a
ViewController (or, with the Tiger Extensions installed, on a class that
has the @View annota
Author: craigmcc
Date: Thu May 25 21:22:06 2006
New Revision: 409553
URL: http://svn.apache.org/viewvc?rev=409553&view=rev
Log:
Cache exceptions from calls to prerender() and preprocess() callbacks, to
avoid having the preprocess() method called twice. This is further progress
towards cohe
Author: craigmcc
Date: Thu May 25 23:43:00 2006
New Revision: 409567
URL: http://svn.apache.org/viewvc?rev=409567&view=rev
Log:
Refactor the various places that exception caching (from application event
handlers) was occurring into a common strategy-based interface that can
ultimately be
Author: craigmcc
Date: Thu May 25 23:47:48 2006
New Revision: 409568
URL: http://svn.apache.org/viewvc?rev=409568&view=rev
Log:
Add new classes for the previous SHALE-125 related commit.
Added:
struts/shale/trunk/core-library/src/java/org/apache/shale/view/faces/ExceptionHandler.
Author: craigmcc
Date: Wed May 31 12:15:30 2006
New Revision: 410640
URL: http://svn.apache.org/viewvc?rev=410640&view=rev
Log:
Remove the compile time dependency on the Core Framework jar, thereby breaking
a circular dependency between core and test.
Modified:
struts/shale/trunk/
Author: craigmcc
Date: Thu Jun 1 10:04:20 2006
New Revision: 410891
URL: http://svn.apache.org/viewvc?rev=410891&view=rev
Log:
Add a use case that, when run manually, can illustrate the SHALE-182 issue.
Next step will be an automated test for it, plus a fix to the underlying bug.
A
Author: craigmcc
Date: Thu Jun 1 11:38:45 2006
New Revision: 410909
URL: http://svn.apache.org/viewvc?rev=410909&view=rev
Log:
Add a system integration to validate the token processing behavior. There is
a section of this test that is commented out until SHALE-182 is fixed in the
t
Author: craigmcc
Date: Thu Jun 1 23:19:35 2006
New Revision: 411062
URL: http://svn.apache.org/viewvc?rev=411062&view=rev
Log:
Add a pointer to the java.net repository, and update the JSF RI version
numbers to 1.1_02 to pick up the latest released version. With these
changes, "mvn c
Author: craigmcc
Date: Fri Jun 2 18:09:32 2006
New Revision: 411351
URL: http://svn.apache.org/viewvc?rev=411351&view=rev
Log:
Update module names to reflect renaming, add missing shale-designtime.
Next step is to extract out the Shale Remoting stuff, which should be
creating its own arti
Author: craigmcc
Date: Fri Jun 2 20:25:26 2006
New Revision: 411366
URL: http://svn.apache.org/viewvc?rev=411366&view=rev
Log:
Add basic infrastructure for a shale-remoting subproject. Next step is
to extract the necessary stuff from the shale-core build.
Added:
struts/shale/bran
Author: craigmcc
Date: Fri Jun 2 20:30:28 2006
New Revision: 411367
URL: http://svn.apache.org/viewvc?rev=411367&view=rev
Log:
It's easier to move entire directories at a time.
Removed:
struts/shale/branches/mvn_reorg/shale-remoting/src/main/java/org/apache/shale/remoting/
Author: craigmcc
Date: Fri Jun 2 20:51:29 2006
New Revision: 411371
URL: http://svn.apache.org/viewvc?rev=411371&view=rev
Log:
Extract the shale-remoting sources from shale-core. The subproject
compiles, but still need to clean up resources for the unit tests to
work.
Added:
struts/s
Author: craigmcc
Date: Fri Jun 2 21:07:23 2006
New Revision: 411375
URL: http://svn.apache.org/viewvc?rev=411375&view=rev
Log:
Copy the resources required for the runtime jar. Getting the tests to
work will require a fake webapp docroot (like the tiger tests), and
that's a little more
Author: craigmcc
Date: Fri Jun 2 21:21:12 2006
New Revision: 411377
URL: http://svn.apache.org/viewvc?rev=411377&view=rev
Log:
Add a missing bundle resource that corrects two of the three failing
tests.
Added:
struts/shale/branches/mvn_reorg/shale-remoting/src/test/resources
Author: craigmcc
Date: Fri Jun 2 22:01:41 2006
New Revision: 411383
URL: http://svn.apache.org/viewvc?rev=411383&view=rev
Log:
Add the missing test resource. Now, shale-remoting can run
"mvn clean install -Pmyfaces" cleanly.
Added:
struts/shale/branches/mvn_reorg/shale-rem
Author: craigmcc
Date: Fri Jun 2 22:43:06 2006
New Revision: 411386
URL: http://svn.apache.org/viewvc?rev=411386&view=rev
Log:
Correct directory structure so that the Clay classes get compiled.
Added:
struts/shale/branches/mvn_reorg/shale-clay/src/main/
struts/shale/branches/mvn_r
Author: craigmcc
Date: Sat Jun 3 11:10:54 2006
New Revision: 411452
URL: http://svn.apache.org/viewvc?rev=411452&view=rev
Log:
Comment out the shale-designtime module, which will always require some
special handling (local installs into the repository) before building.
Modified:
st
Author: craigmcc
Date: Sat Jun 3 21:54:11 2006
New Revision: 411516
URL: http://svn.apache.org/viewvc?rev=411516&view=rev
Log:
More resources fixes for shale-clay, plus commenting out two test
assertions in org.apache.shale.clay.utils.ClayAmalgamTestCase that look
like potentially real
Author: craigmcc
Date: Sat Jun 3 23:43:58 2006
New Revision: 411528
URL: http://svn.apache.org/viewvc?rev=411528&view=rev
Log:
Fix resources for the shale-designtime subproject. Also include XML
comments in the pom.xml file providing more detail about what to
download from Creator, and wha
Author: craigmcc
Date: Mon Jun 5 17:12:33 2006
New Revision: 411959
URL: http://svn.apache.org/viewvc?rev=411959&view=rev
Log:
Un-exclude the LifecycleListenerTestCase tests, after restoring a little
bit more of the snarky file copying needed to set up the test webapp.
This was in
Author: craigmcc
Date: Mon Jun 5 17:13:00 2006
New Revision: 411960
URL: http://svn.apache.org/viewvc?rev=411960&view=rev
Log:
Fix line endings.
Modified:
struts/shale/branches/mvn_reorg/shale-tiger/pom.xml
Modified: struts/shale/branches/mvn_reorg/shale-tiger/pom.xml
URL:
Author: craigmcc
Date: Mon Jun 5 21:58:14 2006
New Revision: 412004
URL: http://svn.apache.org/viewvc?rev=412004&view=rev
Log:
More convenience methods for the convenience base class for backing beans.
This commit will also need to be ported to the mvn_reorg branch.
Modified:
struts/s
Author: craigmcc
Date: Tue Jun 6 20:41:15 2006
New Revision: 412268
URL: http://svn.apache.org/viewvc?rev=412268&view=rev
Log:
Make a copy of the Clay Configuration DTD file(s) in the directory where the
Digester registration expects to find them (as well as in META-INF to make
it easy
Author: craigmcc
Date: Tue Jun 6 20:50:02 2006
New Revision: 412273
URL: http://svn.apache.org/viewvc?rev=412273&view=rev
Log:
Once more with feeling ... copy DTD to the correct subdirectory.
Modified:
struts/shale/branches/mvn_reorg/shale-clay/pom.xml
Modified: struts/shale/bran
Author: craigmcc
Date: Tue Jun 6 21:11:03 2006
New Revision: 412280
URL: http://svn.apache.org/viewvc?rev=412280&view=rev
Log:
Final refinement ... perform this copy in process-resources phase, which is
more logical. It works because the plugin goals are added on to the end of
the exis
Author: craigmcc
Date: Thu Jun 8 16:19:14 2006
New Revision: 412880
URL: http://svn.apache.org/viewvc?rev=412880&view=rev
Log:
Resolve SHALE-189 (HtmlUnit changes from 1.7 to 1.8).
Modified:
struts/shale/branches/mvn_reorg/shale-test/pom.xml
struts/shale/branches/mvn_reorg/shale-
Author: craigmcc
Date: Fri Jun 9 21:15:05 2006
New Revision: 413223
URL: http://svn.apache.org/viewvc?rev=413223&view=rev
Log:
Mark JUnit as a test-only dependency. Update HtmlUnit dependency to
version 1.8.
Modified:
struts/shale/branches/mvn_reorg/shale-apps/shale-blank/pom.xml
Modi
Author: craigmcc
Date: Fri Jun 9 21:25:03 2006
New Revision: 413227
URL: http://svn.apache.org/viewvc?rev=413227&view=rev
Log:
Rearrange Java and Web sources to the Maven-recommended locations.
Still need to extract resources and deal with the tests.
Added:
struts/shale/branches/mvn_r
Author: craigmcc
Date: Fri Jun 9 21:34:45 2006
New Revision: 413237
URL: http://svn.apache.org/viewvc?rev=413237&view=rev
Log:
Move resources.
Added:
struts/shale/branches/mvn_reorg/shale-apps/shale-usecases/src/main/resources/org/
struts/shale/branches/mvn_reorg/shale-apps/s
Author: craigmcc
Date: Fri Jun 9 21:43:55 2006
New Revision: 413240
URL: http://svn.apache.org/viewvc?rev=413240&view=rev
Log:
Rearrange unit tests (and a couple of straggling resources. Unit tests
now pass.
Added:
struts/shale/branches/mvn_reorg/shale-apps/shale-usecases/src/
Author: craigmcc
Date: Fri Jun 9 22:40:07 2006
New Revision: 413252
URL: http://svn.apache.org/viewvc?rev=413252&view=rev
Log:
Rearrange the integration test sources to match the pattern specified by
the POM. The application currenty fails on deployment due to XML
parsing errors, most li
Author: craigmcc
Date: Fri Jun 9 22:41:58 2006
New Revision: 413253
URL: http://svn.apache.org/viewvc?rev=413253&view=rev
Log:
Correct line endings.
Modified:
struts/shale/branches/mvn_reorg/pom.xml
struts/shale/branches/mvn_reorg/shale-core/pom.xml
struts/shale/branches/mvn_r
Author: craigmcc
Date: Fri Jun 9 22:43:17 2006
New Revision: 413254
URL: http://svn.apache.org/viewvc?rev=413254&view=rev
Log:
Guess it would help to add the POM for this webapp.
Added:
struts/shale/branches/mvn_reorg/shale-apps/shale-usecases/pom.xml
Added: struts/shale/branches/mvn_r
Author: craigmcc
Date: Sat Jun 10 13:35:02 2006
New Revision: 413360
URL: http://svn.apache.org/viewvc?rev=413360&view=rev
Log:
Declare the XML parser API and impl classes as "provided", since Shale
requires JDK 1.4 or later, and a suitable XML parser is built in. With
this ch
Author: craigmcc
Date: Sat Jun 10 19:15:31 2006
New Revision: 413398
URL: http://svn.apache.org/viewvc?rev=413398&view=rev
Log:
Upgrade Spring dependency to 1.2.5 to leverage the fact that this
version of the Spring POMs declares its soft dependencies to be
optional. Shale actually works
Author: craigmcc
Date: Sat Jun 10 19:41:55 2006
New Revision: 413403
URL: http://svn.apache.org/viewvc?rev=413403&view=rev
Log:
Restore the 'itest' profile, since it is useful (even with the current
tests) when you manually deploy shale-usecases.war to Tomcat 5.5 and you
happen
Author: craigmcc
Date: Sat Jun 10 19:47:05 2006
New Revision: 413405
URL: http://svn.apache.org/viewvc?rev=413405&view=rev
Log:
Clean up a couple of places where we used to do token substitution in
the Ant build scripts.
Modified:
struts/shale/branches/mvn_reorg/shale-apps/shale-blank
Author: craigmcc
Date: Sat Jun 10 19:53:22 2006
New Revision: 413406
URL: http://svn.apache.org/viewvc?rev=413406&view=rev
Log:
Regularize src/java structure. Still need to move resources and webapp.
Added:
struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/src/main/
st
Author: craigmcc
Date: Sat Jun 10 20:00:19 2006
New Revision: 413408
URL: http://svn.apache.org/viewvc?rev=413408&view=rev
Log:
Regularize resources and webapp. Application now runs, but suffers from
a bug in the component in MyFaces 1.1.1 -- will need to
update that dependency after ma
Author: craigmcc
Date: Sat Jun 10 21:30:04 2006
New Revision: 413413
URL: http://svn.apache.org/viewvc?rev=413413&view=rev
Log:
Remove redundant "provided" declaration on xml-apis.
Modified:
struts/shale/branches/mvn_reorg/shale-apps/shale-mailreader/pom.xml
Modified: struts/
Author: craigmcc
Date: Mon Jun 12 18:40:30 2006
New Revision: 413781
URL: http://svn.apache.org/viewvc?rev=413781&view=rev
Log:
Add filesets for the rest of the top-level framework modules (but
comment out the one for shale-designtime ... I still need to do cleanup
work on that module). I
Author: craigmcc
Date: Mon Jun 12 18:46:48 2006
New Revision: 413783
URL: http://svn.apache.org/viewvc?rev=413783&view=rev
Log:
Add the other binary dependencies so the corresponding JARs will get
included in the assembly.
Modified:
struts/shale/branches/mvn_reorg/shale-dist/pom
Author: craigmcc
Date: Tue Jun 13 16:52:15 2006
New Revision: 414006
URL: http://svn.apache.org/viewvc?rev=414006&view=rev
Log:
Add a system integration test to validate the token processing behavior.
There is a section of this test that is commented out until SHALE-182 is
fixed in the t
Author: craigmcc
Date: Tue Jun 13 16:58:34 2006
New Revision: 414008
URL: http://svn.apache.org/viewvc?rev=414008&view=rev
Log:
More convenience methods for the convience base class for backing beans.
This integration mirrors r412004 on the trunk, which was committed after
the "mvn_reor
Author: craigmcc
Date: Tue Jun 13 19:11:46 2006
New Revision: 414025
URL: http://svn.apache.org/viewvc?rev=414025&view=rev
Log:
Refactor dependencies on platform-provided APIs (since Shale requires
J2SE 1.4 and J2EE 1.4) into the top-level POM so we can start
simplifying the detailed
Author: craigmcc
Date: Tue Jun 13 20:49:26 2006
New Revision: 414044
URL: http://svn.apache.org/viewvc?rev=414044&view=rev
Log:
Mostly cosmetic refinements to the top level POMs. Be more explicit
about Commons APIs that are *directly* utilized, rather than relying on
the fact that
Author: craigmcc
Date: Tue Jun 13 22:08:15 2006
New Revision: 414076
URL: http://svn.apache.org/viewvc?rev=414076&view=rev
Log:
Add declared versions for the JSTL api and impl artifacts.
Modified:
struts/shale/branches/mvn_reorg/pom.xml
Modified: struts/shale/branches/mvn_reorg/pom.xml
Author: craigmcc
Date: Wed Jun 14 11:56:38 2006
New Revision: 414347
URL: http://svn.apache.org/viewvc?rev=414347&view=rev
Log:
Remove shale-apps from the list of modules created by the master POM.
The applications will be packaged individually (TODO: need to add
assembly stuff for each of
Author: craigmcc
Date: Wed Jun 14 13:28:37 2006
New Revision: 414381
URL: http://svn.apache.org/viewvc?rev=414381&view=rev
Log:
Experimental assembly configuration for standalone packaging of the
shale-blank application. After verifying that the result is correct, it
will be possible to c
Author: craigmcc
Date: Wed Jun 14 20:46:46 2006
New Revision: 414448
URL: http://svn.apache.org/viewvc?rev=414448&view=rev
Log:
Regularize the POMs for all of the sample applications, as follows:
* Create assembly configuration such that executing
"mvn clean site assembly:assembly&quo
Author: craigmcc
Date: Wed Jun 14 21:18:38 2006
New Revision: 414456
URL: http://svn.apache.org/viewvc?rev=414456&view=rev
Log:
For the framework modules, remove Ant build artifacts and add
LICENSE.txt and NOTICE.txt files as needed, in preparation for an
assembly that reproduces the
Author: craigmcc
Date: Wed Jun 14 22:10:00 2006
New Revision: 414466
URL: http://svn.apache.org/viewvc?rev=414466&view=rev
Log:
Add a new top-level assembly for the framework, inspired by Wendy's
version in shale-dist, but with a singularly important advantage: the
unpacked directory
Author: craigmcc
Date: Thu Jun 15 00:24:49 2006
New Revision: 414495
URL: http://svn.apache.org/viewvc?rev=414495&view=rev
Log:
Include the binary JAR files for Shale in the assembly. FIXME - why
does the element work in shale-dist, but not here?
Modified:
struts/shale/branches/mvn_r
Author: craigmcc
Date: Thu Jun 15 13:35:29 2006
New Revision: 414673
URL: http://svn.apache.org/viewvc?rev=414673&view=rev
Log:
Trying to do the top-level assembly in the top-level POM doesn't work
because you can't declare both a and a for the
same module. Therefore, modify
Author: craigmcc
Date: Fri Jun 16 20:47:44 2006
New Revision: 414993
URL: http://svn.apache.org/viewvc?rev=414993&view=rev
Log:
Save a copy of the current (Ant-based) trunk of Shale.
Added:
struts/shale/branches/SHALE_PRE_MAVEN2/
- copied from r414992, struts/shale/trunk/
Rem
Author: craigmcc
Date: Fri Jun 16 20:48:34 2006
New Revision: 414994
URL: http://svn.apache.org/viewvc?rev=414994&view=rev
Log:
Make the "mvn_reorg" branch the new trunk.
Added:
struts/shale/trunk/
- copied from r414993, struts/shale/branches/mvn_reorg/
Removed:
Author: craigmcc
Date: Fri Jun 16 21:00:41 2006
New Revision: 414995
URL: http://svn.apache.org/viewvc?rev=414995&view=rev
Log:
Remove a couple of straggling build.xml files.
Removed:
struts/shale/trunk/shale-apps/shale-usecases/build.xml
struts/shale/trunk/shale-clay/build.xml
Author: craigmcc
Date: Mon Jun 19 18:06:42 2006
New Revision: 415474
URL: http://svn.apache.org/viewvc?rev=415474&view=rev
Log:
As Wendy suggests, the embedded WAR file will be easier to find if it is in
the top-level directory of the sample app distribution artifacts.
Modified:
struts/s
Author: craigmcc
Date: Mon Jun 26 15:36:38 2006
New Revision: 417306
URL: http://svn.apache.org/viewvc?rev=417306&view=rev
Log:
Fix issue SHALE-182 (token tag would not allow resubmit after validation
error was corrected). Re-enable the system integration test that verifies
this beha
Author: craigmcc
Date: Mon Jun 26 22:45:25 2006
New Revision: 417348
URL: http://svn.apache.org/viewvc?rev=417348&view=rev
Log:
SHALE-191 -- Rename @Value to @Property (deprecating @Value)
Added:
struts/shale/trunk/shale-tiger/src/main/java/org/apache/shale/tiger/managed/Property.
Author: craigmcc
Date: Mon Jun 26 23:40:21 2006
New Revision: 417355
URL: http://svn.apache.org/viewvc?rev=417355&view=rev
Log:
SHALE-185 -- Make it possible to specify the name of the managed property
that is annotated by a @Property annotation (@Value is now deprecated, so
do not bother t
Author: craigmcc
Date: Tue Jun 27 22:07:41 2006
New Revision: 417670
URL: http://svn.apache.org/viewvc?rev=417670&view=rev
Log:
Fix botched support for @Property ... need to recognize the default
value ("") for the name attribute, as well as null.
Modified:
struts/shale/tru
Author: craigmcc
Date: Wed Jun 28 20:49:02 2006
New Revision: 417929
URL: http://svn.apache.org/viewvc?rev=417929&view=rev
Log:
It does not seem to make much practical difference, but let's be
pedantic and declare that shale-test now has a compile-time dependency
on JUnit (because of t
Author: craigmcc
Date: Fri Jun 30 11:14:01 2006
New Revision: 418350
URL: http://svn.apache.org/viewvc?rev=418350&view=rev
Log:
Move the localization bundle for Shale Remoting from the "test"
hierarchy into the "main" hierarchy where it belongs.
Added:
struts/shale/
Author: craigmcc
Date: Fri Jun 30 15:27:58 2006
New Revision: 418397
URL: http://svn.apache.org/viewvc?rev=418397&view=rev
Log:
SHALE-197 -- Allow phase listeners to be automatically registered (at
startup time) by virtue of implementing the @FacesPhaseListener
annotation, rather than havin
Author: craigmcc
Date: Fri Jun 30 15:31:25 2006
New Revision: 418399
URL: http://svn.apache.org/viewvc?rev=418399&view=rev
Log:
Forgot to add the new annotations and classes for SHALE-197 resolution.
Added:
struts/shale/trunk/shale-tiger/src/main/java/org/apache/shale/tiger/regi
Author: craigmcc
Date: Fri Jun 30 16:01:22 2006
New Revision: 418411
URL: http://svn.apache.org/viewvc?rev=418411&view=rev
Log:
SHALE-198 -- Remove incompatibility between component and
view controllers using the Tiger Extensions @View annotation, rather
than implementing the ViewContro
Author: craigmcc
Date: Fri Jun 30 17:46:58 2006
New Revision: 418428
URL: http://svn.apache.org/viewvc?rev=418428&view=rev
Log:
Refine the use of CargoTestSetup so that it does not presume that the
container to be used is always tomcat5x. This requires setting a
"cargo.container.home&
Author: craigmcc
Date: Fri Jun 30 17:54:16 2006
New Revision: 418429
URL: http://svn.apache.org/viewvc?rev=418429&view=rev
Log:
Use CargoTestSetup in the integration tests, so that they will automatically
start up and deploy to the configured Cargo container (default=tomcat5x).
Modi
Author: craigmcc
Date: Fri Jun 30 22:27:03 2006
New Revision: 418441
URL: http://svn.apache.org/viewvc?rev=418441&view=rev
Log:
Remove stale artifact from before the Maven2 reorganization.
Removed:
struts/shale/trunk/shale-core/src/main/resources/org/apache/shale/remoting/faces-config.xml
Author: craigmcc
Date: Fri Jun 30 23:03:41 2006
New Revision: 418443
URL: http://svn.apache.org/viewvc?rev=418443&view=rev
Log:
Contribute to SHALE-125 (consistent exception handling strategy) by wrapping
the call to the user's action method in a common exception handler.
Added:
Author: craigmcc
Date: Sat Jul 1 21:27:39 2006
New Revision: 418551
URL: http://svn.apache.org/viewvc?rev=418551&view=rev
Log:
Commit the current nightly build script for Shale artifacts to the "etc"
directory.
Added:
struts/shale/trunk/maven/etc/
struts/shale/t
ance
Variables
Modified:
struts/shale/trunk/shale-core/src/main/java/org/apache/shale/view/faces/ViewControllerCallbacks.java
URL:
http://svn.apache.org/viewvc/struts/shale/trunk/shale-core/src/main/java/org/apache/shale/view/faces/ViewControllerCallbacks.java?rev=418848&r1=418847&r2=
Author: craigmcc
Date: Mon Jul 3 22:32:53 2006
New Revision: 418916
URL: http://svn.apache.org/viewvc?rev=418916&view=rev
Log:
Personalize the Checkstyle script a bit (Struts->Shale). No substantive
changes yet, although I am accumulating a list of stuff to talk about as
I go through th
Modified:
struts/shale/trunk/shale-core/src/main/java/org/apache/shale/view/AbstractSessionBean.java
URL:
http://svn.apache.org/viewvc/struts/shale/trunk/shale-core/src/main/java/org/apache/shale/view/AbstractSessionBean.java?rev=418929&r1=418928&r2=418929&view=diff
==
Author: craigmcc
Date: Tue Jul 4 12:16:36 2006
New Revision: 419063
URL: http://svn.apache.org/viewvc?rev=419063&view=rev
Log:
Finish up the first-pass checkstyle cleanups on shale-core (skipping the
org.apache.shale.remote package that is deprecated and will be removed).
That leaves about
Modified:
struts/shale/trunk/shale-test/src/main/java/org/apache/shale/test/mock/MockSessionMap.java
URL:
http://svn.apache.org/viewvc/struts/shale/trunk/shale-test/src/main/java/org/apache/shale/test/mock/MockSessionMap.java?rev=419299&r1=419298&r2=419299&view=diff
==
91 matches
Mail list logo