[JBoss-dev] [Nukes Development] - Re: rss module commited

2004-02-06 Thread anajavi
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3820418#3820418

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820418

I had to do minor tweak on RSSRenderer.renderBlock:



int maxi=list.lengthmaxItems?maxItems:list.length;

  for (int i = 0; i  maxi; i++)

  {



Otherwise it threw ArrayIndexOutofBoundsException when itemIFs was empty (or smaller 
than maxItems).






---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Re: jboss.xml inside a jar mentioned in ejb-jar:s manifest b

2004-02-05 Thread anajavi
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3820268#3820268

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820268

I checked the j2ee 1.4 specification and in section 8.2 it says:

The Manifest file is named META-INF/MANIFEST.MF in the JAR file. The Class-Path entry 
in the Manifest file is of the form

Class-Path: list-of-jar-files-separated-by-spaces

The J2EE deployment tools must process all such referenced files when processing a 
J2EE module. Any deployment descriptors in referenced .jar files are ignored when 
processing the referencing .jar file.



It seems that JBoss 3.2.3 violates this part of the 1.4 spec. 


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development