I'm trying to add a custom rule to Windup and its not showing up in my report. What am
I doing wrong?
<?xml version="1.0"?>
<ruleset
xmlns="http://windup.jboss.org/v1/xml"
id="customruleprovider">
<!-- This defaults to MIGRATION_RULES -->
<phase>
DISCOVERY
</phase>
<rules>
<rule>
<when>
<javaclass references=“weblogic.servlet.*”>
<location>IMPORT</location>
</javaclass>
</when>
<perform>
<hint>
<message>Message from XML Rule</message>
<link href="http://example.com" description="Description from
XML Hint Link" />
</hint>
<log message="test log message"/>
</perform>
<otherwise>
<!-- -->
</otherwise>
</rule>
</rules>
</ruleset>
Posted by forums
Original post:
https://developer.jboss.org/message/912778#912778