ServiceMix-audit Exception:too long for type character varying(48). 
--------------------------------------------------------------------

                 Key: SM-1032
                 URL: https://issues.apache.org/activemq/browse/SM-1032
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-audit
    Affects Versions: 3.1.1, 3.1
         Environment: Linux redhat 9, jdk1.6
            Reporter: amp


We deploy ServiceMix-audit with Postgres to log all messages through bus.The 
database table( the default name is "sm_audit") of ServiceMix-audit module is 
created, and includes two fields: Id[varchart(48)] and data[bytes]. When a 
record of ServiceMix-audit module occurred, the database would store it in 
Windows OS. But in Linux OS, The ServiceMix throws a Exception: too long for 
type character varying(48). Because in Linux OS, the Id of the record is too 
long, just like:   ID:ChengBeiYan01.xxxxxx.com.cn-3264-1181556561484-4:1 , it's 
more than 48.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to