Search:

Type: Posts; User: 2nice; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    675

    Aspect trigger twice

    Hi
    I have this spring aop configuration:

    <aop:config>
    <aop:aspect id="userAdvice" ref="emailAdvice">
    <aop:after-returning
    pointcut="execution(*...
  2. Hello! Is there gone be a fix for this issue...

    Hello!

    Is there gone be a fix for this issue in a near future?

    /henrik
  3. I use spring 2.0.3 and springmodules 0.8 and have...

    I use spring 2.0.3 and springmodules 0.8 and have this kind of problem when
    there session times out in jbpm.


    Caused by: org.springframework.beans.factory.BeanCreationException:
    Error creating...
  4. How to send paramters to actionhandler when using JbpmHandlerProxy

    Before using spring-modules I have this type of code in the processdefinition:

    <action name="validate" class="com.handlers.MyActionHandler" config-type="bean">
    ...
  5. Hi! I think there must be a way to send...

    Hi!
    I think there must be a way to send parameters to the actionhandler when using the JbpmHandlerproxy but I can´t figure ut how to do it.

    I know I could have set the parameters in the spring...
  6. thanks. I´ll try to do that. /henrik

    thanks. I´ll try to do that.
    /henrik
  7. Accessing EJBs without configure them in xml as beans

    Hi!
    I wondering if it is possible to access EJBs without specifying them as beans in the spring xml-file.
    Normally I do the configuration in spring xml config and it would look something like this...
  8. Replies
    9
    Views
    5,567

    As a newbie in Spring I have struggled a lot with...

    As a newbie in Spring I have struggled a lot with the double submission problem. This tip helped me to solve the problem.:)
    There should be more information in the spring manual to handle such...
  9. Replies
    3
    Views
    1,204

    I have tested the new Spring 2.0.1 and now the...

    I have tested the new Spring 2.0.1 and now the aspects work as expected without workarounds. :)

    /henrik
  10. Replies
    3
    Views
    1,204

    I will try with v 2.0.1 and let you know if it...

    I will try with v 2.0.1 and let you know if it works.
    /henrik
  11. Replies
    7
    Views
    1,613

    Hi Scott! I´m very grateful for your reply on my...

    Hi Scott!
    I´m very grateful for your reply on my post!
    I did as you mentioned above and now it works fine (SSO without SSL).

    Many thanks!
    /henrik
  12. Replies
    3
    Views
    1,204

    Possible bug in aspects...

    I have a configuration for aspects in this way:

    <aop:config>
    <aop:aspect id="userAdvice" ref="emailAdvice">
    <aop:after-returning
    ...
  13. Replies
    7
    Views
    1,613

    I use tomcat 5.5 and mysql as db on windows but...

    I use tomcat 5.5 and mysql as db on windows but it also should work on unix/linux.

    We don´t use SSL because we are in a developement phase. Later when we go in production we certanly gone use SSL....
  14. Replies
    7
    Views
    1,613

    I´m doning a sort of this exept that my...

    I´m doning a sort of this exept that my applications reside on one server. I have one application which handles the users and then I implement other apps that use this applikation. They all reside in...
  15. Hi! I´m about to do something like this and have...

    Hi!
    I´m about to do something like this and have got it to work except for one thing. I have problems with the configuration of the single sign on. I have two applications(different wars) that share...
  16. Thread: CAS without SSL

    by 2nice
    Replies
    5
    Views
    2,510

    Thanks! I look up this file and do the change. ...

    Thanks! I look up this file and do the change.

    I have done the change and now it works fine.
    By the way, the filename is SecureUrl.java.

    /henrik
  17. Thread: CAS without SSL

    by 2nice
    Replies
    5
    Views
    2,510

    Hi reddy! nice that you have got it to work! ...

    Hi reddy!
    nice that you have got it to work!

    I have also tried to use CAS without SSL but havent found out every thing that should be done to fix this.
    Just now I get this message:

    ...
  18. Replies
    3
    Views
    1,474

    Hi Scott! Thanks for your answer! I found out my...

    Hi Scott!
    Thanks for your answer! I found out my self today that I needed that file, but again, thanks anyway.

    Now I have problem to get rid of https. I have changed to http in every place that I...
  19. Thanks mdeinum for your reply. As you can se...

    Thanks mdeinum for your reply.
    As you can se from my former post I could solve my problem by overriding the method referenceData. Now it works very well.
    The class User shall not have the variable...
  20. robcos, thanks for your reply! I did as you say...

    robcos, thanks for your reply!
    I did as you say and I got it to work.
    I override the method referenceData in the AddUserForm class:


    protected java.util.Map...
  21. Need help to get values from other beans in jsp

    I´m using spring2 and Spring-form tags.
    In a form tag I want to fill a options list with values from another object(AddUserForm object) than the command object for the form.(User object)
    I have...
  22. Replies
    3
    Views
    1,474

    Please, I need some input...

    I´m new to both Spring and acegi so any comments would be fine.

    /henrik
  23. Replies
    3
    Views
    1,474

    configuration acegi and cas

    Hi!
    I have problems to configure acegi to work with CAS. I can run them both separately but not together. I also can´t find the war-file for contacts-cas.
    I use cas-server 3.0.5 and acegi 1.0.2...
Results 1 to 23 of 23