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
Type: Posts; User: alemito; Keyword(s):
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
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...
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)....
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 ?
...
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...
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...
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)...
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...
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 ?
...
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...
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...
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...
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...
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...
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...
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...
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...