[jboss-user] [Clustering/JBoss] - Issue with Session Replication in JBOSS clustered Environmen

2009-06-08 Thread skm2008
Hi ,
 I have successfully set up with the jboss clustered environment locally for 2 
nodes, node1 and node2. I m trying to do the session replication for one of my 
app. I did the following things :

JBOSS version :4.3.0.GA
Apache HTTP server: 2.0

web.xml:  entry of  
jboss-web.xml : 
  SET_AND_NON_PRIMITIVE_GET 
  SESSION 
  true 
  

problem : I did the following:
1) Open the browser and hitting the appache web server : 
http://127.0.0.1:/appname
2) This will hit either node1 or node2 cluster environment and make the app up.
3) From the jk status i found that the request hit the node1.
4) I then clicked some link in web app and mean time i tried to shutdown the 
node1.
5) In this case sometimes the pages hangs and sometimes page can't be displayed 
comes.
6) Seems once the request submits to node1 and it was down after that, the 
response part won't migrate to the node2.

For this case, can anyone help me. Please let me know if any more information i 
can provide.




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

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


[jboss-user] [Installation, Configuration & DEPLOYMENT] - threw load() exception java.lang.InstantiationException on s

2009-05-20 Thread skm2008
Hi All, 
After deploying the web app, when i started the jboss AS it is throwing the 
following exceptions. any help would appriciated.. 
JBOSS version :jboss-4.2.3.GA 
jdk version : jdk1.5.0_16 


ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/eVista]] 
Servlet /eVista threw load() exception 
java.lang.InstantiationException 
at 
sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:30)
 
at java.lang.reflect.Constructor.newInstance(Constructor.java:494) 
at java.lang.Class.newInstance0(Class.java:350) 
at java.lang.Class.newInstance(Class.java:303) 
at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1104) 
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.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 
at java.lang.reflect.Method.invoke(Method.java:585) 
at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296) 
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) 
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) 
at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312) 
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.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296) 
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) 
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) 
at 
org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
 
at 
org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
 
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375) 
at org.jboss.web.WebModule.startModule(WebModule.java:83) 
at org.jboss.web.WebModule.startService(WebModule.java:61) 
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
 
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
 
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) 
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.server.Invocation.invoke(Invocation.java:86) 
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) 
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) 
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
 
at $Proxy0.start(Unknown Source) 
at org.jboss.system.ServiceController.start(ServiceController.java:417) 
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) 
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.server.Invocation.invoke(Invocation.java:86) 
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 $Proxy44.start(Unknown Source) 
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466) 
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.Inv

[jboss-user] [Beginners Corner] - Getting threw load() exception java.lang.InstantiationExcept

2009-05-20 Thread skm2008
Hi All,
After deploying the web app, when i started the jboss AS it is throwing the 
following exceptions. any help would appriciated..
JBOSS version :jboss-4.2.3.GA
jdk  version : jdk1.5.0_16


ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/eVista]] 
Servlet /eVista threw load() exception
java.lang.InstantiationException
at 
sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:30)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1104)
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.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at 
org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)
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.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at 
org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
at 
org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
at org.jboss.web.WebModule.startModule(WebModule.java:83)
at org.jboss.web.WebModule.startService(WebModule.java:61)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
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.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
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.server.Invocation.invoke(Invocation.java:86)
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 $Proxy44.start(Unknown Source)
at 
org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect

[jboss-user] [Beginners Corner] - Migration from Sun Java System Application Server to Jboss 4

2009-04-14 Thread skm2008
Hi,
   Is there any documents or guidelines available, for migrating web 
applications from Sun Java System Application Server to JBoss 4.30 ?


thanks,


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

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


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Database problem in Jboss

2008-09-29 Thread skm2008
Hi, 
I m trying to access one application in JBOSS. The configuration is comething 
like jboss with hibernate and i m connection to DB through datasource. While 
accessing my app i m facing following exception. Anyone have any locks.. 

ERROR [org.apache.catalina.core.ContainerBase] Servlet.service() for servlet 
jsp threw exception 
java.sql.SQLException: Closed Connection 
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168) 
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210) 
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:273) 
at oracle.jdbc.driver.OracleConnection.setAutoCommit(OracleConnection.java:794) 
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.checkTransaction(BaseWrapperManagedConnection.java:429)
 
at 
org.jboss.resource.adapter.jdbc.WrappedConnection.checkTransaction(WrappedConnection.java:525)
 
at 
org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:184)
 
at 
org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:396)
 
at 
org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:334)
 
at 
org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:88)
 
at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1162) 
at org.hibernate.loader.Loader.doQuery(Loader.java:390) 
at 
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:218)
 
at org.hibernate.loader.Loader.doList(Loader.java:1593) 
at org.hibernate.loader.Loader.list(Loader.java:1577) 
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:395) 
at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:271) 
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:844) 
at org.hibernate.impl.QueryImpl.list(QueryImpl.java:74) 

my hibernate.cfg.xml file is as follows:: 
sun.jdbc.odbc.JdbcOdbcDriver 
org.hibernate.dialect.Oracle9Dialect 
java:jndi name 
false 
auto 
org.hibernate.cache.HashtableCacheProvider 


oracle-ds.xml file is as follwos: 

 
jndi name 
jdbc url 
oracle.jdbc.driver.OracleDriver 
XXX 
XXX 
5 
10 
0 
org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
 

Oracle9i 

 


Pleas let me know..!!

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

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


[jboss-user] [JCA/JBoss] - JBOSS Error

2008-09-29 Thread skm2008
Hi, 
I m trying to access one application in JBOSS. The configuration is comething 
like jboss with hibernate and i m connection to DB through datasource. While 
accessing my app i m facing following exception. Anyone have any locks.. 

ERROR [org.apache.catalina.core.ContainerBase] Servlet.service() for servlet 
jsp threw exception 
java.sql.SQLException: Closed Connection 
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168) 
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210) 
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:273) 
at oracle.jdbc.driver.OracleConnection.setAutoCommit(OracleConnection.java:794) 
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.checkTransaction(BaseWrapperManagedConnection.java:429)
 
at 
org.jboss.resource.adapter.jdbc.WrappedConnection.checkTransaction(WrappedConnection.java:525)
 
at 
org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:184)
 
at 
org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:396)
 
at 
org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:334)
 
at 
org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:88)
 
at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1162) 
at org.hibernate.loader.Loader.doQuery(Loader.java:390) 
at 
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:218)
 
at org.hibernate.loader.Loader.doList(Loader.java:1593) 
at org.hibernate.loader.Loader.list(Loader.java:1577) 
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:395) 
at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:271) 
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:844) 
at org.hibernate.impl.QueryImpl.list(QueryImpl.java:74) 

my hibernate.cfg.xml file is as follows:: 
sun.jdbc.odbc.JdbcOdbcDriver 
org.hibernate.dialect.Oracle9Dialect 
java:jndi name 
false 
auto 
org.hibernate.cache.HashtableCacheProvider 


oracle-ds.xml file is as follwos: 

 
jndi name 
jdbc url 
oracle.jdbc.driver.OracleDriver 
XXX 
XXX 
5 
10 
0 
org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
 

Oracle9i 

 


Pleas let me know..!!

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

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


[jboss-user] [Datasource Configuration] - Error in JBOSS

2008-09-29 Thread skm2008
Hi,
I m trying to access one application in JBOSS. The configuration is comething 
like jboss with hibernate and i m connection to DB through datasource. While 
accessing my app i m facing following exception. Anyone have any locks..

ERROR [org.apache.catalina.core.ContainerBase] Servlet.service() for servlet 
jsp threw exception
java.sql.SQLException: Closed Connection
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:273)
at 
oracle.jdbc.driver.OracleConnection.setAutoCommit(OracleConnection.java:794)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.checkTransaction(BaseWrapperManagedConnection.java:429)
at 
org.jboss.resource.adapter.jdbc.WrappedConnection.checkTransaction(WrappedConnection.java:525)
at 
org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:184)
at 
org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:396)
at 
org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:334)
at 
org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:88)
at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1162)
at org.hibernate.loader.Loader.doQuery(Loader.java:390)
at 
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:218)
at org.hibernate.loader.Loader.doList(Loader.java:1593)
at org.hibernate.loader.Loader.list(Loader.java:1577)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:395)
at 
org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:271)
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:844)
at org.hibernate.impl.QueryImpl.list(QueryImpl.java:74)

my hibernate.cfg.xml file is as follows::
sun.jdbc.odbc.JdbcOdbcDriver
org.hibernate.dialect.Oracle9Dialect
java:jndi name 
false
auto
org.hibernate.cache.HashtableCacheProvider


oracle-ds.xml file is as follwos:


jndi name
   jdbc url
oracle.jdbc.driver.OracleDriver
XXX
XXX
5
10
0

org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
  
 Oracle9i
  
  


Pleas let me know..!!

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

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


[jboss-user] [Beginners Corner] - JBoss Resource bundle error

2008-09-24 Thread skm2008
Hi,
While deploying one application in JBOSS i m getting the following error. Can 
anyone please let me know the solution??

2008-09-24 15:03:35,992 ERROR [org.apache.catalina.core.ContainerBase] 
Servlet.service() for servlet action threw exception
java.util.MissingResourceException: Can't find bundle for base name com.---, 
locale en_US
at 
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:805)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:549)
at com.eaton.electrical.rtc.util.Globals.(Globals.java:144)
at com.action.LoginPerformAction.execute(LoginPerformAction.java:101)
at 
org.mwolff.struts.back.BackRequestProcessor.processActionPerform(BackRequestProcessor.java:111)
at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
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:230)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at 
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:595)

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

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


[jboss-user] [Beginners Corner] - Migration from iPlanet to Jboss

2008-09-23 Thread skm2008
Hi,
  Is there any docs available describing the steps necessary for migrating any 
applications from iplanet app server to Jboss app server.

thanks!!

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

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


[jboss-user] [Beginners Corner] - JBoss with Hibernate

2008-09-23 Thread skm2008
Hi,
I need to use Hibernate with Jboss. What is the way to use DB connection using 
Datasource ? If there will be multiple database how to deal with this.
code snipets will much more helpful.

thanks in advance !

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

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