[jboss-user] [Advanced Documentation] - Are there any JBoss 5.0.x docs?

2007-04-29 Thread mveitas
Are there any docs for version 5+ yet, even works in progress?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041722#4041722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041722 ___

[jboss-user] [JBoss Getting Started Documentation] - Re: JBoss 5 documentation

2007-04-09 Thread mveitas
Just bring this subject up again, does anyone know anything about the status of JBoss 5.x docs? -Matt View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035722#4035722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035722

[jboss-user] [JBoss Getting Started Documentation] - JBoss 5 documentation

2007-04-02 Thread mveitas
Is there any documentation anywhere regarding JBoss 5.x? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033885#4033885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033885 __

[jboss-user] [Messaging, JMS & JBossMQ] - Should stopping a destination cause a connection exception

2006-11-02 Thread mveitas
Should stopping a destination via the JMX console, cause an exception to be registered with the client connection? If not, how can I get the client to register an exception via the ExceptionListener interface? | Properties p = new Properties(); | p.put( "java.naming.factory.initial"

[jboss-user] [Messaging, JMS & JBossMQ] - Help needed testing JMS connection failure - 4.0.3SP1

2006-11-02 Thread mveitas
I am in need of some help with testing out our reconnect logic for our JMS based code. What is the best way to simulate a JMS connection failure? I have set an ExceptionListener on the connection object, but when I try an stop the destination from the jmx-console, no exception is being thrown. I

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss Log4J problem <- I need help

2006-08-14 Thread mveitas
What type of errors did you see when you removed the log4j.jar from your war file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964962#3964962 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964962 ___

[jboss-user] [Installation, Configuration & Deployment] - Re: problems with log4j and JMS...

2006-08-14 Thread mveitas
Do you happen to have a log4j.jar file in your application (EAR, WAR, SAR, etc)? JBoss has it's own log4j and b/c of some classloading issues, you have to use their version. If you want to upgrade, you gotta upgrade the log4j.jar in server/(default|all|minimal)/lib. -Matt View the original pos