Search:

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

Page 1 of 2 1 2

Search: Search took 0.08 seconds.

  1. Same problem...

    I had the same problem, thanks for the solution....



    A CNFE would not hit the spot as it is the XSD-Schema-File in spring-aop that is missing. That is also the reason that the XML parser is...
  2. Thread: Acegi & SWF

    by jhausherr
    Replies
    4
    Views
    1,068

    Acegi Redirect

    One possible Solution to the problem is that Acegi does only save the RequestUrl and appended Request Parameters for the originally requested URL (copied out of the original http request). Any...
  3. Replies
    0
    Views
    2,899

    webapp.root param ignored in log4j config?

    Hi,

    I have a little problem configuring Log4j with my spring app. Maybe someone has an idea. Otherwise I'll just have to stick with ${catalina.home} as my Log-Root...

    I am currently using:
    ...
  4. Replies
    1
    Views
    2,720

    Solved. Just a simple Typo in my transition...

    Solved. Just a simple Typo in my transition...
  5. Replies
    1
    Views
    2,720

    Missing IDREFin subflow-state (1.0-RC4)

    Hi,

    after upgrading to 1.0-RC4 I get a missind ID/IDREF in my subflow-state. Neither the documentation nor the upgrade guide lost a word about it. Is this a bug or didi I miss something.

    Snip...
  6. Thanks for the quick reply, Keith. My Spring...

    Thanks for the quick reply, Keith.

    My Spring enlightenment grows every day ;)

    Jens
  7. Using executionAttribute to configure Flows

    Hi,

    I am trying to pass some configuration to my flows by means of setting the executionAttributes property of the FlowExecutorFactoryBean (I want to utilize the...
  8. Replies
    2
    Views
    1,783

    Hi, will Release 0.6 be available at the maven...

    Hi,

    will Release 0.6 be available at the maven repository?

    Until now th most recent releas I can find is 0.5.

    Thanks,
    Jens
  9. Replies
    1
    Views
    1,109

    The HttpSessionContextIntegrationFilter should...

    The HttpSessionContextIntegrationFilter should handle this.

    For authorization you can use either Interceptors or the authz-Taglib by Acegi.
  10. Hi, you'll only need the...

    Hi,

    you'll only need the SecurityContextHolderAwareRequestFilter if you have to support J2EE-Security webapps using HttpServletRequest.isUserInRole() and HttpServletRequest.getRemoteUser().

    If...
  11. Replies
    2
    Views
    12,018

    For SSO Acegi and CAS is definitely a way to go....

    For SSO Acegi and CAS is definitely a way to go. If you are looking for transparent SSO with IE then you should google for SPNEGO-Solutions like the ones offered by www.it-practice.dk (looks quite...
  12. Replies
    15
    Views
    2,106

    Yes, I can. Unfortunately we are stuck with Java...

    Yes, I can. Unfortunately we are stuck with Java 1.4 due to the dreaded "vendor supported environment feature" ;).

    With the XML parser I was thinking in the same direction. Maybe we could replace...
  13. Replies
    15
    Views
    2,106

    Spring 1.2.8 + WF 1.0-RC4 breaks FormAction/FlowExecutionTest

    Hi all,

    I am currently moving from Webfloew 1.0-RC3 to 1.0-RC4 and I am experiencing some Problems with FormActions and the XmlFlowExcecutionTests.

    FormActions:

    the method...
  14. Replies
    1
    Views
    800

    Wild guess

    Hi Peter,

    have you checked whether there could be some classloading issues, e.g. is the jar once used in the global classpath and once in the webapp-classpth?? This would explain why an instanceof...
  15. Replies
    2
    Views
    1,188

    Hi, I am not qute sure if I understand your...

    Hi,

    I am not qute sure if I understand your problem.

    You could use a org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor to enforce role-level access to all business...
  16. Replies
    3
    Views
    1,783

    It is there. ...

    It is there.

    http://www.ibiblio.org/maven2/org/springframework/spring/2.0-rc3/
  17. Replies
    4
    Views
    2,364

    Try using ...

    Try using
    <groupId>org.springframework</groupId> as group id with maven2 dependencies. There is a version 2.0-rc3 there.

    The other maven groupIds "spring" and "springframework" are outdated.
    ...
  18. Replies
    8
    Views
    1,199

    In most cases the ACL is granted directly to an...

    In most cases the ACL is granted directly to an individual user (eg. User#42 is granted the ACL to change project#445). Granting ACLs to roles is IMHO not as commonly used - or the roles are named...
  19. Replies
    8
    Views
    1,199

    IMHO the cleaner solution is the one proposed by...

    IMHO the cleaner solution is the one proposed by meshenka.

    Granting CREATE permission by ACL is impossible because the target object on which the permission is grante has to exist beforehand.
    ...
  20. Replies
    8
    Views
    1,199

    Don't you think that for global Permissions a...

    Don't you think that for global Permissions a role would be more appropriate? Enforcing the role could be performed by an interceptor wrapped around domain object instances of the selected class.
  21. Replies
    1
    Views
    932

    My configuration

    Here is my configuration for channel security. I found that the port mapper is important for the entry points (perhaps only important when using non-standard ports) - at first, channel switching...
  22. Have you looked into the ACL framework of Acegi?...

    Have you looked into the ACL framework of Acegi? It is supposed to support ACL inheritance of Permissions, but I have not yet tested it.
  23. Manipulating MailMessages before sending

    Hi all,

    on test systems it is often useful to prevent mail messages to get sent out to the real world, but to redirect mails to a fixed e-mail address.

    Some time ago I implemented such a...
  24. Replies
    0
    Views
    603

    Implementing new ConversationService

    Hi all,

    I am currently planning to implement a database-backed ConversationService for WebFlows (along with a db-backed FlowExecutionRepository).

    I would like to use...
  25. There is nothing odd about putting it into a...

    There is nothing odd about putting it into a hidden form field.

    The flow execution key captures the state of a conversation for a single point in time and as such the data is valid only for the...
Results 1 to 25 of 26
Page 1 of 2 1 2