You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2011/10/31 22:37:53 UTC

svn commit: r1195685 - /openejb/trunk/openejb/examples/cdi-alternative-and-stereotypes/README.md

Author: rmannibucau
Date: Mon Oct 31 21:37:52 2011
New Revision: 1195685

URL: http://svn.apache.org/viewvc?rev=1195685&view=rev
Log:
missing line in readme.md

Modified:
    openejb/trunk/openejb/examples/cdi-alternative-and-stereotypes/README.md

Modified: openejb/trunk/openejb/examples/cdi-alternative-and-stereotypes/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/cdi-alternative-and-stereotypes/README.md?rev=1195685&r1=1195684&r2=1195685&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/cdi-alternative-and-stereotypes/README.md (original)
+++ openejb/trunk/openejb/examples/cdi-alternative-and-stereotypes/README.md Mon Oct 31 21:37:52 2011
@@ -55,6 +55,7 @@ So now we have our `@Mock` annotation wh
 we simply add this annotation to our mocks.
 
 If you run it now you'll have this exception:
+
     javax.enterprise.inject.UnsatisfiedResolutionException: Api type [org.superbiz.cdi.stereotype.Vehicle] is not found with the qualifiers
     Qualifiers: [@javax.enterprise.inject.Default()]
     for injection into Field Injection Point, field name :  vehicle, Bean Owner : [Journey, Name:null, WebBeans Type:ENTERPRISE, API Types:[java.lang.Object,org.superbiz.cdi.stereotype.Journey], Qualifiers:[javax.enterprise.inject.Any,javax.enterprise.inject.Default]]