Skip to content

Commit

Permalink
JBEAP-692: Update helloworld-mdb-propertysubstitution configuration f…
Browse files Browse the repository at this point in the history
…ile result in the README file
  • Loading branch information
sgilda committed Aug 13, 2015
1 parent 6e34033 commit bd8cc93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helloworld-mdb-propertysubstitution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ After stopping the server, open the `EAP_HOME/standalone/configuration/standalon

The `<annotation-property-replacement>` attribute is set to true in the `ee` subsystem :

<subsystem xmlns="urn:jboss:domain:ee:1.2">
<spec-descriptor-property-replacement>false</spec-descriptor-property-replacement>
<jboss-descriptor-property-replacement>true</jboss-descriptor-property-replacement>
<annotation-property-replacement>true</annotation-property-replacement>
<subsystem xmlns="urn:jboss:domain:ee:3.0">
...
<annotation-property-replacement>true</annotation-property-replacement>
...
</subsystem>

The following system properties are defined and appear after the `<extensions>`:
Expand Down

0 comments on commit bd8cc93

Please sign in to comment.