Re: BeanShell Kernel + Phoenix 4.0.3.
"mati" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.apps.devel,gmane.comp.jakarta.avalon.devel |
|---|---|
| Message-ID | <000c01c2adc5$dbe05570$0203a8c0@NCDC> |
----- Original Message ----- From: "mati" <[email protected]> To: "Avalon Developers List" <[email protected]> Sent: Friday, December 27, 2002 4:24 PM Subject: BeanShell Kernel + Phoenix 4.0.3. > Hi, > > > I have troubles lanuching Phoenix 4.0.3 with BeanShell Kernel. What I saw is > that phoenix-engine.jar does not contain anymore the required kernel. > > I could copy old references from Phoenix 4.0.2 engine.jar but something > tells me this is not a good idea, although it should work. > > Any help appreciated. > I think I solved it and I even know why this has been changed. I've just made a jar only having inside beanshellkernel. I named it beanshell-kernel.jar and placed it inside /bin/lib Phoenix automatically loaded this jar as well as phoenix-engine.jar, which does not contain beanshell kernel. The reason this has been changed is that I think that as Paul Hammant said this is "hackers tool". When deployed some smart programmer or sb would really mess up. I dunno if this is it. it is just a guess.