Hi everybody, i have a problem related to send an email with spring.
I have the same application running in two differents servers (Tomcat 6). Every day at 23:55, both applications send an email...
Type: Posts; User: fredycas83; Keyword(s):
Hi everybody, i have a problem related to send an email with spring.
I have the same application running in two differents servers (Tomcat 6). Every day at 23:55, both applications send an email...
Enrico, mi idea is not configure Spring MVC, i just want to create an application with JSF 2.0 (to manage User Interface) and Spring 3.0 (to handle my logic as any core container).
I 've been...
hi guys, i'm creating my first web application with spring 3 and jsf 2 and when server starts an exception like that occurs:
java.lang.IllegalArgumentException: null source
at...
I'm using Spring 2.5.6 and i'm packaging my application into a war file.
jarek are you sure it's enough with that?
Is not necessary to add some jar (i.e.: glassfish-clapi.jar) in the server.
I tested the new configuration, and threw the following exception:
...
Hi guys i'm developping a web application with Netbeans and i'm using Glassfish v3 as a server.
I have a problem, cause i don't have idea how configure loadTimeWeaver in glassfish. However i read...
Hi guys, as i posted since few days, i still can not configure my application with jpa , jta and tomcat as a server.
I let you my configuration files just in case one of you knew how help me:
...
Hi guys, i´m trying to configure an spring application with JPA and JTA to access an Oracle Database with a Tomcat Server.
I read Carol McDonald blog, but i didn´t work.
Could anyone give an...
Thanks sslavic, i´ll try to do carol mcdonald´s blog say.
In fact some time ago, i made and Spring2 + JSF(1.2) application and the way i got bean declared in applicationContext.xml was through...
Hi everybody, i´m creating and JSF2 + Spring2 (version 2.5) applications.
The integration works. So my problem is: @Autowired annotation doesn´t work.
I read a lot of tutorials and manuals and...
Hi everybody, i'm working on an application with spring2 and struts2 and have the next problem:
When my application starts, a QuartzJobBean is executed.
In that QuartzJobBean i should be able to...
Hello guys, i´ve found some problem when i want to change the server. From Tomcat6 to Jboss .
The basic problem appears because when i start jboss server throw the following exception:
...
Hi people, how are you? i hope you´re well.
I´m adding Spring Security to my Web application (i´m using Spring 2.0.5), and i´ve configured every aspects of the framework, but i´m doing something...
Thanks rahuln i´m gonna use Spring Security 2.0.5 GA. Do you have a link i should read to know by example how to implements Spring Security.
Thanks.
People i developed a web application with Spring 2.5.6, and now i have to add security to that application. But don´t know which of them is better if Spring Security or Acegi. Can anyone tell me...
Chris i have been using GenerationType.AUTO and now i´ve changed to GenerationType.SEQUENCE and now it´s working.
Do you know Chris why didn´t work it with GenerationType.AUTO?
Thank you for all...
Chris i could configure my Example with Plain JPA (not using JpaDaoSupport). The only problem i have is the following: when i start my application i have to regenerate the HibernateSequence in the...
Chris i did not declare transactionManager due to i´m not using Annotations and my dao extends from JpaDaoSupport.
I watched pletnic sample, but in that sample jpa is used with annotations and...
Chris the User entity has annotation @Entity. I could solve my problem, but now i have a problem more wired than before. No exceptions are raised, but for example when i execute...
Hi Guys, i´m setting an application with Spring 2.5 , JPA and Tomcat. I would like to get my datasource by JNDI, but when i run that sentence this.getJpaTemplate().persist(user); an exception is...