I have created a transactional datasource using the jtdsDataSource for Sybase. I actually get a pooled connection from a XAConnection as follows;
private void initDNADataSource(){...
Type: Posts; User: Beedee; Keyword(s):
I have created a transactional datasource using the jtdsDataSource for Sybase. I actually get a pooled connection from a XAConnection as follows;
private void initDNADataSource(){...
What is ambigious when you have a factory method getInstance() taking 2 kinds of arguments one being java.util.Properties and the other being javax.mail.Authenticator? i.e.
getInstance(Properties...
I have created an application on weblogic 10.3tp using spring 2.5. I also configured a view resolver(InternalResourceViewResolver) to use the prefix /WEB-INF/jsp and suffix .jsp. I used the split...