Netbeans 6.9 Beta. (rt1.5 in javafx sdk ...)`

I noticed something interesting in NetBeans 6.9 Beta.
It comes with two platforms. One is Java jdk 1.6.x
and the other is javafx1.3.
The rt.jar in javafx1.3 appears to be version 1.5 though.
In fact it ships as rt15.jar.
Hopefully Oracle fixes this for the "GA" of NetBeans 6.9. Hopefully rt.jar
in javafx 1.3 will also be of version 1.6 from jdk1.6.x
/rk

It's been like that since the release of the JavaFX 1.0 SDK...
Yes, it'd be better to able to set the Java compatibility level (1.5, 6, 7) we want to use when doing develloping in JavaFX without resorting to hacking rt15.jar...

Similar Messages

  • Can charts in JavaFX SDK include 3D type (x, y, z axis)?

    Can charts in JavaFX SDK include 3D type (x, y, z axis)? It is to say the XYZChart.

    Yes, but you have to develop them yourself (none of the standard built in charts are 3d charts).
    Here is a really old example of a 3D pie chart.
    https://gist.github.com/jewelsea/1485144
    As features have been added to JavaFX, there are better ways to implement such charts today.
    For 3D work, you are best off working with a JDK8 release.

  • Netbeans 6.9 beta

    Hi,
    I just installed the netbeans 6.9 beta on my MAC and importing my existing 6.8 workspace. First start up gave an exception (some state exception) but the second time it went OK.
    After the class searches in my existing javaFX project:
    1. I got some errors which are not given in the 6.8.
    2. When I take a look in the plugin section I still see it's javaFx 1.2.1
    The first point are errors on sun package imports:
    import com.sun.javafx.scene.control.caspian.TextBoxSkin;
    import com.sun.javafx.scene.control.caspian.ButtonSkin;
    -> they don't existFor the second point I assumed when installing 6.9 automatically javaFX 1.3 was taken as a plugin but this is not the case. Maybe this must be upgraded manually I don't know.
    Anyone did see those errors too ?
    Thanks
    Guy

    hi phil,
    Yes they gave us plenty of work with this update for sure.
    In my case it's even worse I get a runtime error that I don't have with previous version:
    Unexpected exception caught in MasterTimer.timePulse():
    com.sun.javafx.runtime.AssignToBoundException: Cannot assign to bound variableI'm not going into detail on my code ( it's bind on a tile customnode ) but if I run my same source files (ca 10 FX files in my project) build with netbeans 6.8 and javaFx 1.2 they seems to run perfectly.
    I use quit some binding in my program so I guess they changed a lot in that area too.
    I really don't know if it's a good thing to continue putting further time and effort in this language if I must be honest here. Great promises at Devoxx end 2008 here in Antwerp and now almost 2 years later we get something like that ?
    I'd expect a nice update on performance , controls ,... To give just a small example I used some edit boxes and as you know they were very primitive when it came to layout and alignment. Now I checked if they added some alignment into that control but nope they didn't. It seems to be they did for button text tough.
    Also releasing mobile 1.3 at the same time was a must have in my opinion because I can write some 1000 lines on that if I want ;-)
    I wrote a comment once on a blog of Michael Heinrichs which is in the mobile team I think:
    http://blog.netopyr.com/2009/02/22/best-practices-for-javafx-mobile-applications/
    -> the last comment is mine ;-)
    The 1 miljon question I have is:
    Is HTML5 the future candidate to build nice rich interfaces and replace most of the kind of things like javaFx , Flash , Silverlight ?
    ( Don't give your bankaccount ;-)
    -G

  • Please don't update javaFX sdk to 1.2, your application might stop working

    I have been using NetBeans with JavaFX SDK 1.1. I updated the JavaFX SDK to 1.2 today morning through NetBeans updater and my application has stopped launching. I have attached the error log below. I want to revert back to sdk version 1.1
    [http://docs.google.com/View?id=d4wgg5j_797d8mnt6c7|http://docs.google.com/View?id=d4wgg5j_797d8mnt6c7]

    maennj, javafx1.2 introduces some changes to the language and framework. It is not binary compatible with the previous version.
    I have had the same problem as you. The solution that I found was to replace, in the netbeans folder, the contents of the directory containing the javafx1.2 sdk with javafx 1.1 content.
    But now I have no editor support (warnings, errors, automatic imports) for fx1.1. Not that the previous editor support was of a great help (lots of bugs).
    When will Sun start doing things professionally?? How about a dialog warning that the update to netbeans will turn javafx to version 1.2??? How about answering to developers questions on forums?????

  • Netbeans 5.0 beta: package org.jdesktop.layout does not exist

    This is a newbie question. I'm running netbeans 5.0 beta and put together a UI with the nice UI builder in netbeans. When I go to compile I get "package org.jdesktop.layout does not exist". I've updated my class path via the netbeans libaryar manager to include the jars swing-layout-0.7.jar and org-jdesktop-layout.jar but it is still not finding the class. What am I missing? Thanks!

    Do you get this error when selecting "run" from within NetBeans?
    When I create a project using Netbeans 5.0 beta using the form designer NetBeans automatically adds swing-layout-0.7.jar to the list of libraries in the libraries node in the project window. I didn't do anything fancy.
    Do you get this error if you create another project?
    it works fine for me.

  • JavaFX SDK - no tab widget?

    The previous JavaFX releases had somehow the possibility to use a tabbedPane and the tab widget.
    I don't see them back in the list of javafx.ext.swing widgets of the newly released javaFX SDK. Will they be added in a future SDK release
    or if not, does somebody has an example how to create a tabbedPane and tabs with the new SDK release?
    Appreciate any help.

    Here is an example of some [ UI components|http://fisheye4.atlassian.com/browse/~br=technology-preview-1/openjfx-compiler/branches/technology-preview-1/demos/Assortis/src/assortis/core/ui] implementation: MyTabbedPane, MyTab

  • JavaFX in Eclipse - A valid JavaFX SDK was not deteted

    I get the following error when I try to start a new JavaFX Project in Eclipse
    "A valid JavaFX SDK was not detected"
    My Environment:
    Java 7 Update 1
    JavaFX 2.0 SDK
    Eclipse Indigo 3.7.1 (Plugin from http://javafx.com/downloads/eclipse-plugin/)
    What I tried (but failed to resolve the problem)
    Removed and added the JavaFX SDK so many times
    Created new Simple Java Project and applied later the JavaFX Feature (Fx Script created is displayed all in red/error)
    The JAVAFX_HOME path has been set in Eclipse as "C:/Program Files/Oracle/JavaFX 2.0 SDK" and in environment also.
    Can any one point do I miss anything in the integration steps?
    Do I have to add any external JARs

    After adding the jfxrt.jar, the same error occurred to me
    It shows all the lines in red as well.
    Stage {
    title : "MyApp"
    scene: Scene {
    width: 200
    height: 200
    content: [  ]
    When I try to run the same "ERROR: Unknown command: -src" is displayed in the console.
    Modal dialog error displayed for me is as follows,
    Error happened while packaging the application. Command Line: [C:\pro.....\javapackager.exe, -src, C:\.....]
    Confused like do I have to use JRE 7 or the JRE bundled with JavaFX for executing the app.
    Edited by: 892393 on Oct 20, 2011 3:22 AM

  • About Netbeans 6.5 and Java EE 5 SDK

    Hi, I have already installed JDK 6u11 (with JRE) and Netbeans 6.5, do I still need to install J2EE SDK if I want to develop J2EE programs?
    Thanks!

    That message is true if you did not install the bundled tomcat server that comes included with NB6. Otherwise you will have to start tomat up separately with the tomcat6.exe and add a NEW tomcat server to NB.

  • Design mode could not load ... It may be incompatible...:FB4 Beta 2 and Flex SDK 4.1

    Hello,
    ever since I upgraded to the latest nightly builds about two weeks ago (SDK 4.1) I get the error mentioned above, and the design mode of Flash Builder 4 Beta 2 doesn't work any more:
    Design mode could not load he.enwipe.core.swc. It may be incompatible with this SDK, or invalid. (DesignAssetLoader.CompleteTimeout)
    Design mode could not load PureMVC_AS3_MultiCore_1_0_5.swc. It may be incompatible with this SDK, or invalid. (DesignAssetLoader.CompleteTimeout)
    and also all other "swc" inside my project that do not come directly from the SDK or Flash Builder.
    Any ideas what could be the cause?

    Hi,
    Did you switch your projects build option to merge into code rather than have runtime libraries generated.
    David.
    [edit'] I really should sleep a bit more- I miss read the question, but you will probably need to break down your project to see what the issue is mxml by mxml, one thing is that any mxml headers need to halo name space renamed to mx.
    as below -
    xmlns:mx="library://ns.adobe.com/flex/mx"

  • NetBeans 5.0 Beta 2 problem

    Hi,
    After installing NB 5.0 Beta 2 under my WinXP Portuguese, I'm getting this
    error message trying to run any MIDP project on emulator:
    java.io.IOException: storageOpen(): No such file or directory, C:\Documents
    and Settings\Alexandre\Configura??es locais\Temp\nbrun14208\NB05Beta01.jad
    at
    com.sun.midp.io.j2me.storage.RandomAccessStream.connect(RandomAccessStream.java:90)
    at
    com.sun.midp.dev.DevMIDletSuiteImpl.create(DevMIDletSuiteImpl.java:169)
    at
    com.sun.midp.dev.DevMIDletSuiteImpl.create(DevMIDletSuiteImpl.java:91)
    at com.sun.midp.main.Main.runLocalClass(Main.java:453)
    at com.sun.midp.main.Main.main(Main.java:126)
    I believe that is something related with the WinXP Portuguese version. I
    didn't find any place to change the temp folder.
    Any idea from anyone using NetBeans?
    Regards,
    Alexandre.
    P.S.: I'm using NetBeans IDE 5.0 Beta 2 build 200511141730 and j2sdk1.4.2_09

    Hi,
    If you are having the same problem, please see this link:
    http://blog.sun.com/roller/page/lukas?catname=%2FMobilityPack
    Regards,
    Alexandre.

  • Question on EJB 2.1 using Netbeans 5.5 Beta 2. Cant understand error msg

    "IOP00100006: (BAD_PARAM) Class com.sun.ejb.containers.EJBLocalObjectInvocationHandler is not Serializable"
    org.omg.CORBA.BAD_PARAM:   vmcid: OMG  minor code: 6 completed: Maybe
            at com.sun.corba.ee.impl.logging.OMGSystemException.notSerializable(OMGSystemException.java:996)
            at com.sun.corba.ee.impl.logging.OMGSystemException.notSerializable(OMGSystemException.java:1011)
            at com.sun.corba.ee.impl.orbutil.ORBUtility.throwNotSerializableForCorba(ORBUtility.java:730)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_abstract_interface(CDROutputStream_1_0.java:636)
            at com.sun.corba.ee.impl.encoding.CDROutputStream.write_abstract_interface(CDROutputStream.java:260)
            at com.sun.corba.ee.impl.javax.rmi.CORBA.Util.writeAbstractObject(Util.java:489)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.writeObjectField(IIOPOutputStream.java:721)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.outputClassFields(IIOPOutputStream.java:787)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.defaultWriteObjectDelegate(IIOPOutputStream.java:201)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.outputObject(IIOPOutputStream.java:570)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.simpleWriteObject(IIOPOutputStream.java:156)
            at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValueInternal(ValueHandlerImpl.java:224)
            at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValueWithVersion(ValueHandlerImpl.java:206)
            at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:146)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.writeRMIIIOPValueType(CDROutputStream_1_0.java:787)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:836)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:850)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_abstract_interface(CDROutputStream_1_0.java:631)
            at com.sun.corba.ee.impl.encoding.CDROutputStream.write_abstract_interface(CDROutputStream.java:260)
            at com.sun.corba.ee.impl.javax.rmi.CORBA.Util.writeAbstractObject(Util.java:489)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.writeObjectOverride(IIOPOutputStream.java:135)
            at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:298)
            at java.util.ArrayList.writeObject(ArrayList.java:569)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.invokeObjectWriter(IIOPOutputStream.java:602)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.outputObject(IIOPOutputStream.java:568)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.simpleWriteObject(IIOPOutputStream.java:156)
            at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValueInternal(ValueHandlerImpl.java:224)
            at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValueWithVersion(ValueHandlerImpl.java:206)
            at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:146)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.writeRMIIIOPValueType(CDROutputStream_1_0.java:787)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:836)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:850)
            at com.sun.corba.ee.impl.encoding.CDROutputStream.write_value(CDROutputStream.java:243)
            at com.sun.corba.ee.impl.copyobject.ORBStreamObjectCopierImpl.copy(ORBStreamObjectCopierImpl.java:43)
            at com.sun.corba.ee.impl.copyobject.ORBStreamObjectCopierImpl.copy(ORBStreamObjectCopierImpl.java:32)
            at com.sun.corba.ee.impl.copyobject.FallbackObjectCopierImpl.copy(FallbackObjectCopierImpl.java:39)
            at com.sun.corba.ee.impl.copyobject.FallbackObjectCopierImpl.copy(FallbackObjectCopierImpl.java:30)
            at com.sun.corba.ee.impl.javax.rmi.CORBA.Util.copyObject(Util.java:745)
            at com.sun.corba.ee.impl.presentation.rmi.DynamicMethodMarshallerImpl.copyResult(DynamicMethodMarshallerImpl.java:414)
            at com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.privateInvoke(StubInvocationHandlerImpl.java:202)
            at com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.invoke(StubInvocationHandlerImpl.java:119)
            at com.sun.corba.ee.impl.presentation.rmi.bcel.BCELStubBase.invoke(BCELStubBase.java:197)
            at ejb._CustomerFacadeRemote_DynamicStub.getAllCustomers(_CustomerFacadeRemote_DynamicStub.java)
            at web.customerList.processRequest(customerList.java:39)
            at web.customerList.doGet(customerList.java:72)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
            at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
            at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
            at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
            at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
            at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
            at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
            at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
            at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
            at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    |#]
    java.rmi.MarshalException: CORBA BAD_PARAM 1330446342 Maybe; nested exception is:
            java.io.NotSerializableException:
            at com.sun.corba.ee.impl.javax.rmi.CORBA.Util.mapSystemException(Util.java:257)
            at com.sun.corba.ee.impl.javax.rmi.CORBA.Util.wrapException(Util.java:678)
            at com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.privateInvoke(StubInvocationHandlerImpl.java:218)
            at com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.invoke(StubInvocationHandlerImpl.java:119)
            at com.sun.corba.ee.impl.presentation.rmi.bcel.BCELStubBase.invoke(BCELStubBase.java:197)
            at ejb._CustomerFacadeRemote_DynamicStub.getAllCustomers(_CustomerFacadeRemote_DynamicStub.java)
            at web.customerList.processRequest(customerList.java:39)
            at web.customerList.doGet(customerList.java:72)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
            at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
            at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
            at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
            at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
            at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
            at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
            at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
            at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
            at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    Caused by: java.io.NotSerializableException:
            at com.sun.corba.ee.impl.javax.rmi.CORBA.Util.mapSystemException(Util.java:250)
            ... 33 more
    Caused by: org.omg.CORBA.BAD_PARAM:   vmcid: OMG  minor code: 6 completed: Maybe
            at com.sun.corba.ee.impl.logging.OMGSystemException.notSerializable(OMGSystemException.java:996)
            at com.sun.corba.ee.impl.logging.OMGSystemException.notSerializable(OMGSystemException.java:1011)
            at com.sun.corba.ee.impl.orbutil.ORBUtility.throwNotSerializableForCorba(ORBUtility.java:730)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_abstract_interface(CDROutputStream_1_0.java:636)
            at com.sun.corba.ee.impl.encoding.CDROutputStream.write_abstract_interface(CDROutputStream.java:260)
            at com.sun.corba.ee.impl.javax.rmi.CORBA.Util.writeAbstractObject(Util.java:489)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.writeObjectField(IIOPOutputStream.java:721)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.outputClassFields(IIOPOutputStream.java:787)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.defaultWriteObjectDelegate(IIOPOutputStream.java:201)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.outputObject(IIOPOutputStream.java:570)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.simpleWriteObject(IIOPOutputStream.java:156)
            at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValueInternal(ValueHandlerImpl.java:224)
            at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValueWithVersion(ValueHandlerImpl.java:206)
            at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:146)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.writeRMIIIOPValueType(CDROutputStream_1_0.java:787)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:836)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:850)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_abstract_interface(CDROutputStream_1_0.java:631)
            at com.sun.corba.ee.impl.encoding.CDROutputStream.write_abstract_interface(CDROutputStream.java:260)
            at com.sun.corba.ee.impl.javax.rmi.CORBA.Util.writeAbstractObject(Util.java:489)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.writeObjectOverride(IIOPOutputStream.java:135)
            at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:298)
            at java.util.ArrayList.writeObject(ArrayList.java:569)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.invokeObjectWriter(IIOPOutputStream.java:602)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.outputObject(IIOPOutputStream.java:568)
            at com.sun.corba.ee.impl.io.IIOPOutputStream.simpleWriteObject(IIOPOutputStream.java:156)
            at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValueInternal(ValueHandlerImpl.java:224)
            at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValueWithVersion(ValueHandlerImpl.java:206)
            at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:146)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.writeRMIIIOPValueType(CDROutputStream_1_0.java:787)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:836)
            at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:850)
            at com.sun.corba.ee.impl.encoding.CDROutputStream.write_value(CDROutputStream.java:243)
            at com.sun.corba.ee.impl.copyobject.ORBStreamObjectCopierImpl.copy(ORBStreamObjectCopierImpl.java:43)
            at com.sun.corba.ee.impl.copyobject.ORBStreamObjectCopierImpl.copy(ORBStreamObjectCopierImpl.java:32)
            at com.sun.corba.ee.impl.copyobject.FallbackObjectCopierImpl.copy(FallbackObjectCopierImpl.java:39)
            at com.sun.corba.ee.impl.copyobject.FallbackObjectCopierImpl.copy(FallbackObjectCopierImpl.java:30)
            at com.sun.corba.ee.impl.javax.rmi.CORBA.Util.copyObject(Util.java:745)
            at com.sun.corba.ee.impl.presentation.rmi.DynamicMethodMarshallerImpl.copyResult(DynamicMethodMarshallerImpl.java:414)
            at com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.privateInvoke(StubInvocationHandlerImpl.java:202)
            ... 31 moreTo start off, that is my error. I am following this http://www.netbeans.org/kb/50/quickstart-j2ee.html article and so far I can get the entire code working. Netbeans truly makes it easy!
    Now I decided to expand on the example and so I used a caching service locator and added one more finder method to the Customer entity bean (CMP). It is a findAllCustomers method that returns a collection and the EJB QL I entered was as follows:
    SELECT OBJECT(o) FROM Customer oI correspondingly added another business method to the session facade bean and I wrote a servlet that calls upon the caching service locator class and gets a reference to the session facade bean and calls the findAllCustomer method and gets back a List of all Customers. Then it takes the List, sticks it into the HttpServletRequest object and calls sendredirect to a JSP that is the view.
    The JSP is straightforward in that I have a foreach jstl tag that is going to display the customers in a table format. So when I run the code the way it is, what happens when I access that servlet is that the it gets rerouted to the jsp page, but the table does not get displayed...but the above error gets posted in the Netbeans SJSAS console. I have never encountered that kind of error before so i am a bit stumped and don't know how to go about decoding that stacktrace.
    Any pointers or suggestions or solutions (much prefer this one) would be great!
    Thanks a lot. Sorry for the rather long post. If needed I can package up the entire project and send it to you.
    Cheers,
    Surya

    It sounds like you're attempting to pass Local EJB objects over a Remote interface, which is not permitted. EJBLocalObjects can not be passed outside the ejb tier. You'll need to either pull their data out into data access object classes (basically structs) or return EJBObjects.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • I am not able to find the Frames in javaFX sdk 1.2??

    Hi ,
    I am new this forum. I have installed the netbeans6.5 and javaFX 1.2. But i am not able to accessing the frames
    from javafx.application.Frames; Is it depricated in 1.2 . Is there any alternative for this Frames and Craves.
    Is any body know this concept????
    thanks in advance.

    Actually, it is deprecated since JavaFX 1.0!
    Beware of blog articles before December 2008: they talk about the pre-release of JavaFX and lot of stuff has changed since then.

  • Netbeans 3.6 beta oddness

    is it me or has anyone else experienced a consistent crashing with the netbeans ide? particularly if you code in the ide and compile/build in a dos window?

    first: thanks for taking the time to reply.
    i am just working on this one pc, i dun have access to another pc.
    my computer was overheating. i replaced the heatsink and fan on my cpu cuz it blew out. i cannot find a replacement fan for the chipset on my mobo.
    i used to smell smoke but that problem isn't existent anymore.
    i realize that there is a possibility my mobo might be overheating and/or psu has insufficient juice to power my pc (eversince i got a new cd rw) but i've since ruled that out because:
    i have unplugged my cd rw and it still crashes when i use netbeans.
    i am happily using intellij idea and i haven't crashed once today. i've also tried running ecllipse and i haven't crashed either. i tend to believe that netbeans has some obscure bug, mabbe? since i cannot post issues on netbeans.org (and i tried registering on the site and it doesn't work), i thought i'd post here and see if anyone has experienced the same thing.

  • Got problems on the NetBeans 5.5 Beta

    To anyone, i need help urgently for my netbeans... i am doin a petstore program. I had no problems goin into the html page but i have problems when i click on a link on the page. Anyone, pls help mi to troubleshoot can? tks!!!

    Hi,
    Here are details on using PetStore with NetBeans 5.5. Please let me know if you still need help:
    https://blueprints.dev.java.net/petstore/usingnetbeans.html
    -Larry

  • Installing JavaFX 2.0 Java platform in NetBeans on OS X

    I am not able to make this work. The SDK is not recognized. I am guessing it's something simple. Any current step-by-step instructions?
    TIA,
    Carl

    I am not sure this is correct but it did seem to get me going (I can create a JavaFX project and run it)
    create another "Java Platform" (sort of)
    I created a symbolic link to the current platform and appended _javafx to the name
    Specifically from the directory /System/Library/Java/JavaVirtualMachines
    I did "sudo ln -s 1.6.0.jdk 1.6.0.jdk_javafx"
    Then from within NetBeans
    Tools->Java Platforms
    Add Platform
    choose directory pointed to by newly created symbolic link (in my case /System/Library/Java/JavaVirtualMachines/1.6.0.jdk_javafx/Contents/Home)
    Now that we have a newly created Java Platform (albeit a copy of the other one) we get the JavaFX option tab
    Because I unzipped my javafx to /opt I used these values:
    JavaFX SDK: /opt/javafx-sdk2.0.2-beta
    JavaFX Runtime: /opt/javafx-sdk2.0.2-beta/rt
    HTH,
    Carl

Maybe you are looking for

  • How to delete files off my external hard drive

    Hi I'm trying to clear up space on my external hard drive (Western Digital - My Passport), but it won't let me delete anything. In file, 'move to trash' is not highlighted, and when I click on get info, under 'sharing and permissions', it says 'you c

  • How can I get rid of -200492 error in Delphi?

    I am using Delphi for my developement. Earlyer, old Ni-DAQ and a MIO-16-E1 served as input device. Now the new one, M6221 works only with NI-DAQmx. So i had to convert to C routines into pascal. Anyway i wrote the following code: status := DAQmxCreat

  • Lion has killed my built-in mic for Facetime, but not for Quicktime recording or Skype.

    After updating to Lion the built-in mic on my imac doesn't work properly, the person on the other end hears me very faintly. I can't turn it up anywhere. It works fine in Skype, and System Prefs levels are healthy when Facetime isn't running. Please

  • DMS SEARCH IVIEW

    Dear All, I need to search documents from SAP DMS and it should be published in SAP EP . what are the prerequsites for the above. Regards Subash

  • CATPROC invalid in DBA_REGISTRY

    DBAs, When iam querying DBA_REGISTRY view in my Production Server, Its showing that,component CATPROC's status is invalid. My Database is configured on Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production. Can anybody tell me what will be