[JBoss-user] [JBossWS] - WS Mappings in different packages / client mapping

2005-06-14 Thread mkprim
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 { | |

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Duplicate messages

2005-03-14 Thread mkprim
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Duplicate messages

2005-03-13 Thread mkprim
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Duplicate messages

2005-03-04 Thread mkprim
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

[JBoss-user] [Performance Tuning] - Duplicate messages

2005-03-03 Thread mkprim
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Duplicate messages

2005-03-02 Thread mkprim
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Duplicate messages

2005-03-02 Thread mkprim
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

[JBoss-user] [JBossWS] - Re: TypeMapping of custom class with an array in it

2005-02-15 Thread mkprim
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 --

[JBoss-user] [JBossWS] - TypeMapping of custom class with an array in it

2005-02-14 Thread mkprim
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

[JBoss-user] [Clustering/JBoss] - Re: UDP bind_addr vs. -Dbind.address JBoss 3.2.6

2004-12-10 Thread mkprim
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Client disconnection from Windows and Linux

2004-11-25 Thread mkprim
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

[JBoss-user] [Messaging, JMS & JBossMQ] - JBossMQ Fire & Forget

2004-11-19 Thread mkprim
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ Fire & Forget

2004-11-19 Thread mkprim
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

[JBoss-user] [JBoss.NET] - non-bean class

2004-09-29 Thread mkprim
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Over Authenticated HTTPS Proxy

2004-04-19 Thread mkprim
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

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Over Authenticated HTTPS Proxy

2004-04-16 Thread mkprim
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS HTTPIL Ping Question

2004-03-22 Thread mkprim
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS HTTPIL Ping Question

2004-03-19 Thread mkprim
>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

[JBoss-user] [Clustering/JBoss] - Re: Exceptions for callMethodOnCluster

2004-03-12 Thread mkprim
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 -

[JBoss-user] [Clustering/JBoss] - Exceptions for callMethodOnCluster

2004-03-11 Thread mkprim
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

[JBoss-user] [EJB/JBoss] - Re: JNDI Failure Over HTTPS

2004-03-05 Thread mkprim
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 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP problem

2004-02-09 Thread mkprim
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