Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    984

    The class MessageInterceptionAdvice has the...

    The class MessageInterceptionAdvice has the following code:



    ....
    Message outputMessage = null;
    try {
    outputMessage = (Message) mi.proceed();
    }...
  2. Replies
    2
    Views
    984

    Interceptors and Exceptions

    Hello, I'm using a custom interceptor and I notice when an exception is throwed the postProcess method is not executed. Is this a bug or is the expected way to work?.

    I think that postProcess...
  3. Deserialization Problem extending AbstractInterfaceDrivenDependencyInjectionAspect

    Hello, I'm trying to inject dependencies on domain objects extending AbstractInterfaceDrivenDependencyInjectionAspect like explain in...
  4. Thanks lucasward, but I have some questions. ...

    Thanks lucasward, but I have some questions.

    3. how can I put file names into the ExecutionContext?
    Sorry if this is an stupid question but I don't known to do this.
    I thought that I had to...
  5. Questions about process multiple files per step and then move processed files

    Hi, I'm evaluating Spring Batch and I have some problems to implement my use case.

    Use Case: An external system continuously is writing delimited files in a directory, it creates a new file per...
  6. The answer to my question is that the compiler...

    The answer to my question is that the compiler doesn't save parameter names for abstract methods. So I can't use the LocalVariableTable to get the parameter names of methods defined on interfaces.
  7. LocalVariableTableParameterNameDiscoverer a bug and a question

    Hello,
    first at all the bug: the cache introduced in version 2.5.1 throw a NullPointerException if paramNames is null (i.e. classes compiled without -g option). This is because the...
  8. Replies
    6
    Views
    1,391

    Hi, thanks Joerg, I'm going to implement...

    Hi, thanks Joerg, I'm going to implement streaming via a callback solution.

    dr_pompeii, I guess in this thread: http://forum.springframework.org/showthread.php?t=40499 you have some similar...
  9. Replies
    6
    Views
    1,391

    Hi, remember that the result of a report is a...

    Hi, remember that the result of a report is a file, for example a csv file.
    So for each request I have to return all the resultset, I mean each time a user ask for a report I have to return a...
  10. Replies
    6
    Views
    1,391

    Spring MVC and huge reports

    Hi, I have an architectural question related to spring mvc and the creation of huge reports.
    The application is simple, it's a web application that shows a list of predefined reports (the reports...
  11. Replies
    1
    Views
    691

    Some advise to maintain a session object

    Hello, I'm working in a project that show a list of results (also permit add and delete items) of several dynamic searchs. Each search has its own metadata that defined it (where the data is, fields...
  12. Replies
    4
    Views
    1,129

    Thanks, I've checked version 1.2.9 and...

    Thanks, I've checked version 1.2.9 and sqlwarnings are logged in DEBUG level. But, at this moment, I'm using the version 1.2.4 and in this version sqlwarnings are logged in WARM level. I'll try to...
  13. Replies
    4
    Views
    1,129

    Hello, I have the same problem. In other words,...

    Hello,
    I have the same problem. In other words, I have a query with warnings, but after the warning is logged it isn't clear to the db connection so when the same connection (i.e I have a...
  14. Replies
    3
    Views
    3,236

    wsdl with HTTP BASIC authentication

    Hi, I'm using JaxRpcPortProxyFactoryBean to access my webservice. The wsdl URL is secured with HTTP BASIC authentication. Now I have a 401 error when spring try to instantiate the webservice.
    I try...
  15. Hi Tom, my english is very bad but I'll try to...

    Hi Tom, my english is very bad but I'll try to explain you the difference between a FactoryBean and a TargetSource with a ProxyFactoryBean.
    The key difference is the moment that the target object is...
  16. Hi, I guess if you use choose the SessionFactory...

    Hi, I guess if you use choose the SessionFactory using a TargetSource with a ProxyFactoryBean instead a FactoryBean, you can configure your dao as singletons.
    This is the configuration:



    <bean...
  17. Yes, i did. In fact reading that threads I could...

    Yes, i did. In fact reading that threads I could solve this problem in the way that I posted.

    But a I guess that I could have a better solution if a I could register beans programmatically (in...
  18. Hibernate and SpringJDBC with several Datasources dont known until runtime

    Hi all,

    First at all that I want to do is configure spring to use Hibernate and SpringJDBC with several datasources (all of them with the same tables) that dont know until runtime.
    I found the...
  19. Replies
    2
    Views
    751

    How to use scoped components

    Hi,
    In the project that I'm working we need to create beans in several scopes. I know that in spring 2.0 is possible to handle this situation. Is there any example, article or documentation about...
Results 1 to 19 of 19