[
https://jira.jboss.org/browse/JBESB-3200?page=com.atlassian.jira.plugin.s...
]
Kevin Conner updated JBESB-3200:
--------------------------------
Update our version
esb.juddi.xml contains juddi.keygeneratorr
------------------------------------------
Key: JBESB-3200
URL:
https://jira.jboss.org/browse/JBESB-3200
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Configuration
Affects Versions: 4.7
Environment: ESB 4.7 installed via packaged installer to JBoss AS 5.1
Reporter: Ryan Hochstetler
jbossesb-4.7\lib\jbossesb-registry.sar\esb.juddi.xml contains a typo as packaged in the
4.7 AS installation zip.
<entry
key="juddi.keygeneratorr">org.apache.juddi.keygen.KeyGenerator</entry>
Note the extra trailing 'R' in the key.
Eliminating the typo prevents system boot because the value of this entry must be a
concrete class. The correct value is
org.apache.juddi.keygen.DefaultKeyGenerator
The reason this works with the typo in place is because
org.apache.juddi.keygen.KeyGeneratorFactory is coded to provide an instance of
DefaultKeyGenerator when no value has been set for the property juddi.keygenerator
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira