Help

Controls

PermLinkWikiLink

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Forum: Weld Users Forum ListTopic List
12. Jun 2009, 10:16 America/New_York | Link

Hello!

Am trying to deploy WebBeans in a JAIN SLEE environment (Rhino) and am unable to do so, cause the SLEE is a very restricted environment having several contraints on Class Loaders et al. I can bootstrap using the SE approach, but it fails later on as its unable to find any webbeans (am guessing this is cause its using different Class Loaders!)

Our next approach is to deploy a JBOSS MC into the SLEE and get Web Beans working on it. Can anyone advise if the current RI has support for deploying in a MC and some pointers to how I can get about it?

Cheers! Nirav

1 Reply:
12. Jun 2009, 12:26 America/New_York | Link

We use JBoss MC to boot in JBoss 5, so it definitely works. Take a look at the webbeans-ri-int project for the deployers we use.

However, I do wonder if you will see the same classloading problems - there is nothing much different between the two bootstraps.

Web Beans will need to be able to see the classloader of the beans archive.

 

Read about how to report a bug.