Hi For the second question: I fear attachements do not make it to the mailing list. You may come by this restriction by creating a JIRA issue and attaching the screen shot.
Am Mittwoch, den 16.04.2008, 14:05 +0600 schrieb janandith jayawardena: > ... snip snip snip ... > Second question > > when i wrote the code using net beans 5.0 IDE there is this > warning. > > > > but the get methods in the Script Engine Factory classes for > other scripting languges have similar META DATA get methods as > shown in JSR 223 spec. > > why is this warning telling AbstractScriptEngineFactory cannot > implement getMethodCallSyntax in > javax.script.ScriptEngineFactory. Will it create an issue for > the execution of the bundle. ? Could it be that you are running NetBeans in Java 6 or have configured your project to be a Java 6 project ? In this case it would be possible to have a collision between the BSF3 classes included in the Sling Scripting API bundle and the Java 6 provided classes. I use Eclipse and configure my projects to only use JDK 5 for internal building. This prevents this collision. For maven build we have created the correct project setup to prevent this kind of collision even if using JDK 6 to build. Hope this helps. Otherwise, creating a JIRA and posting the screenshot would probably be best. Regards Felix >
