Patches item #633005, was opened at 2002-11-03 22:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=633005&group_id=22866
Category: JBossServer Group: v4.0 Status: Open Resolution: None Priority: 5 Submitted By: Frank Langelage (lafr) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for NPE in RARDeployer Initial Comment: Deploying my developed JCA-Adapter I first got a NullPointerException in RARDeployer. According to the connector_1_0.dtd the element "display-name" is optional. But for JBoss it seems to be mandatory. In RARDeployer.java I check the result of the search for element "display-name" and throw a DeploymentException if it was not found. In the superclass SubDeployerSupport I had to add "throws DeploymentException" to method getNamePart. Diffs of both files are attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=633005&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
