Hi Paul,
I will look into this problem shortly. As a matter of fact, I'm pretty sure I'm the one who added the line
| setUnMarshaller(unmarshaller);
|
when I noticed the unmarshaller was getting recreated with each invocation. As my JBoss colleague Aleksandar Kostadinov says, "If it isn't broke, fix it till it is". :-)
I've assigned JBREM-900 "ClassCastExceptions when two apps in jboss make concurrent calls to a remote jboss" to release 2.4.0.CR1.
-Ron
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127647#4127647
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127647
Hi Peter
I'm building JBossAS from trunk (latest) source and I get my postgresql-persistence-service.xml from thirdparty/jboss/messaging/resources
I really don't see how the version of the file matters considering the error. It can't find MOVE_REFERENCE which is in the file. But it can't find it because it JDBCSupport.java never loads the statements. Check these snippets : how could it ever work - for any database?
| protected Map getDefaultDMLStatements()
| {
| return Collections.EMPTY_MAP;
| }
|
| protected Map getDefaultDDLStatements()
| {
| return Collections.EMPTY_MAP;
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127639#4127639
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127639
If the network and/or server are busy, it could be that the default timeout (1000 ms) is too stringent. You can set the org.jboss.remoting.ConnectionValidator timeout by passing ConnectionValidator.VALIDATOR_PING_TIMEOUT (actual value "validatorPingTimeout") with a string value such as "5000" in either
1. the InvokerLocator used to create the org.jboss.remoting.Client,
2. the configuration map used to create the Client, or
3. the metadata map passed to Client.addConnectionListener().
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127637#4127637
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127637