IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

JSF Java Discussion :

Tomahawk configuration jboss


Sujet :

JSF Java

  1. #1
    Membre confirmé Avatar de trin86
    Profil pro
    Inscrit en
    Décembre 2008
    Messages
    171
    Détails du profil
    Informations personnelles :
    Âge : 38
    Localisation : Belgique

    Informations forums :
    Inscription : Décembre 2008
    Messages : 171
    Par défaut Tomahawk configuration jboss
    Bonjour à tous,

    Je cherche à configurer tomahawk dans mon projet avec comme conteneur JBoss 5.0. sachant que j'ai aussi configuré dans ce meme rojet richfaces

    web.xml:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
     
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
      <display-name>MenuWeb</display-name>
      <welcome-file-list>
        <welcome-file>index.html</welcome-file>
        <welcome-file>index.htm</welcome-file>
        <welcome-file>index.jsp</welcome-file>
        <welcome-file>default.html</welcome-file>
        <welcome-file>default.htm</welcome-file>
        <welcome-file>default.jsp</welcome-file>
      </welcome-file-list>
      <context-param>
        <param-name>org.richfaces.SKIN</param-name>
        <param-value>blueSky</param-value>
      </context-param>
      <context-param>
        <param-name>org.richfaces.CONTROL_SKINNING</param-name>
        <param-value>enable</param-value>
      </context-param>
      <filter>
        <display-name>RichFaces Filter</display-name>
        <filter-name>richfaces</filter-name>
        <filter-class>org.ajax4jsf.Filter</filter-class>
      </filter>
      <filter-mapping>
        <filter-name>richfaces</filter-name>
        <servlet-name>Faces Servlet</servlet-name>
        <dispatcher>REQUEST</dispatcher>
        <dispatcher>FORWARD</dispatcher>
        <dispatcher>INCLUDE</dispatcher>
      </filter-mapping>
      <servlet>
        <servlet-name>Faces Servlet</servlet-name>
        <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
        <load-on-startup>1</load-on-startup>
      </servlet>
      <servlet-mapping>
        <servlet-name>Faces Servlet</servlet-name>
        <url-pattern>*.jsf</url-pattern>
      </servlet-mapping>
     
      <!-- ###########################tomahawk################################# -->
     
      <filter> 
    <filter-name>MyFacesExtensionsFilter</filter-name> 
    <filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class> 
    <init-param> 
    <param-name>uploadMaxFileSize</param-name> 
    <param-value>20m</param-value> 
    </init-param> 
    </filter> 
     
    <filter-mapping> 
    <filter-name>MyFacesExtensionsFilter</filter-name> 
    <servlet-name>Faces Servlet bis</servlet-name> 
    </filter-mapping> 
     
    <filter-mapping> 
    <filter-name>MyFacesExtensionsFilter</filter-name> 
    <url-pattern>/faces/myFacesExtensionResource/*</url-pattern> 
    </filter-mapping> 
     
    <servlet> 
    <servlet-name>Faces Servlet bis</servlet-name> 
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class> 
    <load-on-startup>1</load-on-startup> 
    </servlet> 
     
    <servlet-mapping> 
    <servlet-name>Faces Servlet bis</servlet-name> 
    <url-pattern>*.jsf</url-pattern> 
    </servlet-mapping>
    </web-app>
    j'ai les erreurs suivantes lors du lancement de ma jsp:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
     
    10:20:33,780 ERROR [[Faces Servlet bis]] "Servlet.service()" pour la servlet Faces Servlet bis a g�n�r� une exception
    java.lang.ClassNotFoundException: org.apache.commons.fileupload.servlet.ServletFileUpload from BaseClassLoader@1d95c7d{VFSClassLoaderPolicy@1472e29{name=vfszip:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/ domain=ClassLoaderDomain@168fd7a{name=vfszip:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/ parentPolicy=AFTER_BUT_JAVA_BEFORE parent=ClassLoaderDomain@c4bc34{DefaultDomain}} roots=[MemoryContextHandler@2600815[path= context=vfsmemory://5c4o04y-ic1nf0-g2fv1p9k-1-g2fvxhyt-aj real=vfsmemory://5c4o04y-ic1nf0-g2fv1p9k-1-g2fvxhyt-aj], ZipEntryHandler@24030412[path=MenuWeb.war/WEB-INF/classes context=file:/C:/jboss-5.0.1.GA/server/default/deploy/ real=file:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/WEB-INF/classes], DelegatingHandler@18002149[path=MenuWeb.war/WEB-INF/lib/common-annotations.jar context=file:/C:/jboss-5.0.1.GA/server/default/deploy/ real=file:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/WEB-INF/lib/common-annotations.jar], DelegatingHandler@1816069[path=MenuWeb.war/WEB-INF/lib/commons-beanutils.jar context=file:/C:/jboss-5.0.1.GA/server/default/deploy/ real=file:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/WEB-INF/lib/commons-beanutils.jar], DelegatingHandler@21701150[path=MenuWeb.war/WEB-INF/lib/commons-collections.jar context=file:/C:/jboss-5.0.1.GA/server/default/deploy/ real=file:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/WEB-INF/lib/commons-collections.jar], DelegatingHandler@28108387[path=MenuWeb.war/WEB-INF/lib/commons-digester.jar context=file:/C:/jboss-5.0.1.GA/server/default/deploy/ real=file:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/WEB-INF/lib/commons-digester.jar], DelegatingHandler@4820541[path=MenuWeb.war/WEB-INF/lib/commons-logging.jar context=file:/C:/jboss-5.0.1.GA/server/default/deploy/ real=file:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/WEB-INF/lib/commons-logging.jar], DelegatingHandler@18448482[path=MenuWeb.war/WEB-INF/lib/jsf-tlds.jar context=file:/C:/jboss-5.0.1.GA/server/default/deploy/ real=file:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/WEB-INF/lib/jsf-tlds.jar], DelegatingHandler@20699619[path=MenuWeb.war/WEB-INF/lib/jstl-impl.jar context=file:/C:/jboss-5.0.1.GA/server/default/deploy/ real=file:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/WEB-INF/lib/jstl-impl.jar], DelegatingHandler@6150445[path=MenuWeb.war/WEB-INF/lib/jstl.jar context=file:/C:/jboss-5.0.1.GA/server/default/deploy/ real=file:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/WEB-INF/lib/jstl.jar], DelegatingHandler@22894884[path=MenuWeb.war/WEB-INF/lib/richfaces-api-3.3.0.GA.jar context=file:/C:/jboss-5.0.1.GA/server/default/deploy/ real=file:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/WEB-INF/lib/richfaces-api-3.3.0.GA.jar], DelegatingHandler@25659054[path=MenuWeb.war/WEB-INF/lib/richfaces-impl-3.3.0.GA.jar context=file:/C:/jboss-5.0.1.GA/server/default/deploy/ real=file:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/WEB-INF/lib/richfaces-impl-3.3.0.GA.jar], DelegatingHandler@10169380[path=MenuWeb.war/WEB-INF/lib/richfaces-ui-3.3.0.GA.jar context=file:/C:/jboss-5.0.1.GA/server/default/deploy/ real=file:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/WEB-INF/lib/richfaces-ui-3.3.0.GA.jar], DelegatingHandler@24063057[path=MenuWeb.war/WEB-INF/lib/standard.jar context=file:/C:/jboss-5.0.1.GA/server/default/deploy/ real=file:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/WEB-INF/lib/standard.jar], DelegatingHandler@29793652[path=MenuWeb.war/WEB-INF/lib/tomahawk12-1.1.9.jar context=file:/C:/jboss-5.0.1.GA/server/default/deploy/ real=file:/C:/jboss-5.0.1.GA/server/default/deploy/MenuWeb.war/WEB-INF/lib/tomahawk12-1.1.9.jar]]  delegates=null exported=[, org.richfaces.renderkit.html.scripts.tiny_mce.themes.advanced.js, org.richfaces.webapp.taglib, org.apache.myfaces.custom.panelstack, org.apache.myfaces.converter, META-INF.maven.org.richfaces.ui.togglePanel, org.apache.commons.beanutils.locale.converters, org.apache.myfaces.custom.navmenu, org.apache.myfaces.custom.swapimage.resource, META-INF.maven.org.richfaces.ui.editor, org.richfaces.renderkit.html.scripts.dnd, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.nonbreaking, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advimage, org.apache.taglibs.standard.tag.rt.core, META-INF.maven.org.richfaces.ui.inputnumber-slider, org.ajax4jsf.org.w3c.tidy, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.hu, org.apache.myfaces.custom.navmenu.jscookmenu.resource.ThemeOffice, org.apache.myfaces.custom.dojoextensions.resource.templates.images, org.ajax4jsf.taglib.html.jsp, org.apache.myfaces.shared_tomahawk.util.serial, org.apache.myfaces.tomahawk.util, org.apache.taglibs.standard.tag.common.fmt, org.apache.myfaces.custom.selectOneCountry, org.apache.myfaces.custom.dojo.resource.src.data.old.format, META-INF.maven.org.richfaces.ui.tabPanel, org.apache.taglibs.standard.lang.support, org.ajax4jsf.renderkit.html.scripts, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.visualchars, org.richfaces.renderkit.html.scripts.tiny_mce.themes.advanced.img, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.save, org.apache.myfaces.custom.dojo.resource.src.xml, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.directionality, org.apache.myfaces.custom.dojo.resource.src.io, org.apache.myfaces.webapp.filter, org.richfaces.renderkit.html.scripts.tiny_mce.themes.advanced.skins.o2k7.img, org.ajax4jsf, org.apache.myfaces.custom.calendar.resource.DB, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.pagebreak.img, org.apache.myfaces.custom.dojo.resource.src.data.old, org.richfaces.renderkit.html.scripts.tiny_mce.themes.simple.skins.o2k7, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.it, org.apache.myfaces.custom.radio, org.apache.myfaces.custom.dojo.resource.src.widget.html, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.ja, org.apache.myfaces.shared_tomahawk.util, org.apache.myfaces.shared_tomahawk.context, META-INF.maven.org.richfaces.ui.menu-components, org.apache.commons.digester, org.richfaces.renderkit.html.scripts.json, org.apache.myfaces.convert, org.apache.myfaces.custom.picklist, org.richfaces.renderkit.html.scripts.tiny_mce.langs, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.table.js, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.table.langs, org.apache.myfaces.custom.aliasbean, org.apache.taglibs.standard.lang.jstl.parser, org.apache.myfaces.custom.dojo.resource.src.i18n.currency.nls.ja, org.ajax4jsf.resource, org.apache.myfaces.custom.selectitems, org.apache.taglibs.standard.resources, org.richfaces.ui.component, org.apache.myfaces.shared_tomahawk.el, org.apache.taglibs.standard.tag.el.sql, org.apache.commons.collections.functors, META-INF.skins, META-INF.maven.org.richfaces.ui.hotKey, org.apache.myfaces.custom.dojo.resource.src.animation, org.apache.myfaces.custom.htmlTag, META-INF.maven.org.richfaces.ui.virtualEarth, META-INF.services, org.apache.commons.digester.parser, META-INF.maven.org.richfaces.ui.toolBar, org.apache.myfaces.custom.dojo.resource, org.apache.myfaces.shared_tomahawk.trace, org.apache.myfaces.custom.inputHtml.resource.kupudrawers, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.zh-hk, org.apache.taglibs.standard.functions, org.apache.myfaces.custom.dojo.resource.src.selection, org.apache.myfaces.shared_tomahawk.util.servlet, org.apache.commons.collections.collection, org.apache.myfaces.custom.dojo.resource.src.gfx, META-INF.maven.org.richfaces.ui.contextMenu, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.ko, META-INF.maven.org.richfaces.ui.richfaces-ui, META-INF.licenses, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.style, org.apache.myfaces.custom.navmenu.jscookmenu.resource, org.apache.myfaces.custom.dojo.resource.src.widget.demoEngine.templates, org.apache.myfaces.custom.dojo.resource.src.text, org.apache.myfaces.custom.dojo.resource.src.data.old.provider, META-INF.maven.org.richfaces.ui.tree, META-INF.maven.org.richfaces.ui.paint2D, org.apache.myfaces.custom.dojo.resource.src.lfx, META-INF.maven.org.richfaces.ui.panelmenu, org.ajax4jsf.context, org.apache.myfaces.custom.tree.event, META-INF.maven.org.richfaces.ui.columns, org.apache.commons.digester.substitution, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.fullpage, org.richfaces.convert.seamtext, META-INF.maven.org.richfaces.ui.beanValidator, org.apache.commons.beanutils, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.example.langs, org.apache.myfaces.custom.dojo.resource.src.graphics, org.richfaces.util, org.apache.myfaces.custom.document, org.apache.myfaces.custom.dojo.resource.src.collections, org.richfaces.component.state, org.apache.myfaces.shared_tomahawk.taglib, META-INF.maven.org.richfaces.ui.simpleTogglePanel, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.template.langs, org.apache.myfaces.shared_tomahawk.taglib.html, org.apache.myfaces.shared_tomahawk.component, org.apache.myfaces.renderkit.html.jsf, org.richfaces.renderkit.html.scripts.tiny_mce.themes.advanced.skins.richfaces, org.apache.myfaces.custom.dojo.resource.src.undo, org.apache.myfaces.dateformat, org.apache.myfaces.custom.dojo.resource.src.flash.flash8, org.apache.taglibs.standard.tag.el.xml, org.ajax4jsf.util.style, META-INF, org.apache.myfaces.custom.dojo.resource.src.flash.flash6, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.zh-cn, org.richfaces.ui.taglib, META-INF.maven.org.richfaces.ui.core, META-INF.maven.org.richfaces.ui.inplaceSelect, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.searchreplace.langs, META-INF.maven.org.glassfish.web.jstl-impl, org.apache.myfaces.custom.dojo.resource.src.charting, org.ajax4jsf.resource.image.animatedgif, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.nl, org.apache.commons.collections.keyvalue, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.paste, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.template.css, org.richfaces.renderkit.html.scripts.tiny_mce.themes.advanced, org.apache.taglibs.standard, org.richfaces.model.filter, META-INF.maven.org.richfaces.ui.dropdown-menu, org.richfaces.renderkit.html.scripts.scriptaculous, org.apache.myfaces.custom.buffer, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.emotions.langs, org.richfaces.renderkit.html.script, org.richfaces.model.selection, org.apache.taglibs.standard.tag.common.core, org.apache.myfaces.custom.dojo.resource.src.dnd, org.apache.myfaces.component, META-INF.maven.org.richfaces.ui.spacer, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.pagebreak.css, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.template.js, org.richfaces.ui.application, org.apache.myfaces.custom.updateactionlistener, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.pt, org.ajax4jsf.event, org.apache.myfaces.custom.picklist.resource, org.richfaces.renderkit.html.scripts.tiny_mce.themes.simple.skins.o2k7.img, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advlink, org.richfaces.model.internal, org.apache.myfaces.custom.dojo.resource.src.widget.templates.images.Tree, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.inlinepopups, org.ajax4jsf.xml.serializer, org.apache.commons.digester.plugins.strategies, org.apache.taglibs.standard.tag.el.core, org.apache.myfaces.custom.date, org.apache.myfaces.custom.equalvalidator, org.apache.commons.collections, org.apache.myfaces.custom.dojo.resource.src.event, org.apache.myfaces.custom.schedule.util, org.apache.taglibs.standard.lang.jstl.test.beans, org.apache.myfaces.custom.dojo.resource.src.math, org.richfaces.ui.renderkit.html, org.richfaces.function, org.richfaces.taglib, org.ajax4jsf.renderkit.html, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.media.js, org.apache.commons.collections.set, org.apache.myfaces.custom.layout, org.apache.myfaces.custom.navmenu.htmlnavmenu, META-INF.maven.org.richfaces.ui.fileUpload, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.preview, org.apache.myfaces.custom.dojo.resource.src.gfx.color, org.apache.taglibs.standard.tei, org.apache.myfaces.custom.schedule.model, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.media.img, org.apache.myfaces.custom.column, org.apache.myfaces.custom.jsvalueset, org.apache.myfaces.custom.dojo.resource.src.widget.demoEngine.templates.images, META-INF.maven.org.richfaces.ui.orderingList, org.richfaces.event, org.ajax4jsf.model, org.apache.myfaces.custom.calendar.resource, org.apache.myfaces.custom.dojo.resource.src.graphics.color, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.media.langs, org.richfaces.event.extdt, org.richfaces.renderkit.html.templates, org.richfaces.model.impl.expressive, org.richfaces.ui.component.html, org.apache.myfaces.shared_tomahawk.util.xml, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.media.css, org.apache.myfaces.custom.swapimage, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advlink.js, org.apache.myfaces.shared_tomahawk.renderkit.html, org.apache.taglibs.standard.tlv, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.sv, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advhr.langs, META-INF.maven.org.richfaces.framework.richfaces-api, org.apache.myfaces.custom.datalist, org.apache.myfaces.custom.tree.model, org.richfaces.antlr, org.ajax4jsf.javascript.scripts, org.richfaces.json, org.apache.taglibs.standard.tag.rt.fmt, org.apache.myfaces.custom.navmenu.jscookmenu, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.contextmenu, org.apache.myfaces.custom.schedule.resource.css, org.ajax4jsf.ajax, org.apache.taglibs.standard.lang.jstl, org.apache.myfaces.custom.dojo.resource.src.validate, META-INF.maven.org.apache.myfaces.shared.myfaces-shared-tomahawk, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.paste.langs, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.pt-br, org.apache.myfaces.custom.transform, org.richfaces.renderkit.html.scripts.tiny_mce.themes.advanced.skins.o2k7, org.ajax4jsf.css, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advhr, org.apache.myfaces.custom.subform, org.apache.myfaces.custom.dojo.resource.src.namespaces, org.apache.myfaces.custom.dojo.resource.src.data.core, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.pagebreak, org.richfaces.renderkit.html.swf, META-INF.maven.org.richfaces.ui.jQuery, org.richfaces.el, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.inlinepopups.skins.clearlooks2, org.apache.myfaces.custom.navmenu.jscookmenu.resource.ThemePanel, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advhr.css, org.apache.commons.collections.comparators, org.richfaces.renderkit.html.images, org.apache.myfaces.renderkit.html.util, org.apache.myfaces.custom.dojo.resource.src.widget.templates.Editor2, META-INF.maven.org.richfaces.ui.state, org.apache.myfaces.custom.dojo.resource.src.html, org.richfaces.skin, org.richfaces.renderkit, org.apache.myfaces.custom.dojo.resource.src.widget.svg, org.apache.myfaces.custom.captcha, org.apache.myfaces.custom.navmenu.jscookmenu.resource.ThemeMiniBlack, org.apache.myfaces.custom.dojo.resource.src.charting.vml, org.apache.myfaces.custom.toggle.resource, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.xhtmlxtras.langs, org.ajax4jsf.io.parser, org.apache.taglibs.standard.tag.common.xml, org.apache.myfaces.custom.prototype.resource, org.richfaces.renderkit.html.scripts, org.apache.myfaces.custom.sortheader, org.richfaces.renderkit.html.css, org.richfaces.renderkit.html, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.compat2x, org.apache.myfaces.custom.dojo.resource.src.widget, org.richfaces.renderkit.html.scripts.tiny_mce.themes.simple.skins.default, javax.activation, org.apache.myfaces.custom.savestate, org.richfaces.iterator, META-INF.maven.org.richfaces.ui.treeModel, org.apache.myfaces.custom.dojo.resource.src.storage, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.es, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.fullpage.js, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.en, META-INF.maven.org.richfaces.ui.componentControl, org.apache.myfaces.custom.navmenu.jscookmenu.resource.ThemeGray, org.apache.myfaces.custom.newspaper, org.apache.commons.digester.plugins, org.apache.commons.beanutils.converters, org.apache.myfaces.custom.dojo.resource.src, org.apache.myfaces.custom.dojo.resource.src.crypto, org.apache.myfaces.custom.tree.renderkit.html, org.apache.myfaces.custom.fieldset, org.richfaces.renderkit.html.scripts.tiny_mce.themes.simple.img, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advlink.css, org.apache.myfaces.shared_tomahawk.renderkit, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.example.js, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.template, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.fr, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.spellchecker.img, org.apache.taglibs.standard.tag.common.sql, com.marinesoft.locator, META-INF.maven.org.richfaces.ui.insert, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.spellchecker, org.apache.commons.collections.list, org.apache.myfaces.custom.dojo.resource.src.lang.timing, org.apache.myfaces.custom.checkbox, org.richfaces.renderkit.html.scripts.jquery, org.ajax4jsf.util.base64, org.apache.myfaces.custom.tree2.resource.images, org.apache.myfaces.custom.dojo.resource.src.i18n, org.apache.myfaces.custom.regexprvalidator, org.apache.myfaces.custom.dojo.resource.src.widget.Editor2Plugin, org.apache.myfaces.custom.dojo, org.apache.myfaces.custom.tree, org.apache.myfaces.custom.jslistener, org.apache.myfaces.custom.tree.taglib, org.apache.myfaces.custom.inputHtml.resource, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.fi, org.apache.myfaces.custom.dojo.resource.src.logging, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.inlinepopups.skins.clearlooks2.img, javax.annotation, org.apache.myfaces.custom.tree2.resource.javascript, org.richfaces.renderkit.html.images.background, org.ajax4jsf.webapp.tidy, org.apache.myfaces.custom.schedule, org.apache.myfaces.custom.tree2, org.apache.myfaces.custom.toggle, org.richfaces.event.sort, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.zh, org.apache.myfaces.custom.tree.resource.images, org.ajax4jsf.request, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advhr.js, org.ajax4jsf.component.html, org.ajax4jsf.javascript, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.example.img, org.apache.myfaces.shared_tomahawk.test, org.apache.myfaces.shared_tomahawk.util.el, org.apache.myfaces.custom.dojo.resource.src.i18n.currency.nls, org.ajax4jsf.io, org.apache.myfaces.custom.navmenu.jscookmenu.resource.ThemeIE, org.apache.myfaces.shared_tomahawk.renderkit.html.util, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.example, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.de, org.apache.myfaces.custom.dojo.resource.src.widget.vml, org.apache.myfaces.custom.dojo.resource.src.widget.templates.Editor2.Dialog, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.iespell, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.ar, org.richfaces.model.impl, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.style.langs, org.richfaces.model, org.richfaces.renderkit.html.scripts.tiny_mce.themes.advanced.skins.default.img, org.apache.myfaces.custom.dojo.resource.src.widget.myfaces, org.apache.commons.collections.map, org.apache.myfaces.shared_tomahawk.taglib.core, org.apache.myfaces.custom.emailvalidator, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls.zh-tw, org.apache.myfaces.custom.inputHtml, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.print, org.apache.myfaces.custom.dojoextensions.resource, org.richfaces.renderkit.html.scripts.tiny_mce.themes.simple, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advlink.langs, org.apache.myfaces.custom.captcha.util, org.apache.taglibs.standard.tag.rt.xml, org.ajax4jsf.renderkit, org.apache.myfaces.custom.calendar.resource.WH, org.apache.myfaces.webapp.filter.servlet, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advimage.langs, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.spellchecker.css, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.emotions.js, org.apache.myfaces.custom.prototype, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.table, org.apache.myfaces.custom.fileupload, org.apache.myfaces.custom.dojoextensions, org.apache.myfaces.custom.dojo.resource.src.widget.nls.fr, META-INF.maven.org.richfaces.ui.progressBar, org.richfaces.renderkit.html.scripts.tiny_mce.themes.advanced.skins.default, org.apache.myfaces.custom.inputTextHelp, org.apache.myfaces.tomahawk.application.jsp, org.richfaces.renderkit.html.scripts.tiny_mce.themes.advanced.langs, org.richfaces.renderkit.resources, org.ajax4jsf.resource.image, org.apache.myfaces.custom.collapsiblepanel, org.ajax4jsf.taglib.html.facelets, org.apache.taglibs.standard.tag.el.fmt, META-INF.maven.org.richfaces.ui.inputnumber-spinner, org.apache.myfaces.custom.stylesheet, org.apache.myfaces.custom.dojo.resource.src.widget.templates.images.TreeV3, org.apache.myfaces.custom.dojo.resource.src.uri, org.richfaces.renderkit.html.scripts.tiny_mce.themes.simple.skins.richfaces, com.marinesoft.menu, org.apache.commons.collections.iterators, org.apache.myfaces.custom.dojo.resource.src.widget.nls.ja, META-INF.maven.org.richfaces.ui.combobox, org.apache.myfaces.custom.inputHtml.resource.kupuimages, org.apache.myfaces.custom.dojoextensions.resource.templates, org.apache.myfaces.custom.dojo.resource.src.string, META-INF.maven.org.richfaces.ui.modal-panel, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.xhtmlxtras, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advimage.css, org.apache.myfaces.validator, META-INF.maven.org.richfaces.framework.richfaces-impl, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advimage.js, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.bbcode, org.ajax4jsf.cache, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.layer, org.richfaces.renderkit.html.js, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.fullscreen, org.richfaces.javacc, org.richfaces.utils, org.ajax4jsf.util, org.apache.myfaces.custom.dojo.resource.src.widget.nls, org.apache.myfaces.shared_tomahawk.config, org.ajax4jsf.el, org.richfaces.component.state.events, META-INF.maven.org.richfaces.ui.separator, org.apache.myfaces.custom.dojo.resource.src.widget.demoEngine, org.richfaces.component.util, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.table.css, org.apache.myfaces.custom.dojo.resource.src.charting.svg, org.richfaces.renderkit.html.gradientimages, org.apache.myfaces.custom.dojo.resource.src.debug, org.apache.commons.collections.bag, org.apache.myfaces.custom.dojo.resource.src.widget.templates, org.richfaces.component.nsutils, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.paste.css, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.searchreplace.js, org.apache.myfaces.custom.schedule.resource.javascript, org.apache.myfaces.custom.selectOneRow, org.ajax4jsf.exception, org.richfaces.renderkit.images, META-INF.maven.org.richfaces.ui.gmap, org.apache.myfaces.custom.dojo.resource.src.rpc, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.style.js, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advimage.img, org.apache.myfaces.custom.popup, org.ajax4jsf.webapp, org.apache.myfaces.custom.dojo.resource.src.cal, org.apache.myfaces.custom.dojo.resource.src.widget.templates.buttons, org.apache.taglibs.standard.tag.rt.sql, org.apache.myfaces.custom.dojo.resource.src.i18n.currency.nls.en, org.apache.myfaces.custom.dojo.resource.src.i18n.currency, org.apache.myfaces.custom.dojo.resource.src.date, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.emotions.img, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.searchreplace.css, org.apache.myfaces.custom.calendar.resource.images, META-INF.maven.org.richfaces.ui.scrollableDataTable, org.apache.taglibs.standard.lang.jstl.test, org.apache.commons.beanutils.locale, org.apache.myfaces.custom.dojo.resource.src.data, org.apache.myfaces.custom.jslistener.resource, org.richfaces.taglib.html.jsp, META-INF.maven.org.richfaces.ui.suggestionbox, org.ajax4jsf.renderkit.compiler, org.apache.myfaces.custom.dojo.resource.src.widget.templates.images, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.xhtmlxtras.js, org.richfaces.renderkit.html.scripts.tiny_mce.themes.simple.langs, org.ajax4jsf.resource.util, org.apache.myfaces.custom.calendar, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.searchreplace, META-INF.maven.org.richfaces.ui.extendedDataTable, org.apache.myfaces.component.html.ext, org.ajax4jsf.webapp.taglib, org.apache.myfaces.custom.dojo.resource.src.i18n.currency.nls.en-us, org.apache.myfaces.custom.inputHtml.resource.kupupopups, org.apache.myfaces.custom.dojo.resource.src.i18n.currency.nls.hi, META-INF.maven.org.richfaces.ui.datascroller, org.apache.myfaces.custom.popup.resource, org.richfaces.convert.selection, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.fullpage.css, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.paste.js, org.apache.myfaces.custom.dojoextensions.resource.widget, META-INF.maven.org.richfaces.ui.dataFilterSlider, org.richfaces.component.xml, META-INF.maven.org.richfaces.ui.inplaceInput, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.insertdatetime, org.apache.taglibs.standard.extra.spath, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.fullpage.langs, org.apache.myfaces.shared_tomahawk.webapp.webxml, org.richfaces.component.html, META-INF.maven.org.richfaces.ui.pickList, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.safari, org.apache.commons.collections.bidimap, META-INF.maven.org.richfaces.ui.dataTable, org.apache.myfaces.custom.navigation, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.autosave, org.richfaces.ui.model, META-INF.maven.org.richfaces.ui.effect, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.media, org.apache.myfaces.custom.creditcardvalidator, org.apache.myfaces.custom.dojo.resource.src.widget.nls.zh-cn, org.richfaces.renderkit.html.scripts.tiny_mce.utils, META-INF.maven.org.apache.myfaces.tomahawk.tomahawk12, org.ajax4jsf.resource.cached, META-INF.maven.org.richfaces.ui.functions, org.apache.myfaces.custom.dojo.resource.src.html.images, org.apache.myfaces.custom.dojo.resource.src.lang, META-INF.maven.org.richfaces.ui.listShuttle, META-INF.maven.org.richfaces.ui.calendar, org.apache.commons.collections.buffer, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.preview.jscripts, org.richfaces.renderkit.html.scripts.tiny_mce, org.apache.myfaces.custom.dojo.resource.src.i18n.calendar.nls, org.ajax4jsf.config, META-INF.maven.org.richfaces.ui.panelbar, org.apache.myfaces.renderkit.html.ext, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.style.css, org.apache.myfaces.custom.crosstable, org.apache.commons.digester.xmlrules, org.apache.myfaces.custom.tabbedpane.resource, org.richfaces.validator, org.apache.myfaces.webapp.filter.portlet, org.apache.myfaces.custom.dojo.resource.src.uuid, org.ajax4jsf.application, org.richfaces.component.events, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.noneditable, META-INF.maven.org.richfaces.ui.tooltip, org.apache.myfaces.component.html.util, org.apache.myfaces.custom, org.apache.myfaces.custom.datascroller, org.ajax4jsf.webapp.nekko, org.richfaces.renderkit.html.iconimages, org.ajax4jsf.component, org.apache.myfaces.taglib.html.ext, org.apache.myfaces.custom.selectOneLanguage, org.richfaces.event.scroll, org.apache.myfaces.custom.tabbedpane, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.xhtmlxtras.css, org.apache.myfaces.custom.inputHtml.resource.i18n, org.apache.myfaces.custom.navmenu.htmlnavmenu.resource, META-INF.maven.org.richfaces.ui.panel, org.richfaces.component, org.apache.myfaces.custom.div, org.apache.myfaces.generated.taglib.html.ext, javax.annotation.security, META-INF.maven.org.richfaces.ui.message, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.emotions, org.ajax4jsf.xml.serializer.utils, org.apache.myfaces.custom.inputTextHelp.resource, org.richfaces.convert.rowkey, META-INF.maven.org.richfaces.ui.drag-drop, org.richfaces.ui.renderkit.html.css, org.richfaces] <IMPORT-ALL>NON_EMPTY}}
    	at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:422)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    	at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:321)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
    	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
    	at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    	at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    	at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
    	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601)
    	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    	at java.lang.Thread.run(Thread.java:619)
    voici ma page jsp:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
     
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    	pageEncoding="ISO-8859-1"%>
    <%@ taglib uri="http://richfaces.org/a4j" prefix="a4j" %>
    <%@ taglib uri="http://richfaces.org/rich" prefix="rich" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>Administration</title>
     
    </head>
    <body>
    <f:view>
     
     
    	<a4j:form>
     
    			<t:tree2 id="tree" value="#{EBbean.arbreimpl}" var="node"
                    showRootNode="true" preserveToggle="true" clientSideToggle="true">
        		<f:facet name="root">
            		<t:htmlTag value="div">
                		<t:selectManyCheckbox id="id" layout="spread" value="#{node.description}"
                                             onchange="toggleTreeCheckbox('myForm:idArray', this.id);">
                    		<t:treeCheckbox for="id"
                                           itemValue="#{node.identifier}"
                                           itemLabel="#{node.description}"/>
                		</t:selectManyCheckbox>
           			</t:htmlTag>
        		</f:facet>
    		</t:tree2>
     
    	</a4j:form>
     
    </f:view>
    </body>
    </html>
    merci de chercher une solution

  2. #2
    Membre confirmé Avatar de trin86
    Profil pro
    Inscrit en
    Décembre 2008
    Messages
    171
    Détails du profil
    Informations personnelles :
    Âge : 38
    Localisation : Belgique

    Informations forums :
    Inscription : Décembre 2008
    Messages : 171
    Par défaut
    Salut,

    Je relance encore ma question s'il y a quelque chose de pas clair n'hesitez pas.

    Merci

  3. #3
    Membre confirmé
    Avatar de chriscoolletoubibe
    Inscrit en
    Novembre 2006
    Messages
    151
    Détails du profil
    Informations personnelles :
    Âge : 41

    Informations forums :
    Inscription : Novembre 2006
    Messages : 151
    Par défaut
    c'est un peu tard je pense mais bon:
    en fait il te manque les libraires common dans ton classpath

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    (...)
    java.lang.ClassNotFoundException: org.apache.commons.fileupload.servlet.ServletFileUpload(...)
    regarde ici:
    http://docs.jboss.org/richfaces/late...ngStarted.html

    Important:

    A JSF application with RichFaces assumes that the following JARs are available in the project: commons-beanutils-1.7.0.jar, commons-collections-3.2.jar, commons-digester-1.8.jar, commons-logging-1.0.4.jar, jhighlight-1.0.jar.

Discussions similaires

  1. configuration de tomahawk dans JBoss
    Par trin86 dans le forum Wildfly/JBoss
    Réponses: 0
    Dernier message: 11/01/2010, 08h30
  2. configurer JBoss avec JBossIDE 2.0
    Par rvfranck dans le forum Wildfly/JBoss
    Réponses: 1
    Dernier message: 29/09/2006, 11h56
  3. [configuration] JBoss 4.0.2 avec EJB, JNDI, JSP/Servlets
    Par ran_hery dans le forum Wildfly/JBoss
    Réponses: 2
    Dernier message: 28/08/2006, 14h49
  4. [Linux] [Configuration] JBoss 4.0.4
    Par ghohm dans le forum Wildfly/JBoss
    Réponses: 5
    Dernier message: 21/08/2006, 10h11
  5. [JBoss][Débutant] configurer JBoss pour MS SQL server 2000
    Par Houbbba dans le forum Wildfly/JBoss
    Réponses: 2
    Dernier message: 09/03/2006, 14h31

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo