jaketracey / opax

Opax is an integration tool that brings the capabilities of OpenAI's ChatGPT into Adobe Experience Manager (AEM). It leverages AEM's robust content management features and combines them with the versatility and power of ChatGPT, allowing for a sophisticated, AI-driven user experience.
https://opax.ai
MIT License
6 stars 7 forks source link

Cannot resolve imported package in servlet bundle #12

Open stiegjo opened 1 year ago

stiegjo commented 1 year ago

I'm running AEM 6.5.17 and I've gone through the steps to install the Opax package in my local author instance and added an Open AI API key to the configuration. However the bundle is not active and I see the following issues under imported packages:

org.apache.commons.text,version=[1.10,2) -- Cannot be resolved org.apache.sling.api.request,version=[2.7,3) -- Cannot be resolved org.apache.sling.api.resource,version=[2.13,3) -- Cannot be resolved

jochenkoschorke commented 8 months ago

Hi, I encountered the same issue when trying to use this tool with on premise AEM 6.5.16 which seems to be in line with the mentioned pre-requisites ("AEM 6.5 or higher / Adobe Cloud").

Is this tool supposed to be working with on premise AEM instances or is it only working with AEMaaCS?