[jboss-user] [Clustering/JBoss] - Re: JGroups Multiple Registrations

2008-03-19 Thread kvbisme
Thanks for the reply Brian, and I agree. What is confusing to me is that Machine1 is the first machine in the cluster so I am confused what would cause Machine1 to become unresponsive to itself? Is there a particular fix I can point to in JGroups for justification of this upgrade to the boss?

[jboss-user] [Clustering/JBoss] - Re: JGroups Multiple Registrations

2008-03-18 Thread kvbisme
Sorry I lied we do not have the -Djboss.bind.address set View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137453#4137453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137453 __

[jboss-user] [Clustering/JBoss] - JGroups Multiple Registrations

2008-03-18 Thread kvbisme
We have two JBoss Servers (4.0.5.GA) clustered together. Each machine has two network cards, one connects to the world and the other to a small subnet of the JBoss Servers and other support servers used by the enterprise (database and stuff like that) In the run.conf at startup we added a -Djbo

[jboss-user] [EJB/JBoss] - Hot-deploy of an EJB loses my JAXBContext

2008-03-06 Thread kvbisme
I have an application that uses a war to accept web service requests, the requests are authenticated, and if authenticated the request is routed to an EJB to perform whatever task is requested. The problem is that when I bring up JBoss (4.0.5.GA) the application behaves as advertised, but if I m

[jboss-user] [Management, JMX/JBoss] - Custom Deployer in 4.0.5GA?

2007-08-24 Thread kvbisme
Can someone point me in the right direction on how I could create a custom deployer in the JBoss 4.0.5.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077842#4077842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077

[jboss-user] [EJB/JBoss] - Re: Can you change the Transaction Timeout dynamically?

2007-04-09 Thread kvbisme
Missed that Wiki page ... I had previously tried the BMT suggestion with no luck, still not 100% what I was looking for but far better than my current solution. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035724#4035724 Reply to the post : http:

[jboss-user] [EJB/JBoss] - Can you change the Transaction Timeout dynamically?

2007-04-09 Thread kvbisme
I have an application implemented as a Stateless Session Bean that is fired off at regular intervals from a Quartz trigger. 90% of the time the default transaction timeout is more than adequate, however one of the destinations I pull data from is absurdly slow, and it is not uncommon to require

[jboss-user] [JBossWS] - Question about JIRA Bug JBWS-991 - SchemaBinding Marshaller

2007-03-07 Thread kvbisme
I am having this same issue under JBoss 4.0.5.GA which should have the fix in it. Trouble is that when I reduce the scope to something I can post on here it works. When I have the full WSDL (which works under 4.0.4.GA) I get the same "... Failed to find read method or field for property '_valu

[jboss-user] [EJB 3.0] - NonUniqueObjectException

2006-12-14 Thread kvbisme
OK, this is too common a scenario to be this confusing. I have two tables in a database, we will call them Table A and Table B Table A has an ID field as the primary key and other information Table B has a composite key of three fields ? let?s call them column B1, B2, and B3 and of course other

[jboss-user] [Clustering/JBoss] - Re: JMS Queue access lost when JMS fails over

2006-09-28 Thread kvbisme
Followup. So we got around this issue by suplying the Hashtable parameter in the construction of our InitialContex and then specifying all of the hosts and thier HAJNDI ports under the PROVIDER_URL key. This seems like a hack since now I need to maintain these in a properties file (since we

[jboss-user] [Clustering/JBoss] - JMS Queue access lost when JMS fails over

2006-09-27 Thread kvbisme
We have a cluster setup of a two (reduced to better see the issue) JBoss-4.0.4-GA(patch-1) servers. We set these up using the zip file and then applied the EJB3-RC8 to it to get all the clustering pre-configured (mainly HA-JMS and the EJB3 implementation) Anyway, under ideal conditions everyt

[jboss-user] [EJB 3.0] - Re: Quartz Bean deployment

2006-09-19 Thread kvbisme
I tried what you have here and it fires every two minutes... How are you deploying this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972567#3972567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972567 ___

[jboss-user] [EJB 3.0] - Re: quartz-ra.rar bug?

2006-09-19 Thread kvbisme
Just now getting back to this, but Bill your suggestion I think would work best for me with one minor issue. It tries to deploy the jar file before JMS comes up. I get a javax.naming.NameNotFoundException: DefaultJmsProvider not bound. My other solution isn't much better. I had to move the qu

[jboss-user] [EJB 3.0] - quartz-ra.rar bug?

2006-09-11 Thread kvbisme
I am running a clustered environment and need cron like functionality for some periodic maintenance we perform. I originally posted this under clustering but was recommended to try my hand here by Brian Stansberry. The examples in the EJB3 tutorial for using the quartz-ra.rar work picture per

[jboss-user] [Clustering/JBoss] - Clustering Quartz-ra.rar

2006-09-08 Thread kvbisme
I am running a clustered environment and need cron like functionality for some periodic maintenance we perform. The examples in the EJB3 tutorial for using the quartz-ra.rar work picture perfect. That is until I actually cluster the machine up. Then instead of one job executing for the cluste