Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    13,482

    Spring listner with out servlet context

    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...
  2. Hi Rod Johnson, Glad to see your reply. :o ...

    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...
  3. problem with applicationContext.xml path

    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...
  4. Replies
    1
    Views
    1,149

    log4j setting problem

    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...
  5. Replies
    7
    Views
    13,482

    Thanks for reply. I got something to start with. ...

    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...
  6. Replies
    7
    Views
    13,482

    Spring tomcat setup

    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...
  7. Thread: paging

    by Kisu_san
    Replies
    16
    Views
    8,179

    paging

    Have you tried this...it is very cool for paging

    http://www.servletsuite.com/servlets/pagertag.htm
  8. Replies
    9
    Views
    1,833

    Hi ya, I too have same problem. Mine is a...

    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...
  9. Replies
    1
    Views
    1,382

    Its really funny.......... I posted the query...

    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...
  10. Replies
    1
    Views
    1,382

    DB2 XA DataSource

    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...
  11. Replies
    1
    Views
    1,349

    Quartz cronTrigger not firing

    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,...
  12. Hi mate, It is working fine...... That...

    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...
  13. Thanks for suggestion. I just try to execute the...

    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...
  14. thats is the problem..I am scheduling main()...

    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..
  15. Scheduling Jobs with Quartz and Spring for stand alone java program

    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...
  16. HibernateSystemException: a different object with the same identifier value

    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...
  17. Replies
    3
    Views
    928

    Wonder ful..it is working. Thanks mate... am...

    Wonder ful..it is working. Thanks mate...

    am learning..:)
  18. Basic log4j settings for stand alone application

    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...
  19. Replies
    3
    Views
    928

    One-to-Many association

    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,...
  20. Replies
    5
    Views
    1,229

    Thank you very much. It is working fine. I...

    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?
  21. I too have similar problem. my application also...

    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...
  22. Replies
    5
    Views
    1,229

    jotm transactions not working - help pls

    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...
Results 1 to 22 of 22