Search:

Type: Posts; User: mohd.zaheen@gmail.com; Keyword(s):

Search: Search took 0.06 seconds.

  1. How does JtaTransactionManger know which datasource need to synchronize with?

    Hi,

    in below code snippet:

    <bean id="txManager" class="org.springframework.transaction.jta.JtaTransactionManager"/>

    we donot need to specify any datasource,then how does...
  2. Thanks Marten for your quick reply, Is there...

    Thanks Marten for your quick reply,

    Is there any way we can use custom config file?or it is a bug.
  3. config other than META-INF/applicationContext is not working in

    Hi,

    My custom spring config file is not working as specified in ra.xml(below):

    <?xml version="1.0" encoding="UTF-8"?>
    <connector xmlns="http://java.sun.com/xml/ns/j2ee"
    ...
  4. spring transactions strategy for component integration

    We have a typical situation.

    Two java service components are being developed in parallel.

    Lets say A and B. A is JMS application that picks up message from queue and does some business rules...
  5. spring transactions strategy for component integration

    Hi,

    We have a typical situation.

    Two java service components are being developed in parallel.

    Lets say A and B. A is JMS application that picks up message from queue and does some business...
  6. Having problem in wiring bean while creating instance via new operator

    Hi,
    I am having problem in wiring bean using @Inject while creating instance via new operator.

    Class Test{

    A a=new A(2,3);
    }

    Class A{
  7. Thanks Marten for your reply.But can you plz...

    Thanks Marten for your reply.But can you plz clarify on which constructor can you plz write down syntax of that constructor.
  8. Inject dependent object via its one argument constructor using @Inject of JSR 330

    Hi,
    I want to use @Inject of JSR 330,my requirment is given below as an example.

    public class A{

    //Step 1
    @Inject
    B b;

    }
  9. Inject dependent object via its one argument constructor using @Inject of JSR 330

    Hi,
    I want to use @Inject of JSR 330,my requirment is given below as an example.

    public class A{

    //Step 1
    @Inject
    B b;

    }
  10. mapRow(ResultSet rs,int int rowNum) of RowMapper interface

    Hi,I am new in JDBC Abstraction Framework of Spring as well as in Spring.The mapRow(ResultSet rs,int rowNum) returns an Object means a single row,so can anyone explain how does we can get the...
  11. How does Transaction Management works in Spring?

    Thanks a lot DaveyS really very helpful.:):)
  12. How does Transaction Management works in Spring?

    I am new in Spring.Can somebody have a simple example to explain (with code) how does transaction management works in Spring with hibernate support.
Results 1 to 12 of 12