Now I get error messages like this: - package javax.servlet does not exist I've used the following directive in the .cfm file - import javax.servlet.*;
Questions: - Are packages loaded by the app server not automatically available ? - How can I MAKE them available ? - I am aware of the 'jarlist' attribute ! But does it make sense to copy all JARs into OpenBD's WEB-INF\lib ? And won't this cause another havoc ? Please tell me how to make Java Code using a considerable amount of packages/classes work quickly most elegantly ... Or is this use case not the intended one of the embedded Java feature ? Side Note: - The OpenBD Administrator does not seem to work anymore with the latest version 1.5 - Error Message: Login required to perform this action On Jun 3, 5:49 pm, verlsnake <[email protected]> wrote: > Thank You very much for pointing me to OpenBD version 1.5 wrt this > appreciated embedded Java feature ! My first impression is: It just > works :-) ! > > On Jun 3, 5:08 pm, Alan Williamson <[email protected]> wrote: > > > Yes, 1.5 is what you need. > > > I use this ALL the time ... can't tell you how easy it is to use MongoDB > > in your CFML apps with this > > > Peter J. Farrell wrote: > > > verlsnake said the following on 06/03/2011 09:52 AM: > > >> - OpenBD 1.4; Build Date 2010-10-27 14:24:51 GMT > > > Try the 1.5 nightly release. There was some wonkiness with the Java > > > stuff around the 1.4 release IRC. > > -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
