TwoPhase SchmooPhase

Also… spent ages looking at my app server today wondering why it suddenly refused to allow my EJBs access to other classes in the EAR. Turns out I may have to go scour the logs for a BEA-149316, which is the code weblogic puts out when it decides you’ve not assembled your EAR properly, so resets the TwoPhase attribute of the Application element in config.xml to “false” and basically causes universal ClassLoader woe and, in my case, hairloss and general snippiness.

Anonymous Technical Guru Colleague ‘L’ says he’s seen this three (count ‘em) times, all on rhel environments running under VMWare. Harrumph.

Share

5 thoughts on “TwoPhase SchmooPhase

  1. Harrumph. Unexploded war file in the ear. Called in war disposal expert and await further news. I still think it ought to do this consistently if it’s going to do it at all.