| Author |
Suppressing BEA-012035 ?
|
Matt Herrington
Greenhorn
Joined: Oct 26, 2005
Posts: 12
|
|
Hi all,
I'm starting up Weblogic with my deployed EAR and I see a lot of "BEA-012035" warnings. I work in QA and the application works fine, so development does not want to fix the issue. Is it possible to suppress this message?
|
 |
anandraj tadkal
Ranch Hand
Joined: Feb 22, 2011
Posts: 80
|
|
You can try disable the warnings using the <disable-warning> element in weblogic-ejb-jar.xml file.
For ex:
</weblogic-enterprise-bean>
<disable-warning>BEA-010054</disable-warning>
</weblogic-ejb-jar>
References:
http://download.oracle.com/docs/cd/E12840_01/wls/docs103/ejb/DDreference-ejb-jar.html#wp1113572
Cheers,
Anandraj
http://weblogic-wonders.com
|
Regards,
Anandraj
http://weblogic-wonders.com/
|
 |
 |
|
|
subject: Suppressing BEA-012035 ?
|
|
|