Hello,
I have several bundles in my PAR. Among them I have 2 web modules:
- the first is used as my BlazeDS controller.
- and the second contains my domain classes and some of these classes are scoped to the session.
Is there another way to use session scoped bean in the second bundle without declare in MANIFEST.MF Bundle-type : Web
Because it creates 2 web application and one would have been sufficient in
term of context path.
If anyone has an idea ?Code:[2009-03-09 17:21:49.096] nection(14)-192.168.1.21 <SPSC1000I> Creating web application '/xxx.domain'. [2009-03-09 17:21:49.174] nection(14)-192.168.1.21 <SPSC1000I> Creating web application '/webappName'. [2009-03-09 17:21:49.487] async-delivery-thread-1 <SPSC1001I> Starting web application '/xxx.domain'. [2009-03-09 17:21:50.049] async-delivery-thread-1 <SPSC1001I> Starting web application '/webappName'.


