Log in to follow, share, and participate in this community.
Thread Which Library for 4.2.3.GA
Which Library for 4.2.3.GAWe have 4.2.3.GA installed in a cluster on RHEL5.4 with dual homed nodes. Simple 2 node cluster. First node app has durable subscription to a topic... but does not close subscription when i...
JBoss Remoting in AS ClusterAdditionally to the post in the AS Clustering Community I post it also here: I configured and deployed a simple Remoting Application into a 4.2.2 AS and run it successfully (below my mbean-definition)....
Thread Can't load remote interface of ejb in my client from jboss-e
Can't load remote interface of ejb in my client from jboss-eHi, I had written a client which is trying to call the ejb dynamically using reflection api. Instead of putting the home and remote interfaces in the classpath of the client application I am trying to load these inter...
Thread Trasporter Server/Client and clustering question
Trasporter Server/Client and clustering questionHi all, I read the remoting documentation, but it is still unclear to me if it is possible to lookup a specified list of URI's. Can I specify a list of url's of remoting servers for a clie...
ssl socket creation errorhi i want to make ejb invoking by ssl. AS version is jboss-5.1.0.GA. So i made actions 1) created keystore in server/mmslegacy-backend/conf directory keytool -genkeypair -alias mmslegacy-ssl -keystore mmslegacy.st...
JNDI for TransportersHi all, I understand that version 2.5.2 supports only multicast clustering for transporters. Any idea when JNDI based polling will be available for transporters? Thanks, Gugo
Remoting release 2.5.2.SP2 is availableRemoting version 2.5.2.SP2, which replaces version 2.5.2.SP1, is available.. It features bug fixes applied to release 2.5.2. To see the release notes, go to https://jira.jboss.org/jira/secure/Release...
Thread worker thread initialization failure in jboss 4.2.3
worker thread initialization failure in jboss 4.2.3Dear All, I was using jboss 4.0.4 and deployed a session bean in it. But now i migrated to jboss 4.2.3. for the same, On the session bean client side i changed the jbossallclient.jar for 4.2.3. But stil...
CompressingMarshaller causing improper socket closureI'm using JBoss 5.1.0.GA with JBoss Remoting 2.5.2, and EJB 2 invocations over the default 'socket' transport with the UnifiedInvoker. In order to make use of CompressingMarshaller and CompressingUnMarshaller, I...
Remoting release 2.5.2.SP1 is availableRemoting version 2.5.2.SP1 is available. It features bug fixes applied to release 2.5.2. To see the release notes, go to https://jira.jboss.org/jira/secure/ReleaseNote.jspa?version=12314009&styleName=Text&...
Thread how to disable (temporary) rmi interface in jboss 4.2.3 + re
how to disable (temporary) rmi interface in jboss 4.2.3 + reHi all, I have jboss AS 4.2.3GA installed and i upgraded my remoting package (only jboss-remoting.jar) to 2.5.2. we have an RCP client that uses InitialContext to create the RMI proxies. my problem is that this clien...
Problem with multiple ethernet adaptersSetup --------- Server Name : Server001 IBM Blade Server -> Two Ethernet adapters eth0 (100 Mbps) and eth1 (1000 Mbps) -> eth0: 150.158.73.49 -> eth1: 192.168.200.49 Debian 5 Installed Jboss 4.2.3 Jboss ...
Thread why would version == SocketWarpper.CLOSING ?
why would version == SocketWarpper.CLOSING ?What would cause the version read over the wire to be SocketWrapper.CLOSING? Specifically, I'm looking at MicroSocketClientInvoker, line 629-ish from Remoting 2.2.2.SP8: if (version == SocketWrapper.CLOSING)
{
log...
Messaging blocked by long time-outHi, I posted this question originally in the Messaging forum (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=152037), but was told that it seems to be more of a Remoting issue. I'm repeating the in...
JBoss RMI + Serialization performance issue "ravi_eze" wrote: hi, This is w.r.t. http://labs.jboss.com/jbossremoting/docs/benchmark/performance_benchmark.html where comparision between diffarent protocols is done. The page also gives the JUnit code tha...
JMS receiving connection dropped (ConnectionValidator), clieHello, we have an JBoss ESB 4.5.ga (jboss.org) (also tried upgrading the remoting.jar to 2.5.1, to no effect) and a standalone Application to act as a JMS client, using jboss messaging client 1.1 jbos remoting 2.5.1...
Thread Set the 'timeout' parameter at the client side for an EJB ca
Set the 'timeout' parameter at the client side for an EJB caHi, Is it possible to set the parameter 'timeout' for a EJB call at the client side. Actually this parameter is set at the server side with the url parameter (socket://${jboss.bind.address}:3873/?clientMaxPoolSize=2&a...