• Remoting 3 Security

    Some random thoughts about security in Remoting 3. Authentication - SASL looks like a good option to support client authentication. The API makes it look pretty easy. I know that SRP was proposed at one point as well...
    Profile Photo
    last modified by dmlloyd
  • JBREM-433 - Point-to-multipoint, JGroups

    The question is - how can we provide a point-to-multipoint request-reply mechanism. I guess the easy answer is JBREM-48 - just have a JGroups transport. I think that there could be a couple more types of session: * ...
    Profile Photo
    created by dmlloyd
  • Sharing connections and classloading

    It should be possible for all traffic between two Remoting endpoints to share a single connection for all communication (assuming a transport that uses TCP or similar). However an exception to this is that in order to...
    Profile Photo
    created by dmlloyd
  • JBossCX -- JBossJCA and Remoting

    It has been proposed to combine the JBossJCA and JBossRemoting projects into a single project. This project with the tentative name JBossCX would be a new home for * JBossJCA * JBossRemoting * Any shared connectivi...
    Profile Photo
    last modified by weston.price
  • New blocking mode for pul callbacks

    Remoting has a new callback polling mode, in response to the forum thread http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990104#3990104. In the original mode, now known as "nonblocking" mode, org.j...
    Profile Photo
    created by ron_sigal
  • JBREM-645: Need to cleanup locatorURI parsing

    It looks like adhering strictly to RFC 2396 "Uniform Resource Identifiers (URI): Generic Syntax" will entail semantic changes to InvokerLocator. The example I see is the treatment of the path component. By definition,...
    Profile Photo
    last modified by ron_sigal
  • http-invoker and authentication info

      "dsengupt" wrote: "dsengupt" wrote: Hi, I'm trying to use the http-invoker to call EJBs from my Applet. However, it looks like everytime i try to do a JNDI lookup and call the EJB, a new Http Session is being ...
    Profile Photo
    last modified by dsengupt
  • JBREM-63, configuration pojofication

    "ron.sigal@jboss.com" wrote: My interpretation is that I should just get rid of the code in Connector that parses the "config" element. It looks like JBossXB can unmarshal all of the constructs in the Connector mbean...
    Profile Photo
    last modified by starksm64
  • JSR 203 - More New I/O APIs for the JavaTM Platform

    The Early Draft Review Specification for JSR 203 - More New I/O APIs for the JavaTM Platform ("NIO.2") is now available for Review from the list of Early Draft Reviews page http://jcp.org/en/jsr/stage?listBy=comm...
    Profile Photo
    created by starksm64
  • Remoting 3 - requirements

    Based on recent conversations, seems like there is enough interest in remoting 3 to start working on it in earnest. The biggest reason for remoting 3 is the fundamental change from being RPC based to being async messa...
    Profile Photo
    last modified by tom.elrod
  • 2.2.0.GA/component-info.xml still depends on tomcat 5.5.15

    The remoting/2.2.0.GA/component-info.xml is still declaring a dependency on the apache-tomcat 5.5.15 container: <import componentref="apache-tomcat"> <compatible version="5.5.15"/> </import> ...
    Profile Photo
    last modified by starksm64
  • jboss/remoting 2.2.0.Alpha7 not compatible with jboss5

    The dependency on apache-tomcat in the 2.2.0.Alpha7 version makes this incompatible with the jboss5 jbossweb-2.0.0 version: <!-- Only need the apache-tomcat jars tomcat-apr.jar, tomcat-coyote.jar, tomcat-http.ja...
    Profile Photo
    last modified by starksm64
  • Bisocket control connection failure

    Discussion of: http://jira.jboss.org/jira/browse/JBREM-726 When using the bisocket transport the creation of non control tcp connections is done in a retry to loop to prevent failures which may happen when trying to...
    Profile Photo
    last modified by timfox
  • Bisocket server invoker NPE

    We are seeing the following exception intermittently in JBM: 12:20:32,765 WARN @Timer-1 [BisocketServerInvoker] org.jboss.remoting.transport.bisocket.BisocketServerInvoker$ControlMonitorTimerTask@ce796: detected f...
    Profile Photo
    last modified by timfox
  • TransporterClient lacking create wrappers

    Is it just me or does anyone else notice that TransporterClient.java seems to lack coherent constructors and create methods. just today i added this very simple "hack" createTransporterClient method as there seemed t...
    Profile Photo
    last modified by bord
  • Invalid error logging

    I'm seeing errors like the following from the remoting layer since the latest version updates in trunk: 12:34:20,129 ERROR [ServerThread] SocketServerInvoker[0.0.0.0:4446].invoke() cal l failed: Failed to find temp...
    Profile Photo
    last modified by starksm64
  • Remote Classloading Service Redesign - JBAS-2075

    This thread is for the discussion of issues related to JBAS-2075 and the redesign/enhancement of the remote classloading service.
    Profile Photo
    last modified by adrian.brock
  • access to tomcat jars for remoting

    This post is in regards to jira issue - http://jira.jboss.com/jira/browse/JBAS-2766. Since the change of remoting http server invoker to use the tomcat connectors, there has been a requirement for the following tomca...
    Profile Photo
    last modified by tom.elrod
  • Atomic Operations

    Hi I have a scenario in which I need to treat DB commit of 2 rows as one atomic operation. How do I achieve this using CMT? Any tips would be useful. Basically I have something like this. public class TestMDBean im...
    Profile Photo
    created by akrishmohan
  • Servlet transport is completely broken.

    Servlet transport (in Remoting 2.0) is broken in sooooo many ways.... 1) There can't be two servlet invokers (it's necessary, for example, if you want to use them for JBoss Messagning and for EJBs - they require sepa...
    Profile Photo
    last modified by cyberax