Package org.apache.aries.transaction.pojo

Examples of org.apache.aries.transaction.pojo.BadlyAnnotatedPojo1


  @Test(expected=IllegalArgumentException.class)
  public void testNoPrivateAnnotation() {
    MutableBeanMetadata mbm = new BeanMetadataImpl();
    mbm.setId("testPojo");
    mbm.setClassName(BadlyAnnotatedPojo1.class.getName());
      parser.beforeInit(new BadlyAnnotatedPojo1(), "testPojo", null, mbm);
  }
View Full Code Here

TOP

Related Classes of org.apache.aries.transaction.pojo.BadlyAnnotatedPojo1

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.