Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. i think you replied to the wrong message

    i think you replied to the wrong message
  2. how to pool file-descriptors with httpInvoker?

    hello everyone,
    i use httpInvoker to retrive objects (thousands) from a remote service. everything works find, but quite randomly i get a 'too many files open'.

    This is probably because, under...
  3. [solved] was: classCastException with upload and http-client

    i think i understand what the problem came from.
    I was explicitely setting the content-type in the header of the PostMethod..which doesn't seem to be necessary (or somehow, handled by http-client).
  4. the problem has vanished trying to use spring 2.0...

    the problem has vanished trying to use spring 2.0 ..

    can it be some known issues with the 1.2.x series?
  5. classCastException uploading file via httpclient

    hello
    i'm writing a swing-based application to send some files to my webapp. everything already works fine through the web front-end, but we need to upload big directories, and writing a client-side...
  6. last time i checked there were still some module...

    last time i checked there were still some module missing. i just checked on ibiblio, everything is there now!

    thanks guys!
  7. thanks Rick, as soon we switch to 2.x (we're...

    thanks Rick,
    as soon we switch to 2.x (we're waiting for its presence in maven repositories) i'll surely use this approach (and hopefully shorten a bit my spring app descriptor!)
  8. that was a life-safer !

    that was a life-safer !



    <property name="crawlerDescriptors">
    <map>
    <entry key="CommercialistaTelematico">
    <list>
    <value...
  9. i tried with the following:

    i tried with the following:


    <property name="descriptors">
    <list>
    <value>classpath:crawler/dirittoit_tributarioold.xml</value>
    ...
  10. the stacktrace: ...

    the stacktrace:


    java.lang.ClassCastException: java.lang.String
    at it.chi.plinio.controller.CrawlerControllerIntegrationTest.testListCrawlerDescriptors(CrawlerControllerIntegrationTest.java:35)...
  11. there's no much more code than the one i...

    there's no much more code than the one i posted...



    import org.springframework.core.io.Resource;

    public class MyBean {

    private Map<String,List<Resource>> crawlerDescriptors;...
  12. [1.2.8+how to inject Resource objects into collections (classCastException)

    hello,
    consider a bean like:



    public class MyBean{
    private Map<String,List<Resource>> crawlerDescriptors;
    ...
    }
  13. [1.2.8] populate list property from dir content

    hello,
    i have the following bean:


    public class MyController extends MultiActionController {
    private List<String> crawlerDescriptors;
    ...
    }
  14. this is something i would have liked much more...

    this is something i would have liked much more than the hard-coded null values. Unfortunately, it seems this is not available in current releases. :(

    It'd be cool to contribute it.
  15. Replies
    2
    Views
    864

    does the additional context xml file has to...

    does the additional context xml file has to provide a complete definition of the bean, or i can simply put some 'property' element into an xml file and load it as a spring context?
  16. Replies
    2
    Views
    864

    how to override a property of a bean?

    hello,
    i have a standard sessionfactory bean (i removed irrelevant stuff):



    <bean id="sessionFactory"
    ...
  17. Replies
    2
    Views
    984

    i decided to package my app togheter with jetty,...

    i decided to package my app togheter with jetty, and distribute it with different shell scripts.

    try ask to the jetty ML : there was some news about spring integration, which i didn't take much...
  18. Replies
    2
    Views
    984

    how to embed Jetty into spring 1.2.8

    Hello,
    i need to distribute my webapp so that users can install it into their machines, and with a simple click they have a servlet container up&running, and the application 'deployed' in it.
    ...
  19. ...

    hello,


    problem is that i declare to return something else than null..

    i think there should be a stronger support for controller writing directly into the response, or a way to bind a stream...
  20. handling 'ajax' requests: architectural pattern

    Hello,

    I have the following architecture:

    View (JSP)
    -------
    Controller (Spring MVC)
    -------
    Model (pojos +hibernate)
  21. hello, do you mean that it is correct to...

    hello,


    do you mean that it is correct to manually write the xml response directly into the HttpResponse writer object ?
    It sounds so a low level approach to me..
  22. Replies
    4
    Views
    5,656

    could you post some piece of your solution, or...

    could you post some piece of your solution, or explain how you did it ?
    I'm searching for an ajax-file-upload solution ready out of the box, so that i can replace my uploadFileController with an...
  23. Replies
    8
    Views
    1,248

    I'm still evalutating the proposed solutions,...

    I'm still evalutating the proposed solutions, thanks everyone.
    Since Velocity hasn't stopped its development, I'll give it also a chance :)
  24. IllegalArgumentException with 1.2.7

    the previous post was related to spring 1.2.6 (for all involved packages).

    i tried upgrading to 1.2.7 (latest on ibiblio..), and the exception turned into type IllegalArgumentException.

    ...
  25. NullPointer,around advice, MultiActionController (junit test-case snippet): how to ?

    hello everyone,
    i'm trying to execute some code around the code defined for actions defined in a MultiActionController. So, i have the following bean configuration for beans implementing the around...
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4