hi,Spring supports JMS support. what about provider for that. is JmsTemplate require any Jmf Provider connectionfactory or not. Is spring has own provider or not.how to use spring jms for the JMS...
Type: Posts; User: svsuresh; Keyword(s):
hi,Spring supports JMS support. what about provider for that. is JmsTemplate require any Jmf Provider connectionfactory or not. Is spring has own provider or not.how to use spring jms for the JMS...
hi,
is jndi proveder(broker) required for JMS or not.
without any broker who implementing the JMS can we run jms applications with tomcat server or not.
Hi,
i need JMS example.what are the requiements to write a complete JMS apllication.i have web server tomcat.what are the other jars requred to write a jms application.
let me kanow all required...
Thank you very much. finally i enter into the jpetstore example........
i will go through all links and i will note down some points to discuss with you,
once again thanks in my journey of spring...
i am able to connect the jpetstore database with the sql tools and i am able to execute the account table to retrive the values with stand alone program.
Could not complete request
org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is...
i modified like this
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:18306/usmdb
jdbc.username=root
jdbc.password=
still i am getting the database...
how to set the jdbc url for mysql database server.............
it is running under port 18306.
Thank you........
now i am getting
Could not complete request
org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception...
that jar file is available in web-inf/lib directory...........
hello,
could any one help to up the jPetStore spring example in tomcat.
i am getting error like
SEVERE: Context initialization failed
org.springframework.beans.factory.BeanCreationException:...
hi, i am getting this error when i am trying to update througth the step what u given.........
Network connection problems encountered during search..
what are the basic requirements for spring...
hi, i am getting this error when i am trying to update througth the step what u given.........
Network connection problems encountered during search..
please tell me how you integrated spring to eclipse...........
Hello,
I need help to start the spring framework to prepare one complete web application.
what are the modules required to do web application. what is the main flow from view to model.
what are...