SDK4 model customize difficulties

cancel
Showing results for 
Search instead for 
Did you mean: 
fraveau
Member II

SDK4 model customize difficulties

Hi,

I am trying to customize the SDK4 model according to the "Working With Custom Content Types in Alfresco" tutorial

I have modified the bootstrap-context.xml and created my model in ftth-model.xml (see attach). The application start well but I don't see the new types or aspects in the rule page.

I suppose the files are treated because I had to debug them.

Do I need to do something more to customize the model and see the new types in rule page?

Thank you

CONTAINER ID        IMAGE                                             COMMAND                  CREATED             STATUS              PORTS                                                      NAMES
1b9543be4ee0        alfresco-content-services-alfresco4:development   "catalina.sh run -se…"   24 hours ago        Up 24 hours         0.0.0.0:8080->8080/tcp, 0.0.0.0:8888->8888/tcp             docker_alfresco4-acs_1
d9310cd6f905        alfresco/alfresco-search-services:1.2.0           "/bin/sh -c '$DIST_D…"   24 hours ago        Up 24 hours         0.0.0.0:8983->8983/tcp                                     docker_alfresco4-ass_1
beb9b1328d08        alfresco-share-alfresco4:development              "/usr/local/tomcat/s…"   24 hours ago        Up 24 hours         8000/tcp, 0.0.0.0:8180->8080/tcp, 0.0.0.0:9898->8888/tcp   docker_alfresco4-share_1
6385679d77f7        postgres:9.6                                      "docker-entrypoint.s…"   24 hours ago        Up 24 hours         0.0.0.0:5555->5432/tcp                                     docker_alfresco4-postgres_1

ACS container Logs: see attach

3 Replies
dvuika
Alfresco Employee

Re: SDK4 model customize difficulties

I think this question is not related to Angular/ADF

abhinavmishra14
Advanced

Re: SDK4 model customize difficulties

Did you followed the tutorial as it goes step by step ? You seem to have not made any changes pertaining to share. Please follow part2 of the tutorial as well and then test.

Part 2: Configuring Alfresco Share

 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)
jpotts
Professional

Re: SDK4 model customize difficulties

Thanks for working through the tutorial. In case it is helpful, there is an sdk-4.0 tag on the tutorial project in github:

https://github.com/jpotts/alfresco-developer-series/tree/sdk-4.0

It didn't change much, but if you want to compre what you've done with what is known to work, you should use what's in the sdk-4.0 tag.