Well, now things are happening when I copy the .rar into the deploy directory. Not sure why they weren't before. In any case, I need to clarify which version of the dtd/xsd I should be using. My existing ra.xml has the following header:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE connector PUBLIC '-//Sun Microsystems, Inc.//DTD Connector 1.0//EN' 'http://java.sun.com/dtd/connector_1_0.dtd'> Should I be using the following instead: <?xml version="1.0" encoding="UTF-8"?> <connector xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd" version="1.5"> Is this version="1.5" what you said I could omit? I've tried modifying my old 1.0 dtd based ra.xml to remove the <spec-version> tags and I've tried omitting the above version property from a 1.5xsd based version of the ra.xml. With both versions of the ra.xml, I'm getting an error like the following: 17:20:52,485 ERROR [MainDeployer] Could not initialise deployment: file:/C:/Apps/jboss-4.0.4.GA/server/default/deploy/myadapter.rar org.jboss.deployment.DeploymentException: Error parsing meta data jar:file:/C:/Apps/jboss-4.0.4.GA/server/default/tmp/deploy/tmp51507myadapter.rar!/META-INF/ra.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948836#3948836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948836 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
