Hey Fiorenzo!
I've FINALLY had a chance to take a look at this. It looks great! One comment about your tests though :)
You do a lot of this:
`assertTrue(content.contains("javax.ejb.TransactionAttributeType"));`
Hi Lincoln,my ejb plugin is ready to meet your eyes:initial test:i need to do some works before close:- add more tests (for all functionality)- add more parameters on mdb configuration- add clusterable annotation- add transaction on methods- permit undo/change (revert/change configuration)I'm waiting for your comments on my slow work (..unfortunately my free time is limited...)byefiorenzoPS: the fucked Mdb annotation at end was:javaClass.addImport(ActivationConfigProperty.class);javaClass.addImport(MessageDriven.class);javaClass.addImport(Message.class);javaClass.addInterface(MessageListener.class);javaClass.addMethod("public void onMessage(Message message) {}");javaClass.addAnnotation(javaClassType.MESSAGEDRIVEN.getAnnotation()).setLiteralValue("name", "\"" + name + "\"").setLiteralValue("activationConfig","{@ActivationConfigProperty(propertyName = \"destinationType\", propertyValue = \""+ destinationType+ "\"), " +"@ActivationConfigProperty(propertyName = \"destination\", propertyValue = \""+ destinationName + "\")" + "}");
_______________________________________________
forge-dev mailing list
forge-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/forge-dev