[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: migration from jboss-4.0.5.GA to jboss-4.2.1.GA

2007-12-19 Thread mcollin
i have the same error...


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114124#4114124

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114124
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot use Digester from a session bean (XML Parser prob

2007-12-17 Thread mcollin
have you found a solution?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113396#4113396

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113396
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - migration guide

2007-12-13 Thread mcollin
hi

is there any migration guide to go to switch from jboss 4.05 to jboss 4.2?

thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112482#4112482

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112482
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - migrate jboss 4.05 to jboss 4.2.2 - Failed to load engineOpt

2007-12-11 Thread mcollin
hi

i try to migrate jboss 4.05 to 4.2.2
i use seam 1.2.1
i tried to keep myface implementation like they said on this page 
http://wiki.jboss.org/wiki/Wiki.jsp?page=Running2.6WithJBossAS4.2.xAndMyFaces


WEB-INF\web.xml

  | 
  | 
  | http://java.sun.com/xml/ns/javaee"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="2.5" 
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";>  
  | 
  |
  | org.jboss.seam.servlet.SeamListener 
  | 
  |
  | Seam Filter  
  | org.jboss.seam.web.SeamFilter 
  | 
  |
  | Seam Filter  
  | /* 
  | 
  |
  | Seam Filter  
  | *.seam 
  | 
  |
  | Ajax4jsf Filter  
  | ajax4jsf  
  | org.ajax4jsf.FastFilter 
  | 
  |
  | ajax4jsf  
  | Faces Servlet  
  | REQUEST  
  | FORWARD  
  | INCLUDE 
  | 
  |
  | Seam Resource Servlet  
  | org.jboss.seam.servlet.ResourceServlet 
  | 
  |
  | Seam Resource Servlet  
  | /seam/resource/* 
  | 
  | 
  |
  | 
org.apache.myfaces.webapp.StartupServletContextListener
 
  | 
  |
  | javax.faces.STATE_SAVING_METHOD  
  | client 
  | 
  |
  | javax.faces.DEFAULT_SUFFIX  
  | .xhtml 
  | 
  |
  | Faces Servlet  
  | javax.faces.webapp.FacesServlet  
  | 1 
  | 
  |
  | Faces Servlet  
  | *.do 
  | 
  | 
  |
  | 120 
  |
  | 
  | 

deploy\jboss-web.deployer\conf\web.conf


  | 
  | com.sun.faces.injectionProvider
  | 
org.jboss.web.jsf.integration.injection.JBossInjectionProvider
  |   
  | 
  |
  |
  |   CommonHeadersFilter
  |   
org.jboss.web.tomcat.filters.ReplyHeaderFilter
  |   
  |  X-Powered-By
  |  Servlet 2.4; JBoss-4.2.2.GA (build: 
SVNTag=JBoss_4_2_2_GA date=200710221139)/Tomcat-5.5
  |   
  |
  | 
  |
  |   CommonHeadersFilter
  |   /*
  |
  |
  |
  |   
org.jboss.web.tomcat.security.SecurityFlushSessionListener
  |
  | 
  |  
  | 
org.apache.myfaces.webapp.StartupServletContextListener
  |   
  |   
  |   
  | default
  | 
org.apache.catalina.servlets.DefaultServlet
  | 
  | debug
  | 0
  | 
  | 
  | listings
  | false
  | 
  | 1
  | 
  | 
  | 
  | jsp
  | org.apache.jasper.servlet.JspServlet
  | 
  | fork
  | false
  | 
  | 
  | xpoweredBy
  | false
  | 
  | 
  |  compilerSourceVM
  |  1.5
  | 
  | 
  | 
  |engineOptionsClass
  |
org.jboss.web.tomcat.service.jasper.JspServletOptions
  | 
  | 
  | 
  |JSF standard tlds
  |tagLibJar0
  |jsf-libs/jsf-impl.jar
  | 
  | 
  |JSTL standard tlds
  |tagLibJar1
  |jstl.jar
  | 
  | 
  | 3
  | 
  | 
  | 
  | default
  | /
  | 
  | 
  | 
  |   
  | 
  | 
  | 
  | jsp
  | *.jsp
  | 
  | 
  | 
  | jsp
  | *.jspx
  | 
  | 
  | 
  | 30
  | 
  | 
  | 
  | index.html
  | index.htm
  | index.jsp
  | 
  | 

when i start the server, i get


  | [StartupServletContextListener] Serialization provider : class 
org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
  | 09:50:57,203 WARN  [JspServlet] Failed to load engineOptionsClass
  | java.lang.reflect.InvocationTargetException
  | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  | at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  | at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
  | at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:89)
  | at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
  | at 
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
  | at 
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4071)
  | at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4375)
  | at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
  | at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
  | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorIm

[jboss-user] [JBoss Seam] - Re: seam dvd store example

2007-12-10 Thread mcollin
i don't get any error inside netbeans 6 ...

it's just nothing is deployed

i can live with this problem righ now...

i need to find a solution about javax/el/ELResolver problem ( i posted to jboss 
forum : http://www.jboss.com/index.html?module=bb&op=viewtopic&t=125411 )

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111632#4111632

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111632
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: seam dvd store example

2007-12-10 Thread mcollin
if i start jboss outside netbeans, that work...

i need to search why that don't work inside netbeans...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111529#4111529

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111529
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - seam dvd store example

2007-12-06 Thread mcollin

hi


i compiled the dvd store example of seam 2.0

i get in the deploy folder of this example

dvd-ds.xml
jboss-seam-dvd.ear

i copied theses file in the deploy folder of jboss (4.2.2)
but jboss don't deploy the file...

any idea?

thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110877#4110877

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110877
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user