You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2004/02/10 02:08:15 UTC

cvs commit: cocoon-2.1/src/blocks/jms/java/org/apache/cocoon/components/jms JMSConnectionImpl.java

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.";
               			}
  
  
  

Re: cvs commit: cocoon-2.1/src/blocks/jms/java/org/apache/cocoon/components/jms JMSConnectionImpl.java

Posted by Geoff Howard <co...@leverageweb.com>.
ugh, sorry.  eclipse has a feature request in for defaults for this IIUC.

Geoff

crossley@apache.org wrote:

> 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