• How to know that a remote ejb is droped from the Server

    I created an remote ejb... And i want to know if the ejb is remove when I do the bean.remove(); I have checked in the jmx-console ( org.jboss.ejb.StatelessSessionContainer) of may ejb, and I can see statistics of cr...
    Profile Photo
    last modified by tonimenen
  • TransporterClient threaded port

    All How do I configure a remoting service to run on a single port but handle multiple client connections.
    Profile Photo
    last modified by cuthbe
  • Creating my own jms connection factories

    Hi All, I am using JBoss 4.2.3. I want to do a lookup to JMS ConnectionFactory remotely. It is seen that by default JBoss provides two factories ConnectionFactory and XAConnectionFactory. In addition to these if I ad...
    Profile Photo
    last modified by subhashkn
  • Can not get connection to server - port out of range -1

    I'm getting this exception from the Invoker: INFO | jvm 1 | main | 2009/05/21 16:21:13 | EXCEPTION: org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection...
    Profile Photo
    last modified by tsaulpau
  • Access to client SSL certificate in server invocation handle

    How can I get client SSL certificate in server-side invokation handler? Transport is HTTPS.
    Profile Photo
    created by vaborkovkin
  • Getting starding jms

    Hello, I am getting starting with jms and search some basics examples. There is somebody who can give me some examples?
    Profile Photo
    last modified by b16d
  • Server side thread leak?

    Re: https://jira.jboss.org/jira/browse/JBAS-6665 Ron/Richard, is this happening in clustered or non clustered tests? Or both? My thoughts: Unified invokers (read EJB2) do not work like the the EJB3 ones. The unifie...
    Profile Photo
    last modified by galder.zamarreno
  • Remoting 3: Package rename - again

    Much as I hate to do this, it's looking like we're going to have to rename the Remoting 3 "org.jboss.remoting" to "org.jboss.remoting3" if we want this to be included into the AS, since there are components that canno...
    Profile Photo
    created by dmlloyd
  • Remoting 2: Timeout waiting on socket for InvokerLocator

    Hi guys, I have a JMS/Remoting error that's environment-specific to my Hudson, cannot reproduce locally or on other CI servers. Mostly likely I just need to make the test more resilient? java.util.concurrent.Executi...
    Profile Photo
    last modified by alrubinger
  • Remoting 2: Servlet Invoker

    I've got failing integration tests for the following construct: @Stateless @RemoteBindings({ @RemoteBinding(clientBindUrl="http://localhost:8080/servlet-invoker/ServerInvokerServlet", jndiBinding="StatelessHttp") }...
    Profile Photo
    last modified by alrubinger
  • How to implement reverse proxy

    Hello, I have a JBoss AS with one WEB interface from which our customer want to start another WEB application on a specific URL; our idea was to insert in our WEB interface a link to this external WEB application acce...
    Profile Photo
    created by dellacqua
  • HTTP Tunnel subproject

    Andy Taylor of JBM team will be working on the following issue: * https://jira.jboss.org/jira/browse/NETTY-109 I believe we will also be able to benefit from this if implemented generic enough (that's the purpose.)...
    Profile Photo
    last modified by trustin
  • Remoting 3: Splitting subprojects

    So far I've split the project as follows: 1) Transporters are in https://svn.jboss.org/repos/jbossremoting/remoting3-transporter/trunk. After the main GA release of Remoting, I'll release a Beta of transporters that ...
    Profile Photo
    last modified by dmlloyd
  • Remoting 3: Decision time...

    OK, so I just released Beta2. We need to decide what else, if anything, we need to add before releasing 3.0.0.GA. Right now we've got: * Basic protocol (intended to be a model for implementations, not for primary usa...
    Profile Photo
    last modified by dmlloyd
  • Remoting 3: Secure Remote Classloading (JBREM-929)

    Various parties have already pointed out the security concerns with the existing remote classloading system and the need to better integrate with the AS classloader system. There are (at least) three points where sec...
    Profile Photo
    last modified by dmlloyd
  • Remoting 3: Transporters

    Not sure if you guys noticed, but the other night I whipped up a Transporter implementation and put it in, thinking back to Ron's comment about how he hopes they stay around. Let me know what you think!
    Profile Photo
    last modified by dmlloyd
  • Remoting 3: Beta release imminent

    OK, so I've finished fixing up the Multiplex problems, getting integration with XNIO 1.2 and Mashalling straightened out, classloading, etc. There is only one remaining issue for Beta1, which relates to service metai...
    Profile Photo
    last modified by dmlloyd
  • Remoting 3: RFC: Simple load balancers

    In IRC someone was asking about load balancing. One major benefit of the ClientSource+Client design is the ability to create a wrapper ClientSource which can do things like this. I thought it would be nice to provide ...
    Profile Photo
    last modified by dmlloyd
  • remoting-jboss-beans.xml

    I'm working on moving the Remoting related stuff in AS from deploy/remoting-service.xml to deploy/remoting-jboss-beans.xml, and I have a few questions. A skeletal version of remoting-jboss-beans.xml is appended below....
    Profile Photo
    last modified by ron_sigal
  • Missing tomcat JARs in branches/2.x?

    Hi, I've just set my eclipse workspace again and checked out remoting2/branches/2.x, and Eclipse is telling me: Project 'jboss-remoting2' is missing required library: 'lib/apache-tomcat/tomcat-apr.jar' Project 'jbos...
    Profile Photo
    last modified by trustin