Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    2,261

    i use log4j properties ...

    i use log4j properties



    log4j.rootLogger=info, stdout, XCOST

    log4j.logger.fr.cognition.xcost=info
    #log4j.logger.fr.cognition.xcost.service.rollup.support=trace
  2. work as expected, issue fixed

    work as expected, issue fixed
  3. great, that was my next move to catch it in...

    great, that was my next move to catch it in service layer. i think it will do.
  4. DataIntegrityViolationException not catched with

    Heya with spring 2 aop based tx, a unit test no more pass

    here is the test code: i make sure the right exception get raised

    public void testSaveDuplicate() throws Exception
    {
    ILabelKey...
  5. Replies
    3
    Views
    5,021

    this junit test tell me what i wanted to know ...

    this junit test tell me what i wanted to know

    mgr is the aop proxied bean that come from the ApplicationContext


    protected void setUp() throws Exception
    {
    super.setUp();

    String...
  6. Replies
    4
    Views
    2,261

    could you elaborate how i turn on trace? ...

    could you elaborate how i turn on trace?

    log4j.logger.fr.cognition.xcost=trace does not work :(
  7. Replies
    4
    Views
    2,261

    How to use PerformanceMonitorInterceptor

    I try to use PerformanceMonitorInterceptor

    some config:

    <bean id="global_performance" class="org.springframework.aop.interceptor.PerformanceMonitorInterceptor"/>
    <aop:config>...
  8. Replies
    3
    Views
    5,021

    good catch!! but no better result my tx is now...

    good catch!! but no better result

    my tx is now

    <tx:advice id="updateDirtyScenarioServiceTxnAdvice">
    <tx:attributes>
    <tx:method name="update" propagation="REQUIRED" />
    ...
  9. Replies
    3
    Views
    5,021

    How to make sur tx:advice is really applied

    Heya there

    i'm playing with the new <aop:*> anotation to apply txn.


    <!-- Service Layer becomes Transactionnal -->
    <aop:config>
    <aop:advisor id="scenarioMgrAdvisor" ...
  10. Replies
    7
    Views
    3,378

    my bad, works like a charm :) thanks dude

    my bad, works like a charm

    :)

    thanks dude
  11. Replies
    7
    Views
    3,378

    filterInvocationInterceptor #NONE#

    I'm using acegi 1.0.2 with spring-2.0 final.

    i recently saw this: http://www.mail-archive.com/acegisecurity-developer%40lists.sourceforge.net/msg02206.html

    a nice way to skip some authorization...
  12. Replies
    5
    Views
    4,304

    my issue is claused. Make sure ACEGY filter runs...

    my issue is claused. Make sure ACEGY filter runs before Sitemesh

    hope it will helps

    bbfn
  13. SOLVED!!! IT WAS THE F**CKING Filter order!!! ...

    SOLVED!!! IT WAS THE F**CKING Filter order!!!

    many many thanks
  14. heya 1. session survive request 2. i use...

    heya

    1. session survive request

    2. i use sitemesh, how to ensure acegy runs before sitemesh?
  15. Replies
    5
    Views
    4,304

    you are correct :(

    you are correct :(
  16. Replies
    5
    Views
    4,304

    got same issue, check details here...

    got same issue, check details here, may be something will help

    cheers
  17. Replies
    5
    Views
    4,103

    i mean this

    i mean this
    <bean class="org.acegisecurity.util.FilterChainProxy" id="filterChainProxy">
    <property name="filterInvocationDefinitionSource">
    <value>CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISO N...
  18. Replies
    5
    Views
    4,103

    the correct order for filter

    bouayame, your filters are not in the proper order

    as define in the doc



    hope it helps
  19. as suggested here is the new filter chain: ...

    as suggested here is the new filter chain:

    <!-- ======================== FILTER CHAIN ======================= -->

    <!-- if you wish to use channel security, add "channelProcessingFilter," in...
  20. seeing that the...

    seeing that the acegi-security-sample-contact-filter webapp works fine and use spring-2.0-m2 i moved my app to spring-2.0-rc3 hoping some magic would fix my pb.

    No success :(
  21. still bugged ;( here is an updated version of...

    still bugged ;(

    here is an updated version of my acegi config

    <?xml version="1.0" encoding="UTF-8"?>

    <!DOCTYPE beans PUBLIC
    "-//SPRING//DTD BEAN//EN"
    ...
  22. is this log normal? DEBUG http-8080-1...

    is this log normal?

    DEBUG http-8080-1 org.acegisecurity.intercept.AbstractSecurityInterceptor - Previously Authenticated: org.acegisecurity.providers.UsernamePasswordAuthenticationToken@5defcd7:...
  23. thanks for your comment new filter config: ...

    thanks for your comment

    new filter config:


    <bean id="filterChainProxy" class="org.acegisecurity.util.FilterChainProxy">
    <property name="filterInvocationDefinitionSource">
    <value>...
  24. still puzzled :/ Help me please... all my...

    still puzzled :/

    Help me please... all my thanks and a Hello Kitty pins to the one that will help me :)
  25. more investigations shows me this: i add this...

    more investigations shows me this:

    i add this scriptlet to see session content:

    <div class="session">
    <h1> Get all session-scoped attributes </h1>
    <%
    if (session != null) {...
Results 1 to 25 of 31
Page 1 of 2 1 2