Try to add your service in the pipeline like this
<contribution
configuration-id="tapestry.request.WebRequestServicerPipeline">
<filter name="somename"
object="service:jfly.hibernate.InvokeEngineTerminator"/>
</contribution>
or replace the implemetation of WebRequestServicerPipelineBridge with your
implementation
<implementation
service-id="tapestry.request.WebRequestServicerPipelineBridge" >
<construct class="jfly.hibernate.InvokeEngineTerminatorImpl" >
...
</construct>
</invoke-factory>
Mit freundlichen Grüßen
Michael Frericks
|---------+---------------------------->
| | |
| | |
| | [EMAIL PROTECTED]|
| | ngstech.com |
| | |
| | 29.11.2005 19:41 |
| | Bitte antworten |
| | an "Tapestry |
| | users" |
| | |
|---------+---------------------------->
>------------------------------------------------------------------------------------------------------------------------------|
|
|
| An: [email protected]
|
| Kopie:
|
| Thema: WebRequestServicerPipeline howto? [Virus checked]
|
>------------------------------------------------------------------------------------------------------------------------------|
Hello again,
I've tryed to put into my tapestry app hivemotule.xml :
<contribution
configuration-id="tapestry.request.WebRequestServicerPipeline">
<tremiantor
object="service:jfly.hibernate.InvokeEngineTerminator"/>
</contribution>
But this doesn't work since hivemind complains that this conflicts with
the previous definition.
So, how could i override WebRequestServicerPipeline ?
Thanks in advance,
kiuma
P.s.: I've worked with hivetranse, but it seems that there are some
problems with exception handling (see the my post on the forum), maybe
I'm wrong, but I didn't get back any reply yet, so I'm not even so
shure.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]