Log in to follow, share, and participate in this community.
Thread JNDI Lookup Fails, Causes Failed EJB2 MDB
JNDI Lookup Fails, Causes Failed EJB2 MDBI'm not exactly sure where to post this one, but since most of the relevant log shows jboss remoting code, I'll start here. I'm trying to deploy an EJB 2 MDB to JBoss 4.2.3. Here are the points of interest: JBoss Mes...
No ping on secondaryBindPortHello there. I've duplicated this post here from the Messaging forum (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=161838) in case it fits better in this one. We are running Jboss AS 4.2.3.GA wit...
JBoss ESB issue "Gowri" wrote: I am using JBOSS ESB socket listener in my project. I tried to connect to the server with this socket listener (JBR-Socket ) using a simple java client program which uses Socket API to make the ...
J2EE remote client HTTP tunnelingI've got a swing client that's making EJB calls and listening to JMS topics in my JBoss app server. I get the server JNDI and do remote proxy lookups for EJBs, JMS Topics, and the JMS Connection Factory. All of this ...
Infinite lock in MicroSocketClientInvokerI am running 2 Jboss Nodes (4.2.3GA) in a cluster with Jboss Messaging (1.4.2 SP1) and Jboss remoting ( 2.4.0SP1). Now problem is that if I unplugs the network cable the clients get hanged. When I try to dig out the ...
Remoting release 2.5.2 is availableRemoting version 2.5.2 is available. It features * Introduction of "connection identity" concept; * introduction of write timeout facility; * improved reliability for callbacks in bisocket transport; * improved t...
Remoting release 2.2.3.SP1 is availableRemoting version 2.2.3.SP1 is available. It features * Introduction of write timeout facility; * improved reliability for callbacks in bisocket transport; * improved treatment of invocation retries in socket and b...
port problem on windows embedded posHello! I am currently working on a java ee project and we use Jboss as the application server. The server should run on windows xp, linux and also on windows embedded for point of sale (i know it is a funny choice)....
Problem running with MavenI've been playing around with remoting and developed some tests. These all run fine in the same environment as delivered by the 2.5.1 download. I now need to integrate this work into the main project which uses Maven...
is JBoss remoting good choice for me ?Hi, I'm facing a problem of implementing communication between JBoss server and java standalone (WebStart) application. What I have to do is generally sending a few object serialized to XML (2mb each) and save them in...
Thread invoker locator config vs. request metadata params
invoker locator config vs. request metadata paramsIn reading 5.4.11. HTTP(S) Client Invoker - proxy and basic authentication of the docs here: http://www.jboss.org/file-access/default/members/jbossremoting/freezone/docs/guide/2.2/JBoss_Remoting_Guide.pdf it gives a...
TransporterClient threaded port "cuthbe" wrote: How do I configure a remoting service to run on a single port but handle multiple client connections. No configuration is necessary. Remoting servers use a ServerSocket which can accept multi...
Weird port number on connection failWe are running JBossAS 4.2.2 with JBM 1.4.4. Recently we experience a problem and I am trying to track it down. It appeared to be a network issue in that we got the following in the log: 2009-08-25 10:45:22,902 ERRO...
Pass a custom object into callback handlerAll I have configured a remoting handler and callback, but what I want to do is pass in a custom object when I call addlistener can this be done ?
Callback IdentificationHi, I am wanting to implement a push callback facility whereby on the server, I have multiple callbacks for which the callback payload is to be destined for. What I require is to be able to on the server, distinguish...
Socket invocator and long transactionsLooks like there is some problem with long running transactions when used with socket invocation. I found that no matter what I will specify for transaction time out I get exception from server for trying to call sta...
Socket Timeout?Is there a property that can be set for JBoss remoting that will set a socket response timeout in a way similar to the "sun.rmi.transport.tcp.responseTimeout"property for Sun's rmi implementation? Basically we would l...
Thread HTTPUnMarshaller and InvocationResponse objects
HTTPUnMarshaller and InvocationResponse objectsHi there. We encountered something that appears to be a bug when using JBR client to a JBR Server (http). In the above scenario, the JBR server returns an InvocationResponse to the JBR client (if the user-agent star...
Writing a custom invoker howto?Sorry if I'm in the wrong forum, but I've been trying to find some information on how to extend and write my own custom invoker. For example, I've created a ClientFactory which returns my ClientInvoker. My ClientInvo...