John, The above does not go into transfer.xsd but rather transfer.xml. If you already had an <objectCache> stanza, you simply replace it with the link to the ehcache file and associated caching directives instead.
Brian On Friday, March 6, 2015 at 1:50:33 AM UTC-8, John Gerald wrote: > > All, > > I have tried the google search and have read through many subjects and > posting but have not found the answer I am looking for. > > In the Migrating to Transfer 1.3 it says the following: > Update transfer.xml and <objectCache> > > You will need to replace your current settings with a new baseline: > > <objectCache> > <defaultcache provider="transfer.com.cache.provider.EHCacheProvider"> > <setting name="config" value="path/to/ehcache.xml" /> > </defaultcache> > </objectCache> > > Can someone help me with where in the transfer.xsd file does this entry > go. I have gone through the file and see many items with the words > objectCache but not sure of the actual location in which this should go. > I have created the ehcache.xml file and placed it in the root of the > transfer folder so I believe the path for me would be transfer/ehcache.xml. > > I would very much appreciate your help and if possible maybe you could > post the actual code from your transfer.xsd(xml) file so that I am clear on > exactly where and how it should be inserted. > > Note: I am using the transfer.xsd file that is located in the > /resources/xsd/transfer.xsd, is that the correct file? > > Thank you in advance for your help and any assistance you can give me. I > am new to upgrading Transfer ORM and just need a little help. > > John > -- -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en --- You received this message because you are subscribed to the Google Groups "transfer-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
