Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I have been developing some plugins for EJBCA, specifically adding custom publishers and custom workers, and I've run into a few challenges. I have several questions that I'll break down into different threads.
The publisher editing form includes a 'testConnection' method that gets called when you click 'Save and test connection.' It would be helpful to have a similar method that could be invoked when saving the worker, which could be overridden.
I attempted to intercept methods like 'save()' in the managedBean and also others in the EJB of PublisherSession to catch the deletion of a publisher, among other operations. I suspect that, for security reasons, this might not be feasible. I also tried using interceptors, ejb-jar.xml, and beans.xml. I think I might be missing something, but I thought it should be possible. Does anyone know if this can be done, and if so, how?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions