[jboss-user] [Installation, Configuration & DEPLOYMENT] - GlassfishConfigureListener NoSuchMethodError

2009-08-18 Thread Jadin
 org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:595)

I have deleted the tldCache.ser files, I have played around with swapping the 
jsf 1.1 and 1.2 jars (the app uses 1.2), and I worked with jboss-service.xml 
file.  I set Java2ClassLoadingCompliance to false and UseJBossWebLoader to 
true.  I'm still not quite sure why this is not working.  Any help would be 
very much appreciated.  Let me know if any app files are needed to help find a 
solution.

Thanks,
  Jadin

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: GlassfishConfigureListener NoSuchMethodError

2009-08-19 Thread Jadin
I pulled out the jar files from my maven build on the war app, and it still 
runs with the same error using the jboss jsf jars.  I wonder if it is pulling 
the jboss jsf files first despite what I have set in the jboss-service.xml file.

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: GlassfishConfigureListener NoSuchMethodError

2009-08-19 Thread Jadin
ok, here are the relevant files.  I do not see any reference to Glassfish here. 
 

faces-config.xml

  | 
  | 
  |   
  | LocalizationResources
  | 
  |   en
  |   en
  |   fr
  | 
  |   
  | 
  |   
  | /login.jsp
  | 
  |   success
  |   /portal/index.jsp
  | 
  | 
  |   failure
  |   /login.jsp
  | 
  |   
  | 
  |   
  | /portal/webClientSend.jsp
  | 
  |   success
  |   /portal/webClientSendResult.jsp
  | 
  | 
  |   failure
  |   /portal/webClientFailure.jsp
  | 
  |   
  | 
  |   
  | Used managing the current Locale.
  | localeBean
  | 
net.sourceforge.gateway.sstp.faces.beans.LocaleBean
  | session
  |   
  | 
  |   
  | Authenticates Users
  | loginBean
  | 
net.sourceforge.gateway.sstp.faces.beans.LoginBean
  | session
  | 
  |   user
  |   #{sessionScope.user}
  | 
  |   
  | 
  |   
  | Gateway Client
  | gatewayClientBean
  |   
net.sourceforge.gateway.sstp.faces.beans.GatewayClientBean
  | request
  |   
  | 
  | 
  | 

web.xml

  | 
  |   Gateway Boss Edition
  | 
  |   
  | contextConfigLocation
  | 
  |   classpath:net/sourceforge/gateway/sstp/webservices/services.xml
  | 
  |   
  | 
  |   
  | org.apache.myfaces.ERROR_HANDLING
  | false
  |   
  | 
  |   
  | facelets.DEVELOPMENT
  | false
  |   
  | 
  |   
  | org.apache.myfaces.ALLOW_JAVASCRIPT
  | true
  |   
  | 
  |   
  | org.apache.myfaces.AUTO_SCROLL
  | false
  |   
  | 
  |   
  | org.apache.myfaces.SAVE_FORM_SUBMIT_LINK_IE
  | false
  |   
  | 
  |   
  | org.apache.myfaces.PRETTY_HTML
  | true
  |   
  | 
  |   
  | org.apache.myfaces.CHECK_EXTENSIONS_FILTER
  | true
  |   
  | 
  |   
  | 
org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS
  | true
  |   
  | 
  |   
  | org.apache.myfaces.RESOURCE_VIRTUAL_PATH
  | /faces/myFacesExtensionResource
  |   
  | 
  |   
  | org.apache.myfaces.STRICT_XHTML_LINKS
  | true
  |   
  | 
  |   
  | org.apache.myfaces.DETECT_JAVASCRIPT
  | false
  |   
  | 
  |   
  | javax.faces.STATE_SAVING_METHOD
  | server
  |   
  | 
  |   
  | org.apache.myfaces.ADD_RESOURCE_CLASS
  | 
org.apache.myfaces.renderkit.html.util.DefaultAddResource
  |   
  | 
  |   
  | org.apache.myfaces.VIEWSTATE_JAVASCRIPT
  | false
  |   
  | 
  |   
  | org.apache.myfaces.CONFIG_REFRESH_PERIOD
  | 2
  |   
  | 
  |   
  | org.apache.myfaces.RENDER_VIEWSTATE_ID
  | true
  |   
  | 
  |   
  | 
org.apache.myfaces.RENDER_CLEAR_JAVASCRIPT_FOR_BUTTON
  | false
  |   
  | 
  |   
  | jsp-to-faces-filter
  | 
net.sourceforge.gateway.sstp.faces.filters.DotJspToDotFacesFilter
  |   
  | 
  |   
  | authorization-filter
  | 
net.sourceforge.gateway.sstp.faces.filters.AuthorizationFilter
  |   
  | 
  |   
  | ExtensionsFilter
  | 
org.apache.myfaces.webapp.filter.ExtensionsFilter
  | 
  |   uploadMaxFileSize
  |   5m
  | 
  | 
  |   uploadThresholdSize
  |   100k
  | 
  |   
  | 
  |   
  | jsp-to-faces-filter
  | *.jsp
  |   
  | 
  |   
  | authorization-filter
  | /portal/*
  |   
  | 
  | 
  |   
  | ExtensionsFilter
  | FacesServlet
  |   
  | 
  |   
  | ExtensionsFilter
  | /faces/myFacesExtensionResource/*
  |   
  | 
  |   
  | 
  |   org.springframework.web.context.ContextLoaderListener
  | 
  |   
  |   
  | CXFServlet
  | CXF Servlet
  | 
org.apache.cxf.transport.servlet.CXFServlet
  |   
  | 
  |   
  | FacesServlet
  | javax.faces.webapp.FacesServlet
  | 3
  |   
  | 
  |   
  | ProcessorServlet
  | 
net.sourceforge.gateway.sstp.servlet.ProcessorServlet
  | 5
  |   
  | 
  |   
  | CXFServlet
  | /services/*
  |   
  | 
  |   
  | FacesServlet
  | *.faces
  |   
  | 
  |   
  | index.jsp
  |   
  | 
  | 
  | 
pom.xml

  | 
  | 
  |   junit
  |   junit
  |   4.6
  |   test
  | 
  | 
  |org.mortbay.jetty
  |jetty
  |6.1.9
  |test
  | 
  | 
  |   org.apache.cxf
  |   cxf-rt-frontend-jaxws
  |   2.1.3
  | 
  | 
  |   org.apache.cxf
  |   cxf-rt-transports-http
  |   2.1.3
  | 
  | 
  |   org.apache.cxf
  |   cxf-rt-transports-http-jetty
  |   2.1.3
  | 
  | 
  |   org.apache.cxf
  |   cxf-rt-ws-security
  |   2.1.3
  | 
  | 
  |   org.apache.xmlbeans
  |   xmlbeans
  |   2.3.0
  | 
  | 
  |   org.codehaus.mojo
  |   xmlbeans-maven-plugin
  |   2.3.0
  | 
  | 
  |   org.slf4j
  |   slf4j-jdk14
  |   1.5.2
  | 
  | 
  |   org.hibernate
  |   hibernate-core
  |   3.3.1.GA
  | 
  | 
  |   org.hibernate
  |   hibernate-c3p0

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: GlassfishConfigureListener NoSuchMethodError

2009-08-19 Thread Jadin
GlassFishConfigureListener is in jsf-impl-1.2-b19.jar...

services.xml

  | http://www.springframework.org/schema/beans";
  |   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |   xmlns:jaxws="http://cxf.apache.org/jaxws";
  |   xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd 
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd";>
  | 
  |   
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  | 
  | 
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  | 
  | 
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  | 
  | 
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  | 
  | 
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  | 
  | 

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: GlassfishConfigureListener NoSuchMethodError

2009-08-19 Thread Jadin
Yeah removing the jars from the webapp gives the same error (odd I know) when I 
start the jboss server.  Maybe I will try to replace the default jars in jboss 
with the ones the web app uses.

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: GlassfishConfigureListener NoSuchMethodError

2009-08-19 Thread Jadin
ok swapping jars makes it very angry, lots of classnotfound errors.

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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: GlassfishConfigureListener NoSuchMethodError

2009-08-19 Thread Jadin
Ok I found the solution to this.  Thank you for your help.  I took all 
references out of my web app to jsf-impl-xxx.jar and jsf-api-xxx.jar.  I then 
just downloaded the jar files off the web and placed them into the 
\server\default\deploy\jboss-web.deployer\jsf-libs directory alongside the 
jsf-api.jar and jsf-impl.jar.  It works fine now.

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

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