Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,508

    Pls recommend other solutions as well.

    Pls recommend other solutions as well.
  2. Replies
    1
    Views
    1,508

    how to wire inheritance in Java config ?

    hi,

    Current Design-->
    BaseManager extends Manager extends Type1DataStoreImpl implements DataStoreInterface
    BaseManager is referenced everywhere in the application as
    for (DataStoreInterface...
  3. Replies
    13
    Views
    5,118

    hi, GrantedAuthority[] authorities =...

    hi,

    GrantedAuthority[] authorities = RemoteServiceLocator.instance().getRemoteAuthenticationService().attemptAuthentication(name, String.valueOf(password));

    Could you show me your...
  4. Replies
    13
    Views
    5,118

    hi, Im trying to remotly connect to an Spring...

    hi,

    Im trying to remotly connect to an Spring application (Server) that uses Web based Spring security using Standalone Hessian client.

    I can login correctly. But I get...
  5. Replies
    13
    Views
    7,283

    hi, Im trying to load test my application with...

    hi,

    Im trying to load test my application with JMeter.
    My application has: Spring framework with Acegi security & Tomcat v5.5
    My aggregate report shows 100% errors.
    I guess the problem is...
  6. Spring Quartz PropertyAccessExceptionsException

    hi,

    I have wired JobDetail, Trigger & Scheduler Factory beans in the appContext and code works fine. However this happens when Tomcat starts.

    Requirements:
    The First time the trigger should...
  7. Andrew's technique of using XStream and setting...

    Andrew's technique of using XStream and setting the ModelAndView to null does not work for me. XMLHttpRequest.responseXML is not able to retrieve the XML. It gets a null.
  8. AJAX Problem

    hi,

    When not using AJAX, I return a ModelAndView and my JSP & taglibs populate the data from the ModelAndView.

    My exact problem is:
    How should I return XML from Spring MultiActionController,...
  9. Hi valerio, Im writing a simple raw AJAX-...

    Hi valerio,

    Im writing a simple raw AJAX- Spring application.
    The Request reaches the controller as desired. Im having problems setting the response from the MultiActioncontroller.
    Handler is...
Results 1 to 9 of 9