Hi all,
Thanks for above replies.
I have another problem with loading spring application Context.
I want to load applicationContext from with in a Service Locator independent of any...
Type: Posts; User: Kisu_san; Keyword(s):
Hi all,
Thanks for above replies.
I have another problem with loading spring application Context.
I want to load applicationContext from with in a Service Locator independent of any...
Hi Rod Johnson,
Glad to see your reply. :o
Now I have changed my code to use Listner.
I have another question here, Is it a good idea to have a serviceLocator class to locate...
Can any one tell me, where should I place my applicationContext.xml
in my tomcat.
Actually I don't want this file get it from servletContext because, I have a generic ServiceLocator class which...
Help pls......
struggling to get spring logging stuff work
I have altered my existing logger.xml setting by adding a lines in blue below.
for some reason it is not working. Can you please...
Thanks for reply. I got something to start with.
Coming to specifying contextListener in web.xml,as I said earlier I am extending an existing application and using spring.
In the web.xml...
Can any one help me with Tomcat spring setup. First of all I AM DUMMY in this setup issue. I might need a step byu step guidence. ( if any one knows any tutorial for this pls suggest me)
Actually...
Have you tried this...it is very cool for paging
http://www.servletsuite.com/servlets/pagertag.htm
Hi ya,
I too have same problem. Mine is a stand alone application and program finish the last line but it does not exit JVM.
It looks for some reason spring is not shutting down JVM and holding...
Its really funny..........
I posted the query and answering it as well :)
reason why I posting is, I got an answer to the question DB2 XA Data soure
I found hit.db2 drivers, which are...
Hi I have to pump data from DB2 to Oracle tables. For that I need XA complaint Datasources for Oracle and DB2 to use under JTA.
I am using org.enhydra.jdbc.pool.StandardXAPoolDataSource
for...
I have a problem with Quartz scheduler,
My config looks like one below,
in my cronExpression I specified to
fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am,...
Hi mate,
It is working fine...... That great...thanks a lot.
my requirement is, scheduler has to run the job during week days (Mon -Fri) between 22.00 till 06.00 next day with a time delay of...
Thanks for suggestion. I just try to execute the code you have given above but unsuccessful. :(
Only difference I made to one mentioned above was, I try to run this application as java...
thats is the problem..I am scheduling main() method only...I want this application to kick off at 22.00 every night...
I guess I need to do this using windows/unix schedular..right..
I am newbi to Spring and Quartz..
I developed a java Spring application (stand alone..no servers involved), which I need to start at 22.00 hrs everyday and stop at 6.00 in morning next day.
I...
So far so good,
getting well and slowly understanding spring.:)
I got this exception when I try to update an table (Object) with a record which already exist.
First I am checking whether...
Wonder ful..it is working. Thanks mate...
am learning..:)
Very dumboo question for Java gurus...but I am dumboo in this matter..:(
I need to log some application error in a seperate error logs..(other than debug or default logs)
First of all, can...
I am using <one-to_many> association for my hibernate OR mappings.
But some reason, I am getting one null row extra every time.
I have two tables,
TGLDSDA has composite key (columns UMR,...
Thank you very much. It is working fine.
I try geronimo transaction manager as well. But is geronimo transaction manager open source, I mean is it free?
I too have similar problem. my application also do some thing similar, but with two datasources and two data bases. I am using JTA for global transaction management. Mine is a stand alone application...
in one of my requirements i have to pump the DB2 data to oracle tables based on some business rules. This is a small java stand alone application.
I choose to use Hibernate and Spring and JTA for...