Search:

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

Search: Search took 0.02 seconds.

  1. solved?

    Did you solve this? I have got the same issue. If so, please post the solution. Thanks. Petr
  2. Replies
    12
    Views
    2,126

    Hi, I am facing the same problem as you. I think...

    Hi,
    I am facing the same problem as you. I think the problem is somewhere in using
    org.springframework.web.servlet.view.UrlBasedViewResolver Form tag (I am using MyFaces) have an incorrect action...
  3. Look at ExceptionTranslationFilter. May it's what...

    Look at ExceptionTranslationFilter. May it's what you want.
  4. Try this

    Try this


    <bean id="messageSource" class="org.acegisecurity.AcegiMessageSource"/>

    It works for me. I ame also using acegi 1.0.6.

    Btw I have tried to use reloadable bundle like this:
  5. Replies
    6
    Views
    4,588

    I am using SJSAS (Sun Java System Application...

    I am using SJSAS (Sun Java System Application Server) 9.1 - Glassfish with Spring. I am not sure if I uderstand your question exactly. But if you are asking about the difference between JEE5 and...
  6. Replies
    1
    Views
    3,002

    Hello Arjen, I'm quite desperate with securing...

    Hello Arjen,
    I'm quite desperate with securing Spring WS with Acegi.

    org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor
    I'm using @endpoint annotation and @secured...
  7. Replies
    30
    Views
    20,645

    Encountered error using Spring 2.5 with JDK1.4.2!...

    Encountered error using Spring 2.5 with JDK1.4.2! :confused:



    I think 2.5 is not full compatible with Java 4 or it's a bug in JVM. When using StoredProcedure (method execute(Map))
    NoSuchMethod...
  8. Replies
    8
    Views
    1,633

    Thanks a lot. I will try it! To the new...

    Thanks a lot. I will try it!
    To the new version: I thought it was caused by SWS-222, but
    probably it wasn't or maybe I am doing something wrong.
  9. Replies
    8
    Views
    1,633

    So you mean controller with join to old endpoint?...

    So you mean controller with join to old endpoint? And that
    controller has annotations @Endpoint on methods that call
    old endpoints methods and proxy will be created on the old endpoint? Am I...
  10. Replies
    8
    Views
    1,633

    Still doesn't work. :( Really I don't if it is my...

    Still doesn't work. :( Really I don't if it is my fault.
    Jdk proxy won't create. On the dbFacade Jdk proxy is created well (see below).



    [AspectJAwareAdvisorAutoProxyCreator] - Creating...
  11. Thread: BeanDoc 0.8.0

    by storm
    Replies
    6
    Views
    2,388

    Okay, first of all I have to thank you for a...

    Okay,
    first of all I have to thank you for a quick answer.
    I tried 0.8.1. Almost correct (except description as you said).
    Please be free to add the czech language translation into distribution...
  12. Thread: BeanDoc 0.8.0

    by storm
    Replies
    6
    Views
    2,388

    I have to say one thing. In downloaded bundle...

    I have to say one thing. In downloaded bundle (including JPetStore example), there was not any exception actually. This exception was only in my application contexts (the code of these contexts I...
  13. Thread: BeanDoc 0.8.0

    by storm
    Replies
    6
    Views
    2,388

    Either bean description nor contructors args are...

    Either bean description nor contructors args are ignored (maybe also something more). Tested also on JPetStore. There are only bean names and their atributes (such as abstract, class etc.).
    It's...
  14. Thread: BeanDoc 0.8.0

    by storm
    Replies
    6
    Views
    2,388

    Well, sounds great. :) I have tried it, but...

    Well, sounds great. :)
    I have tried it, but encountered some problems with it. Exception is raised when building beandoc.


    BeanDocException: Unable to parse or validate input resource

    I...
  15. Thread: BeanDoc 0.7.1

    by storm
    Replies
    5
    Views
    3,245

    Well, sounds great. :) I have tried it, but...

    Well, sounds great. :)
    I have tried it, but encountered some problems with it. Exception is raised when building beandoc.


    BeanDocException: Unable to parse or validate input resource

    I...
  16. Replies
    8
    Views
    1,633

    I have encountered problem with using aop...

    I have encountered problem with using aop (methodSecurityInterceptor) around methods signed as @PayloadRoot. :( Aop is configured for interfaces.


    <aop:config proxy-target-class="false">...
  17. I'm using Ant. Unfortunately I don't know almost...

    I'm using Ant. Unfortunately I don't know almost nothing about Maven. :(
    Is there any way to integrate it into ant?
  18. Thread: BeanDoc 0.7.1

    by storm
    Replies
    5
    Views
    3,245

    With downloaded binary dist I had the same error...

    With downloaded binary dist I had the same error (unknown ant task). After rebuild from the source code it works (but not for schema based definitions :-( ).
  19. Well, it doesn't work. Empty templates are...

    Well, it doesn't work. Empty templates are generated. But there was a warning "Invalid attribute 'xpath-default-namespace'", so this could be the problem.
    I'm not strong in XSLT so I can't solve...
  20. Replies
    0
    Views
    643

    Problem with input-mapper

    Hello,
    yesterday I encountered a problem with input-mapper in the subflow state.
    I use SWF2.0m1 with MyFaces 1.1.5 and also using jsfExpressionParser set to...
  21. Replies
    3
    Views
    2,509

    First thank you for a tip. But also there is a...

    First thank you for a tip.
    But also there is a problem with flowexecutionkey obtaining in the servlet.
    It doesn't matter if I use a filter or servlet. Well, suppose we have an exception servlet. In...
  22. Replies
    3
    Views
    2,509

    So nobody knows how to do that?

    So nobody knows how to do that?
  23. Replies
    3
    Views
    2,509

    Exception handling using servlet filter

    Hello to all,
    did anybody try to handle an exception with servlet filter?
    I'm using Facelets+MyFaces+SWF 2.0m1+Spring 2 and I want to handle all exceptions thrown in SWF, Facelets or JSF. ...
  24. Replies
    10
    Views
    2,957

    I need help. I'm using Facelets+MyFaces+SWF2.0m1....

    I need help. I'm using Facelets+MyFaces+SWF2.0m1. It works fine
    if I set alwaysRedirectOnPause to false. If set to true, then an exception occurs:


    2007-09-17 10:08:12,578 ERROR...
  25. Replies
    9
    Views
    1,944

    I tried this in my app, but I'd like to use...

    I tried this in my app, but I'd like to use alwaysRedirectOnPause="true".
    So I add following

    <bean...
Results 1 to 25 of 25