This page assumes you have successfully installed the caCORE DataType Mapping Extension
Add caCORE data types to a caGrid service
- Start Introduce

C:\caGrid>ant introduce
- Open an analytical service for modification

- Select the caCORE SDK tab on the panel

- Choose your caCORE SDK version and select its installation directory

- Click Add to add the datatypes

- You can make additional changes by choosing a specific datatype and selecting the 'Configure Types' tab

- Click Save
- The datatypes from the caCORE project are now available to your caGrid project.
Deployment of a caGrid service with caCORE data types
When you are ready to test your service with a web container, you'll need to deploy your app.
- Start Introduce

C:\caGrid>ant introduce

Right now, the extension does not successfully copy itself into the service for proper deployment. You'll need to manually copy the extension's jar into the service's lib directory. 
C:\caGrid\projects\mappingExtensions\build\lib>copy caGrid-mappingExtensions-1.3.jar [Your Service Directory]\lib





