Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,308

    Failover issue in ActiveMQ

    Hi ,

    We have a cluster of two brokers with the below configuration.

    Broker A
    <broker xmlns="http://activemq.apache.org/schema/core" brokerName="broker-A"...
  2. Replies
    0
    Views
    1,076

    RMI Refresh client Stub after 1 Hr

    Hi ,

    I just wanted to know if there is a way to refresh client stub after a particular time period i.e. 1Hr.

    I was not able to find any configuration to do so. There is a protected property to...
  3. Replies
    4
    Views
    1,299

    yes this is exactly what I wanted but how to link...

    yes this is exactly what I wanted but how to link the two session factory so that this query should work.


    Let me know if I am missing something here
  4. Replies
    4
    Views
    1,299

    Multiple Schema Access in Query

    Hi ,

    I want to use hibernate query and extract data from two Schemas. (create a join between two table which are in diffrerent schemas)

    What I tried to do is that I created two data source and...
  5. Hi All, I see there are no replys . Does any...

    Hi All,

    I see there are no replys . Does any one have idea that do we have something similar to "RequestProcessor" of struts.

    Thanks,
    Amol
  6. How to get action name from spring managed actions

    Hi,

    I am using spring-struts integration. I want to get the name of the action from the path used while submitting a form. This is how i am using spring in my struts-config


    <action...
  7. Replies
    5
    Views
    1,574

    Thanks that answers my doubt.

    Thanks that answers my doubt.
  8. Replies
    5
    Views
    1,574

    Hi karldmoore , Actually I wanted to know that...

    Hi karldmoore ,
    Actually I wanted to know that will this load two spring context in memory or will it use the same.

    Thanks
    Amol
  9. Replies
    5
    Views
    1,574

    Loading Application context

    Hi ,
    I had a question that if I load applicationcontext.xml through struts-config.xml and then again in some part of the application I load application context again with command ...
  10. Replies
    6
    Views
    5,046

    Hi, I wanted to know what is to be done if we...

    Hi,
    I wanted to know what is to be done if we need to use a query like



    Thanks
    Amol
  11. Replies
    1
    Views
    745

    Named Param query problem

    Hi ,
    I want to use "findByNamedParam" but if we have multiple param then is there some way to add as map or somthing instead of giving two arrays one of string and one of objects.
    So that param and...
  12. Replies
    2
    Views
    873

    No. I used contextloaderlistner in web.xml ....

    No. I used contextloaderlistner in web.xml . thats working fine.

    Thanks,
    Amol
  13. Replies
    2
    Views
    873

    Spring Cactus integration Problem

    Hi,
    I tried to follow steps for spring cactus integration as written in a thread but i am getting a null pointer exception as webapplication context is null. I found out that this can be resolved...
  14. Replies
    7
    Views
    5,236

    What i have found out is that there should be an...

    What i have found out is that there should be an attribute called "Webapplicationcontext.ROOT" in serveletcontextwrapper which is not there.
  15. Replies
    7
    Views
    5,236

    I am also getting this problem what is to be done...

    I am also getting this problem what is to be done here.
  16. Replies
    5
    Views
    8,466

    Thanks i was doing POC and managed to retrieve...

    Thanks i was doing POC and managed to retrieve value in a bute array
  17. Replies
    7
    Views
    3,817

    HI There were few extra spring jars like...

    HI

    There were few extra spring jars like spring-beans, spring-context,spring-core, spring-dao in the lib folder . Removing these solved the problem

    Thanks
    Amol
  18. Replies
    7
    Views
    3,817

    My source code is inside tomcat so i dont think...

    My source code is inside tomcat so i dont think this can be a issue but let me see if there is any other jar arround
  19. Replies
    7
    Views
    3,817

    but it worked for the first time i tried to go...

    but it worked for the first time i tried to go through this.

    I had the same NoSuchMethodError when i was using function . Junits where working fine but when i hit it through actual application it...
  20. Replies
    7
    Views
    3,817

    Error with Hibernate Transaction manager

    HI,
    I am getting this error when i try hit the database second time in a application.



    - ERROR: executeAction(...) :Uncaught exception!! java.lang.NoSuchMethodError:...
  21. Replies
    33
    Views
    5,450

    HI i added this function in testcase and now...

    HI

    i added this function in testcase and now the test case is running but it is still not able to update


    protected String[] getConfigLocations(){
    return new String[]...
  22. Replies
    33
    Views
    5,450

    Its giving this error now and i have this...

    Its giving this error now



    and i have this entry in context file



    <bean id="ChangePromoDAO"
    class="xxx.xxx.xx.POC.DAO.ChangePromotionCode.ChangePromoDao">
  23. Replies
    33
    Views
    5,450

    and one more thing in dao i am updating a feild...

    and one more thing in dao i am updating a feild in table which is foreign key and primary key of another table . So the mapping is such that there is an object of that table .

    Now i get an entry...
  24. Replies
    33
    Views
    5,450

    the only thing i can figure out is that there is...

    the only thing i can figure out is that there is no active tranxaction that why it is not able to commit;


    because when i am doing

    Transaction txn =sessionHolder.getTransaction();

    in the...
  25. Replies
    33
    Views
    5,450

    my update call my select statement

    my update call



    my select statement
Results 1 to 25 of 44
Page 1 of 2 1 2