Search:

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

Search: Search took 0.03 seconds.

  1. No transaction is in progress; nested exception is javax.persistence.TransactionRequi

    Stack: Spring 3.1, Spring JPA, Websphere 6.1, JTA, Messaging

    I have a message listener as a part of my application. The message listener consumes a message and as part of processing the message...
  2. Replies
    2
    Views
    2,113

    Nested MBeans

    I have two bean BeanA and BeanB. BeanA has a BeanB as its member variable.
    public class BeanA{
    private BeanB b

    pubilc BeanB getBeanB(){
    return b;
    }

    public void setBeanB(BeanB...
Results 1 to 2 of 2