Hi , I'm using JBoss 4.0.2 jax-rpc services.
I use the jwsdp (wscompile) for xml and wsdl generation from an interface.
This is my interface:
| package com.primary.server.analitics;
| import com..ev.AnaliticUpdate;
|
| public interface AnaliticsInterface extends Remote {
|
|
OK, I've done some debugging, and inspecting the trace generated by the client
(the receiver/consumer) gone through the code.
Now, the code in the class org.jboss.mq.il.uil2.UILClientILService, in the
method handleMsg we saw this:
| switch( msgType )
| {
| case m_rece
Tested also on JBoss 4.01, using UIL2 connection.
For discarding a network problem, also tested on different networks.
The same problem goes on.
It's a real bug, and actually i'm debugging JBossMQ code.
If anyone wants to help, it will be welcomed.
Thanks,
Marcelo
View the original post :
http
I did a simple test to discard the fact that my app was adding some noise.
I made a QueueSender (sends a BytesMessage to the JBoss queue/testQueue) and a
QueueReceiver (consumes messages from the same queue).
I captured the traffic between those machines, and the result was the same.
I here add t
Hi I'm using JBoss 3.2.3, to run an application that uses JBossMQ as it's JMS
provider.
The performance is not bad, however we've been capturing the network packets
using a sniffer (Ethereal).
We've seen that when the server sends an object message to the client (using a
TemporaryQueue establish
Already know that it does not have impact in my application.
What I NEED is to lower bandwidth consumption, so I'm trying to discover why
this is happening, and how to fix it.
Thanks,
Marcelo
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868560#3868560
Re
Hi I'm using JBoss 3.2.3, to run an application that uses JBossMQ as it's JMS
provider.
The performance is not bad, however we've been capturing the network packets
using a sniffer (Ethereal).
We've seen that when the server sends an object message to the client (using a
TemporaryQueue establis
already posted in JBoss JIRA in JBossWS
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866710#3866710
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866710
--
Hi, I've been using JBoss.NET with jboss-3.2.3 to access webservices.
Everything worked ok, but we decided to move on to JBoss4. I've downloaded it
and followed the steps to reconfigure the webservices for JBossWS.
Every WS work OK, except one wich uses a custom class that has an array in
itself
I would be pleased if you could add this to new versions, because I really need
that the cluster traffic go through my internal network and not to the external
addres (that has a public address).
Thanks,
Marcelo.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtop
Hi, I have a Swing client that connects using JMS to a sever (Linux) running
JBoss4.
I'm using a firewall to make the clients detect a connection exception and
reconnect.
When the client reconnects, theres an MDB in the server that sends a message to
a temporary queue where the client was regist
Hi, we' ve been using JBossMQ since JBoss 3.0.8, a long time ago.
We were testing JMS against a lot of bad conditions, like a 64 KB internet
connection, many clients, long ping times, and many others.
However there's been a test case that is not working properly. If we have
already established a
Yes after a few minutes my JMS onException method is callled.
But, shouldn't JMS be asychronous in the client side? I mean, shold we wait the
message to arrive to the server, to resume the thread? I don't think this is
good for anyone!
I don't want to think that I should create a separate thread
Hi I have a class that implements a web service, and has this method
public void placeChatEvent(ChatEvent evt)
But this ChatEvent is a complex type, so whenever I try to deploy the wsr, axis tries
to
find out the complex type and generate a descriptor.
However I get this error:
[Types] The c
Yes. We have already done the test, and it worked.
We're currently using j2sdk 1.4.2_01, JBoss 3.2.3, and for the test we needed to setup
the default authenticator. Then it works.
Here's the simple client application code. You can see we are using a
ProxyAuthenticator, wich is our own implementa
Hi! I've a Client-Server app that uses JBoss Servers and Swing Clients that
communicate over JMS. I've already set my JBoss up, and my swing clients are able to
connect to the server either using UIL2 Connection Factory or HTTPIL
ConnectionFactory.
So I was able to connect the client with the s
any ideas?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826888#3826888";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826888>Reply
to the post
---
This SF.Net email is sponsored by: I
>I don't understand your question?
I need a way to detect client disconnection, to inform to my own system to erase the
client from a connected list.
HTTP is a stateless protocol, unlike UIL2.
> OK
>How can sending a message to a client help you? You send the message to the server
>not the cli
Thank you very much! I'm willing to se the new 3.2.4!
Marcelo
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825426#3825426";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825426>Reply
to the post
-
Hi, i'm implementing a solution that uses the callMethodOnCluster partition service,
to send remote requests between the servers.
However when I throw an exception in the remote server (the one that really serves the
request) the exception does not appear or propagate to the client server (the on
You can solve this by using ./run.sh -c all --host=your host ip
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824458#3824458";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824458>Reply
to the post
--
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820738#3820738
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820738
Below is my jms configuration for both UIL and HTTPIL
uil2-service.xml:
jboss.mq:service=I
22 matches
Mail list logo