-
Bug
-
Resolution: Obsolete
-
Major
-
3.2.0.Final
-
None
Issue created as a result of the following discussion:
http://old.nabble.com/Error-when-using-Smooks-Tool-Eclipse-3.6-td31309592.html#a32035041
Smooks editor versions where the bug could be reproduced: 1.1.0.v20101022-2113-H122-Beta2, 1.1.0.v20110215-1231-H25-GA
Steps to reproduce:
1) create smooks config xml
2) select Java as input type, then select Input data as Java file. Choose a Java file which is dependant on a different non-standard Java class (class which has members whose types are not standard Java types, for example the problem can be reproduced when the Java file has the following member:
private List<MyCustomAction> myCustomActions
Expected result:
The class (along with the classes it depends on) is successfully shown in the editor and can be used to create the mapping.
Actual result:
The class is not added to the editor. Instead, the following error message shows up:
Check Input Task configuration. Error creating Input Model from Sample Model Data. Error: "Error build project classpath."