[JBossWS] - Troubles with JBossWS and Persistence
by dpocock
Hi,
I use hibernate generated objects throughout much of my application.
I can successfully use these with Java RMI, however, I am facing many challenges with web services.
a) is it necessary for me to rewrite all the classes using arrays instead of the collections that are created by HibernateTool?
b) when and why is it necessary to encapsulate an array in an object? I've seen this design pattern in some examples in the forums and elsewhere.
c) Is JBossWS eventually going to allow Hibernate style object graphs to be transferred seamlessly over a web services endpoint as an argument or return type?
d) I've created an EJB3 class annotated @Stateless and @WebService. The @PersistenceContext annotation is ignored and the entity manager is not injected. I've seen this issue documented elsewhere, but without a clear solution. Is this issue fixed in the current release? For the moment, I've had to write a wrapper bean to lookup the real bean with JNDI and proxy the function calls.
At present, I'm using Jboss 4.0.4.GA installed by JEMS installer with the EJB3 profile.
Regards,
Daniel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987829#3987829
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987829
19Â years, 5Â months
[Clustering/JBoss] - [TreeCache] replication failure with method_call prepare(Glo
by ï¼ jb0ss
I am trying to do a Buddy Replication.
I have three nodes cluster
Node 1 Node 2 node 3
My application works fine.
But when I stop node1 and continue using the application, but as soon as I click to add some
values to some cached object (my application is a Shopping cart app and stores some
values in session). I get a null pointer exception. Note sure why.
As soon I get NullPointerException,
Node 2 console shows the following message :-
14:43:37,823 INFO [DLQ] Bound to JNDI name: queue/DLQ
14:44:05,667 INFO [CacheListener] Possible concurrency problem: Replicated version id 1 matches in-memory version for session d
1oHT5X2tm1nL9Nb3bMA**
And Node 3 shows:-
14:43:58,745 ERROR [TxInterceptor] method invocation failed
java.lang.NullPointerException
at org.jboss.cache.TreeCache._dataGravitationCleanup(TreeCache.java:5082)
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:324)
at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:236)
at org.jboss.cache.interceptors.CallInterceptor.invoke(CallInterceptor.java:52)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.PessimisticLockInterceptor.invoke(PessimisticLockInterceptor.java:174)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.UnlockInterceptor.invoke(UnlockInterceptor.java:32)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:34)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.TxInterceptor.replayModifications(TxInterceptor.java:520)
at org.jboss.cache.interceptors.TxInterceptor.handlePessimisticPrepare(TxInterceptor.java:438)
at org.jboss.cache.interceptors.TxInterceptor.handleRemotePrepare(TxInterceptor.java:304)
at org.jboss.cache.interceptors.TxInterceptor.invoke(TxInterceptor.java:127)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.CacheMgmtInterceptor.invoke(CacheMgmtInterceptor.java:183)
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5520)
at org.jboss.cache.TreeCache._replicate(TreeCache.java:4827)
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:324)
at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:236)
at org.jgroups.blocks.RpcDispatcher.handle(RpcDispatcher.java:220)
at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:615)
at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:512)
at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:326)
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp(MessageDispatcher.java:722)
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.access$300(MessageDispatcher.java:554)
at org.jgroups.blocks.MessageDispatcher$1.run(MessageDispatcher.java:691)
at java.lang.Thread.run(Thread.java:534)
14:43:58,745 ERROR [TxInterceptor] prepare method invocation failed
java.lang.RuntimeException: java.lang.NullPointerException
at org.jboss.cache.interceptors.TxInterceptor.replayModifications(TxInterceptor.java:533)
at org.jboss.cache.interceptors.TxInterceptor.handlePessimisticPrepare(TxInterceptor.java:438)
at org.jboss.cache.interceptors.TxInterceptor.handleRemotePrepare(TxInterceptor.java:304)
at org.jboss.cache.interceptors.TxInterceptor.invoke(TxInterceptor.java:127)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.CacheMgmtInterceptor.invoke(CacheMgmtInterceptor.java:183)
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5520)
at org.jboss.cache.TreeCache._replicate(TreeCache.java:4827)
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:324)
at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:236)
at org.jgroups.blocks.RpcDispatcher.handle(RpcDispatcher.java:220)
at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:615)
at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:512)
at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:326)
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp(MessageDispatcher.java:722)
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.access$300(MessageDispatcher.java:554)
at org.jgroups.blocks.MessageDispatcher$1.run(MessageDispatcher.java:691)
at java.lang.Thread.run(Thread.java:534)
Caused by: java.lang.NullPointerException
at org.jboss.cache.TreeCache._dataGravitationCleanup(TreeCache.java:5082)
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:324)
at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:236)
at org.jboss.cache.interceptors.CallInterceptor.invoke(CallInterceptor.java:52)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.PessimisticLockInterceptor.invoke(PessimisticLockInterceptor.java:174)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.UnlockInterceptor.invoke(UnlockInterceptor.java:32)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:34)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.TxInterceptor.replayModifications(TxInterceptor.java:520)
... 20 more
14:43:58,745 INFO [TxInterceptor] There was a problem handling this request
java.lang.RuntimeException: java.lang.NullPointerException
at org.jboss.cache.interceptors.TxInterceptor.replayModifications(TxInterceptor.java:533)
at org.jboss.cache.interceptors.TxInterceptor.handlePessimisticPrepare(TxInterceptor.java:438)
at org.jboss.cache.interceptors.TxInterceptor.handleRemotePrepare(TxInterceptor.java:304)
at org.jboss.cache.interceptors.TxInterceptor.invoke(TxInterceptor.java:127)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.CacheMgmtInterceptor.invoke(CacheMgmtInterceptor.java:183)
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5520)
at org.jboss.cache.TreeCache._replicate(TreeCache.java:4827)
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:324)
at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:236)
at org.jgroups.blocks.RpcDispatcher.handle(RpcDispatcher.java:220)
at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:615)
at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:512)
at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:326)
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp(MessageDispatcher.java:722)
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.access$300(MessageDispatcher.java:554)
at org.jgroups.blocks.MessageDispatcher$1.run(MessageDispatcher.java:691)
at java.lang.Thread.run(Thread.java:534)
Caused by: java.lang.NullPointerException
at org.jboss.cache.TreeCache._dataGravitationCleanup(TreeCache.java:5082)
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:324)
at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:236)
at org.jboss.cache.interceptors.CallInterceptor.invoke(CallInterceptor.java:52)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.PessimisticLockInterceptor.invoke(PessimisticLockInterceptor.java:174)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.UnlockInterceptor.invoke(UnlockInterceptor.java:32)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:34)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.TxInterceptor.replayModifications(TxInterceptor.java:520)
... 20 more
14:43:58,760 WARN [TreeCache] replication failure with method_call prepare(GlobalTransaction:<www:7811>:1, [_put(GlobalTransact
n:<www:7811>:1, /_BUDDY_BACKUP_/www_7811/JSESSION/localhost/OnlineShopping/dhw1oHT5X2tm1nL9Nb3bMA**, {VERSION=7, dhw1oHT5X2tm1nL
b3bMA**=[B@10d78ec}, true), _dataGravitationCleanup(GlobalTransaction:<www:7811>:1, /JSESSION/localhost/OnlineShopping/dhw1oHT5X
m1nL9Nb3bMA**, /_BUDDY_BACKUP_/www_7810/JSESSION/localhost/OnlineShopping/dhw1oHT5X2tm1nL9Nb3bMA**)], www:7811, true) exception:
ava.lang.RuntimeException: java.lang.RuntimeException: java.lang.NullPointerException
14:43:58,760 ERROR [RpcDispatcher] failed invoking method
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NullPointerException
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5526)
at org.jboss.cache.TreeCache._replicate(TreeCache.java:4827)
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:324)
at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:236)
at org.jgroups.blocks.RpcDispatcher.handle(RpcDispatcher.java:220)
at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:615)
at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:512)
at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:326)
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp(MessageDispatcher.java:722)
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.access$300(MessageDispatcher.java:554)
at org.jgroups.blocks.MessageDispatcher$1.run(MessageDispatcher.java:691)
at java.lang.Thread.run(Thread.java:534)
Caused by: java.lang.RuntimeException: java.lang.NullPointerException
at org.jboss.cache.interceptors.TxInterceptor.replayModifications(TxInterceptor.java:533)
at org.jboss.cache.interceptors.TxInterceptor.handlePessimisticPrepare(TxInterceptor.java:438)
at org.jboss.cache.interceptors.TxInterceptor.handleRemotePrepare(TxInterceptor.java:304)
at org.jboss.cache.interceptors.TxInterceptor.invoke(TxInterceptor.java:127)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.CacheMgmtInterceptor.invoke(CacheMgmtInterceptor.java:183)
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5520)
... 14 more
Caused by: java.lang.NullPointerException
at org.jboss.cache.TreeCache._dataGravitationCleanup(TreeCache.java:5082)
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:324)
at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:236)
at org.jboss.cache.interceptors.CallInterceptor.invoke(CallInterceptor.java:52)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.PessimisticLockInterceptor.invoke(PessimisticLockInterceptor.java:174)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.UnlockInterceptor.invoke(UnlockInterceptor.java:32)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:34)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.TxInterceptor.replayModifications(TxInterceptor.java:520)
... 20 more
14:44:05,620 WARN [RequestProcessor] Unhandled Exception thrown: class java.lang.NullPointerException
14:44:05,635 ERROR [[action]] Servlet.service() for servlet action threw exception
java.lang.NullPointerException
at com.shoppingcart.ViewCartAction.addItem(Unknown Source)
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:324)
at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:274)
at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:194)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
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.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.tc5.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:87)
at org.jboss.web.tomcat.tc5.session.JvmRouteValve.invoke(JvmRouteValve.java:84)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:534)
what is this TreeCache Exception?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987828#3987828
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987828
19Â years, 5Â months
[JBoss jBPM] - the testsuite is wrong.
by dusixiang
when i run ant oracle.scripts, the following error occured.
so i removed the two test case, now work fine .
this occured in jbpm version: 1.3.3 and 1.3.2
compile.jbpm.test:
[javac] Compiling 65 source files to C:\jbpm-starters-kit-3.1.2\jbpm.3\build
\classes.jbpm.test
[javac] C:\jbpm-starters-kit-3.1.2\jbpm.3\src\java.jbpm.test\org\jbpm\msg\co
mmand\AsyncExecutionDbTest.java:142: cannot resolve symbol
[javac] symbol : method getStackTrace ()
[javac] location: class org.jbpm.msg.command.CommandExecutorThread
[javac] commandExecutor.getStackTrace();
[javac] ^
[javac] C:\jbpm-starters-kit-3.1.2\jbpm.3\src\java.jbpm.test\org\jbpm\msg\co
mmand\AsyncExecutionDbTest.java:143: cannot resolve symbol
[javac] symbol : method getState ()
[javac] location: class org.jbpm.msg.command.CommandExecutorThread
[javac] log.debug("command executor state: "+commandExecutor.getStat
e());
[javac] ^
[javac] C:\jbpm-starters-kit-3.1.2\jbpm.3\src\java.jbpm.test\org\jbpm\msg\co
mmand\AsyncExecutionDbTest.java:145: cannot resolve symbol
[javac] symbol : method getStackTrace ()
[javac] location: class org.jbpm.msg.command.CommandExecutorThread
[javac] StackTraceElement[] commandExecutorStackTrace = commandExecu
tor.getStackTrace();
[javac]
^
[javac] 3 errors
BUILD FAILED
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987825#3987825
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987825
19Â years, 5Â months
[Installation, Configuration & Deployment] - jboss-4.0.5.GA starting problem
by santhakumarchimata
I am getting problem when i start the jboss-4.0.5.GA, I am starting it form the console::<jboss_home>\bin\run.bat
I am getting the error::::::
anonymous wrote : 'findstr' is not recognized as an internal or external command,
| operable program or batch file.
Though I put all my path settings and class path settings correct, its giving problem. I even couldnot start my jboss in eclipse, My eclipse version is 3.1.1
Its saying error "Missing classpath entry \your_server_root\appservers\jboss-3.2.3\bin\run.jar"
Also eclipse is not showing the current version of jboss
What could be the problem behind this?
Any help will be appreciated.
My Java Version is:
java version "1.5.0-rc"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-rc-b63)
Java HotSpot(TM) Client VM (build 1.5.0-rc-b63, mixed mode, sharing)
My Environment variable settings are:
JAVA_HOME: C:\Java\jdk1.5.0
PATH : C:\Java\jdk1.5.0\bin;C:\Ant\bin;C:\Maven;C:\jboss\bin;
JBOSS_HOME: C:\jboss
MAVEN_HOME: C:\Maven
ANT_HOME : C:\Ant
CLASS_PATH: C:\Java\jdk1.5.0\lib;C:\Java\jdk1.5.0\jre\lib;C:\Java\jdk1.5.0\jre\lib\ext\mysql-connector-java-3.1.12-bin.jar;C:\Java\jdk1.5.0\lib\tools.jar;C:\Java\jdk1.5.0\jre\lib\rt.jar;C:\Ant\lib\ant.jar;C:\jboss\bin\run.jar;C:\jboss\server\default\deploy\jbossweb-tomcat55.sar;
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987820#3987820
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987820
19Â years, 5Â months