Bugs item #626540, was opened at 2002-10-21 22:49 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=626540&group_id=22866
Category: None Group: v4.0 Status: Open Resolution: None Priority: 5 Submitted By: Frank Langelage (lafr) Assigned to: Nobody/Anonymous (nobody) Summary: exceptions from mbean-info-db-service Initial Comment: The deployment of mbean-info-db-service.xml gives me exceptions on startup of jboss-head. See attached extract from server.log. (JBoss-Head, current checkout, JDK 1.4.1 on Linux ) ---------------------------------------------------------------------- >Comment By: Christian Riege (lqd) Date: 2002-10-22 10:25 Message: Logged In: YES user_id=176671 Matt, have a look at org.jboss.metadata.XmlFileLoader which defines a custom Resolver for loading the DTD's from within a jar itself depending upon the PUBLIC DocId. Using this or a variant thereof might be the solution. ---------------------------------------------------------------------- Comment By: Matthew Munz (mattmunz) Date: 2002-10-21 23:16 Message: Logged In: YES user_id=340814 I think that the problem here is that the xmbean DTD cannot be found. I wrote MBean-Info-xmbeandd.xml, and I think it works on my machine because I generated the documentation for jboss (this includes DTDs in the location requested). I'm sure that there must be a beter way to specify the XMBean DTD. Could someone on jboss-dev please give an example? Also note that this service is not currently required for any feature of the server. Feel free to delete the offending file from your deploy folder. - Matt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=626540&group_id=22866 ------------------------------------------------------- This sf.net emial is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ad.doubleclick.net/clk;4699841;7576301;v? http://www.sun.com/javavote _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
