I have a class A that contains a reference to another class B.
Calling TwoLattes.createMarshaller with class A fails with ClassNotFoundException thrown for the nested class B.
Both classes A & B are in the same location. What might be the source of the problem?
thanks
Log in to post a comment.
I have a class A that contains a reference to another class B.
Calling TwoLattes.createMarshaller with class A fails with ClassNotFoundException thrown for the nested class B.
Both classes A & B are in the same location. What might be the source of the problem?
thanks