Hi there,

Some additional information about the question described above.

First you need to add a dependency to get rid of the error message about the 
datasource. Adding the statement below in my HttpCache MBean definition solved 
the dependency problem when you deploy both the mysql-ds.xml and the 
HttpCache-service.xml in the deploy folder without having a deploy.last folder.
<depends>jboss.jca:service=DataSourceBinding,name=HttpCacheDS</depends> 

Second: adding the additional dependency below in the TcpCacheServer definition 
seems to solve the problem of the hanging JBoss instance. After adding this 
statement, the web-console did not freeze anymore, so I guess this was missing 
in the first place.
<depends>jboss.cache:service=HttpCache</depends>

Now up to further experimenting concerning the use of the global cache...
I'll keep all of you informed ;-)


Cheers,
Kurt

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955757

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to