 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Tue May 15, 2007 6:18 pm Post subject: JBoss und MyFaces -Problem |
|
|
Hallo NG,
mein Problem besteht darin dass ich den JBoss nicht mit JSF zu laufen
bekomme.
Nachdem ich ein erstes Problem beseitigt habe, in dem ich, wie in
einigen Forums-Beiträgen beschrieben
die myfaces- libs entfernt habe, taucht nun das nächste auf:
14:36:55,175 INFO [STDOUT] 14:36:55,174 ERROR [[jsp]]
Servlet.service() for servlet jsp threw exception
java.lang.NoClassDefFoundError: org.apache.myfaces.taglib.core.ViewTag
Nun benutze ich aber gar kein myfaces sondern die implementierung von
sun.
Wie kann ich JBoss jetzt beibringen dass er myfaces nicht braucht.
Gibt es vieleicht noch andere libs irgendwo die entfernt werden
müssen ?
Vielen Dank im voraus! |
|
| Back to top |
|
 |
Patrick Hess Guest
|
Posted: Tue May 15, 2007 7:58 pm Post subject: Re: JBoss und MyFaces -Problem |
|
|
J.Gruber (AT) gmx (DOT) de wrote:
| Quote: | Nun benutze ich aber gar kein myfaces sondern die implementierung von
sun.
Wie kann ich JBoss jetzt beibringen dass er myfaces nicht braucht.
Gibt es vieleicht noch andere libs irgendwo die entfernt werden
müssen ?
|
Hallo, ich hatte neulich ein ähnlich Problem als eine App nicht unter
JBoss deployen wollte... ich bin den anderen Weg gegangen: ich schalte
die JSF Implementierung im JBoss ab in dem ich folgende Zeilen in meiner
web.xml eingetrage:
<context-param>
<param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
<param-value>true</param-value>
</context-param>
Funktioniert - schön finde ich diese Lösung aber nicht :-)
Gruß,
Patrick |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|