Mehdi,<br><br>My guess is that the field being reported is perhaps in dependency of a bean, rather than the bean itself. But that&#39;s just a shot in the dark.<br><br>The best way to move this forward is to duplicate your problem using an Arquillian test case. The cdi project in the Arquillian Showcase is setup to run tests on WebLogic 12.1.x. You can add your test case in there and run it to investigate.<br>

<br><a href="https://github.com/arquillian/arquillian-showcase">https://github.com/arquillian/arquillian-showcase</a><br><br>Follow the README for instructions about how to use the showcase.<br><br>To run a test on WebLogic Server 12.1, you need to:<br>

<br>1. Update the location of your weblogic installation in cdi/src/test/resources/arquillian.xml<br>2. uncomment the line in cdi/src/test/resources/arquillian.launch<br>3. start WebLogic Server<br>4. run this command to execute a test:<br>

<br>mvn test -Parq-wls-remote-12.1 -Dtest=GreeterManagedBeanTestCase<br><br>If you have trouble, please ask on the Arquillian forums:<br><br><a href="http://community.jboss.org/en/arquillian">http://community.jboss.org/en/arquillian</a><br>

<br>Good luck!<br><br>-Dan<br><br><div class="gmail_quote">On Sat, May 19, 2012 at 6:05 AM, Mehdi Heidarzadeh <span dir="ltr">&lt;<a href="mailto:heidarzadeh2@gmail.com" target="_blank">heidarzadeh2@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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.<span class="HOEnZb"><font color="#888888"><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></font></span></div>
<br>_______________________________________________<br>
cdi-dev mailing list<br>
<a href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/cdi-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/cdi-dev</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div>Dan Allen</div>Principal Software Engineer, Red Hat | Author of Seam in Action<br>Registered Linux User #231597<br><br><div><a href="http://google.com/profiles/dan.j.allen" target="_blank">http://google.com/profiles/dan.j.allen</a><br>

<a href="http://mojavelinux.com" target="_blank">http://mojavelinux.com</a><br><a href="http://mojavelinux.com/seaminaction" target="_blank">http://mojavelinux.com/seaminaction</a><br></div><br>