Manu Srivastava wrote:

> Hi,
> 
> 
> jBoss.xml
> =========
> <jboss>


<enterprise-beans> <!-- you seem to be missing this tag -->


>   <session>
>     <ejb-name>com.asset.SMTPAdapter</ejb-name>
>     <jndi-name>com.asset.SMTPAdapterHome</jndi-name>
>     <configuration-name></configuration-name>
>   </session>
>     </enterprise-beans>
> </jboss>

> Also if use keep the file name of jboss.xml in small
> letters the deployment fails. If you rename it to all
> caps or jBoss.xml it starts deploying.

If you mosted your jboss.xml completely, this is because of the syntax 
problem I point out above. When it's spelled in lower case, JBoss tries 
to read it and deployment fails because it isn't well-formed XML.


-danch


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to