access to tomcat jars for remotingThis 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...
Atomic OperationsHi 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...
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...
Thread Strategy for supporting NonSerializable data
Strategy for supporting NonSerializable dataWith the switch to JDK5, accessing remotely the MBeanServer over the legacy JMXAdaptor and getting back MBeanInfo is problematic, due to non-serializable objects stored in the MBeanInfo Descriptors. We could deal wit...
Thread Detached invokers are too detached from the transport
Detached invokers are too detached from the transportSo in looking at a request to be able to use the ssl client cert as the caller identity for an ejb as can be done for CLIENT_CERT authentication in the web tier, the current detached invoker framework is too detached ...
Source artifacts and jbossas versionI added a jboss-remoting-src.zip artifact to the remoting build that should be included in the repository artifacts to simplify testing for other projects, and added jboss-remoting-src.zip artifacts to the 2.2.0.Alpha...
Better support for multi-homingConsider this connector config:
<mbean code="org.jboss.remoting.transport.Connector"
name="jboss.remoting:service=Connector,transport=Socket"
display-name="Socket transport Connector">
<attribute name=...
source for 1.4.3I'm trying to find the source for 1.4.3 to debug a problem I'm having, but I can't find it anywhere. Can someone point me in the right direction? Thanks.
org.jboss.remoting.CannotConnectException (ejb3)Hello When trying to connect to jboss (behind firewall) from a java client outside, i get a org.jboss.remoting.CannotConnectException: Can not get connection to server. Pr oblem establishing socket connection. at org...
Callback acknowledgementsIntegrating the Remoting http transport into JBossMessaging has uncovered a requirement in Messaging for Remoting callbacks to generate acknowledgements, and we're soliciting comments on the nature of these acknowledg...
change to client leasingDue to a bug with remoting regarding now client leases are managed (see http://jira.jboss.com/jira/browse/JBREM-596), the latest code base has been changed so that client leases are managed by the client invoker and n...
Thread Wire Versioning at the Application-level Needed
Wire Versioning at the Application-level NeededI feel that wire versioning (http://labs.jboss.com/portal/jbossremoting/docs/guide/ch12.html) is a very important feature, because if people are using JBoss Remoting as the framework on which they are building distrib...
Thread Moving core o.j.invocation classes to common
Moving core o.j.invocation classes to commonWith the effort underway to consolidate the client-side interceptor models, a problem that comes up is where to put some of the core org.jboss.invocation classes, e.g. org.jboss.invocation.Invocation. http://jira.jbo...
Thread Have remoting support a non invocation based model
Have remoting support a non invocation based modelHi Tom et al As we move further ahead with JBoss Messaging, we're going to need to provide a non blocking approach to processing requests on the server. I.e. on the server side: Read some data (non blocking) from t...
Thread Extracting load balancing classes from AS cluster module for
Extracting load balancing classes from AS cluster module forOpening a forum thread for discussions of http://jira.jboss.com/jira/browse/JBCLUSTER-137 First fundamental issue is the dependencies that the LoadBalancePolicy interface brings with it: 1) public void init (HARMICl...
Encryption in RemotingRelated to http://jira.jboss.com/jira/browse/JBREM-419 I plug in a CipherOutputStream to the JBossObjectOutputStream. The issue with COS is that it needs an explicit close() to flush all the data across. But this cau...
Thread refactoring of SSLSocketBuilder / RemotingSSLSocketFactory
refactoring of SSLSocketBuilder / RemotingSSLSocketFactoryI checked in some refactoring to combine the common code that existed between SSLSocketBuilder and RemotingSSLSocketFactory. I also added additional configuration capabilities to SSLSocketBuilder - the ones of import...