On Thursday 17 November 2005 16.45, Marius Oancea wrote: > 403 and 403SP1 include myfaces. > I think this are included only because of "seam"
That's actually not true ;) JBoss Seam was designed after we decided to include myFaces into JBoss. There was an attempt on icluding myFaces in 4.0.2 but didn't go all the way in (it has been removed at the last minute if i remember well, it's not in my package (final) but could be in RCs of 4.0.2) That's why i would recommend either to use 4.0.3SP1 or embed the faces libraries inside your War file. Thomas. > Marius > > Wayne Fay wrote: > >Is 4.0.3SP1 the **first** JBoss release with Myfaces libraries included? > > > >If not, when did they start doing this? 4.0.2? 4.0.3? > > > >Wayne > > > >On 11/17/05, Thomas Heute <[EMAIL PROTECTED]> wrote: > >>myFaces libraries are now included in JBoss AS. > >>Try with JBoss 4.0.3SP1 if you can > >> > >>jdk 1.5 is not a problem > >> > >>(It's not a MyFaces issue so it does not fit well in that forum) > >> > >>Regards, > >>Thomas. > >> > >>On Thursday 17 November 2005 12.00, Marco Mistroni wrote: > >>>thanks, but that won't help much :( > >>>fact that i can deploy under jboss 3.2.5 without any problems make me > > think > > >>>that problem maybe is some jboss setting, variables, don't know what > >>> are you using JDK 1.5? > >>> regards > >>> marco > >>> > >>> On 11/17/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > >>>>I can deploy my ear in 4.0.2 and 4.0.3 without any problem. > >>>> > >>>>2005/11/17, Marco Mistroni <[EMAIL PROTECTED]>: > >>>>>hello all, > >>>>>i have developed a JSF app that i have deployed successfully on jboss > >>>>>3.2.5 > >>>>> > >>>>>i decided to move to jboss 4.02., and got this awful exception > >>>>> > >>>>>java.io.FileNotFoundException: > >>>>>C:\Sw\jboss- > >>>> > >>>>4.0.2\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs\myfaces-impl > >>>>.j ar > >>>> > >>>>>at > >>>>>org.jboss.net.protocol.file.FileURLConnection.connect( > >>>> > >>>>FileURLConnection.java:80) > >>>> > >>>>>at > >>>>>org.jboss.net.protocol.file.FileURLConnection.getInputStream > >>>>>(FileURLConnection.java:89) > >>>>>at > >>>>>org.jboss.web.tomcat.tc5.jasper.TagLibCache.scanJar(TagLibCache.java > >>>>> > >>>>:309) > >>>>: > >>>>>at > >>>>>org.jboss.web.tomcat.tc5.jasper.TagLibCache.loadStandardTlds( > >>>> > >>>>TagLibCache.java:229) > >>>> > >>>>>at org.jboss.web.tomcat.tc5.jasper.TagLibCache.init > >>>>>(TagLibCache.java:99) > >>>>>at > >>>>>org.jboss.web.tomcat.tc5.jasper.TagLibCache.getLocation(TagLibCache.ja > >>>>>v a > >>>>> > >>>>:88) > >>>>: > >>>>>at > >>>>>org.apache.jasper.JspCompilationContext.getTldLocation( > >>>> > >>>>JspCompilationContext.java:519) > >>>> > >>>>>at org.apache.jasper.compiler.Parser.parseTaglibDirective > >>>>>(Parser.java:417) > >>>>>at > >>>>>org.apache.jasper.compiler.Parser.parseDirective(Parser.java:483) > >>>>>at > >>>>>org.apache.jasper.compiler.Parser.parseElements(Parser.java:1543) > >>>>>at org.apache.jasper.compiler.Parser.parse(Parser.java > >>>>> > >>>>>:126) > >>>>> > >>>>>at > >>>>>org.apache.jasper.compiler.ParserController.doParse( > >>>> > >>>>ParserController.java:211) > >>>> > >>>>>at > >>>>>org.apache.jasper.compiler.ParserController.parse(ParserController.jav > >>>>>a > >>>>> > >>>>:100) > >>>>: > >>>>>at org.apache.jasper.compiler.Compiler.generateJava > >>>>>(Compiler.java:146) > >>>>>at > >>>>>org.apache.jasper.compiler.Compiler.compile(Compiler.java:286) > >>>>>at > >>>>>org.apache.jasper.compiler.Compiler.compile(Compiler.java:267) > >>>>>at > >>>>>org.apache.jasper.compiler.Compiler.compile(Compiler.java > >>>>> > >>>>>:255) > >>>>> > >>>>>at > >>>>>org.apache.jasper.JspCompilationContext.compile( > >>>> > >>>>JspCompilationContext.java:556) > >>>> > >>>>>at > >>>>>org.apache.jasper.servlet.JspServletWrapper.service( > >>>> > >>>>JspServletWrapper.java:293) > >>>> > >>>>>at org.apache.jasper.servlet.JspServlet.serviceJspFile > >>>>>(JspServlet.java:314) > >>>>>at > >>>>>org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) > >>>>>at > >>>>>javax.servlet.http.HttpServlet.service(HttpServlet.java:810) > >>>>>at > >>>>>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter > >>>>>(ApplicationFilterChain.java:252) > >>>>>at > >>>>>org.apache.catalina.core.ApplicationFilterChain.doFilter( > >>>> > >>>>ApplicationFilterChain.java:173) > >>>> > >>>>>trying to add the jsf-lib with myfaces jar inside results still in > >>>>> this exception > >>>>> > >>>>>2005-11-17 10:02:07,726 DEBUG > >>>>>[org.jboss.web.tomcat.tc5.jasper.TagLibCache] Scanning for > >>>>>tlds in: > >>>>>file:/C:/Sw/jboss-4.0.2/server/default/deploy/jbossweb-tomcat55.sar > >>>> > >>>>/jsf-libs/myfaces-impl.jar > >>>> > >>>>>2005-11-17 10:02:07,944 ERROR [ > >>>>>org.apache.catalina.core.ContainerBase.[jboss.web > >>>> > >>>>].[localhost].[/JSFApp].[jsp]] > >>>> > >>>>>Servlet.service() for servlet jsp threw exception > >>>>>java.util.zip.ZipException: too many length or distance symbols > >>>>>at java.util.zip.InflaterInputStream.read > >>>>>(InflaterInputStream.java:140) > >>>>>at > >>>>>java.util.zip.ZipInputStream.read(ZipInputStream.java:139) > >>>>>at > >>>>>java.util.jar.JarInputStream.read(JarInputStream.java:171) > >>>>>at > >>>>>java.io.BufferedInputStream.read1(BufferedInputStream.java > >>>>> > >>>>>:254) > >>>>> > >>>>>at > >>>>>java.io.BufferedInputStream.read(BufferedInputStream.java:313) > >>>>>at > >>>>>java.util.jar.JarInputStream.getBytes(JarInputStream.java:88) > >>>>>at java.util.jar.JarInputStream.<init>(JarInputStream.java:65) > >>>>>at java.util.jar.JarInputStream.<init>(JarInputStream.java:43) > >>>>>at > >>>>>org.jboss.web.tomcat.tc5.jasper.TagLibCache.scanJar(TagLibCache.java > >>>>> > >>>>:310) > >>>>: > >>>>>at > >>>>>org.jboss.web.tomcat.tc5.jasper.TagLibCache.processTldsInFileSystem > >>>>>(TagLibCache.java:263) > >>>>>at > >>>>>org.jboss.web.tomcat.tc5.jasper.TagLibCache.processTldsInFileSystem( > >>>> > >>>>TagLibCache.java:256) > >>>> > >>>>>at > >>>>>org.jboss.web.tomcat.tc5.jasper.TagLibCache.init(TagLibCache.java:100) > >>>>>at org.jboss.web.tomcat.tc5.jasper.TagLibCache.getLocation > >>>>>(TagLibCache.java:88) > >>>>>at > >>>>>org.apache.jasper.JspCompilationContext.getTldLocation( > >>>> > >>>>JspCompilationContext.java:519) > >>>> > >>>>>at > >>>>>org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:417 > >>>>>) at org.apache.jasper.compiler.Parser.parseDirective > >>>>>(Parser.java:483) > >>>>>at > >>>>>org.apache.jasper.compiler.Parser.parseElements(Parser.java:1543) > >>>>>at > >>>>>org.apache.jasper.compiler.Parser.parse(Parser.java:126) > >>>>>at > >>>>>org.apache.jasper.compiler.ParserController.doParse( > >>>> > >>>>ParserController.java > >>>> > >>>>>:211) > >>>>> > >>>>>at > >>>>>org.apache.jasper.compiler.ParserController.parse(ParserController.jav > >>>>>a > >>>>> > >>>>:100) > >>>>: > >>>>>at > >>>>>org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:146) > >>>>>at > >>>>>org.apache.jasper.compiler.Compiler.compile(Compiler.java > >>>>> > >>>>>:286) > >>>>> > >>>>>at > >>>>>org.apache.jasper.compiler.Compiler.compile(Compiler.java:267) > >>>>>at > >>>>>org.apache.jasper.compiler.Compiler.compile(Compiler.java:255) > >>>>>at > >>>>>org.apache.jasper.JspCompilationContext.compile( > >>>> > >>>>JspCompilationContext.java > >>>> > >>>>>:556) > >>>>> > >>>>>at > >>>>>org.apache.jasper.servlet.JspServletWrapper.service( > >>>> > >>>>JspServletWrapper.java:293) > >>>> > >>>>>at > >>>>>org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:31 > >>>>>4 ) at org.apache.jasper.servlet.JspServlet.service > >>>>>(JspServlet.java:264) > >>>>> > >>>>> > >>>>> > >>>>>anyone has experienced samep roblem? > >>>>> > >>>>>thanks and regards > >>>>>marco > >>>> > >>>>-- > >>>>Yours truly (Atenciosamente), > >>>> > >>>>Rogério > >> > >>-- > >>Thomas Heute > >>JBoss Developer > > > >--- > >avast! Antivirus: Inbound message clean. > >Virus Database (VPS): 0546-3, 16.11.2005 > >Tested on: 17.11.2005 17:29:26 > >avast! - copyright (c) 1988-2005 ALWIL Software. > >http://www.avast.com -- Thomas Heute JBoss Developer
pgpMQvieFBkL4.pgp
Description: PGP signature

