Otis wrote:
Since the 1.0.2004.1 runtime update, you have that factory for selfservicing
Check the GeneralEntityFactory class. I didn't create that class for adapter because it is more likely the entity factories there are overridden in derived classes, making the entityfactory not that useful.
Actually, I was talking about Adapter....
That wasy easy...using the new Template Studio I just copied the template code for the Selfservicing GeneralEntityFactory to the EntityFactoriesAdapter template and changed IEntity to IEntity2. Very nice. I'm thinking of building a singleton/stateful factory class that will allow me to override the factory for a given Entity...
Jeff...