Author: craigmcc
Date: Wed Apr 26 13:57:54 2006
New Revision: 397299
URL: http://svn.apache.org/viewcvs?rev=397299&view=rev
Log:
Update the documentation about issue tracking to reflect the change
from Bugzilla to JIRA.
Modified:
struts/shale/trunk/xdocs/issue-tracking.xml
Modified: st
Author: craigmcc
Date: Fri Apr 14 15:05:19 2006
New Revision: 394208
URL: http://svn.apache.org/viewcvs?rev=394208&view=rev
Log:
Switch the classname used to detect MyFaces to one that did not change
between 1.1.1 and 1.1.2.
Modified:
struts/shale/trunk/blank/build.xml
struts/shale/t
Author: craigmcc
Date: Mon Apr 10 23:09:52 2006
New Revision: 393148
URL: http://svn.apache.org/viewcvs?rev=393148&view=rev
Log:
Migrate the initialization logic for configuring which ViewControllerMapper
instance will be used from ShaleApplicationFiter to ViewViewHandler, since
Author: craigmcc
Date: Mon Apr 10 23:09:04 2006
New Revision: 393147
URL: http://svn.apache.org/viewcvs?rev=393147&view=rev
Log:
Mark classes in this package as deprecated, with references to using the
functionality in org.apache.shale.remoting instead.
Modified:
struts/shale/trunk/
Author: craigmcc
Date: Tue Mar 28 13:39:57 2006
New Revision: 389609
URL: http://svn.apache.org/viewcvs?rev=389609&view=rev
Log:
Lower the severity of the (used to be) warning that no view controller can
be found for a page, since this is a perfectly legitimate use case.
Modified:
st
Author: craigmcc
Date: Mon Mar 27 19:10:03 2006
New Revision: 389377
URL: http://svn.apache.org/viewcvs?rev=389377&view=rev
Log:
*Partial* fix for issue 38627 (undefined "htmlunit.home" breaks the build)
by changing the way that HtmlUnit is autodetected in test-framework/build.
Author: craigmcc
Date: Mon Mar 20 18:47:23 2006
New Revision: 387384
URL: http://svn.apache.org/viewcvs?rev=387384&view=rev
Log:
Add sources for the "sql-browser" example to the release artifacts.
Modified:
struts/shale/trunk/build.xml
Modified: struts/shale/trunk/build.
Author: craigmcc
Date: Fri Mar 10 21:56:37 2006
New Revision: 385020
URL: http://svn.apache.org/viewcvs?rev=385020&view=rev
Log:
Add initial crack at the release notes for 1.0.1 (phew ... we did quite a lot
of stuff!). Still need to refine the list of outstanding issues in section 4.
A
Author: craigmcc
Date: Wed Mar 8 18:25:34 2006
New Revision: 384404
URL: http://svn.apache.org/viewcvs?rev=384404&view=rev
Log:
Fix MockRenderKitFactory to address issue 38294 in a way that preserves
backwards compatibility.
* Remove automatic creation of the default HTML BASIC RenderKit
Author: craigmcc
Date: Thu Mar 2 16:25:46 2006
New Revision: 382587
URL: http://svn.apache.org/viewcvs?rev=382587&view=rev
Log:
Add static design time information (BeanInfo classes) for the three
nonvisual components and the converter. Doesn't import successfully
yet ... I ge
Author: craigmcc
Date: Wed Mar 1 17:52:37 2006
New Revision: 382238
URL: http://svn.apache.org/viewcvs?rev=382238&view=rev
Log:
More infrastructure to create the component import library (complib) for
Java Studio Creator 2. (This is all optional if you don't have Creator.)
Before the c
Modified:
struts/shale/trunk/core-library/src/designtime/org/apache/shale/design/AbstractEditableValueHolderBeanInfo.java
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/designtime/org/apache/shale/design/AbstractEditableValueHolderBeanInfo.java?rev=381930&r1=381929&r2=3819
Author: craigmcc
Date: Tue Feb 28 22:41:06 2006
New Revision: 381930
URL: http://svn.apache.org/viewcvs?rev=381930&view=rev
Log:
Correct line endings from a Windows initial commit. Why, oh why, does the
Windows version of the Subversion command line client seem to ignore the
default settings
Author: craigmcc
Date: Mon Feb 20 22:14:21 2006
New Revision: 379364
URL: http://svn.apache.org/viewcvs?rev=379364&view=rev
Log:
Establish a new thread context class loader for each individual test.
Modified:
struts/shale/trunk/test-framework/src/java/org/apache/shale/test/
Author: craigmcc
Date: Mon Feb 20 17:18:32 2006
New Revision: 379304
URL: http://svn.apache.org/viewcvs?rev=379304&view=rev
Log:
Use the convenience methods provided by AbstractFacesBean.
PR: Bugzilla #38536
Submitted By: Matthias Wessendorf
Modified:
struts/shale/trunk/use-cases
Author: craigmcc
Date: Sun Feb 19 22:51:50 2006
New Revision: 379038
URL: http://svn.apache.org/viewcvs?rev=379038&view=rev
Log:
Call FactoryFinder.releaseFactories() at the end of tearDown() in addition
to the beginning of setUp() in case test methods are playing fast and loose
with JUnit
Author: craigmcc
Date: Sun Feb 19 17:13:21 2006
New Revision: 378996
URL: http://svn.apache.org/viewcvs?rev=378996&view=rev
Log:
Create an empty TestSuite instead of one that analyzes AbstractJsfTestCase
for test methods (there will not be any).
Modified:
struts/shale/trunk/test-frame
Author: craigmcc
Date: Thu Feb 16 15:43:40 2006
New Revision: 378398
URL: http://svn.apache.org/viewcvs?rev=378398&view=rev
Log:
Fixed more typos in EL expressions (missing trailing curly brace).
Thanks to Ryan Lubke (Ryan.Lubke AT sun.com) for finding these.
Modified:
struts/shale/t
Author: craigmcc
Date: Thu Feb 16 10:50:37 2006
New Revision: 378336
URL: http://svn.apache.org/viewcvs?rev=378336&view=rev
Log:
Fix a typo in a value binding expression.
Submitted by: Ryan Lubke
Modified:
struts/shale/trunk/sql-browser/src/web/query.jsp
Modified: struts/shale/trunk
Author: craigmcc
Date: Wed Feb 15 16:50:45 2006
New Revision: 378130
URL: http://svn.apache.org/viewcvs?rev=378130&view=rev
Log:
Add a mock implementation of java.security.Principal to make working with
things like MockHttpServletRequest.setUserPrincipal() easier.
Added:
struts/shale/t
Author: craigmcc
Date: Mon Feb 13 10:58:46 2006
New Revision: 377457
URL: http://svn.apache.org/viewcvs?rev=377457&view=rev
Log:
Add a getter to access the underlying writer.
PR: Bugzlla #38628
Submitted by: Dennis C. Byrne
Modified:
struts/shale/trunk/test-framework/src/java/org/ap
Author: craigmcc
Date: Fri Feb 10 17:46:26 2006
New Revision: 376906
URL: http://svn.apache.org/viewcvs?rev=376906&view=rev
Log:
Deal with the fact that, in a portlet environment:
* There will be no mapping for FacesServlet in web.xml
* We need to map the resource URLs
Author: craigmcc
Date: Fri Feb 10 15:34:09 2006
New Revision: 376889
URL: http://svn.apache.org/viewcvs?rev=376889&view=rev
Log:
Refactor the configuration of remoting support into a helper class so that
it can be used from more than one place. Call it from XhtmlHelper if the
very first t
Author: craigmcc
Date: Fri Feb 10 15:33:00 2006
New Revision: 376888
URL: http://svn.apache.org/viewcvs?rev=376888&view=rev
Log:
Switch to client side state saving by default, and update a test case
to reflect the change in the deployed application name.
Modified:
struts/shale/trunk
Author: craigmcc
Date: Wed Feb 8 17:10:34 2006
New Revision: 376140
URL: http://svn.apache.org/viewcvs?rev=376140&view=rev
Log:
Clean up several more unsupported operations on the mock classes. In
particular, the isReadonly() and getType() calls on property resolver now
work, so they will
Author: craigmcc
Date: Mon Feb 6 19:45:21 2006
New Revision: 375458
URL: http://svn.apache.org/viewcvs?rev=375458&view=rev
Log:
Implement some more methods that will be needed when you actually call
renderers in a test case.
Modified:
struts/shale/trunk/test-framework/src/java/org/ap
Author: craigmcc
Date: Mon Feb 6 08:11:49 2006
New Revision: 375303
URL: http://svn.apache.org/viewcvs?rev=375303&view=rev
Log:
Add an empty "META-INF/faces-config.xml" resource for the "component library"
JAR that is built up in the Tiger Extensions unit tests. This
Author: craigmcc
Date: Sun Feb 5 21:40:57 2006
New Revision: 375191
URL: http://svn.apache.org/viewcvs?rev=375191&view=rev
Log:
Commit the code that actually implements all of the fix for issue 38487
(narrow the set of jars scanned for annotations to those that have a
META-INF/faces-config
Author: craigmcc
Date: Sat Feb 4 19:23:48 2006
New Revision: 374968
URL: http://svn.apache.org/viewcvs?rev=374968&view=rev
Log:
Add a warning if a specified resource bundle cannot be found as well.
PR: Bugzilla #38494
Submitted by: Hermod Opstvedt
Modified:
struts/shale/trunk/
Author: craigmcc
Date: Sat Feb 4 19:13:02 2006
New Revision: 374967
URL: http://svn.apache.org/viewcvs?rev=374967&view=rev
Log:
Add convenience accessors for maps of request headers and request parameters
included in the current request.
PR: Bugzilla #38510.
Submitted by: Matthias Wessen
Author: craigmcc
Date: Sat Feb 4 19:04:15 2006
New Revision: 374964
URL: http://svn.apache.org/viewcvs?rev=374964&view=rev
Log:
Log a warning when Messages.getMessage(String,Locale) cannot find a string
for the specified key.
PR: Bugzilla #38496
Submitted by: Hermod Opstveldt
Modi
Author: craigmcc
Date: Sat Feb 4 18:22:54 2006
New Revision: 374959
URL: http://svn.apache.org/viewcvs?rev=374959&view=rev
Log:
Add the "sql-browser" example to the set of examples built by "ant release"
and included in the nightly build artifacts.
WARNING: There is a
Author: craigmcc
Date: Sat Feb 4 18:11:17 2006
New Revision: 374957
URL: http://svn.apache.org/viewcvs?rev=374957&view=rev
Log:
Clean up the debugging print statements, and add a bit more data to the
demo data source.
Removed:
struts/shale/trunk/sql-browser/src/web/messages.jspf
st
Author: craigmcc
Date: Sat Feb 4 17:06:42 2006
New Revision: 374955
URL: http://svn.apache.org/viewcvs?rev=374955&view=rev
Log:
Example now works with the RI's version of UIData and ResultSetDataModel,
but not with the MyFaces version. Need to investigate that further.
Modified:
Author: craigmcc
Date: Tue Jan 31 06:17:41 2006
New Revision: 373819
URL: http://svn.apache.org/viewcvs?rev=373819&view=rev
Log:
Remove log file that should not be included in the repository.
Removed:
struts/shale/trunk/sql-browser/derby
Author: craigmcc
Date: Mon Jan 30 23:22:54 2006
New Revision: 373749
URL: http://svn.apache.org/viewcvs?rev=373749&view=rev
Log:
Update the basic application to create a trivial table ZIP_CODES. Unfortunately
it doesn't actually display the data yet ... something wierd between JSF and
Author: craigmcc
Date: Mon Jan 30 22:06:32 2006
New Revision: 373734
URL: http://svn.apache.org/viewcvs?rev=373734&view=rev
Log:
Remove spurious test case inherited from the blank app.
Removed:
struts/shale/trunk/sql-browser/src/test/org/apache/shale/blank/WelcomeBeanTestCase.
Added:
struts/shale/trunk/sql-browser/src/systest/org/apache/shale/blank/systest/WelcomeTestCase.java
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/sql-browser/src/systest/org/apache/shale/blank/systest/WelcomeTestCase.java?rev=373732&view=auto
Author: craigmcc
Date: Mon Jan 30 16:38:16 2006
New Revision: 373652
URL: http://svn.apache.org/viewcvs?rev=373652&view=rev
Log:
Improve the usability of the exception you get if LoadBundle.getMap() is
called outside the scope of a JSF request.
Modified:
struts/shale/trunk/core-library
Author: craigmcc
Date: Mon Jan 30 16:16:30 2006
New Revision: 373641
URL: http://svn.apache.org/viewcvs?rev=373641&view=rev
Log:
At design time, make getMap() return an empty map, if basename == null,
rather than throwing an exception.
Modified:
struts/shale/trunk/core-library/src/java
Author: craigmcc
Date: Mon Jan 30 15:51:22 2006
New Revision: 373634
URL: http://svn.apache.org/viewcvs?rev=373634&view=rev
Log:
Modify to use the LoadBundle replacement for . Among other
things, this will make it straightforward to transliterate the MailReader
example for using Clay, where
Author: craigmcc
Date: Mon Jan 30 15:49:55 2006
New Revision: 373633
URL: http://svn.apache.org/viewcvs?rev=373633&view=rev
Log:
Improve usability of the LoadBundle and Messages helper classes, by explicitly
loading the default resource bundle if the requested one is not found. This
needs t
Author: craigmcc
Date: Fri Jan 27 22:28:45 2006
New Revision: 373090
URL: http://svn.apache.org/viewcvs?rev=373090&view=rev
Log:
When utilized by a component inside a tool at design time, it is likely that
the initialization normally performed on the first request to our phase listener
will
Author: craigmcc
Date: Fri Jan 27 16:53:46 2006
New Revision: 373053
URL: http://svn.apache.org/viewcvs?rev=373053&view=rev
Log:
Correctly set the logging level of a debugging message.
Modified:
struts/shale/trunk/core-library/src/java/org/apache/shale/remoting/
Author: craigmcc
Date: Fri Jan 27 15:35:14 2006
New Revision: 373031
URL: http://svn.apache.org/viewcvs?rev=373031&view=rev
Log:
Promote the mapResourceId() method from protected to public scope, since it
is generally useful. No functional change -- the big diff is because the
method was m
Author: craigmcc
Date: Thu Jan 26 21:14:20 2006
New Revision: 372737
URL: http://svn.apache.org/viewcvs?rev=372737&view=rev
Log:
Remove spurious comment-outs on a couple of assertions.
Modified:
struts/shale/trunk/tiger/src/test/org/apache/shale/tiger/faces/LifecycleListenerTestCase.
Author: craigmcc
Date: Thu Jan 26 21:12:47 2006
New Revision: 372735
URL: http://svn.apache.org/viewcvs?rev=372735&view=rev
Log:
Fix a number of overlapping issues preventing the Shale Tiger Extensions
from working reliably.
* MockServletContext - the initial implementation of getResourceP
Author: craigmcc
Date: Wed Jan 25 20:54:54 2006
New Revision: 372438
URL: http://svn.apache.org/viewcvs?rev=372438&view=rev
Log:
Fix a typo that caused shale-tiger.jar not to be included in the nightly
builds.
Modified:
struts/shale/trunk/build.xml
Modified: struts/shale/trunk/build.xml
Author: craigmcc
Date: Wed Jan 25 17:57:34 2006
New Revision: 372396
URL: http://svn.apache.org/viewcvs?rev=372396&view=rev
Log:
Follow the Maven convention for development versions, even for the Ant script.
Modified:
struts/shale/trunk/default.properties
Modified: struts/shale/t
Author: craigmcc
Date: Wed Jan 25 17:55:40 2006
New Revision: 372395
URL: http://svn.apache.org/viewcvs?rev=372395&view=rev
Log:
Fix a JDK 1.5 dependency that snuck in to the Use Cases example app.
Modified:
struts/shale/trunk/use-cases/src/java/org/apache/shale/usecases/sym
Author: craigmcc
Date: Wed Jan 25 17:09:16 2006
New Revision: 372388
URL: http://svn.apache.org/viewcvs?rev=372388&view=rev
Log:
Update the API Stability matrix with the new packages in shale-tiger.jar.
Modified:
struts/shale/trunk/xdocs/api-stability.xml
Modified: struts/shale/trunk/x
Author: craigmcc
Date: Wed Jan 25 13:31:53 2006
New Revision: 372318
URL: http://svn.apache.org/viewcvs?rev=372318&view=rev
Log:
Update the implementation status comment.
Modified:
struts/shale/trunk/tiger/src/java/org/apache/shale/tiger/register/package.html
Modified:
struts/shale/t
Author: craigmcc
Date: Wed Jan 25 12:09:24 2006
New Revision: 372303
URL: http://svn.apache.org/viewcvs?rev=372303&view=rev
Log:
The Shale Tiger Extensions now support the ability for JSF components,
converters, renderers, and validators to register themselves with the
JSF runtime, without ha
Author: craigmcc
Date: Wed Jan 25 12:07:20 2006
New Revision: 372302
URL: http://svn.apache.org/viewcvs?rev=372302&view=rev
Log:
Ensure that the instance returned by RenderKitFactory.getRenderKit() is the
same as the instance in the renderKit variable.
Improve the exception messages on compo
Author: craigmcc
Date: Tue Jan 24 20:03:46 2006
New Revision: 372097
URL: http://svn.apache.org/viewcvs?rev=372097&view=rev
Log:
Add "starter kit" directory structures for creating a new project based on
Shale, using the Shale Blank Starter App structure as a guideline.
Modifi
Author: craigmcc
Date: Tue Jan 24 19:51:07 2006
New Revision: 372093
URL: http://svn.apache.org/viewcvs?rev=372093&view=rev
Log:
Add the Shale MailReader Example to the set of example webapps that are
published as part of a release.
Modified:
struts/shale/trunk/build.xml
Modified: st
Author: craigmcc
Date: Tue Jan 24 19:42:10 2006
New Revision: 372089
URL: http://svn.apache.org/viewcvs?rev=372089&view=rev
Log:
Cosmetic changes only.
Modified:
struts/shale/trunk/mailreader/src/web/index.jsp
struts/shale/trunk/mailreader/src/web/logon.jsp
struts/shale/t
Author: craigmcc
Date: Tue Jan 24 19:38:42 2006
New Revision: 372087
URL: http://svn.apache.org/viewcvs?rev=372087&view=rev
Log:
Cosmetic changes only, except for a couple of places where we eliminate
direct dependencies on Commons BeanUtils.
Modified:
struts/shale/trunk/mailreader/src/
Author: craigmcc
Date: Tue Jan 24 18:23:41 2006
New Revision: 372078
URL: http://svn.apache.org/viewcvs?rev=372078&view=rev
Log:
Update the build script for the Shale MailReader Example to one based on the
(new) blank project template. The application compiles and runs; need to
tweak
Author: craigmcc
Date: Mon Jan 23 23:25:10 2006
New Revision: 371852
URL: http://svn.apache.org/viewcvs?rev=371852&view=rev
Log:
Add a simple system integration test, using the new support in the
Shale Test Framework.
Added:
struts/shale/trunk/blank/src/systest/
struts/shale/trunk/b
Author: craigmcc
Date: Mon Jan 23 23:23:43 2006
New Revision: 371851
URL: http://svn.apache.org/viewcvs?rev=371851&view=rev
Log:
Add the convenience base class mentioned in the previous commit for
test-framework/build.xml.
Added:
struts/shale/trunk/test-framework/src/java/org/apache/s
Author: craigmcc
Date: Mon Jan 23 23:23:04 2006
New Revision: 371850
URL: http://svn.apache.org/viewcvs?rev=371850&view=rev
Log:
Support a convenience base class for HtmlUnit based system integration tests.
To avoid disruptions, this class is only compiled if the appropriate prop
Author: craigmcc
Date: Mon Jan 23 21:34:42 2006
New Revision: 371824
URL: http://svn.apache.org/viewcvs?rev=371824&view=rev
Log:
Refine the artifacts created by the global "release" target to be of three
types:
* shale-framework-VVV.{tar.gz,zip} - All sources and java
Author: craigmcc
Date: Wed Jan 18 20:24:50 2006
New Revision: 370367
URL: http://svn.apache.org/viewcvs?rev=370367&view=rev
Log:
Add a helper class (XhtmlHelper) for use by renderers that want to leverage
the Shale remoting facilities for accessing remote resources without having
to worry a
Author: craigmcc
Date: Tue Jan 17 16:58:12 2006
New Revision: 369992
URL: http://svn.apache.org/viewcvs?rev=369992&view=rev
Log:
In VariableResolverImpl, remove direct dependency on Commons BeanUtils by
using the new helper methods for property access and conversion. As a side
effect of
Author: craigmcc
Date: Tue Jan 17 16:56:48 2006
New Revision: 369991
URL: http://svn.apache.org/viewcvs?rev=369991&view=rev
Log:
Clean up some logic errors surfaced by writing some unit tests using
these two helper classes.
Modified:
struts/shale/trunk/core-library/src/java/org/apache/s
Author: craigmcc
Date: Tue Jan 17 13:55:55 2006
New Revision: 369940
URL: http://svn.apache.org/viewcvs?rev=369940&view=rev
Log:
Throw an informative ConverterException if conversion is requested for a type
that has no by-type converter registered.
Modified:
struts/shale/trunk/core-lib
Author: craigmcc
Date: Tue Jan 17 13:54:58 2006
New Revision: 369939
URL: http://svn.apache.org/viewcvs?rev=369939&view=rev
Log:
Make the createConverter() methods return null (per spec) if no matching
registered converter can be found.
Modified:
struts/shale/trunk/test-framework/src/
Author: craigmcc
Date: Mon Jan 16 23:12:46 2006
New Revision: 369704
URL: http://svn.apache.org/viewcvs?rev=369704&view=rev
Log:
Add JSF-friendly helper beans to access property values and converters, so that
Shale code does not need to depend on commons-beanutils directly for these
purp
Author: craigmcc
Date: Mon Jan 16 23:07:46 2006
New Revision: 369703
URL: http://svn.apache.org/viewcvs?rev=369703&view=rev
Log:
Implement support for by-type converters (as well as by-id).
Preregister all the standard by-type and by-id converters that a standard
JSF implementation
Author: craigmcc
Date: Mon Jan 16 18:50:54 2006
New Revision: 369641
URL: http://svn.apache.org/viewcvs?rev=369641&view=rev
Log:
Add support for elements as well. Now just need to finish
up on array support for and do a bit of cleanup.
Added:
struts/shale/trunk/tiger/src/test/org/ap
Author: craigmcc
Date: Mon Jan 16 16:19:49 2006
New Revision: 369613
URL: http://svn.apache.org/viewcvs?rev=369613&view=rev
Log:
Improve the annotated managed beans implementation by adding partial support
for elements. Currently, this works only for lists, but not
(as the JSF spec requ
Author: craigmcc
Date: Sun Jan 15 22:27:27 2006
New Revision: 369370
URL: http://svn.apache.org/viewcvs?rev=369370&view=rev
Log:
Clean up a bunch of PMD nags. The remaining ones about unused imports are
bogus, because PMD does not consider "[EMAIL PROTECTED] Foo}" in a Javadoc
c
Author: craigmcc
Date: Sat Jan 14 23:25:47 2006
New Revision: 369184
URL: http://svn.apache.org/viewcvs?rev=369184&view=rev
Log:
Document the current state of the Shale Tiger Extensions. Also, fix a couple
of typos in other areas.
Modified:
struts/shale/trunk/core-library/src/java
Author: craigmcc
Date: Sat Jan 14 18:25:29 2006
New Revision: 369163
URL: http://svn.apache.org/viewcvs?rev=369163&view=rev
Log:
Fully implement view controller callbacks via annotations (instead of requiring
a backing bean to implement ViewController) when running on a Java SE 5 or l
Author: craigmcc
Date: Sat Jan 14 17:27:25 2006
New Revision: 369152
URL: http://svn.apache.org/viewcvs?rev=369152&view=rev
Log:
Second stage of refactoring for issue [38185]. Callbacks for a ViewController
are
now delegated to an instance of ViewControllerCallbacks. The stan
Author: craigmcc
Date: Sat Jan 14 16:02:56 2006
New Revision: 369120
URL: http://svn.apache.org/viewcvs?rev=369120&view=rev
Log:
Do not copy package.html files, which eliminates warnings from
javadoc generation.
Modified:
struts/shale/trunk/core-library/build.xml
Modified: struts/s
Author: craigmcc
Date: Sat Jan 14 12:00:28 2006
New Revision: 369087
URL: http://svn.apache.org/viewcvs?rev=369087&view=rev
Log:
Implement ExternalCotnext.encodeNamespace() and the various
ServletContext.log() methods.
Bugzilla Issue: 38235
Issue and patch submitted by: Dennis C. B
Author: craigmcc
Date: Mon Jan 9 09:33:32 2006
New Revision: 367346
URL: http://svn.apache.org/viewcvs?rev=367346&view=rev
Log:
Make the paragraph about choosing a framework for new applications a bit
more even handed :-).
Modified:
struts/site/trunk/xdocs/index.xml
Modified: struts/
Author: craigmcc
Date: Sun Jan 8 22:14:12 2006
New Revision: 367218
URL: http://svn.apache.org/viewcvs?rev=367218&view=rev
Log:
[38190] Finish the fix, by actually parsing /WEB-INF/web.xml to see what URL
patterns FacesServlet is mapped to, rather than wimping out and hard coding
an assump
Author: craigmcc
Date: Sun Jan 8 20:53:40 2006
New Revision: 367198
URL: http://svn.apache.org/viewcvs?rev=367198&view=rev
Log:
[38190] Make remoting support for mapping to a method binding work with the
JSF 1.1 RI, as well as with MyFaces. It turns out there is a bug in the
Restore View p
Author: craigmcc
Date: Sun Jan 8 17:01:56 2006
New Revision: 367148
URL: http://svn.apache.org/viewcvs?rev=367148&view=rev
Log:
[38185] Basic refactoring ov ShalePhaseListener and ShaleViewHandler into the
org.apache.shale.view hierarchy, along with the view-related constants that
used to b
Author: craigmcc
Date: Sun Jan 8 15:55:19 2006
New Revision: 367132
URL: http://svn.apache.org/viewcvs?rev=367132&view=rev
Log:
[38185] Add a new org.apache.shale.view.faces package directory in preparation
for refactoring work.
Added:
struts/shale/trunk/core-library/src/java/org/ap
Author: craigmcc
Date: Sat Jan 7 20:47:04 2006
New Revision: 366984
URL: http://svn.apache.org/viewcvs?rev=366984&view=rev
Log:
Implement a new remoting Processor that maps a request for a resource id
like "/foo/bar" to a Commons Chain command named "foo.bar" in a catalog
Author: craigmcc
Date: Thu Jan 5 22:57:59 2006
New Revision: 366441
URL: http://svn.apache.org/viewcvs?rev=366441&view=rev
Log:
Split out the org.apache.shale.remoting package into its own JAR file
(shale-remoting.jar), because it is completely self contained and not
reliant on other S
Author: craigmcc
Date: Thu Jan 5 20:54:44 2006
New Revision: 366429
URL: http://svn.apache.org/viewcvs?rev=366429&view=rev
Log:
Use VariableResolver instead of creating a value binding to instantiate
ViewController instances. This avoids problems caused by an implementatio
Author: craigmcc
Date: Tue Jan 3 19:21:24 2006
New Revision: 365809
URL: http://svn.apache.org/viewcvs?rev=365809&view=rev
Log:
Add examples using the new-style remoting APIs to use method bindings to
call business logic methods.
Added:
struts/shale/trunk/use-cases/src/java/org/apache/s
Author: craigmcc
Date: Tue Jan 3 19:10:27 2006
New Revision: 365807
URL: http://svn.apache.org/viewcvs?rev=365807&view=rev
Log:
Make it possible to set the log levels for org.apache.shale classes when
unit tests are running, for example:
ant -Dtest.level=trace test
Also, correct a typ
Propchange:
struts/shale/trunk/core-library/src/java/org/apache/shale/remoting/impl/MethodBindingProcessor.java
--
svn:eol-style = native
Propchange:
struts/shale/trunk/core-library/src/java/org/apache/shale/remoting
Author: craigmcc
Date: Sun Jan 1 17:34:24 2006
New Revision: 365272
URL: http://svn.apache.org/viewcvs?rev=365272&view=rev
Log:
Support HTTP headers on request and response mock objects, update copyright
dates on modified files.
Modified:
struts/shale/trunk/test-framework/src/java
Author: craigmcc
Date: Sat Dec 31 13:34:57 2005
New Revision: 360451
URL: http://svn.apache.org/viewcvs?rev=360451&view=rev
Log:
Make MockRenderKit.createResponseWriter() functional.
Added:
struts/shale/trunk/test-framework/src/java/org/apache/shale/test/mock/MockResponseWriter.
Author: craigmcc
Date: Fri Dec 30 22:43:36 2005
New Revision: 360254
URL: http://svn.apache.org/viewcvs?rev=360254&view=rev
Log:
Implement MockRenderKit.createResponseStream().
Modified:
struts/shale/trunk/test-framework/src/java/org/apache/shale/test/mock/MockPrintWriter.java
st
Author: craigmcc
Date: Fri Dec 30 18:56:03 2005
New Revision: 360222
URL: http://svn.apache.org/viewcvs?rev=360222&view=rev
Log:
Improve error reporting when the "value binding expression" part of a method
binding fails to locate a corresponding bean. Previously, thi
Author: craigmcc
Date: Fri Dec 30 17:58:55 2005
New Revision: 360216
URL: http://svn.apache.org/viewcvs?rev=360216&view=rev
Log:
Add support for creating mock output stream and print writer implementations
that buffer the bytes or characters that are written, allowing test cases to
retrieve
Author: craigmcc
Date: Mon Dec 26 12:50:02 2005
New Revision: 359099
URL: http://svn.apache.org/viewcvs?rev=359099&view=rev
Log:
[38016] Finish up German translations for use cases example.
Submitted by: Matthias Wessendorf
Modified:
struts/shale/trunk/use-cases/src/java/org/apache/s
Author: craigmcc
Date: Mon Dec 26 12:35:16 2005
New Revision: 359096
URL: http://svn.apache.org/viewcvs?rev=359096&view=rev
Log:
[37972] Correct translation error in French resources.
Submitted by: Alexandre Poitras <[EMAIL PROTECTED]>
Modified:
struts/shale/trunk/use-cases/sr
Author: craigmcc
Date: Thu Dec 15 13:51:53 2005
New Revision: 357075
URL: http://svn.apache.org/viewcvs?rev=357075&view=rev
Log:
Incorporate the "Shale Tiger Extensions" module into the "release" target
(and therefore the nightly builds) if it is executed with a J
Author: craigmcc
Date: Mon Dec 12 18:04:37 2005
New Revision: 356449
URL: http://svn.apache.org/viewcvs?rev=356449&view=rev
Log:
Conditionally insert the Shale Tiger Extensions variable resolver below
the Shale standard variable resolver. This will occur *only* if the
corresponding lib
Added:
struts/shale/trunk/tiger/src/test/org/apache/shale/tiger/config/FacesConfigParserTestCase.java
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/tiger/src/test/org/apache/shale/tiger/config/FacesConfigParserTestCase.java?rev=356434&view=auto
Author: craigmcc
Date: Sat Dec 10 19:13:45 2005
New Revision: 355884
URL: http://svn.apache.org/viewcvs?rev=355884&view=rev
Log:
Simplify default project name a bit.
Modified:
struts/shale/trunk/use-cases/build.xml
Modified: struts/shale/trunk/use-cases/build.xml
URL:
http://svn.apache
1 - 100 of 385 matches
Mail list logo