|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 403 and 403SP1 include myfaces. I think this are included only because of "seam" 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.jav >>>>>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.java >>>>> >>>>: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.java >>>>> >>>>: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) >>>>> >>>>> >>>>> >>>>>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 > > > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDfKWW5d1Dx2/EvN4RAkgZAJ0Y876vNMQcgfzTUnX/H7vcAeVbngCgnbiu yJIz8Yfnco0FwkKgMYRWc+Y= =bTwV -----END PGP SIGNATURE----- |
begin:vcard fn:Oancea Marius n:Marius;Oancea org:Hermann Oberth Faculty of Engineering, Lucian Blaga University of Sibiu;Department of Computer Science adr:;;4 Emil Cioran Str.;Sibiu;Sibiu;550025;Roumania email;internet:[EMAIL PROTECTED] title:Asist. Ing. tel;home:+40 369 401740 tel;cell:+40 742 207963 url:http://www.csac.ulbsibiu.ro version:2.1 end:vcard

