Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I created a custom bean class.
I went to a tMap and into the expression builder.
I enter my custom bean name, it gives me a list of my methods, I pick one.
When I hit test it says: "Exception in thread "main" java.lang.Error: Unresolved compilation problems: " - yeah, no problems listed.
When I try to run, it says "MyBean cannot be resolved".
What do I have to do to make this work?