[ 
https://issues.apache.org/jira/browse/ATLAS-2665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bogdan Sava updated ATLAS-2665:
-------------------------------
    Description: 
Create configuration for OMAG API in Atlas using Spring MVC Dispatcher servlet.

Change base URL for the API to "/open-metadata" 

 

Add Spring mvc Dispatcher servlet to Atlas API in order to initialize rest 
resources annotated with.

Spring mvc has contextConfigLocation init param pointing to 
/WEB-INF/openMetadataContext.xml which scans the packages:
{code:java}
<context:component-scan base-package="org.apache.atlas.omag,
 org.apache.atlas.omrs,
 org.apache.atlas.omas,
 org.apache.atlas.ocf" />

{code}
 The base URIs will be:

- for OMAS: /open-metadata/access-services/

- for OMAG: /open-metadata/admin/

 The omag server spring boot application will have /open-metadata as context 
path also

 

The review board is: [https://reviews.apache.org/r/67083/]

 

  was:
Create configuration for OMAG API in Atlas using Spring MVC Dispatcher servlet.

Change base URL for the API to "/open-metadata" 

 

Add Spring mvc Dispatcher servlet to Atlas API in order to initialize rest 
resources annotated with.

Spring mvc has contextConfigLocation init param pointing to 
/WEB-INF/openMetadataContext.xml which scans the packages:

{code}

<context:component-scan base-package="org.apache.atlas.omag,
 org.apache.atlas.omrs,
 org.apache.atlas.omas,
 org.apache.atlas.ocf" />

{code}

 

 

The review board is: [https://reviews.apache.org/r/67083/]

 


> Add OMAG-API in Atlas
> ---------------------
>
>                 Key: ATLAS-2665
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2665
>             Project: Atlas
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>            Reporter: Bogdan Sava
>            Assignee: Bogdan Sava
>            Priority: Major
>         Attachments: 0001-ATLAS-2665-Add-OMAG-API-in-Atlas.patch, 
> ATLAS-2665-Add-OMAG-API-in-Atlas-v2.patch, 
> ATLAS-2665-Add-OMAG-API-in-Atlas-v3.patch, 
> ATLAS-2665-Add-OMAG-API-in-Atlas-v4.patch, 
> ATLAS-2665-Add-OMAG-API-in-Atlas-v5.patch, 
> ATLAS-2665-Add-OMAG-API-in-Atlas-v6.patch, 
> ATLAS-2665-Add-OMAG-API-in-Atlas-v7.patch
>
>
> Create configuration for OMAG API in Atlas using Spring MVC Dispatcher 
> servlet.
> Change base URL for the API to "/open-metadata" 
>  
> Add Spring mvc Dispatcher servlet to Atlas API in order to initialize rest 
> resources annotated with.
> Spring mvc has contextConfigLocation init param pointing to 
> /WEB-INF/openMetadataContext.xml which scans the packages:
> {code:java}
> <context:component-scan base-package="org.apache.atlas.omag,
>  org.apache.atlas.omrs,
>  org.apache.atlas.omas,
>  org.apache.atlas.ocf" />
> {code}
>  The base URIs will be:
> - for OMAS: /open-metadata/access-services/
> - for OMAG: /open-metadata/admin/
>  The omag server spring boot application will have /open-metadata as context 
> path also
>  
> The review board is: [https://reviews.apache.org/r/67083/]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to