jboss@sb2000:/home/jboss/ironjacamar-1.1.0.Alpha5/doc/codegenerator ksh codegenerator.sh Profile version (1.6/1.5/1.0) [1.6]: Type (O/Outbound/I/Inbound/B/Bidirectional) [O]: Package name: biz.mbisoftware.fn.jca.controller Transaction support (N/NoTransaction/L/LocalTransaction/X/XATransaction) [N]: Support reauthentication (Y/Yes/N/No) [N]: Use annotations (Y/Yes/N/No) [Y]: Include a ResourceAdapter (Y/Yes/N/No) [Y]: N Managed connection factory class name [AcmeManagedConnectionFactory]: Managed connection factory config properties [enter to quit]: Name: ServerName Type: String Value: localhost Managed connection factory config properties [enter to quit]: Name: PortNumber Type: Integer Value: 0 Managed connection factory config properties [enter to quit]: Name: ClientService Type: String Value: JCAClient Managed connection factory config properties [enter to quit]: Name: SocketTimeout Type: Integer Value: 0 Managed connection factory config properties [enter to quit]: Name: Encoding Type: String Value: ISO-8859-15 Managed connection factory config properties [enter to quit]: Name: Managed connection class name [AcmeManagedConnection]: Use CCI (Y/Yes/N/No) [N]: Connection factory interface class name [AcmeConnectionFactory]: Connection factory implementation class name [AcmeConnectionFactoryImpl]: Connection interface class name [AcmeConnection]: Connection implementation class name [AcmeConnectionImpl]: Add methods to connection interface (Y/Yes/N/No) [N]: Additional managed connection factory (Y/Yes/N/No) [N]: Include an admin object (Y/Yes/N/No) [N]: Generate a MBean class (Y/Yes/N/No) [Y]: N Build environment [A/Ant/I/Ant+Ivy/M/Maven] [A]: Exception in thread "main" java.lang.NullPointerException at org.jboss.jca.codegenerator.xml.IronjacamarXmlGen.getPropsString(IronjacamarXmlGen.java:135) at org.jboss.jca.codegenerator.xml.IronjacamarXmlGen.writeXmlBody(IronjacamarXmlGen.java:60) at org.jboss.jca.codegenerator.xml.AbstractXmlGen.generate(AbstractXmlGen.java:46) at org.jboss.jca.codegenerator.BaseProfile.generateIronjacamarXml(BaseProfile.java:440) at org.jboss.jca.codegenerator.BaseProfile.generate(BaseProfile.java:84) at org.jboss.jca.codegenerator.Main.main(Main.java:131)