Search:

Type: Posts; User: fredycas83; Keyword(s):

Search: Search took 0.02 seconds.

  1. email duplicate when application runs in two different servers

    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...
  2. Replies
    3
    Views
    4,397

    Enrico, mi idea is not configure Spring MVC, i...

    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...
  3. Replies
    3
    Views
    4,397

    Spring 3 and JSF 2

    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...
  4. Replies
    5
    Views
    1,012

    I'm using Spring 2.5.6 and i'm packaging my...

    I'm using Spring 2.5.6 and i'm packaging my application into a war file.
  5. Replies
    5
    Views
    1,012

    jarek are you sure it's enough with that? Is...

    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:
    ...
  6. Replies
    5
    Views
    1,012

    Glassfish LoadTimeWeaver

    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...
  7. Replies
    0
    Views
    1,014

    help with jpa+jta+tomcat

    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:
    ...
  8. Replies
    0
    Views
    679

    Configure JPA+JTA+Tomcat

    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...
  9. Replies
    4
    Views
    1,038

    Annotations Problems

    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...
  10. Replies
    4
    Views
    1,038

    Annotations problems

    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...
  11. Replies
    0
    Views
    989

    Urgent problem QuartzJobBean

    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...
  12. Replies
    0
    Views
    635

    Help LOAD TIME WEAVER

    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:
    ...
  13. help authentication-provider spring security

    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...
  14. Replies
    3
    Views
    1,126

    Thanks rahuln i´m gonna use Spring Security 2.0.5...

    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.
  15. Replies
    3
    Views
    1,126

    Spring Security vs Acegi

    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...
  16. Replies
    9
    Views
    1,517

    Chris i have been using GenerationType.AUTO and...

    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...
  17. Replies
    9
    Views
    1,517

    Chris i could configure my Example with Plain JPA...

    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...
  18. Replies
    9
    Views
    1,517

    Chris i did not declare transactionManager due to...

    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...
  19. Replies
    9
    Views
    1,517

    Chris the User entity has annotation @Entity. I...

    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...
  20. Replies
    9
    Views
    1,517

    Integration JPA+Spring2.5+Tomcat

    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...
Results 1 to 20 of 20