Element is undefined in a Java object of type class [Ljava.lang.String; referenced as

2011-01-11 Thread Greg Morphis
This morning I started getting these errors referencing a variable in Application.cfc: application.administratorGateway.. Element ADMINISTRATORGATEWAY is undefined in a Java object of type class [Ljava.lang.String; referenced as It's in the onApplicationStart method so when the application

Re: Element is undefined in a Java object of type class [Ljava.lang.String; referenced as

2011-01-11 Thread Scott Stroz
You could also set application.administrationGateway in the 'psuedo-constructor', outside of any methods in Application.cfc. On Tue, Jan 11, 2011 at 10:43 AM, Greg Morphis gmorp...@gmail.com wrote: This morning I started getting these errors referencing a variable in Application.cfc: