• Hot Deploy JBoss Remoting MBeans on runtime

    Hi Community,        I am using JBossAS-5.1.0.GA AppServer. I want to redeploy (Hot Deploy) Remoting MBeans provided inside remoting-jboss-beans.xml on runtime. Can anyone please suggest how ...
    Profile Photo
    last modified by hushen.savani
  • Configuring bisocket for Deployment API

    Does anyone know how to configure bisocket in Jboss AS 7? I want to configure the deployment API to use bisockets instead of client callbacks. I finding a lot of info for earlier versions of Jboss but nothing for AS 7...
    Profile Photo
    last modified by jwatts
  • Accessing EJB over HTTP

    I followed the instructions here   http://community.jboss.org/wiki/EJB3OverHTTPHTTPSInJBossAS-5   and here   http://community.jboss.org/wiki/AccessingEJB3soverHTTPHTTPS     The client (an...
    Profile Photo
    last modified by pacionet
  • Remote Client.addCallbackListener hang

    Hi, I'm having an issue where a remote client call to createQueueConnection that hangs and never returns until a socket timeout. We are using JBoss 4.2.3GA, Messaging 1.4.4, Remoting 2.2.3SP3.  The system invol...
    Profile Photo
    last modified by dmalechek
  • Remoting

    JBoss Remoting  JBoss Remoting is a stand-alone project that provides an API for making remote invocations using pluggable transports and data marshallers.  It will be the base for a new unified invoker in ...
    Profile Photo
    last modified by yves.p
  • unable to call EJB services in 4.0.5 installation from 5.1

    Hi,   For a while we had 2 instances of 4.0.5 running where instance A was calling EJB services of instance B. We upgraded instance A to 5.1 and at that point started getting the InvokationException with the ser...
    Profile Photo
    last modified by mshestopalov
  • Problem for Timer of BisocketServerInvoker

    Timer of BisocketServerInvoker is a static object. When BisocketServerInvoker start, it will create a controlMonitorTimerTask and insert it to Timer. Then BisocketServerInvoker cleanup, it will call controlMonitorTime...
    Profile Photo
    last modified by qingsongjian
  • Client truststore configuration

    Our application on jboss server 6.0.0 FINAL acts as a server and a client (transport sslsocket).   When the application looks up via jndi remote ejb3 and performs handshake - it uses jvm truststore, but we nee...
    Profile Photo
    last modified by glogu
  • remoting, classloading and specialized class problem

    Hello world,   First of all, sorry if this topic has already been discussed. I've not found the discussion yet.   I'm trying to send a specialized class (implementing interfaces and/or extending class) ove...
    Profile Photo
    last modified by liobod
  • Messaging server lock up issues

    We are having issues with a JBOSS Application server running with the following versions jboss messaging 1.4.6 jboss remoting 2.5.2 primarily being used for messaging purposes.   The server often locks up...
    Profile Photo
    last modified by vbs_jboss_accnt
  • LeasePinger, BisocketServerInvoker, Jboss remoting, Messaging

    Hi, I am facing the same issue as mentioned in the thread.http://community.jboss.org/message/584787   I am using Jboss 5.1.0 with Jboss Messaging.I am receiving the JMS messages from the server for processing ...
    Profile Photo
    last modified by srivisakh_r
  • How to use Remoting 3 to implement remote method call?

    Hi, I read remoting 3's API but I couldn't find a way to do this:       1.register a Service in one Endpoint;     2.invoke the Service with parameter from another Endpoint using ...
    Profile Photo
    created by anthonylee
  • Issue (java.io.EOFException) related to clientLeasePeriod

    We have migrated our application from JBoss-4.0.3SP1 to JBoss-5.1.0.GA. We are using ejb2 & messaging. The messaging is highly available part of the application. In our application, we have not touched/modified/ov...
    Profile Photo
    last modified by abhatia
  • How to use a HTTP(S) proxy without system properties?

    Hello world,   I'm facing the following situation: I have a webservice client generated by CXF which completely uses JAXWS APIs. A webservice call is supposed to be made through a HTTP/HTTPS proxy server. I rely...
    Profile Photo
    last modified by rspielmann
  • detected failure on control connection

    Dear All,   We are using:   JBoss EAP 4.3.0GA_CP08 JBoss Remoting 2.2.3.SP2-brew JBoss Messaging 1.4.0.SP3_CP10-brew   We have an application that receives notification using JMS Topics.  One ...
    Profile Photo
    last modified by tim.eapen
  • Sockets left in CLOSE_WAIT on server for JMS connections

    Hi,   We 're using JBoss AS 5.1.0.GA (with JBoss Messaging) and a client close a JMS connection a socket is left in the CLOSE_WAIT state on the server. We then quickly run out of file descriptors because of all ...
    Profile Photo
    last modified by slimamar
  • SSLBISOCKET problem. No port set -> "Failed to download and/or install client side AOP stack"

    Hi!   I have a strange problem at one client with a windows machine.   We are using Jbos  4.2.3 with  JBM 1.4.5 with remoting 2.2.3.sp1. Our software runs on multiple companies without any proble...
    Profile Photo
    last modified by mclu
  • JBoss6 - JNDI - Remoting

    Hello community,   i have some question how i can use RMI and JNDI with SessionScopes? I get always a error on the client side the weld context is no active: I use JBoss6.   Here my example on Serverside:...
    Profile Photo
    last modified by sirwayne
  • client side socket timeout

    Hello ,      I've an EJB3 application running on Jboss Server and a RMI client to invoke its methods. No i've an issue in setting up time out for specific calls. I want to set up the time out to ...
    Profile Photo
    last modified by mayankmit2002
  • Can I get CallbackHandleObject on server side

    Hi, everybody!   I am newbie in JBoss remoting. I found nice article about Callbacks http://www.mastertheboss.com/jboss-application-server/155-jboss-remoting-callbacks.html Everything works fine, but i need on...
    Profile Photo
    last modified by dima_ts