When compiling a project before deploying it to weblogic ide, jDeveloper gives an error:

 Error: <J2EE> <BEA-160187> <weblogic.appc failed to compile the application. Recompile with the -verbose option for more details about the issue.> projectName.jws C:\Projects\projectName 

BUT the -verbose already installed for compilation:

compiler: options

The project is not compiled and accordingly deploitsya. What should be done?

PS

Change IDE - do not offer.

  • one
    It also suggests recompiling with the -verbose option to get more information on the problem. Did not try? More on your error code look here - Igor Kudryashov
  • Tell the team to do this. or a combination of buttons in jDeveloper - Drakonoved
  • one
    Project properties-> Compiler-> Options, on the right, expand Miscellaneous - Igor Kudryashov
  • one
    Look for a solution to the error code BEA-160187. I already resulted one link above. - Igor Kudryashov
  • one

1 answer 1

Understood. Reply prompted by Igor Kudryashov

The structure of the ADF Application consists of several projects.

Checkbox -verbose should be set for each of them.