Application deployment to jboss 5.1.0 GA

Hi all,
I have deployed my application developed in jdev 11gR1 to jboss 5.1.0 ga
I have started the jboss server in default mode
i have copied the listed jars to the default/lib folder
adflibfilter.jar
adflogginghandler.jar
adfm.jar
adf-share-base.jar
adf-share-ca.jar
adf-share-support.jar
cache.jar
commons-el.jar
db-ca.jar
dms.jar
eclipselink.jar
ejb3-persistence.jar
groovy-all-1.6.3.jar
identitystore.jar
javatools-nodeps.jar
jmxframework.jar
jmxspi.jar
jps-api.jar
jps-common.jar
jps-ee.jar
jps-internal.jar
jps-unsupported-api.jar
jps-wls.jar
jrf-api.jar
jsf-facelets.jar
mdsrt.jar
ojdbc6.jar
ojdl.jar
oracle-el.jar
resourcebundle.jar
share.jar
trinidad-api.jar
trinidad-impl.jar
xml.jar
xmlef.jar
xmlparserv2.jar
i have set the JAVA_HOME path to Oracle\Middleware\jdk160_11
i have created a war file and ear file and deployed the ear file
the ear file is UP in jboss server
but while accessing it through browser m getting this error
javax.servlet.ServletException
     javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
     oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:65)
     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
     org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
root cause
java.lang.NullPointerException
     com.sun.faces.renderkit.RenderKitUtils.getResponseStateManager(RenderKitUtils.java:239)
     com.sun.faces.lifecycle.RestoreViewPhase.isPostback(RestoreViewPhase.java:261)
     com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:171)
     com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
     com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:103)
     com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
     javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
     oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:65)
     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
     org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
and my server log is
2009-12-01 17:14:16,711 WARN [org.jboss.seam.security.permission.PersistentPermissionResolver] (http-127.0.0.1-8080-1) no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
2009-12-01 17:14:25,476 ERROR [facelets.compiler] (http-127.0.0.1-8080-1) Error Loading Library: vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/lib/trinidad-impl.jar/META-INF/tr.taglib.xml
java.io.IOException: Error parsing [vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/lib/trinidad-impl.jar/META-INF/tr.taglib.xml]:
     at com.sun.facelets.compiler.TagLibraryConfig.create(TagLibraryConfig.java:410)
     at com.sun.facelets.compiler.TagLibraryConfig.loadImplicit(TagLibraryConfig.java:431)
     at com.sun.facelets.compiler.Compiler.initialize(Compiler.java:87)
     at com.sun.facelets.compiler.Compiler.compile(Compiler.java:104)
     at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:218)
     at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:149)
     at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:100)
     at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:517)
     at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
     at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:100)
     at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:176)
     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
     at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
     at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
     at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
     at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
     at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
     at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
     at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
     at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
     at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
     at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
     at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
     at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:390)
     at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:517)
     at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
     at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
     at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
     at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
     at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
     at org.jboss.on.embedded.LazyStartupFilter.doFilter(LazyStartupFilter.java:87)
     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:598)
     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
     at java.lang.Thread.run(Thread.java:619)
Caused by: org.xml.sax.SAXException: Error Handling [vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/lib/trinidad-impl.jar/META-INF/tr.taglib.xml@10,101] <handler-class>
     at com.sun.facelets.compiler.TagLibraryConfig$LibraryHandler.endElement(TagLibraryConfig.java:271)
     at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
     at org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown Source)
     at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown Source)
     at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
     at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
     at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
     at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
     at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
     at javax.xml.parsers.SAXParser.parse(SAXParser.java:198)
     at com.sun.facelets.compiler.TagLibraryConfig.create(TagLibraryConfig.java:407)
     ... 55 more
Caused by: java.lang.Exception: org.apache.myfaces.trinidadinternal.facelets.SetActionListenerTag must be an instance of com.sun.facelets.tag.TagHandler
     at com.sun.facelets.compiler.TagLibraryConfig$LibraryHandler.createClass(TagLibraryConfig.java:293)
     at com.sun.facelets.compiler.TagLibraryConfig$LibraryHandler.endElement(TagLibraryConfig.java:210)
     ... 70 more
2009-12-01 17:14:25,492 ERROR [facelets.compiler] (http-127.0.0.1-8080-1) Error Loading Library: vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/lib/trinidad-impl.jar/META-INF/trh.taglib.xml
java.io.IOException: Error parsing [vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/lib/trinidad-impl.jar/META-INF/trh.taglib.xml]:
     at com.sun.facelets.compiler.TagLibraryConfig.create(TagLibraryConfig.java:410)
     at com.sun.facelets.compiler.TagLibraryConfig.loadImplicit(TagLibraryConfig.java:431)
     at com.sun.facelets.compiler.Compiler.initialize(Compiler.java:87)
     at com.sun.facelets.compiler.Compiler.compile(Compiler.java:104)
     at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:218)
     at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:149)
     at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:100)
     at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:517)
     at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
     at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:100)
     at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:176)
     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
     at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
     at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
     at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
     at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
     at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
     at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
     at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
     at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
     at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
     at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
     at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
     at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:390)
     at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:517)
     at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
     at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
     at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
     at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
     at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
     at org.jboss.on.embedded.LazyStartupFilter.doFilter(LazyStartupFilter.java:87)
     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:598)
     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
     at java.lang.Thread.run(Thread.java:619)
Caused by: org.xml.sax.SAXException: Error Handling [vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/lib/trinidad-impl.jar/META-INF/trh.taglib.xml@14,107] <handler-class>
     at com.sun.facelets.compiler.TagLibraryConfig$LibraryHandler.endElement(TagLibraryConfig.java:271)
     at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
     at org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown Source)
     at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown Source)
     at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
     at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
     at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
     at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
     at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
     at javax.xml.parsers.SAXParser.parse(SAXParser.java:198)
     at com.sun.facelets.compiler.TagLibraryConfig.create(TagLibraryConfig.java:407)
     ... 55 more
Caused by: java.lang.Exception: org.apache.myfaces.trinidadinternal.facelets.TrinidadComponentHandler must be an instance of com.sun.facelets.tag.TagHandler
     at com.sun.facelets.compiler.TagLibraryConfig$LibraryHandler.createClass(TagLibraryConfig.java:293)
     at com.sun.facelets.compiler.TagLibraryConfig$LibraryHandler.endElement(TagLibraryConfig.java:210)
     ... 70 more
2009-12-01 17:14:33,929 INFO [org.jboss.on.embedded.ui.BootstrapAction] (http-127.0.0.1-8080-1) Initializing Administration Console v1.2.0.GA...
2009-12-01 17:14:35,758 WARN [org.rhq.core.system.SystemInfoFactory] (http-127.0.0.1-8080-1) System info API not accessible on this platform (native shared library not found in java.library.path).
2009-12-01 17:14:35,929 INFO [org.jboss.on.embedded.manager.pc.PluginContainerResourceManager] (http-127.0.0.1-8080-1) Discovering Resources...
2009-12-01 17:14:37,914 WARN [org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator] (ResourceDiscoveryComponent.invoker.daemon-1) Cannot create String name from non-Simple property: ManagedProperty{JNDIName,JNDIName,metaType=SimpleMetaType:java.lang.String}, value=null
2009-12-01 17:14:37,945 WARN [org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator] (ResourceDiscoveryComponent.invoker.daemon-1) Cannot create String name from non-Simple property: ManagedProperty{JNDIName,JNDIName,metaType=SimpleMetaType:java.lang.String}, value=null
2009-12-01 17:14:46,289 INFO [org.hibernate.validator.Version] (http-127.0.0.1-8080-4) Hibernate Validator 3.1.0.GA
2009-12-01 17:14:46,304 INFO [org.hibernate.annotations.common.Version] (http-127.0.0.1-8080-4) Hibernate Commons Annotations 3.1.0.GA
2009-12-01 17:15:03,648 INFO [org.jboss.profileservice.management.upload.remoting.DeployHandler] (ResourceContainer.invoker.nonDaemon-1) Stop, [vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/Test.ear/]
2009-12-01 17:15:03,664 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (ResourceContainer.invoker.nonDaemon-1) undeploy, ctxPath=/Test
2009-12-01 17:15:03,867 INFO [org.jboss.profileservice.management.upload.remoting.DeployHandler] (ResourceContainer.invoker.nonDaemon-1) End stop, [vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/Test.ear/]
2009-12-01 17:15:03,867 INFO [org.jboss.profileservice.management.upload.remoting.DeployHandler] (ResourceContainer.invoker.nonDaemon-1) Begin start, [vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/Test.ear/]
2009-12-01 17:15:05,304 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (ResourceContainer.invoker.nonDaemon-1) deploy, ctxPath=/Test
2009-12-01 17:15:05,648 INFO [org.jboss.profileservice.management.upload.remoting.DeployHandler] (ResourceContainer.invoker.nonDaemon-1) End start, [vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/Test.ear/]
2009-12-01 17:15:15,648 WARN [org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator] (ResourceContainer.invoker.daemon-3) Cannot create String name from non-Simple property: ManagedProperty{JNDIName,JNDIName,metaType=SimpleMetaType:java.lang.String}, value=null
2009-12-01 17:15:15,679 WARN [org.jboss.managed.plugins.factory.AbstractManagedObjectPopulator] (ResourceContainer.invoker.daemon-3) Cannot create String name from non-Simple property: ManagedProperty{JNDIName,JNDIName,metaType=SimpleMetaType:java.lang.String}, value=null
2009-12-01 17:16:07,086 INFO [oracle.adf.share.config.ADFConfigFactory] (http-127.0.0.1-8080-5) ADF Config instance implementation in use is : oracle.adf.share.config.MDSConfigFactory
2009-12-01 17:16:08,195 SEVERE [oracle.adf.perfIdx] (http-127.0.0.1-8080-5) # Time stamp line format: T long format of date time (timestamp)
# Sensor index line format: I <sensorIndex> <sensorFullName> <type>
# Performance entry line format: <ecid> [<sensorIndex> <RID> <timeStamp> <value>]*
# where <type> can be: t - timer, s - state, c - counter
2009-12-01 17:16:08,211 SEVERE [oracle.adf.perfIdx] (http-127.0.0.1-8080-5) T Tuesday, December 1, 2009 5:16:08 PM IST (1259667968195)
2009-12-01 17:16:10,289 SEVERE [javax.enterprise.resource.webcontainer.jsf.lifecycle] (http-127.0.0.1-8080-5) JSF1054: (Phase ID: RESTORE_VIEW 1, View ID: ) Exception thrown during phase execution: javax.faces.event.PhaseEvent[source=com.sun.faces.lifecycle.LifecycleImpl@6bb568]
2009-12-01 17:16:10,289 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[Test].[Faces Servlet]] (http-127.0.0.1-8080-5) Servlet.service() for servlet Faces Servlet threw exception
java.lang.NullPointerException
     at com.sun.faces.renderkit.RenderKitUtils.getResponseStateManager(RenderKitUtils.java:239)
     at com.sun.faces.lifecycle.RestoreViewPhase.isPostback(RestoreViewPhase.java:261)
     at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:171)
     at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
     at com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:103)
     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:65)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     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:598)
     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
please help where i am missing

User,
As you may know, ADF 11g applications have only been certified/supported on WLS 10.3.x at the moment. Any other application server (whether it be JBoss, Tomcat, Glassfish, WAS, etc) aren't officially documented/supported. There are certainly people who have tried to get it working with varying degrees of success (a quick search of the forum would find some of them), and Shay has indeed highlighted a blog entry of someone who has worked with JBoss.
John

Similar Messages

  • ADF Application deployment problem in JBoss

    Hi,
    I have developed a JSF/EJB 3.0 Application in JDeveloper 10.1.3.1 and successfully accessed data using ADF Faces page which was run on the embedded OC4J container.
    Then, I deployed the same Application with modifications given in the ADF Developers guide. The application deploys in JBoss successfully and when I access the page, I get the following error:
    Error
    JBO-25221: Method SessionEJB.dataProvider.queryFindAll() not supported
    No stack trace is displayed on the JBoss console. Please help me, I'm stuck here without any clue.
    If somebody has done an App that uses ADF and EJB 3 and deployd in JBoss and accessed successfuly, please give the details of the changes to be done in the Application.
    Thanks,
    Prashan.

    Please post the deployment errors.
    Modify the meta-inf dir to
    META-INF

  • Deploying EJBs with same name in different application jars on JBOSS

    Hi,
    We are attempting to deploy entity beans with the same name in 2 different EJB application jars on jboss 3.2.5. One bean is an extension of the other, so some of the DB columns they refer to are the same (they access different DB tables in different tablespaces). However, the field names corresponding to these DB columns in the beans themselves are different (i.e. DB column serviceid is associated with the field serviceid in one bean and service_id in the other).
    We have altered jboss.xml for one of the EJB applications so that the jndi-name used to access that application's bean is different to the jndi-name used to access the entity bean in the other EJB jar.
    However, when we attempt to deploy both jar files on the same jboss server, one of the applications deploys successfully and when we deploy the other, we get EJB spec violation errors, such as the following:
    14:18:34,631 WARN [verifier] EJB spec violation:
    Bean : CommunityAddress
    Section: 10.6.2
    Warning: The entity bean class must define a get accessor for each CMP field.
    Info : Field: service_id
    I'm presuming that this is because the bean which references the serviceid DB column with a field called serviceid is being mixed up with the other bean, which has a service_id field.
    Can anyone tell me if there is anything else that is required to get entity beans/EJBs in different applications but with the same names (and some overlapping fields, etc) deployed successfully on the same jboss server apart from editing jboss.xml for one of the applications?
    Is this a jbosscmp-jdbc.xml issue?
    Any help much appreciated,
    Maurice

    Hi Srinath
    Thanks for your response. Its not cloning, its like check-in file first, then check-out the file and do some editing and then again upload the same file with different revision number using RIDC. I got the solution now.
    Regards
    Raj

  • Application Jdevelopper 10.1.3.4.0 deployed to JBoss 4.0.5.GA

    Hello,
    We develop an application with Jdeveloper 10.1.3.4.0 and we want to deploy it to JBoss 4.0.5 GA but we have an error message like "EJB not bound".
    Our application is formed by 2 pojects (Model and View). We have chosen to use a EJB SessionBean (Stateless), and a Local Interface.
    For the mapping with te Database (Oracle 9i), we have a TopLink / Java Objects from tables ( SFMap).
    Can you help me please because the deployment to JBoss doesn't work whereas, all works fine with OC4J.
    I have heard that the deployment to JBoss4.0.5GA 's not possible with EJB3?
    Thank you very much,
    Diane

    LS,
    Seems that you have a perfect test case to submit to My Oracle Support (http://support.oracle.com) if it happens every time. That's what I would do.
    John

  • How to integrate a flex build in a web application running on jBoss 5.1

    Hi,
    I have two flex builds for a messaging application that I have to integrate with my web application running on Jboss 5.1 . I have tried hot deploying the builds into the default deploy folder of Jboss,but that approach doesn't seem to work(maybe because I may need to make war out of the flex builds). Can someone tell me an approach of how to accomplish this. Can I leverage BLAZEDS for this purpose.
    Thanks
    Rohit Kumar

    Hi,
    Go through Re: Web Dynpro and Smart Forms.
    Regards,
    Satyajit.

  • Soap request with attachment --problem in deploye to jboss useing Jdevelope

    using Jdeveloper and oc4j application server i made two application.
    In application one i exposed a web service method.In this application their is a handler class which able to handle soap request and response with attachment.
    In application two a client is sends a soap request with attachment.
    If i deploye it in oc4j it is working fine. But if i Deploye to JBoss server [i made a jboss application server connection] and then trying to send the soap request with attachment from the client application i gets the following errors--
    Exception in thread "main" javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:152)
         at etrans.TripBean.a.ClientGateWay.msgEnvelope(ClientGateWay.java:50)
         at etrans.TripBean.a.ClientGateWay.main(ClientGateWay.java:60)
    Caused by: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:148)
         ... 2 more
    Caused by: javax.xml.soap.SOAPException: Message send failed: Connection refused
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:458)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:865)
         ... 4 more
    Caused by: java.net.ConnectException: Connection refused
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:516)
         at java.net.Socket.connect(Socket.java:466)
         at java.net.Socket.<init>(Socket.java:366)
         at java.net.Socket.<init>(Socket.java:208)
         at javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:202)
         at HTTPClient.HTTPConnection.getSocket(HTTPConnection.java:3115)
         at HTTPClient.HTTPConnection.doConnect(HTTPConnection.java:3858)
         at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:2921)
         at HTTPClient.HttpOutputStream.close(HttpOutputStream.java:421)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.sendMessage(HttpSOAPConnection.java:724)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:373)
         ... 5 more
    Am i made any mistake to deploye to jboss or it is not possiable to access the web service in such way?
    please suggest me what is the procedure to recover from this.

    Hello,
    How do you package you WS client application to be deployed in JBoss?
    The JAX-RPC clients are not that portable you may need to recompile the client with JBoss WebService implementation/tools, and check that you do have the different deployment descriptors for the client too.
    Regards
    Tugdual Grall

  • ADFBC Deployment of JBOSS 5.1.0

    I am deploying ADF BC application 11.1.1.2.0 on JBOSS 5.1.0 by following steps
    1. When creating an ADF BC Module that will be used on a JBoss application server,
    one needs to set the SQL Flavor to SQL92 and the Type Map to Java.
    Can be set for an existing AM at
    AM --> Configurations --> Properties tab
    Set jbo.SQLBuilder = SQL92
    jbo.TypeMapEntries = Java
    2. Changed the data source as follows
    AM --> Configurations --> Application Module - JDBC DataSource = java:/liveDS
    Note: By default datasource will be something like 'java:comp/env/jdbc/liveDS'
    where 'liveDS' is the application connection name.
    3. Added the 'jboss-app.xml' under 'src/META-INF' folder of the application
    jboss-app.xml:
         <?xml version="1.0" encoding="UTF-8"?>
         <!DOCTYPE jboss-app
         PUBLIC "-//JBoss//DTD J2EE Application 5.0//EN"
         "http://www.jboss.org/j2ee/dtd/jboss-app_5_0.dtd">
         <jboss-app>
         <loader-repository>
         com.oracle.adfpojo:loader=adfm.jar
         <loader-repository-config>java2ParentDelegation=true</loader-repository-config>
         </loader-repository>
         </jboss-app>
    4. Added 'jboss-web.xml' under 'ViewController/public_html/WEB-INF' folder
    jboss-web.xml:
         <?xml version="1.0" encoding="UTF-8"?>
         <!DOCTYPE jboss-web PUBLIC
         "-//JBoss//DTD Web Application 5.0//EN"
         "http://www.jboss.org/j2ee/dtd/jboss-web_5_0.dtd">
         <jboss-web>
              <class-loading>
              <loader-repository>
              com.oracle.adfpojo:loader=adfm.jar
              <loader-repository-config>java2ParentDelegation=true</loader-repository-config>
              </loader-repository>
              </class-loading>
         </jboss-web>
    5. Need to deploy our application as a EAR. Changes done in the Application Deployment profile:
    a. Check the assembly of your application
    b. Make sure 'jboss-app.xml' is selected under 'File Groups - Application Descriptors - Filters - Files'
    c. Set the 'Platform - Default Platform = JBoss 5.x'
    6. Similarly change the ViewController WAR Deployment profile:
    a. Make sure 'jboss-web.xml' is selected under 'File Groups - Web Files - Filters - Files'
    b. Set the 'Platform - Default Platform = JBoss 5.x'
    7. ADF Lib's included in the EAR (can be included at the application lib or at the war level) are as follows
         adf-controller-api.jar
         adf-controller.jar
         adf-controller-rt-common.jar
         adf-controller-schema.jar
         adf-controller-security.jar
         adf-dt-at-rt.jar
         adfdt_common.jar
         adf-faces-databinding-rt.jar
         adflogginghandler.jar
         adfm-debugger.jar
         adfm.jar
         adfmweb.jar
         adf-pageflow-dtrt.jar
         adf-pageflow-fwk.jar
         adf-pageflow-impl.jar
         adf-pageflow-rc.jar
         adf-richclient-api-11.jar
         adf-richclient-impl-11.jar
         adf-share-base.jar
         adf-share-ca.jar
         adfsharembean.jar
         adf-share-security.jar
         adf-share-support.jar
         adf-transactions-dt.jar
         bc4j-mbeans.jar
         bc4jtester.jar
         bc4jwizard.jar
         cache.jar
         com.bea.core.apache.commons.collections_3.2.0.jar
         commons-cli-1.0.jar
         commons-el.jar
         db-ca.jar
         dms.jar
         dvt-databindings.jar
         dvt-facesbindings.jar
         dvt-faces.jar
         dvt-jclient.jar
         dvt-trinidad.jar
         dvt-utils.jar
         fmw_audit.jar
         glassfish.el_2.1.1.jar
         glassfish.jsf_1.2.9.0.jar
         glassfish.jstl_1.2.0.1.jar
         groovy-all-1.6.3.jar
         help-share.jar
         identitystore.jar
         idert.jar
         inspect4.jar
         jacc-spi.jar
         javatools.jar
         javatools-nodeps.jar
         javax.activation_1.1.0.0_1-1.jar
         javax.jsf_1.2.0.1.jar
         javax.jsp_1.1.0.0_2-1.jar
         javax.management_1.2.1.jar
         javax.management.j2ee_1.0.jar
         javax.security.jacc_1.0.0.0_1-1.jar
         javax.servlet_1.0.0.0_2-5.jar
         jdev-cm.jar
         jdev-rt.jar
         jewt4.jar
         jmxframework.jar
         jmxspi.jar
         jps-api.jar
         jps-common.jar
         jps-internal.jar
         jrf-api.jar
         jrf-client.jar
         jrf.jar
         jsp-el-api.jar
         ldapjclnt11.jar
         mdsrt.jar
         ohj.jar
         ojdbc6.jar
         ojdl.jar
         ojmisc.jar
         oracle-el.jar
         oracle_ice.jar
         oraclepki.jar
         oracle.ucp_11.1.0.jar
         orai18n-collation.jar
         orai18n.jar
         orai18n-lcsd.jar
         orai18n-mapping.jar
         orai18n-servlet.jar
         orai18n-translation.jar
         orai18n-utility.jar
         oramds.jar
         org.apache.commons.beanutils_1.6.jar
         org.apache.commons.logging_1.0.4.jar
         osdt_cert.jar
         osdt_core.jar
         osdt_xmlsec.jar
         regexp.jar
         resourcebundle.jar
         runtime12.jar
         share.jar
         trinidad-api.jar
         trinidad-impl.jar
         wls.jsf.di.jar
         xmlef.jar
         xml.jar
         xmlparserv2.jar
    Note:
    a. Few of the above jars might not be used and we can drill down to clean up this further.
    b. We were also facing the issue with the 'adf-richclient-impl-11.jar' (Jdev - 11.1.1.2.0)
    Opened the jar, removed the "AdfSignedClientFileWriterApplet.jar" available inside "adf-richclient-impl-11/afr/archives"
    folder and saved the adf-richclient-impl-11.jar.
    Copied this jar in the lib folder.
    JBoss related changes:
    8. Copy 'oracle-ds.xml' file into 'jboss-5.0.0.GA/server/default/deploy'
    oracle-ds.xml:
         <?xml version="1.0" encoding="UTF-8"?>
         <datasources>
         <local-tx-datasource>
         <jndi-name>liveDS</jndi-name>
         <use-java-context>true</use-java-context>
         <connection-url>jdbc:oracle:thin:@host:port:sid</connection-url>
         <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
         <user-name>username</user-name>
         <password>password</password>
         <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
         </local-tx-datasource>
         </datasources>
    where 'liveDS' is the datasource name provided in the AM.
    9. Copy the Application.EAR into the 'jboss-5.0.0.GA/server/default/deploy' folder and start the server.
    The Application deployed successfully but when I access the page in the browser (page having FORM) , Its display nothing,
    At the log the following message appears
    2010-08-01 12:49:04,968 INFO [oracle.adf.mbean.share.connection.ConnectionsMXBeanImpl] (main) Registering Connection Runtime MBean
    *2010-08-01 12:49:15,750 WARNING [oracle.adf.share.jndi.ReferenceStoreHelper] (main) Incomplete connection reference object for connection:hr*
    2010-08-01 12:49:19,375 INFO [org.apache.coyote.http11.Http11Protocol] (main) Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
    2010-08-01 12:49:19,421 INFO [org.apache.coyote.ajp.AjpProtocol] (main) Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
    2010-08-01 12:49:19,453 INFO [org.jboss.bootstrap.microcontainer.ServerImpl] (main) JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 2m:22s:172ms
    2010-08-01 12:49:42,796 INFO [oracle.jbo.uicli.mom.CpxUtils$Visitor] (http-127.0.0.1-8080-1) jndi:/localhost/BossADFRel2-MVC-context-root/WEB-INF/classes/mvc/DataBindings.cpx
    *2010-08-01 12:49:43,140 INFO [oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl] (http-127.0.0.1-8080-1) ADFc: Initializing ADF Page Lifecycle for the JSF environment, LifecycleContextBuilder is 'oracle.adfinternal.controller.application.model.JSFDataBindingLifecycleContextBuilder'.*
    but nothing appears in the browser.
    I need immadiate Help.
    Tanks in Advance.
    Edited by: MuhabbatAli on Aug 1, 2010 2:19 PM

    User,
    As you may know, ADF 11g applications have only been certified/supported on WLS 10.3.x at the moment. Any other application server (whether it be JBoss, Tomcat, Glassfish, WAS, etc) aren't officially documented/supported. There are certainly people who have tried to get it working with varying degrees of success (a quick search of the forum would find some of them), and Shay has indeed highlighted a blog entry of someone who has worked with JBoss.
    John

  • Changes in EJB when deployed in JBoss

    Hi,
    We Created the Enterprise Application (EJB Project and WebProject) in the JDeveloper11g preview 1. It is Sucessfully working when it deployed in OC4J application server. I want to deploy the same application in the JBoss. what are the changes i should to deploy the the same application in JBoss. Can any one help me.
    Thanking you,
    NIRANJAN REDDY.

    hi NIRANJAN REDDY (Prapan Sol)
    see also the JDeveloper 11g Release Notes about deployment
    http://www.oracle.com/technology/products/jdev/htdocs/11/knownissues.html#gi2
    "+ADF 11g applications require a Java EE 5 container. To date, only Oracle WebLogic Server 10g (10.3) is certified, and *we plan to support JBoss* and Tomcat as well. Note, OC4J 10.1.3 and/or OAS 10.1.3 is not fully Java EE 5 compliant, and ADF 11g applications will not work in that environment.+"
    success
    Jan Vervecken

  • Running EJBs, JSC applications together in JBoss 4.0.1SP1

    This is not a question. It is just an example, in case somebody has some problem to run EJBs and JSC applications together in Jboss. Maybe this is a wrong place, but I did not know a better place. Sorry.
    Due to classloader issue, the following discussion will focus on JBoss 4.0.1SP1. And JSC version is 2 update 1.
    Setup JBoss 4.0.1SP1 to run JSC applications
    * Install JBoss 4.0.1SP1.
    * Copy jstl.jar and standard.jar from the $CREATOR_INSTALL_DIR/enterprise1/config/TagLibraries/JSTL11 directory to $JBOSS_HOME/server/default/deploy/jbossweb-tomcat50.sar directory. Same to $JBOSS_HOME/server/all/......
    * Some on-line discussions mentioned that we should delete $JBOSS_HOME/server/default/deploy/jbossweb-tomcat50.sar/jstl-libs directory. However, I did not see this directory. Because it does not hurt, I deleted tmp and work subdirectories under $JBOSS_HOME/server/default (and all).
    Deploy EJBs in Java Studio Creator
    * Remove all other files from META-INF in the .jar file. Only keep ejb-jar.xml. If you have an Entity bean you also need to keep jbosscmp-jar.xml.
    * Start Sun Java Studio Creator and start the application server.
    * Go to $Creator/SunAppServer8/bin and invoke "deploytool".
    * Expand node servers and click "localhost:25848" (Creator 2 is 24848).
    * In the login window login using admin/adminadmin.
    * Choose File -> Open, and open the EJB jar file.
    * Choose Tools -> Deploy, and also check the Return Client Jar box .
    * In Creator's Server panel, right-click on the Enterprise Beans and select Add Set of Session EJBs
    * Please note the RMI port number is 24700 for JSC 2 update 1.
    * Click Add button to add the Client.jar you saved when deployed the EJB to Sun Application Server
    * Click Next and then Finish. The new EJB should be available.
    Call EJBs in Creator
    Assumption:
    1. The session bean name is HelloBean and the jar file is Hello.jar;
    2. The war file is Hello.war.
    The simplest deployment description is as follows
    ejb-jar.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <ejb-jar version="2.1" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd">
    <display-name>Hello</display-name>
    <enterprise-beans>
    <session>
    <display-name>HelloSB</display-name>
    <ejb-name>HelloBean</ejb-name>
    <home>com.whatever.HelloRemoteHome</home>
    <remote>com.whatever.HelloRemote</remote>
    <ejb-class>com.whatever.HelloBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    </session>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>HelloBean</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4" xsi:schemaLocation="http://java.sun.co
    m/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ThemeServlet</servlet-name>
    <servlet-class>com.sun.rave.web.ui.theme.ThemeServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ThemeServlet</servlet-name>
    <url-pattern>/theme/*</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>faces/Page1.jsp</welcome-file>
    </welcome-file-list>
    <jsp-config>
    <jsp-property-group>
    <url-pattern>*.jspf</url-pattern>
    <is-xml>true</is-xml>
    </jsp-property-group>
    </jsp-config>
    <ejb-ref>
    <ejb-ref-name>ejb/HelloBean</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>com.whatever.HelloRemoteHome</home>
    <remote>com.whatever.HelloRemote</remote>
    <ejb-link>Hello.jar#HelloBean</ejb-link> <!-- This should be added manually -->
    </ejb-ref>
    </web-app>
    * When creating a session bean, either Eclipse or NetBeans is good enough.
    * When exporting a WAR file from JSC, select J2EE 1.4.
    * With the above deployment descriptors it is not necessary to deploy an EAR file. In other words, both .jar and .war files can be deployed separately.
    * When deployed to Sun Application Server, the EJB's sun-ejb-jar.xml should contain <jndi-name>ejb/HelloBean</jndi-name>. This results in JNDI lookup(�java:comp/env/ejb�); otherwise, it would be �java:comp/env�.
    * The SessionBeans deployed to JBoss and Sun Application Server can be different, but the signatures should be the same. When I did my first prototype, the SessionBean was hardcoded and did not access the database. However, in JBoss I had both Session Beans and Entity Beans.
    * When you have more than one .war file, you can move library .jar files from WEB-INF/lib to $JBOSS_HOME/server/your_server/lib. That way you can avoid many WARNING messages in JBoss' server.log.

    hi,i deploy ejbs & web app on jboss-4.0.2 as your method ,but throw exception
    java.lang.ClassCastException
         at com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:229)
    when call ejb's method.
    That's ok when running on sun appserver 8.
    why?

  • Deployment in JBOSS

    Hi,
    I'm new to Aqualogic BPM. How do I deploy the application developed in Aqualogic BPM studio in JBOSS? Thanks in advance.
    Ram

    Hi,
    We deployed the application in Enterprise server and were able to generate a war file, which we then deployed in JBOSS. Applcn worked fine in JBOSS.
    Thanks,
    Ram

  • Deployment on JBoss, SQL Server fails

    Hi all,
    on an JBoss pre-configured intallation, deployment / starting of ContentServices fails.
    - What could be the potential problem?
    - How to find out, what is failing here?
    2012-03-12 16:51:48,444 INFO  [org.jboss.deployment.EARDeployer] Init J2EE application: file:/C:/jboss/server/lc_sqlserver/deploy/adobe-contentservices.ear
    2012-03-12 16:52:14,621 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/contentspace, warUrl=.../tmp/deploy/tmp2665099551146698750adobe-contentservices.ear-contents/contentser vices-exp.war/
    2012-03-12 16:52:53,736 ERROR [org.apache.catalina.core.StandardContext] Error listenerStart
    2012-03-12 16:52:53,736 ERROR [org.apache.catalina.core.StandardContext] Context [/contentspace] startup failed due to previous errors
    2012-03-12 16:52:53,897 ERROR [STDERR] log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.
    2012-03-12 16:52:55,956 WARN  [org.jboss.system.ServiceController] Problem starting service jboss.web.deployment:war=contentservices.war,id=-61926579
    org.jboss.deployment.DeploymentException: URL file:/C:/jboss/server/lc_sqlserver/tmp/deploy/tmp2665099551146698750adobe-contentservices .ear-contents/contentservices-exp.war/ deployment failed
    at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:379 )
    at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
    Thanks for any hints!
    Dilettanto

    at the end it was an corrupt lucene index.
    why is the logfile for contentservices at an complete different location, than all other server logfiles?

  • Need Urgent Help! Exception During Deployment of JBoss Scheduler Service

    Hi Folks,
    I have a web app (.war) to deploy to JBoss 4.0.2, and there's a class in the app that implements org.jboss.varia.scheduler.Schedulable.
    I want this thing to be invoked by the JBoss Scheduler, but I can't seem to get my Schedulable instance started.
    Note: This is simply a web deployment (WAR), not a J2EE Application (EAR).
    I've tried to deploy the Scheduler at the server level but i've got a deployment exception - "file is not not found".
    also, I've tried to add the scheduler-service.xml into my web app (in WAR file ~/META-INF/ directory).
    I'm open to suggestions on how to configure the scheduler services so it will work without any exceptions.
    My scheduler-service.xml is as follows:
    <server>
    <mbean code="org.jboss.varia.scheduler.Scheduler" name="TevaOrderScheduler:service=Scheduler">
         <attribute name="StartAtStartup">true</attribute>
         <attribute name="SchedulableClass">com.cnw.enfopack.TevaOrderScheduler</attribute>
         <attribute name="InitialStartDate">NOW</attribute>
         <!--<attribute name="DateFormat">dd/MM/yy HH:mm</attribute>-->
         <attribute name="SchedulePeriod">20 * 1000</attribute>
         <attribute name="InitialRepetitions">-1</attribute>
    </mbean>
    </server>
    Please HELP me, I'm working on this issue in the last 3 days!!!
    Many Thanks in advance,
    Sagi.
    Edited by: Sagi_MY on Feb 11, 2009 11:32 PM

    Thanks for your reply jwenting,
    But for me it's an urgent case since my Scheduler refuse to work!!!
    how it can be that you have'nt face such problem in JBoss 4.0.2?
    I've search the Internet and saw many people that have faced the same problem like me.
    (But, unfortunately, their answers didn't help me)
    Please try to help me since It's almost 10 days that I'm dealing with it.
    Many thanks mate.

  • Entity Beans deployed on JBOSS

    We have a Web application in our project that includes 6 Entity Beans with CMP fields1.1
    The application was developed in WSAD 5.1
    The WSAD generates Access Beans for each Entity Bean as well as stubs in default package com.ibm.ejs.container and com.ibm.websphere.csi.
    E.g. The Entity Bean �Organization.java� has Access Bean �OrganizationAccessBean.java�.
    Similarly for other 5 Entity Beans there are Access Beans created in WSAD.
    But now we are migrating the application to JBOSS 4.0.3SP1 server.
    The EAR of the application exported from the WSAD contains all the deployed code (stubs) and Access Beans.
    When this EAR was imported in Eclipse 3.2, it gave us error as it does not support the IBM specific files.
    We have replaced the IBM specific �.xmi� files by JBOSS compatible files like ejb-jar.xml, jboss.xml.
    Then a mapping file was created with the name jbosscmp-jdbc.xml which has all the mapping between the beans and the tables in the database.
    Also this file contains the relationship between the beans.
    After this we tried deploying the code on JBOSS but got some errors as mentioned below:
    Error:
    12:42:53,141 INFO [EARDeployer] Init J2EE application: file:/D:/jboss-4.0.3SP1/server/default/deploy/pmt.ear
    12:42:53,797 WARN [verifier] EJB spec violation:
    Bean : Organization
    Method : public void ejbCreate(String, int, int) throws Create Exception, Remote Exception
    Section: 9.2.3
    Warning: The return type of an ejbCreate (...) method must be the entity bean's primary key type.
    What we analyzed was that in ejb-jar.xml there were some entries.
    Here in <ejb-class> the Bean class was given, but there was no information about the AccessBean class.
    In WSAD the AcessBean classes were generated by the tool, but we actually did not know how to refer the AccessBean.
    Can anyone help us in successfully deploying the application to JBOSS server or provide some pointers/ steps to proceed.
    Also need help regarding generation of Access Beans, stubs (IBM specific files) in Eclipse 3.2
    Thanks
    Regards,
    dcpmt

    So if I understand correctly you wish to use IBM specific classes in support of entity beans running on JBoss?
    That won't be necessary on JBoss because JBoss has its own means of supporting entity beans on its server.

  • Can't remote debug appliaction with jdeveloper10.1.3 deployed in JBoss 4.2

    can't remote debug appliaction with jdeveloper10.1.3 deployed in JBoss 4.2.2
    when i try to debugg with old version like jboss-4.0.3SP1 it is workking good
    but when i'm try to debugg with jboss-4.2.2.GA and add project newly libaray jboss client jars of this version i got error
    Exception in thread "main" java.lang.NoClassDefFoundError: in
    and the debugger stoped in URLClassLoader and throw NoClassDefFoundError exception, i think the reason is the client jars
    which jars should i add to project libarary to success remotely debugg application in jboss 4.2.2 GA ?

    Remote debugging with JBoss 4.2 is the same as for 4.0.
    http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3?topic=rem_p_servlet_general_html

  • Deploying to JBoss

    I am currently evaluating the JSF tool as a means of developing JSP and JSF for JBoss. I am having problems deploying to JBoss.
    When I select Window->Preferences->Server configurations->ADD I see only Tomcat and Weblogic. How do I specify JBoss?
    After I get over that hurdle, can I go through the develop/test/develop/test cycle without restarting JBoss?
    dwalsh

    Hi,
    The "Run With Application Server:" at Window > Preferences > NitroX > Server Configurations > Add... is a drop-down menu, and navigating this list should display supported servers (Jakarta Tomcat 5 / 4.1 / 4.0, BEA WebLogic 8.1 / 7.0, IBM WebSphere 5, JBoss 3.2 / 4.0, Caucho Resin 3, & Mort Bay Jetty 5)
    This list is common for all the NitroX products.
    M7 Support

Maybe you are looking for

  • Error in transfer structure while activating the business content

    Hi all         we got the following error while activating the transfer rules( business content) : 1)error when determining a number from object BI_TSDTEL and number 01 2) object name can only contain characters from syntactical character set. 3) dat

  • ITunes-to-iPhone sync broken

    Both my iPhone and my iMac are top-of-the-line, less than three months old, and are running the latest, most updated system software. However, since upgrading to these glistening, state-of-the-art devices, I have been unable to consistently produce a

  • Embedding video to an embedded flash file

    Hello people. I'm building a site with a flip book component. The book is a movie and then I load the pages via an XML file. The pages are SWF files. You can see the book at http://www.thiez.com/evf/main.htm Now, If I add a video on a particular page

  • Not able to set the context

    Hi All, I am not able set the context to an xml file in JFPREAMBLE CONTEXT file. Can any suggest me how to fix it?

  • Thr print on my e mails has become very small

    the print is too small to read on my e mails, it was not like this before, when I access my E Mails through aol the print is fine, therefore i am thinking it is a problem with my Firefox setting can you please help me?