[JBoss-user] [Messaging, JMS & JBossMQ] - Re: losing messages publishing to topics

2004-11-21 Thread cballew
OK, I guess I'll continue my monologue to chronical my experience. I switched today to using localhost UIL2ConnectionFactory instead of the internal connection factory, I get exactly the same behavior by dropping messages and/or too many messages. I cannot think of a reason that I should ever ge

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: losing messages publishing to topics

2004-11-20 Thread cballew
Now I have tried the Sun JVM on this issue with the same results. Different machines too. I can't escape the conclusion any more that for some reason even though I have called publish n number of times I never get a perfect n in the jms_messages store table, I'm either over or under every time.

[JBoss-user] [Messaging, JMS & JBossMQ] - losing messages publishing to topics

2004-11-19 Thread cballew
We were doing some stress testing on some code that we're getting ready to deploy to production soon. Basically for brevity I've done my code home work and searches and read the wiki's, done the googles, etc. If I missed, my apologies because I tried my best and yes I looked to the jboss source

[JBoss-user] [HTTPD, Servlets & JSP] - Re: WebService Work, Servlet deploys, but can't locate

2004-10-28 Thread cballew
that was it, thank you very much... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853062#3853062 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853062 --- This SF.N

[JBoss-user] [HTTPD, Servlets & JSP] - Re: WebService Work, Servlet deploys, but can't locate

2004-10-28 Thread cballew
Here's my web.xml http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4"> ConfigUpdaterServlet ConfigUp

[JBoss-user] [HTTPD, Servlets & JSP] - Re: WebService Work, Servlet deploys, but can't locate

2004-10-27 Thread cballew
Sorry left out a couple of things, first yes I remembered the :8080 when calling the Servlet. Second, I'm using JBoss 4 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853007#3853007 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [HTTPD, Servlets & JSP] - WebService Work, Servlet deploys, but can't locate

2004-10-27 Thread cballew
I have a webservice I deployed and can access at http://localhost:8080/ws4ee/services/WebServiceSourceService?wsdl and it works like a champ. I deployed a Servlet and it deploys just fine, but I can't figure out how to access it. in my web.xml I have /servlet/ConfigUpdater I go to http://loc

[JBoss-user] [Management, JMX/JBoss] - Same code

2004-09-28 Thread cballew
First let me state I'm very new to JBOSS and MBeans in general. I am basically looking for an example or someone to point me in the right direction to do the following: I have a simple database poller that watches tables and sends messages to JMS based on new information hitting those tables.