Problem with portlet and epilogue

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem with portlet and epilogue

Mikko Wuokko
Hi.

I've managed to get my OPS app running as a JSR-168 portlet, but I
cannot use the epilogue. If it is commented out on the page-flow.xml it
works just fine and I can see th stuff on the screen (without css
though) and if I uncomment it it will give me this error

  Portlet is Not Available: UserOPSPortlet::UsersOPSPortlet
Reason: null

with the following stack trace

2006-02-23 14:21:42,101 INFO  org.orbeon.oxf.webapp.ProcessorService
null - / - Received request
2006-02-23 14:21:48,775 INFO  org.orbeon.oxf.processor.DatabaseContext
null - Committing JDBC connection for datasource: jdbc/users.
2006-02-23 14:21:48,778 INFO  org.orbeon.oxf.webapp.ProcessorService
null - / - Timing: 6680 - Cache hits: 278, fault: 103, adds: 103,
success rate: 72%
javax.portlet.PortletException
        at
org.orbeon.oxf.portlet.OPSPortletDelegate.render(OPSPortletDelegate.java:238)
        at org.orbeon.oxf.portlet.OPSPortlet.render(OPSPortlet.java:83)
        at
org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:102)
        at
org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:230)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
        at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
        at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499)
        at
org.apache.jetspeed.container.invoker.ServletPortletInvoker.invoke(ServletPortletInvoker.java:213)
        at
org.apache.jetspeed.container.invoker.ServletPortletInvoker.render(ServletPortletInvoker.java:125)

..


and

Nested Exception is java.lang.IllegalArgumentException: application/xml
        at
org.apache.pluto.core.impl.RenderResponseImpl.setContentType(RenderResponseImpl.java:108)
        at
org.orbeon.oxf.portlet.OPSPortletDelegate.render(OPSPortletDelegate.java:233)
        at org.orbeon.oxf.portlet.OPSPortlet.render(OPSPortlet.java:83)
        at
org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:102)
        at
org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:230)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)

...


Any idea what I am missing here or doing wrong?

I'm running it on Jetspeed 2.

Thanks,

Mikko



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Problem with portlet and epilogue

Erik Bruchez
Administrator
Mikko,

OPS does not officially support JSR-168 yet. See this FAQ entry:

   http://www.orbeon.com/ops/doc/home-faq#jsr-168

-Erik

Mikko Wuokko wrote:

> Hi.
>
> I've managed to get my OPS app running as a JSR-168 portlet, but I
> cannot use the epilogue. If it is commented out on the page-flow.xml it
> works just fine and I can see th stuff on the screen (without css
> though) and if I uncomment it it will give me this error
>
>  Portlet is Not Available: UserOPSPortlet::UsersOPSPortlet
> Reason: null
>
> with the following stack trace
>
> 2006-02-23 14:21:42,101 INFO  org.orbeon.oxf.webapp.ProcessorService
> null - / - Received request
> 2006-02-23 14:21:48,775 INFO  org.orbeon.oxf.processor.DatabaseContext
> null - Committing JDBC connection for datasource: jdbc/users.
> 2006-02-23 14:21:48,778 INFO  org.orbeon.oxf.webapp.ProcessorService
> null - / - Timing: 6680 - Cache hits: 278, fault: 103, adds: 103,
> success rate: 72%
> javax.portlet.PortletException
>     at
> org.orbeon.oxf.portlet.OPSPortletDelegate.render(OPSPortletDelegate.java:238)
>
>     at org.orbeon.oxf.portlet.OPSPortlet.render(OPSPortlet.java:83)
>     at
> org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:102)
>
>     at
> org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:230)
>
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>     at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>
>     at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>
>     at
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
>
>     at
> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
>
>     at
> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499)
>
>     at
> org.apache.jetspeed.container.invoker.ServletPortletInvoker.invoke(ServletPortletInvoker.java:213)
>
>     at
> org.apache.jetspeed.container.invoker.ServletPortletInvoker.render(ServletPortletInvoker.java:125)
>
>
> ..
>
>
> and
>
> Nested Exception is java.lang.IllegalArgumentException: application/xml
>     at
> org.apache.pluto.core.impl.RenderResponseImpl.setContentType(RenderResponseImpl.java:108)
>
>     at
> org.orbeon.oxf.portlet.OPSPortletDelegate.render(OPSPortletDelegate.java:233)
>
>     at org.orbeon.oxf.portlet.OPSPortlet.render(OPSPortlet.java:83)
>     at
> org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:102)
>
>     at
> org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:230)
>
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>     at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>
>
> ...
>
>
> Any idea what I am missing here or doing wrong?
>
> I'm running it on Jetspeed 2.
>
> Thanks,
>
> Mikko
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Problem with portlet and epilogue

Mikko Wuokko
Yes.. thats true and read that one, but it does work on the other parts
just fine. I tried to drop the ops.war as a portlet and in the portlets
there the epilogue apparently works as there then appears this css
styling. So it I think I should be able to get working also with my app.
But if not, its ok too.

-Mikko

Erik Bruchez wrote:

> Mikko,
>
> OPS does not officially support JSR-168 yet. See this FAQ entry:
>
>   http://www.orbeon.com/ops/doc/home-faq#jsr-168
>
> -Erik
>
> Mikko Wuokko wrote:
>> Hi.
>>
>> I've managed to get my OPS app running as a JSR-168 portlet, but I
>> cannot use the epilogue. If it is commented out on the page-flow.xml
>> it works just fine and I can see th stuff on the screen (without css
>> though) and if I uncomment it it will give me this error
>>
>>  Portlet is Not Available: UserOPSPortlet::UsersOPSPortlet
>> Reason: null
>>
>> with the following stack trace
>>
>> 2006-02-23 14:21:42,101 INFO  org.orbeon.oxf.webapp.ProcessorService
>> null - / - Received request
>> 2006-02-23 14:21:48,775 INFO  org.orbeon.oxf.processor.DatabaseContext
>> null - Committing JDBC connection for datasource: jdbc/users.
>> 2006-02-23 14:21:48,778 INFO  org.orbeon.oxf.webapp.ProcessorService
>> null - / - Timing: 6680 - Cache hits: 278, fault: 103, adds: 103,
>> success rate: 72%
>> javax.portlet.PortletException
>>     at
>> org.orbeon.oxf.portlet.OPSPortletDelegate.render(OPSPortletDelegate.java:238)
>>
>>     at org.orbeon.oxf.portlet.OPSPortlet.render(OPSPortlet.java:83)
>>     at
>> org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:102)
>>
>>     at
>> org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:230)
>>
>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>     at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>>
>>     at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>>
>>     at
>> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
>>
>>     at
>> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
>>
>>     at
>> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499)
>>
>>     at
>> org.apache.jetspeed.container.invoker.ServletPortletInvoker.invoke(ServletPortletInvoker.java:213)
>>
>>     at
>> org.apache.jetspeed.container.invoker.ServletPortletInvoker.render(ServletPortletInvoker.java:125)
>>
>>
>> ..
>>
>>
>> and
>>
>> Nested Exception is java.lang.IllegalArgumentException: application/xml
>>     at
>> org.apache.pluto.core.impl.RenderResponseImpl.setContentType(RenderResponseImpl.java:108)
>>
>>     at
>> org.orbeon.oxf.portlet.OPSPortletDelegate.render(OPSPortletDelegate.java:233)
>>
>>     at org.orbeon.oxf.portlet.OPSPortlet.render(OPSPortlet.java:83)
>>     at
>> org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:102)
>>
>>     at
>> org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:230)
>>
>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>     at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>>
>>
>> ...
>>
>>
>> Any idea what I am missing here or doing wrong?
>>
>> I'm running it on Jetspeed 2.
>>
>> Thanks,
>>
>> Mikko
>>
>>
>> ------------------------------------------------------------------------
>>
>>
>> --
>> You receive this message as a subscriber of the
>> [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Problem with portlet and epilogue

Erik Bruchez
Administrator
People have reported problems in the past and I think there are a few
things likely to be broken with the current code. You may be lucky and
get some parts working, but in the end some changes will have to be made
in OPS.

-Erik

Mikko Wuokko wrote:

> Yes.. thats true and read that one, but it does work on the other parts
> just fine. I tried to drop the ops.war as a portlet and in the portlets
> there the epilogue apparently works as there then appears this css
> styling. So it I think I should be able to get working also with my app.
> But if not, its ok too.
>
> -Mikko
>
> Erik Bruchez wrote:
>> Mikko,
>>
>> OPS does not officially support JSR-168 yet. See this FAQ entry:
>>
>>   http://www.orbeon.com/ops/doc/home-faq#jsr-168
>>
>> -Erik
>>
>> Mikko Wuokko wrote:
>>> Hi.
>>>
>>> I've managed to get my OPS app running as a JSR-168 portlet, but I
>>> cannot use the epilogue. If it is commented out on the page-flow.xml
>>> it works just fine and I can see th stuff on the screen (without css
>>> though) and if I uncomment it it will give me this error
>>>
>>>  Portlet is Not Available: UserOPSPortlet::UsersOPSPortlet
>>> Reason: null
>>>
>>> with the following stack trace
>>>
>>> 2006-02-23 14:21:42,101 INFO  org.orbeon.oxf.webapp.ProcessorService
>>> null - / - Received request
>>> 2006-02-23 14:21:48,775 INFO  
>>> org.orbeon.oxf.processor.DatabaseContext null - Committing JDBC
>>> connection for datasource: jdbc/users.
>>> 2006-02-23 14:21:48,778 INFO  org.orbeon.oxf.webapp.ProcessorService
>>> null - / - Timing: 6680 - Cache hits: 278, fault: 103, adds: 103,
>>> success rate: 72%
>>> javax.portlet.PortletException
>>>     at
>>> org.orbeon.oxf.portlet.OPSPortletDelegate.render(OPSPortletDelegate.java:238)
>>>
>>>     at org.orbeon.oxf.portlet.OPSPortlet.render(OPSPortlet.java:83)
>>>     at
>>> org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:102)
>>>
>>>     at
>>> org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:230)
>>>
>>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>>     at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>>>
>>>     at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>>>
>>>     at
>>> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
>>>
>>>     at
>>> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
>>>
>>>     at
>>> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499)
>>>
>>>     at
>>> org.apache.jetspeed.container.invoker.ServletPortletInvoker.invoke(ServletPortletInvoker.java:213)
>>>
>>>     at
>>> org.apache.jetspeed.container.invoker.ServletPortletInvoker.render(ServletPortletInvoker.java:125)
>>>
>>>
>>> ..
>>>
>>>
>>> and
>>>
>>> Nested Exception is java.lang.IllegalArgumentException: application/xml
>>>     at
>>> org.apache.pluto.core.impl.RenderResponseImpl.setContentType(RenderResponseImpl.java:108)
>>>
>>>     at
>>> org.orbeon.oxf.portlet.OPSPortletDelegate.render(OPSPortletDelegate.java:233)
>>>
>>>     at org.orbeon.oxf.portlet.OPSPortlet.render(OPSPortlet.java:83)
>>>     at
>>> org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:102)
>>>
>>>     at
>>> org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:230)
>>>
>>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>>     at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>>>
>>>
>>> ...
>>>
>>>
>>> Any idea what I am missing here or doing wrong?
>>>
>>> I'm running it on Jetspeed 2.
>>>
>>> Thanks,
>>>
>>> Mikko
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the
>>> [hidden email] mailing list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>>
>> --
>> You receive this message as a subscriber of the
>> [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Problem with portlet and epilogue

Mikko Wuokko
ok. I'll try live for now without application wide look-and-feel in
portlets.

Erik Bruchez wrote:

> People have reported problems in the past and I think there are a few
> things likely to be broken with the current code. You may be lucky and
> get some parts working, but in the end some changes will have to be made
> in OPS.
>
> -Erik
>
> Mikko Wuokko wrote:
>> Yes.. thats true and read that one, but it does work on the other
>> parts just fine. I tried to drop the ops.war as a portlet and in the
>> portlets there the epilogue apparently works as there then appears
>> this css styling. So it I think I should be able to get working also
>> with my app. But if not, its ok too.
>>
>> -Mikko
>>
>> Erik Bruchez wrote:
>>> Mikko,
>>>
>>> OPS does not officially support JSR-168 yet. See this FAQ entry:
>>>
>>>   http://www.orbeon.com/ops/doc/home-faq#jsr-168
>>>
>>> -Erik
>>>
>>> Mikko Wuokko wrote:
>>>> Hi.
>>>>
>>>> I've managed to get my OPS app running as a JSR-168 portlet, but I
>>>> cannot use the epilogue. If it is commented out on the page-flow.xml
>>>> it works just fine and I can see th stuff on the screen (without css
>>>> though) and if I uncomment it it will give me this error
>>>>
>>>>  Portlet is Not Available: UserOPSPortlet::UsersOPSPortlet
>>>> Reason: null
>>>>
>>>> with the following stack trace
>>>>
>>>> 2006-02-23 14:21:42,101 INFO  org.orbeon.oxf.webapp.ProcessorService
>>>> null - / - Received request
>>>> 2006-02-23 14:21:48,775 INFO  
>>>> org.orbeon.oxf.processor.DatabaseContext null - Committing JDBC
>>>> connection for datasource: jdbc/users.
>>>> 2006-02-23 14:21:48,778 INFO  org.orbeon.oxf.webapp.ProcessorService
>>>> null - / - Timing: 6680 - Cache hits: 278, fault: 103, adds: 103,
>>>> success rate: 72%
>>>> javax.portlet.PortletException
>>>>     at
>>>> org.orbeon.oxf.portlet.OPSPortletDelegate.render(OPSPortletDelegate.java:238)
>>>>
>>>>     at org.orbeon.oxf.portlet.OPSPortlet.render(OPSPortlet.java:83)
>>>>     at
>>>> org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:102)
>>>>
>>>>     at
>>>> org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:230)
>>>>
>>>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>>>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>>>     at
>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>>>>
>>>>     at
>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>>>>
>>>>     at
>>>> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
>>>>
>>>>     at
>>>> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
>>>>
>>>>     at
>>>> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499)
>>>>
>>>>     at
>>>> org.apache.jetspeed.container.invoker.ServletPortletInvoker.invoke(ServletPortletInvoker.java:213)
>>>>
>>>>     at
>>>> org.apache.jetspeed.container.invoker.ServletPortletInvoker.render(ServletPortletInvoker.java:125)
>>>>
>>>>
>>>> ..
>>>>
>>>>
>>>> and
>>>>
>>>> Nested Exception is java.lang.IllegalArgumentException: application/xml
>>>>     at
>>>> org.apache.pluto.core.impl.RenderResponseImpl.setContentType(RenderResponseImpl.java:108)
>>>>
>>>>     at
>>>> org.orbeon.oxf.portlet.OPSPortletDelegate.render(OPSPortletDelegate.java:233)
>>>>
>>>>     at org.orbeon.oxf.portlet.OPSPortlet.render(OPSPortlet.java:83)
>>>>     at
>>>> org.apache.jetspeed.factory.JetspeedPortletInstance.render(JetspeedPortletInstance.java:102)
>>>>
>>>>     at
>>>> org.apache.jetspeed.container.JetspeedContainerServlet.doGet(JetspeedContainerServlet.java:230)
>>>>
>>>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>>>>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>>>     at
>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>>>>
>>>>
>>>> ...
>>>>
>>>>
>>>> Any idea what I am missing here or doing wrong?
>>>>
>>>> I'm running it on Jetspeed 2.
>>>>
>>>> Thanks,
>>>>
>>>> Mikko
>>>>
>>>>
>>>> ------------------------------------------------------------------------
>>>>
>>>>
>>>>
>>>> --
>>>> You receive this message as a subscriber of the
>>>> [hidden email] mailing list.
>>>> To unsubscribe: mailto:[hidden email]
>>>> For general help: mailto:[hidden email]?subject=help
>>>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the
>>> [hidden email] mailing list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>
>>
>> ------------------------------------------------------------------------
>>
>>
>> --
>> You receive this message as a subscriber of the
>> [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws