Hello, I don't know if PaxWeb intends to be compliant to the whiteboard R6 specification. However, the following items are not compliant :
- Every Whiteboard component which doesn't target a ServletContextHelper should use a default shared ServletContext (linked to a ServletContextHelper named "default"). Today, these elements doesn't share the same ServletContext - It should be possible for a Whiteboard component to target multiple ServletContextHelper (the spec advises to use the "prototype" scope when implementing a whiteboard component) : the whiteboard implementation should instantiate (with ServiceObjects) a new instance for every target - It should be possible to target a ServletContextHelper with an osgi filter : Today, PaxWeb assume the filter is only matching the name of the ServletContextHelper - It should be possible to override any ServletContextHelper (including the "default" one) - Every ServletContextHelper should be resolved in the context of the bundle of the whiteboard component using it (the spec advises to use the "prototype" scope when implementing a ServletContextHelper) - Every Whiteboard component have a delegating "ServletContext", which delegate to the shared ServletContext, and the ServletContextHelper Is there a planned roadmap on these items/jira issues ? Regards, Jérémie -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
