I'm using ODM 8.5 (the JRules successor). I generated a BOM from an existing Java project. One of the generated classes in my bom file looks something like:
public class MyClass extends java.io.Serializable
{
public java.util.UUID myId;
}
I get a warning:
[BOM] GBRMO0012W: Referenced type java.util.UUID is not defined
What do I need to do to get ODM to recognize Java classes in the BOM? I also see similar warnings about java.sql.Timestamp and others.