<div dir="ltr">Hi @all<br>I have a bean annotated with @Named and @RequestScoped.<br>It is working perfectly in Glassfish 3.1.2 but when I deploy it in Weblogic 12.1.1 I get the following error!<br><div style="margin-left:40px">

<br>Caused By: org.jboss.weld.exceptions.DefinitionException: WELD-000075 Normal scoped managed bean implementation class has a public field:  <br></div><div style="margin-left:40px">public@Named @RequestScoped class com.x.y.web.monitoring.MonitoringController<br>

</div><br>I don&#39;t have any public field in my bean!!! all of them are private and I use getters and setters.<br>Is this a bug in weblogic 12.1.1 ? <br>How can I update weld version in weblogic?<br><br>Thanks in advance.<br clear="all">

<div><br>-- <br><div dir="ltr">Mehdi Heidarzadeh Ardalani<br>Independent JEE Consultant, Architect and Developer.<br><a href="http://www.TheBigJavaBlog.com" target="_blank">http://www.TheBigJavaBlog.com</a><br></div><br>

</div></div>