WebLogic 10.3 Problem with appc
Since ejbc not work in WebLogic, I try to use appc to do the work. But here I have problem:
When running the appc, instead of ejbc. It is not including the extended class.
Like Class A extends from Class B. When use appc instead of ejbc in build, it only get A.class into the jar file and missing B.class. What ejbc used to do is to put both A.class and B.class into the jar file.
Anyone know how I can get appc work for this?
Like Class A extends from Class B. When use appc instead of ejbc in build, it only get A.class into the jar file and missing B.class. What ejbc used to do is to put both A.class and B.class into the jar file.
Anyone know how I can get appc work for this?
0