No matching function [JAVAPROXY] found - Lucee 5.0.0.252 Error (expression) Message

As described in Lucee Docs / Can I benefit from OSGi somehow?
http://docs.lucee.org/guides/lucee-5/osgi.html#can-i-benefit-from-osgi-somehow,
Lucee 5 introduces the function javaProxy() to load Java objects, this
functions interface is optimized to OSGi, so you can do something like
this…

But using it throws an error as in the subject.

I also read about javaNew()
http://docs.lucee.org/guides/lucee-5/functions-tags.html#javanew-new,
however it doesn’t exist either.

Do I need to tweak settings in Server or Web Admin to make them work?

Thanks!

Hi,

This information is apparently incorrect, I’m just getting the correct
information from Micha and will update the docs and let you know once it is
correct.

Kind regards,

Andrew
about.me http://about.me/andrew_dixon - mso http://www.mso.net - Lucee
Association Member http://lucee.orgOn 2 June 2016 at 16:49, Da Li <@Da_Li> wrote:

As described in Lucee Docs / Can I benefit from OSGi somehow?
http://docs.lucee.org/guides/lucee-5/osgi.html#can-i-benefit-from-osgi-somehow,
Lucee 5 introduces the function javaProxy() to load Java objects, this
functions interface is optimized to OSGi, so you can do something like
this…

But using it throws an error as in the subject.

I also read about javaNew()
http://docs.lucee.org/guides/lucee-5/functions-tags.html#javanew-new,
however it doesn’t exist either.

Do I need to tweak settings in Server or Web Admin to make them work?

Thanks!


Win a ticket to dev.objective from Lucee via Twitter, see
http://bit.ly/1UbTMWj for details, good luck and see you there…

You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/31a773d3-58cc-4040-a77d-7ef42d58f56b%40googlegroups.com
https://groups.google.com/d/msgid/lucee/31a773d3-58cc-4040-a77d-7ef42d58f56b%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

Thank you Andrew for clarification!