Jeff Zhang [http://community.jboss.org/people/jeff.zhang] replied to the discussion
"Code generation for JBJCA" To view the discussion, visit: http://community.jboss.org/message/537104#537104 -------------------------------------------------------------- I commit the initial codes of code generation. That is first step and simple. Just input resource adapter package name and class name and code generator will create a resource adapter java file. The code is in the trunk\codegenerator. use "ant sjc" in the trunk directory. It will create jboss-jca-codegenerator.jar in the sjc/lib. Currently we need copy the codegenerator.sh/bat into lib directory and execute it. Please input ResourceAdapter package name:org.jboss.jcaPlease input ResourceAdapter class name:BaseResourceAdpaterJava file wrote Then BaseResourceAdpater.java file output. PS: Jesper, you said we output the code into doc/codegenerator directory, this is default directory and we can use -output to configure it, correct? -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/537104#537104] Start a new discussion in JCA Development at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2099]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
