Search:

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

Search: Search took 0.02 seconds.

  1. What's wrong ? Basic sample but no logging !

    Hi,

    I'm trying to run a basic sample using AspectJ and log4J but it doesn't log even if no errors at all !
    Please could you suggest ?

    This is the fragment:

    aop_test.xml
  2. Help for this really easy test with JMS using Apache Active MQ 5.3.2

    Hi all,

    I'm a newbie about JMS, I've issues with this easy JMS sample, receiver waits the message and then goes to timeout. Who knows if sender has sent it correctly, maybe yes because I don't...
  3. Quartz + Spring: same job executed more times with different input params

    Hi all,

    I've used Spring + Quartz some times, but in this case I need to call the
    same job more times a day, passing it as input a different text file (e.g.
    cycle1.txt, cycle2.txt and so on)....
  4. How to create a button which triggers a new flow

    Hi,

    I'm new to SWF so maybe my question will be trivial.

    I have an homepage and I'd like to create a button so that cliking on, it triggers a new flow.
    How could I define that button ?
    ...
  5. Replies
    2
    Views
    1,202

    How to read an URL parameter

    Hi all,

    I've a flow which shows a JSP page (exchangelist_news.jsp) with a set of records, then clicking on the id of one of these records, it starts a request with the "exchangeCode" parameter...
  6. Replies
    1
    Views
    1,252

    Static property injection

    Hi all,

    I need to set in Spring XML file a property for a bean which has to be "static".

    I get errors while setting it using "static" in bean file, workaround of course is setting a non-static...
  7. Replies
    2
    Views
    3,353

    I have raised now my logs and I have some errors ...

    I have raised now my logs and I have some errors about Quartz ... when it's trying to start the second job (CoraxJob):


    2009-Feb-27 10:09:29 INFO org.quartz.core.SchedulerSignalerImpl (line:63)...
  8. Replies
    2
    Views
    3,353

    Quartz with Spring using 2 jobs

    Hi all,

    I'm adding a new job (CoraxJob) to a Spring application already working and using a single job (FinecoJob).

    Result: my new job doesn't start and I don't get any error.

    MyScheduler is...
  9. Replies
    0
    Views
    699

    Spring and external XML file

    Hi all,

    I need to read and edit an external XML file (with its own DTD file).

    Is there any Spring feature to do that or do I need to use classic Java XML libraries like Java DOM and so on ?
    ...
  10. Replies
    0
    Views
    1,771

    Hashmap in Spring or something better ?

    Hi all,

    I'm getting some problems about code which has to take an input in 5 different kind of CSV file according to financial instrument and producing 5 different CSV output files.

    Using...
  11. Replies
    2
    Views
    886

    Great, it works very well using...

    Great, it works very well using <util:property-path/> tag ... I had only to declare frankly Get( ) methods in FtpService implementation class.

    Personally I prefer this solution because you have...
  12. Replies
    2
    Views
    886

    Property taken from another bean

    Hi all,

    this is a very simple question I suppose but I can't solve it.

    I have an ApplicationContext with 2 beans and I want to load a property defined in the first bean to the second one.
    I...
  13. Transactions ... that's all or do I need to modify my code ?

    Hi all,

    I need to use transactions inside Spring, I have taken some input from "Manning Spring in Action" book.

    My simple code is in attach ... just one aspect isn't clear: do I need to modify...
  14. Distribute Spring applications and Windows Service

    Hi all,

    I kindly need 2 suggestions:

    1) an easy way to distribute Spring applications (different of course from create a classic .BAT file or the JAR one). I would need the EXE file creationd...
  15. Replies
    8
    Views
    1,625

    Thanks for all your opinions, I'll give a look...

    Thanks for all your opinions, I'll give a look both to Commons Logging and slf4j.

    I had some doubts about using only Log4J even if reading in a Spring manual ("Manning Spring in Action", chapter...
  16. Replies
    8
    Views
    1,625

    Which logging method do you suggest ?

    Hi all,

    I'm a newbie about Spring, I have developed some basic applications and using log4j to log.

    So I have the Spring xml file and also log4j.properties.

    I would like you to suggest...
  17. Replies
    1
    Views
    880

    Email with Spring: Error creating bean

    Hi all,

    I'm writing a module for a Spring application which sends email but I'm getting the following error:

    Error creating bean with name 'mailService' defined in file...
Results 1 to 17 of 17