Skip to content
Snippets Groups Projects
Commit cf94c50a authored by Carlos Eduardo da Silva's avatar Carlos Eduardo da Silva
Browse files

Fixing the name of the bean in the deployment descritor.

There was a mismatch on the name of the bean between the annotation
and the xml file.
parent 768d9367
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@
<enterprise-beans>
<session>
<ejb-name>EncryptionBean</ejb-name>
<ejb-name>EncryptionEJB</ejb-name>
<env-entry>
<env-entry-name>ciphersPassphrase</env-entry-name>
<env-entry-type>java.lang.String</env-entry-type>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment