[JBoss-user] [JBossCache] - Read Locking Nodes

2006-04-12 Thread greenbean
lient having the ability to slip in and read that node again before the delete operation completes. Can this be accomplished through some form of node locking? Thanks, Greenbean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937006#3937006 Reply to the

[JBoss-user] [JBossWS] - Override URL and Port For WS

2006-03-29 Thread greenbean
I setup a client in jboss following these directions: http://wiki.jboss.org/wiki/Wiki.jsp?page=WSDOCClientStepByStep However, I need to have the ability to programmatically override the port and url specific in the wsdl. Or, how about in the jboss-client.xml or application-client.xml? Thanks.

[JBoss-user] [JBossWS] - java.lang.ClassCastException: org.jboss.axis.Message

2006-03-27 Thread greenbean
We are using jboss 4.03SP1. We are receiving JMS messages using Activemq/spring/jencks. The onMessage acts as a web service client to call a server. We generate the client from the wsdl using jwsdp-1.6. When a message is received, the onMessage throws this exception. It is not clear what th

[JBoss-user] [Management, JMX/JBoss] - JMX ModelBean Persistence With Spring Java 5 Annotations

2006-02-20 Thread greenbean
Spring provides annotations to expose and persist mbeans. The persistence does not seem to work when using this method. Is this supported by jboss? @ManagedResource(objectName = "jmx:bean=TestBean", description = "Test bean", log = true, logFile = "jmx.log", currencyTimeLimit = 0, persistPolicy

[JBoss-user] [JBossCache] - Scalability Of JGroups/JCache

2005-12-22 Thread greenbean
How many machines can safely be members of a group? We have hundreds (400+) machines. Will JGroups work in this environment? How does JGroups compare to something like the Spread toolkit with this number of machines? Thanks View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS With HA-JDBC

2005-12-12 Thread greenbean
Will the JBoss JMS implmentation work with HA-JDBC and four postgres databases? I tried it out and it seemed to introduce some hanging conditions with some exisiting prototype code that uses MDBs along with Spring JDBC. However, I have not isolated the issue yet. If I run the simple send and

[JBoss-user] [JBossCache] - Re: Accessing Underlying JGroup Information

2005-11-14 Thread greenbean
This is great. I have been looking around but don't see an example of how to connect a TreeCacheListener to a cache instance. Where can I find an example of this? I am assuming it can be done in xml configuration files. Thanks again, Greenbean View the original post : http://www.jbos

[JBoss-user] [JBossCache] - Accessing Underlying JGroup Information

2005-11-14 Thread greenbean
I have a need to monitor when members join or leave a group. Is it possible to have a listener work with this information when using a JBossCache object? Or do I need to work with JGroups directly? If it is possible, how do I do this? Thanks, Greenbean View the original post : http