Status/Resolution/Reason: Closed/Withdrawn/UserError
Reporter/Name(from Bugbase): Michael Nimer / Michael Nimer (Michael Nimer)
Created: 07/10/2012
Components: Language, Java Integration
Versions: 10.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: Final /
Priority/Frequency: Critical / Most users will encounter
Locale/System: English / Platforms All
Vote Count: 0
by only changing the direct invoke argument to true I get NULL error
works:
new CFCProxy(cfcPath, false);
breaks:
new CFCProxy(cfcPath, true);
=======================================================
java.lang.NullPointerException
coldfusion.cfc.CFCProxy.doInvoke(CFCProxy.java:306)
coldfusion.cfc.CFCProxy.invoke(CFCProxy.java:237)
demos.servlet.PdfHtmlExampleServlet.doPost(PdfHtmlExampleServlet.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3282992
External Customer Info:
External Company:
External Customer Name: mnimer
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
- July 10, 2012 00:00:00: 1_PdfHtmlExampleServlet.java
- July 10, 2012 00:00:00: 2_PdfHtmlExample.cfc
Comments: