This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes Suppressing BEA-012035 ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Suppressing BEA-012035 ?" Watch "Suppressing BEA-012035 ?" New topic
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/
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Suppressing BEA-012035 ?
 
Similar Threads
Change in weblogic certification program
Web server with WLS
Log in Servlet
Transaction Attribute issue in weblogic 8.1
which technology to learn