How to import an own constraint (Java class)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2007 04:48 AM
Hello,
I'm about to customize Alfresco.
The aim is to add some custom aspects which should be values in a
combobox.
This is easy defining own list constraints in the model.xml
The problem is this are fixed values…
I have an own class which is derived from the AbstractConstraint.
My question is how to deploy my constraint class??? :?:
I've downloaded the Alfresco SDK and looked at some examples,
but still don't know how.
:idea: I've already tried:
packaging as a jar file and including to the …/tomcat/webapps/alfresco/WEB-INF/lib folder
but doesn't work.
Does anybody have an advice?
best regards,
Roman
I'm about to customize Alfresco.
The aim is to add some custom aspects which should be values in a
combobox.
This is easy defining own list constraints in the model.xml
The problem is this are fixed values…
I have an own class which is derived from the AbstractConstraint.
My question is how to deploy my constraint class??? :?:
I've downloaded the Alfresco SDK and looked at some examples,
but still don't know how.
:idea: I've already tried:
packaging as a jar file and including to the …/tomcat/webapps/alfresco/WEB-INF/lib folder
but doesn't work.
Does anybody have an advice?
best regards,
Roman
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 07:32 AM
i've found a solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2019 10:05 PM
Hello roman,
How did u solve this problem
