Javaのコンパイル・エラーを解決するためのJavaコード・サイズの削減
次の例に示すJavaのコンパイル・エラーがサーバーのログ・ファイルに表示された場合は、Javaクラス内のコードが多すぎる可能性があります。
Failed to compile bpel generated classes. failure to compile the generated BPEL classes for BPEL process "Review_Supply_Plan_ProcessProcess" of composite "default/Review_Supp ly_Plan_Process!1.0*a9ca2907-8540-4375-b672-ceb560d7b826" The class path setting is incorrect. Ensure that the class path is set correctly. If this happens on the server side, verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the runtime is using the same release/version. . . . . . . at com.collaxa.cube.lang.compiler.template.CubeProcessGenerator.compile(CubeProce ssGenerator.java:304) at com.collaxa.cube.lang.compiler.template.CubeProcessGenerator.generate(CubeProc essGenerator.java:164) at com.collaxa.cube.lang.compiler.BPEL1Processor.transform(BPEL1Processor.java:25 7) at com.collaxa.cube.lang.compiler.BPEL1Processor.process(BPEL1Processor.java:161)
Javaのコンパイル・エラーを解決するためにJavaコード・サイズを削減するには: