Mail Archive Home | frascati List | October 2010 Index
| <-- Date Index --> | <-- Thread Index --> |
Hi Jhan, Jhan Yuler De La Pava Torres a écrit :
Hi everybodyIt seems that org.ow2.frascati.factory.Factory class does not exist in Frascati v1.3. I got a java.lang.ClassNotFoundException when I try to use the codeComponent component = new Factory().getComposite( "some-composite"); How can I get a reference to a component to invoke it in Frascati v1.3?
You are right. This class was defined in FraSCAti 1.2 and before.
Now FraSCAti 1.3 has the class org.ow2.frascati.FraSCAti for this purpose.
FraSCAti frascati = FraSCAti.newFraSCAti();
Component component = frascati.newComposite("some-composite");
A+
Philippe
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.