Hi,
 
a really quick question, how can I pass an <env-entry> like the following:
 
<env-entry>
       <env-entry-name>varName</env-entry-name>
       <env-entry-type>java.lang.String</env-entry-type>
       <env-entry-value></env-entry-value>
</env-entry>
 
Notice that the value is empty, this entry won't allow the EJB container (JBoss 2.4.3) to deploy the bean, since it is considered as null.
 
If so, how do I pass empty Strings environment entries?
 
 
Thanks!
David.

Reply via email to