Thanks. Unfortunately, it does not fix the problem, I already have it enabled:

   <local-tx-datasource>
     <jndi-name>jdbc/SybaseDS</jndi-name> <connection-url>...</connection-url>
     <driver-class>com.sybase.jdbc2.jdbc.SybDataSource</driver-class>
     <user-name>...</user-name>
     <password>...</password>
     <min-pool-size>2</min-pool-size>
     <max-pool-size>20</max-pool-size>
     <idle-timeout-minutes>15</idle-timeout-minutes>
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.SybaseExceptionSorter</exception-sorter-class-name>
   </local-tx-datasource>

Any other ideas?

Robert Augustyn wrote:

How I am not sure :) but that what worked for me.
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.Syba
seExceptionSorter</exception-sorter-class-name>
I believe is correct sorter for Sybase.
I had the same problem with oracle and when I added
sorter and <errorHandler
class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
it
took care of the problem. My appender looks the same
as yours.


-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] On Behalf Of
Vladyslav Kosulin
Sent: Tuesday, January 27, 2004 12:43 PM
To: [EMAIL PROTECTED]
Subject: Re: ASYNC + SMTP appender with JBoss
configuration


Robert Augustyn wrote:



I am not quite sure how you get anything by setting
smtp host
value/to/from to "..." ?


I replaced the real values for security purposes ;-)


You may want to look into using exception sorter in
the definition of
your jdbc pool.


JDBC pool? How does it affect SMTP?

Vlad


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


__________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to