catolicasc / alfresco-form-model-management

Automatically exported from code.google.com/p/alfresco-form-model-management
0 stars 0 forks source link

Forms Model for Alfresco 4.2.a #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It doesn't appear the latest version of forms management works with 4.2a.  Is 
there an anticipated release for 4.2a?

Thanks...

Original issue reported on code.google.com by dhar...@legalonramp.com on 26 Sep 2012 at 10:12

GoogleCodeExporter commented 8 years ago
Hi there,

I will look into this today. I should have something in the next couple of days.

Mike

Original comment by mike.pri...@abstractive.ca on 1 Oct 2012 at 7:09

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi there, 

I don't get any issues with running on the Alfresco 4.0.2.9 release. Is it the 
Share extension project your are having issues with or FM Console itself. 

Can you please provide details on the bug you are getting accompanying with 
your alfresco log file.

Cheers,
Mike 

Original comment by mike.pri...@abstractive.ca on 2 Oct 2012 at 5:59

GoogleCodeExporter commented 8 years ago
Hi Mike,

I get an error when I try to install the amp via a java command.  Is there
a better way to install it?  FYI, I don't get the error installing the same
file in the same way on 4.0.e

On Tue, Oct 2, 2012 at 10:59 AM, <
alfresco-form-model-management@googlecode.com> wrote:

Original comment by dhar...@legalonramp.com on 2 Oct 2012 at 6:06

GoogleCodeExporter commented 8 years ago
Sorry, forgot to mention, it's the Share amp that fails.

On Tue, Oct 2, 2012 at 10:59 AM, <
alfresco-form-model-management@googlecode.com> wrote:

Original comment by dhar...@legalonramp.com on 2 Oct 2012 at 6:23

GoogleCodeExporter commented 8 years ago
Ahh, i see. I typically install the AMP via the apply amps method. I will take 
a look at the share amp and see what i get.

Original comment by mike.pri...@abstractive.ca on 2 Oct 2012 at 6:25

GoogleCodeExporter commented 8 years ago
Hi there, i successfully installed the share AMP on windows. 

Question, are you installing this AMP on a linux box? 

If you you will have to edit the file-mapping.properties to the following

#Windows to extension root
#/tomcatshared=/../../shared/classes/alfresco/web-extension

#Linux to WEB-INF
/tomcatshared=/WEB-INF/classes/alfresco

I haven't looked into this yet, but in linux the /../../ path will not move out 
of the war when the AMP is being installed, windows works fine. This maybe your 
issue.

Original comment by mike.pri...@abstractive.ca on 2 Oct 2012 at 6:37

GoogleCodeExporter commented 8 years ago
Yes, I am installing on Linux (ubuntu).  Is there a reason it works on
Linux with 4.0e OK but not on 4.2?

Thanks...

On Tue, Oct 2, 2012 at 11:37 AM, <
alfresco-form-model-management@googlecode.com> wrote:

Original comment by dhar...@legalonramp.com on 2 Oct 2012 at 7:01

GoogleCodeExporter commented 8 years ago
Good point. There shouldn't be.

When the amp is unzipped, essentially it takes the file-mappings and moves the 
folders to there configured locations. In linux when i use /../ notation to 
move the site information to the extensions folder (tomcat/shared/) it just 
doesn't move them.

It shouldn't matter weather its any version of alfresco in this scenario.

Have you tried just using the apply_amps.sh method? (put the amp in <alf 
dir>/amps_share and run sudo ./bin/apply_amps.sh)

Also, what error does it give you? Its it on the execution of your install code 
or when the server starts up? 

Original comment by mike.pri...@abstractive.ca on 2 Oct 2012 at 7:07

GoogleCodeExporter commented 8 years ago
OK, the apply_amps.sh method seems to work OK linux for 4.2.a.  I now see Form
Management 1.3.4.1 listed at the bottom of the page.

Not sure what the difference is.  FYI, this is the command I had been using
from the command line which has worked fine in 4.0.e for this and other
modules:
java -jar  /opt/alfresco/bin/alfresco-mmt.jar install
/opt/addons/amps/fm-share_1_2_2.amp /opt/alfresco/tomcat/webapps/share.war
-force

Anyway, thanks for the help...

On Tue, Oct 2, 2012 at 12:07 PM, <
alfresco-form-model-management@googlecode.com> wrote:

Original comment by dhar...@legalonramp.com on 2 Oct 2012 at 7:57

GoogleCodeExporter commented 8 years ago
I tried the apply_amps.sh method with alfresco v4.2.0 in Ubuntu 12.04 LTS. 
Although the installation appears to be fine, I get a 404 error message when I 
visit http://localhost/alfresco/wcs/form-builder/model-manager (the log is 
attached).

Any hints will be deeply appreciated!

Vassilis

Original comment by vassili...@gmail.com on 22 Oct 2012 at 12:05

Attachments:

GoogleCodeExporter commented 8 years ago
Issue 25 has been merged into this issue.

Original comment by mike.pri...@abstractive.ca on 17 Nov 2012 at 11:57

GoogleCodeExporter commented 8 years ago
Issue 23 has been merged into this issue.

Original comment by mike.pri...@abstractive.ca on 20 Nov 2012 at 4:13

GoogleCodeExporter commented 8 years ago
I have uploaded a new AMP for the Share project and tested through 4.2.b 
Community edition.

Please note: You may have to use the -force method when applying the share amp. 
It seems they have put a check in for overwriting files that are not in the 
extension path; Since there is no extension path for client side javascript and 
we overwrite the header to use the fmSearch URL instead of alfresco's default.

Original comment by mike.pri...@abstractive.ca on 29 Nov 2012 at 4:51