hlship 2005/08/24 08:32:05
Modified: portlet/src/descriptor/META-INF hivemodule.xml
tapestry.portlet.services.xml
tapestry.portlet.bindings.xml
. status.xml
Log:
TAPESTRY-588: Including the tapestry-portlet jar in the classpath for a
servlet application causes exceptions
Revision Changes Path
1.19 +1 -1
jakarta-tapestry/portlet/src/descriptor/META-INF/hivemodule.xml
Index: hivemodule.xml
===================================================================
RCS file:
/home/cvs/jakarta-tapestry/portlet/src/descriptor/META-INF/hivemodule.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- hivemodule.xml 1 Jun 2005 14:25:55 -0000 1.18
+++ hivemodule.xml 24 Aug 2005 15:32:05 -0000 1.19
@@ -293,7 +293,7 @@
</service-point>
- <contribution
configuration-id="tapestry.describe.DescribableStrategies">
+ <contribution
configuration-id="tapestry.describe.DescribableStrategies" if="class
javax.portlet.PortletSession">
<strategy class="javax.portlet.PortletSession"
object="instance:PortletSessionDescribableStrategy"/>
<strategy class="javax.portlet.PortletConfig"
object="instance:PortletConfigStrategy"/>
</contribution>
1.15 +0 -1
jakarta-tapestry/portlet/src/descriptor/META-INF/tapestry.portlet.services.xml
Index: tapestry.portlet.services.xml
===================================================================
RCS file:
/home/cvs/jakarta-tapestry/portlet/src/descriptor/META-INF/tapestry.portlet.services.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- tapestry.portlet.services.xml 2 Jun 2005 19:06:54 -0000 1.14
+++ tapestry.portlet.services.xml 24 Aug 2005 15:32:05 -0000 1.15
@@ -64,7 +64,6 @@
<invoke-factory>
<construct class="org.apache.tapestry.asset.AssetService">
<set-object property="exceptionReporter"
value="infrastructure:requestExceptionReporter"/>
- <set-service property="assetExternalizer"
service-id="tapestry.asset.AssetExternalizer"/>
<!-- The big change: use the servlet LinkFactory, not the portlet
LinkFactory. -->
<set-service property="linkFactory"
service-id="tapestry.url.LinkFactory"/>
<set-service property="context"
service-id="tapestry.globals.WebContext"/>
1.2 +1 -1
jakarta-tapestry/portlet/src/descriptor/META-INF/tapestry.portlet.bindings.xml
Index: tapestry.portlet.bindings.xml
===================================================================
RCS file:
/home/cvs/jakarta-tapestry/portlet/src/descriptor/META-INF/tapestry.portlet.bindings.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tapestry.portlet.bindings.xml 11 May 2005 20:08:23 -0000 1.1
+++ tapestry.portlet.bindings.xml 24 Aug 2005 15:32:05 -0000 1.2
@@ -30,7 +30,7 @@
</service-point>
- <contribution configuration-id="tapestry.bindings.BindingFactories">
+ <contribution configuration-id="tapestry.bindings.BindingFactories"
if="class javax.portlet.PortletSession">
<binding prefix="user" service-id="UserAttributeBindingFactory"/>
</contribution>
</module>
\ No newline at end of file
1.227 +1 -0 jakarta-tapestry/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/jakarta-tapestry/status.xml,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- status.xml 24 Aug 2005 02:22:53 -0000 1.226
+++ status.xml 24 Aug 2005 15:32:05 -0000 1.227
@@ -77,6 +77,7 @@
<action type="fix" dev="HLS" fixes-bug="TAPESTRY-581">Tapestry
attempts to invoke focus() on client-side objects that don't implement
it</action>
<action type="fix" dev="HLS" fixes-bug="TAPESTRY-222">IE Error in
DataPicker.js</action>
<action type="fix" dev="PF" fixes-bug="TAPESTRY-586">Do not bind form
component values unless all validators succeed.</action>
+ <action type="fix" dev="HLS" fixes-bug="TAPESTRY-588">Including the
tapestry-portlet jar in the classpath for a servlet application causes
exceptions</action>
</release>
<release version="4.0-beta-4" date="Aug 10 2005">
<action type="fix" dev="HLS">Add getComponent() method to
IComponent.</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]