0

I'm using Alfresco 5.1 Community and SDK 2.2. I migrate my project to All-in-one extension to make a Rapid Application Development (RAD) . I have two custom document library actions, that works without the all-in-one extension, but here, doesn't appear the image of the button and doesn't open the pages that is supposed (and doesn't give any error...).

There are any reason for this?

Another question, I get this: Failed to Refresh Web Scripts for Alfresco Share. Response status: 401, message: Unauthorized on IntelliJ, when I'm trying to run the project all-in-one with (alt+f9).

The error that I get in the shell: http://pastebin.com/wxpXEEKa

Thanks.

PRVS
  • 1,612
  • 4
  • 38
  • 75

1 Answers1

3

As I already explained in a former answer, RAD has been disabled by default in SDK 2.2 since Spring Loaded would currently prevent the repo from starting up, according to the official release notes for SDK 2.2 .

Community
  • 1
  • 1
Younes Regaieg
  • 4,156
  • 2
  • 21
  • 37
  • And now we can't make a RADevelopment? Thank you so much for the answer! – PRVS Mar 21 '16 at 13:55
  • Not on alfresco 5.1 code line, at least until SDK 3.0 is released ! You could use SDK 2.1.1 with Alfresco 5.0 if RAD is that crucial to you! And the produced amps **should*** be compatible with Alfresco 5.1 as well – Younes Regaieg Mar 21 '16 at 14:38