Mantis - Resin
Viewing Issue Advanced Details
212 minor always 05-24-05 00:00 11-30-05 14:44
user196  
 
normal  
closed 3.0.13  
3.0.13 fixed  
none    
none 3.0.14  
0000212: JMS with MySql Error
RSN-231
[09:58:12.173] creating JMS subscriber table resin_jms_consumer
[09:58:12.183] com.caucho.config.LineConfigException: C:\Java\resin-3.0.13\conf/resin.conf:281: java.sql.SQLException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'read BIGINT, ack BIGINT)' at line 1

Here's the JMS configuration in resin.conf file.


    <resource jndi-name="jms/QFactory/Email" type="com.caucho.jms.ConnectionFactoryImpl">
      <init>
        <data-source>jdbc/MySQL/Email</data-source>
      </init>
    </resource>
    
    <resource jndi-name="jms/Q/Email" type="com.caucho.jms.jdbc.JdbcQueue">
      <init>
        <queue-name>LessonEmailQ</queue-name>
        <data-source>jdbc/MySQL/Email</data-source>
      </init>
    </resource>
resin-3.0.13, JDK 1.5_03, WindowsXP, MySQL v4.1.12-nt, mysql-connector-java-3.1.8-bin.jar

Notes
(0000245)
ferg   
05-24-05 00:00   
ejb/67a0