crossley 2004/02/09 17:08:15
Modified: src/blocks/jms/java/org/apache/cocoon/components/jms
JMSConnectionImpl.java
Log:
Fix dos2unix line endings.
Revision Changes Path
1.8 +2 -2
cocoon-2.1/src/blocks/jms/java/org/apache/cocoon/components/jms/JMSConnectionImpl.java
Index: JMSConnectionImpl.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/jms/java/org/apache/cocoon/components/jms/JMSConnectionImpl.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- JMSConnectionImpl.java 9 Feb 2004 01:54:10 -0000 1.7
+++ JMSConnectionImpl.java 10 Feb 2004 01:08:15 -0000 1.8
@@ -162,7 +162,7 @@
String rootCause = e.getRootCause().getClass().getName();
String message = e.getRootCause().getMessage();
if (rootCause.equals("java.lang.ClassNotFoundException")) {
- String info = "WARN! *** JMS block is installed but jms
client library not found. ***\n" +
"- For the jms block to work you must install
and start a JMS server and " +
"place the client jar in WEB-INF/lib.";
+ String info = "WARN! *** JMS block is installed but jms
client library not found. ***\n" + "- For the jms
block to work you must install and start a JMS server and " +
"place the client jar in WEB-INF/lib.";
if (message.indexOf("exolab") > 0 ) {
info += "\n- The default server,
OpenJMS is configured in cocoon.xconf but is not bundled with Cocoon.";
}