[JBoss-user] Unknown PUBLIC id in ejb-jar.xml: -//JBoss//DTD JBOSS//EN

2003-12-04 Thread Bruce Ashton
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-nameUser/ejb-name
 jndi-nameUser/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


Re: [JBoss-user] Unknown PUBLIC id in ejb-jar.xml: -//JBoss//DTD JBOSS//EN

2003-12-04 Thread Rafal Kedziorski
At 13:29 04.12.2003, Bruce Ashton wrote:
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-nameUser/ejb-name
 jndi-nameUser/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?
Try with this:

!DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS 3.2//EN 
http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd;

Rafal 



---
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


RE: [JBoss-user] Unknown PUBLIC id in ejb-jar.xml: -//JBoss//DTD JBOSS//EN

2003-12-04 Thread Bruce Ashton
 
 Try with this:
 
 !DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS 3.2//EN 
 http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd;
 
 
 Rafal 

That gets pretty much the same error,

Unknown PUBLIC id in ejb-jar.xml: -//JBoss//DTD JBOSS 3.2//EN


When I run dos2unix It always tells me,

could not open /dev/kbd to get keyboard type US keyboard assumed
could not get keyboard type US keyboard assumed

I wouldn't have thought this would be a problem, but could it be something
to do with locale settings?

 
 
 
 ---
 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
 
  
 


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