Package org.apache.aries.transaction.pojo

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


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

TOP

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

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.