Anthony Nolan [http://community.jboss.org/people/anthony7876] created the discussion
"My dev instance is finding a colleagues instance"
To view the discussion, visit: http://community.jboss.org/message/548189#548189
--------------------------------------------------------------
I am developing on JBoss 4.2.2. When I started my server it was finding my colleagues JBoss instance (I saw his IP in my server.log). However his machine is now switched off and I am still finding his IP address in my start up log (I have cleared the log). I have never configured my instance to find his specific IP address. I grepped the whole instance to find his IP address and it is only appearing in server.log. I am confused as to how my server knows anything about his machine now?
Can anybody shed any light on this?
Thanks,
Anthony
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/548189#548189]
Start a new discussion in JBoss Cache at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
HuiSheng Xu [http://community.jboss.org/people/rebody] replied to the discussion
"How to set timeout runtime"
To view the discussion, visit: http://community.jboss.org/message/548185#548185
--------------------------------------------------------------
Hi Yogita,
You can set a variable before timer create. And let timer use this process variable for its duedate attribute value. We cannot modify timer though java or decision activity directly.
If you really want to do that, you could use hibernate to access database directly, once you get the timerImpl, you could do whatever you want to do. But please notice that is not recommended.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/548185#548185]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Galder Zamarreno [http://community.jboss.org/people/galder.zamarreno%40jboss.com] replied to the discussion
"jboss cache as hibernate 2nd level - cluster node doesn't persist replicated data"
To view the discussion, visit: http://community.jboss.org/message/548176#548176
--------------------------------------------------------------
You don't have access to the cache instances in 2LC, so your idea of adding a cache listener won't work.
I think the easiest is either:
* Have database replication or have a single database rather than 2 separate databases, in which case 2LC would work just fine without any tweaks.
* Or don't use 2LC and instead have your caching layer that behaves in the way you want where you can add your cache listeners...etc.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/548176#548176]
Start a new discussion in JBoss Cache at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]