Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,925

    Spring 3.0.4 public class...

    Spring 3.0.4



    public class CustomHandlerExceptionResolver extends DefaultHandlerExceptionResolver {

    /**
    * Logger for this class and subclasses
    */
    protected final Log...
  2. Replies
    6
    Views
    1,925

    Thanks. I am already using it. But...

    Thanks.
    I am already using it.
    But exceptionhandler is not calling when there is "freemarker.core.ParseException" error throwes.

    For example in my logs I see:

    ...
  3. Replies
    6
    Views
    1,925

    Intercept error 500 view

    Hello.

    How I can intercept rendering error 500 view for sending notification email for admin?

    I can using HandlerInterceptorAdapter, but how I can get stacktrace information, username and URL?...
  4. Replies
    1
    Views
    1,004

    I have make some test: I live empty...

    I have make some test:

    I live empty app-servlet.xml, and comment ContextLoaderListener in my web.xml

    so there is only DispatcherServlet load my empty (without beens) context.

    In my log file...
  5. Replies
    1
    Views
    1,004

    Initialization of applicationContext twice

    Hello.

    In my web application the context is initialize twice. I can't anderstand why.

    my web.xml:



    ...
    <context-param>
  6. Replies
    0
    Views
    642

    OpeinID login with empty ID

    Hello.

    How I can internationalize error "Unable to process claimed identity ''" when user is try login with empty login ID?

    For this exception there is no i18n message.

    Thanks.
  7. Replies
    4
    Views
    1,698

    Hm... It's working with ...

    Hm...

    It's working with


    <security:openid-attribute name="email" type="http://schema.openid.net/contact/email" required="true" count="1"/>

    http://schema.openid.net/contact/email but not...
  8. Replies
    4
    Views
    1,698

    Thanks for reply. I am using myOpenId. But if...

    Thanks for reply. I am using myOpenId.

    But if I set in configuration required = true, and provider not support AX, must be thrown Exception? Successful authentication impossible?
  9. Replies
    4
    Views
    1,698

    In debug output I see that attributes attributes...

    In debug output I see that attributes attributes are in request, but there no in token object.

    Can anybody help me?
  10. Replies
    4
    Views
    1,698

    OpenId attribute-exchange

    Hi. I use attribute-exchange in my application, but code


    OpenIDAuthenticationToken token = (OpenIDAuthenticationToken)SecurityContextHolder.getContext().getAuthentication();...
  11. Replies
    0
    Views
    482

    Registration with OpenId

    Hi.

    I need a suggestion:

    where I can create and save in DB a new User if I using openId login?

    I can authenticate User, but than I need save some data in database.

    What is the best...
  12. java.lang.IllegalStateException: PWC3990:...

    java.lang.IllegalStateException: PWC3990: getWriter() has already been called for this response
    at org.apache.catalina.connector.Response.getOutputStream(Response.java:676)
  13. Spring 3.0 anf Glassfish v3 (ShallowEtagHeaderFilter)

    Hi. I have an error in ShallowEtagHeaderFilter:

    getWriter() has already been called for this response.

    when calling FileCopyUtils.copy(body, response.getOutputStream());


    All working fine...
  14. Replies
    0
    Views
    993

    Spring 3 and freemarker problem

    Hi. I have problem with spring 3 rc2 and freemarker.

    My old code is not working.

    [@spring.bind path="user.roles" /]
    [#list spring.stringStatusValue as role]
    do something with role
    [/#list]
    ...
  15. SimpleUrlHandlerMapping and @RequestMapping in Spring night builds

    Hi. I try to test nightly builds and combination of SimpleUrlHandlerMapping and @RequestMapping not working for me.
  16. Replies
    2
    Views
    1,045

    it coming from my class wich extends...

    it coming from my class wich extends CookieGenerator.

    Error appear only in M4. With M1 all working fine.
  17. Replies
    2
    Views
    1,045

    CookieGenerator in M4

    Hi. I can't inject value of (Integer cookieMaxAge).

    I trying to upgrade from M1 to M4.

    Error: Invalid property 'cookieMaxAge' of bean class .....: Bean property 'cookieMaxAge' is not writable...
  18. All working fine with some changes in...

    All working fine with some changes in configuration:



    <bean id="sessionFactory" class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean">
    <property...
  19. Hibernate Search 3.1 not working with JtaTransactionManager.

    Hi. Sorry for my English.
    I can't get working Hibernate Search 3.1cr1 with JtaTransactionManager (there is no index writing).
    With HibernateTransactionManager all working fine.

    I don't know it's...
  20. Replies
    1
    Views
    831

    externalRedirect, bug?

    Hi. Sorry for my english.
    After updating to swf 2.0.1 "externalRedirect:/index.jsp" not working.

    I got error: NoSuchFlowDefinitionException: No flow definition 'index' found
    And it redirected me...
  21. LocaleContextHolder and comet-style request

    Hi, sorry for my english.
    If I am using comet requests (Glassfish Grizzly) will the LocaleContextHolder working properly?

    LocaleContextHolder store data in ThreadLocal valiables, but in Grizzly...
  22. Replies
    8
    Views
    7,645

    I have the same problem. Anybody can help me?

    I have the same problem. Anybody can help me?
  23. You right. Maybe you know how to set...

    You right.
    Maybe you know how to set allowedFields/disllowedFields declaratively in xml file?
  24. @Annotations for allowedFields/disllowedFields

    Hi.
    Sorry for my English.

    Maybe some people implemented annotations for allowedFields/disllowedFields in Spring MVC?

    I think it is a good idea :)



    public class Project implements...
  25. Replies
    5
    Views
    2,091

    Thanks. It is that I need.

    Thanks.
    It is that I need.
Results 1 to 25 of 92
Page 1 of 4 1 2 3 4