Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once all the classes are available the services file needs to be updated to use them:

Code Block
titleSample: Services Service file entries
linenumberstrue
collapsetrue
	<ttServiceLoaderRow>
		<Order>210</Order>
		<ServiceTypeName>Consultingwerk.Framework.Server.IContextDatasetStore</ServiceTypeName>
		<ServiceClassName>Akioma.Swat.OERA.Context.SwatContextDatasetStore</ServiceClassName>
	</ttServiceLoaderRow>
	<ttServiceLoaderRow>
		<Order>211</Order>
		<ServiceTypeName>Consultingwerk.OERA.Context.IContextDatasetFactory</ServiceTypeName>
		<ServiceClassName>Test.TestContextDatasetFactory</ServiceClassName>
	</ttServiceLoaderRow>

...