Versions Compared

Key

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

...

Attribute NameRequired?Description
nameYThe name of the resource loader. Used in other tags in the 'loader' attribute.
classYThe class to use that extends the abstract class org.ofbiz.service.config.ResourceLoader. Available classes include FileLoader, UrlLoader, and ClasspathLoader, all in the same package as the ResourceLoader class.
prepend-envNThe name of a Java environment property to put at the very beginning of the full location, before the prefix. This is optional.
prefixNA string to put before the location when making the full location. This is optional. If used will go after the prepended environment property and before the location specified for each resource.

Global Services

...

The global-services tag is used to define the location of service definition files. This tag has the following two attributes:

Attribute NameRequired?Description
loaderYThe loader referenced from the resource loader definitions.
locationYSpecifies the location that the resource-loader will use inside itself to load the resource.

Service Groups

...

The service-groups tag is used to define the location of the service group definition files. This tag has the following two attributes:

...