Adding EJB Set: Class Not Found

I'm using Creator 2 - Update 1 and I'm trying to add a Session EJB from another application. It's deployed on WebLogic 8.1 and I generated a Weblogic EJB client jar for the purpose of adding it to Creator's Server tab.

Most of the Session Bean methods return java.util.ArrayList objects. The 'Add Set of Session EJBs' wizard is OK up till the point where it asks for the Element Class for the ArrayList. The element classes are all custom classes from the Session bean project, and the wizard refuses to find these classes. The wizard compains that "Class xxx was not found." I have included all these classes in the EJB client jar file. I have also added all the classes from my Session Bean project to a Creator Library, and added that Library to my Creator project. Still no good.

Any ideas?

ps - I have read all the related Tutorials and tech articles already, and they're no help.

[917 byte] By [MCBacklash] at [2007-11-26 9:03:51]
# 1
Check that your custom classes are included in your client jar (ie. extract the file and look for them). Once verified and found, you can write the full class name, i.e. com.yourcompany.yourproject.YourClass and should work.Hope this helpsAntonio.
antoniovl at 2007-7-6 23:13:34 > top of Java-index,Development Tools,Java Tools...
# 2
Sorry, Antonio, been there. All my required classes are in the client JAR, and I entered the fully-qualified class name in the text field. No go.
MCBacklash at 2007-7-6 23:13:34 > top of Java-index,Development Tools,Java Tools...