Re: Classloader Problems running JSF in jetty equinox

2010-03-15 Thread arnold4sho
not use spring dm. regards, Leonardo Uribe 2010/3/13 arnold4sho tung_twist...@hotmail.com I checked out your link, which bundles do you suggest i use for the MyFaces and Jsp? Arnold arnold4sho wrote: Hi Thanks for your reply, were you able to get my application to run? I

Re: MyFaces in OSGi problem

2010-03-13 Thread arnold4sho
Hi I have problems running JSF in an OSGi environment. I am using jetty web container and equinox to provide the OSGi functionality. The structure of my application is as follows: The first bundle has all the JSF libs, web.xml and a config.xml. It looks as the following:

Classloader Problems running JSF in jetty equinox

2010-03-13 Thread arnold4sho
Hi I have problems running JSF in an OSGi environment. I am using jetty web container and equinox to provide the OSGi functionality. The structure of my application is as follows: The first bundle has all the JSF libs, web.xml and a config.xml. It looks as the following:

Re: Classloader Problems running JSF in jetty equinox

2010-03-13 Thread arnold4sho
it and it is necessary to know which bundles are you usings to run jetty and servlet stuff, and all configuration hacks you are using for it. regards, Leonardo Uribe 2010/3/13 arnold4sho tung_twist...@hotmail.com Hi I have problems running JSF in an OSGi environment. I am using jetty web

Re: Classloader Problems running JSF in jetty equinox

2010-03-13 Thread arnold4sho
usings to run jetty and servlet stuff, and all configuration hacks you are using for it. regards, Leonardo Uribe 2010/3/13 arnold4sho tung_twist...@hotmail.com Hi I have problems running JSF in an OSGi environment. I am using jetty web container and equinox to provide the OSGi

Re: Classloader Problems running JSF in jetty equinox

2010-03-13 Thread arnold4sho
never tried before. regards, Leonardo Uribe 2010/3/13 arnold4sho tung_twist...@hotmail.com Hi Once again, the problem is that the bean class in the second bundle is not resolved. If you type in http://localhost:8081/clintweb.xhtml. Clintweb.xhtml is in the second bundle

Re: Classloader Problems running JSF in jetty equinox

2010-03-13 Thread arnold4sho
I checked out your link, which bundles do you suggest i use for the MyFaces and Jsp? Arnold arnold4sho wrote: Hi Thanks for your reply, were you able to get my application to run? I have been looking at many possibilies of making the application run but up until now i have none which