Hi
I have this spring aop configuration:
<aop:config>
<aop:aspect id="userAdvice" ref="emailAdvice">
<aop:after-returning
pointcut="execution(*...
Type: Posts; User: 2nice; Keyword(s):
Hi
I have this spring aop configuration:
<aop:config>
<aop:aspect id="userAdvice" ref="emailAdvice">
<aop:after-returning
pointcut="execution(*...
Hello!
Is there gone be a fix for this issue in a near future?
/henrik
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...
Before using spring-modules I have this type of code in the processdefinition:
<action name="validate" class="com.handlers.MyActionHandler" config-type="bean">
...
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...
thanks. I´ll try to do that.
/henrik
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...
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...
I have tested the new Spring 2.0.1 and now the aspects work as expected without workarounds. :)
/henrik
I will try with v 2.0.1 and let you know if it works.
/henrik
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
I have a configuration for aspects in this way:
<aop:config>
<aop:aspect id="userAdvice" ref="emailAdvice">
<aop:after-returning
...
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....
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...
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...
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
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:
...
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...
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...
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...
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...
I´m new to both Spring and acegi so any comments would be fine.
/henrik
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...