I have a deployment issue that shows up on Unix (Solaris) but not on
Windows.

I have an ear file that contains a number of enterprise beans each in its
own jar file.

When I attempt to deploy the ear file it will deploy some of the enterprise
beans, but invariably fail on at least one with the error message that is
the subject of this email.

The deployment descriptors are quite simple, pretty much copies of each
other with only the names of the bean changed.  For example,


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS//EN"
"http://www.jboss.org/j2ee/dtd/jboss.dtd";>

<jboss>

   <enterprise-beans>

      <entity>
         <ejb-name>User</ejb-name>
         <jndi-name>User</jndi-name>
      </entity>

   </enterprise-beans>

</jboss>


This is one of the beans that fails.
I'm running JBoss 3.2.2 on both Solaris and Windows.  I don't get this error
on Windows.

I tends to be the same beans that crash, although there is some variation
depending on the order the beans deploy in.
I haave run dos2unix across all the deployment descriptors including
application.xml.

Any ideas?


Bruce Ashton
Senior Developer
Ext. 8272
http://www.activis.com/ 


Please note that:
 
1. This e-mail may constitute privileged information. If you are not the intended 
recipient, you have received this confidential email and any attachments transmitted 
with it in error and you must not disclose, copy, circulate or in any other way use or 
rely on this information.
2. E-mails to and from the company are monitored for operational reasons and in 
accordance with lawful business practices.
3. The contents of this email are those of the individual and do not necessarily 
represent the views of the company.
4. The company does not conclude contracts by email and all negotiations are subject 
to contract.
5. The company accepts no responsibility once an e-mail and any attachments is sent.

http://www.activis.com


This annotation was added by the e-scan service.
http://www.activis.com
----------------------------------------------------------------------------------
This message has been checked for all known viruses by e:)scan.
For further information please contact [EMAIL PROTECTED]


-------------------------------------------------------
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to