rmannibucau commented on pull request #713:
URL: https://github.com/apache/tomee/pull/713#issuecomment-734738706


   @rzo1 yes except META-INF/services part, just 
org.apache.openejb.cxxxxx.CorbasProvider=org.apache.openejb.yyyy.CorbasProviderImpl
 in system.properties OR an openejb event observer in corba-integration module 
doing SystemInstance.get().setComponent(....) (easier and automatic probably 
but both options work). SystemInstance is a SPI holder by design :). This 
pattern will work for you 
https://github.com/apache/tomee/blob/8547f730b7c9fc085534a8f5d1f68340154d2cfe/arquillian/arquillian-tomee-common/src/main/java/org/apache/openejb/arquillian/common/BeanDicovererInstaller.java,
 just need to put the observer fully qualified name in 
META-INF/org.apache.openejb.extension


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to