Hello,

What is the appropriate way to construct JAR files that depend on wso2
classes/jars at runtime?

Here's why I ask...  I'm working on writing a custom OAuth validation
callback handler per
blog.thilinamb.com/2012/08/writing-oauthcallbackhandler-for-wso2_7.html .

I can compile my class against the appropriate WSO2 jar's allows me to
create my own jar which I copy into repository/components/extensions/.
After which, I restart WSO2,  but upon it trying to use my callback handler
I receive the ClassNotFoundException
on org.wso2.carbon.identity.oauth.callback.AbstractOAuthCallbackHandler.

I believe that this is due to my jar not being OSGi-compatible, but I'm not
100% sure.

Any ideas?

-- 
@zachdennis
http://www.continuousthinking.com
http://www.mutuallyhuman.com
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to