Re: System.out.println()

From: David Avendasora (webobject..vendasora.com)
Date: Mon Aug 28 2006 - 15:28:18 EDT

  • Next message: Ken Anderson: "Re: EOGenerator not putting ouput in the right packages"

    I got it to start showing up.

    I'm working on a Direct to Java Client application (yeah, yeah, I
    know. I know!)

    When I click the "New" button in the client, to create a new instance
    of an Entity, apparently it is NOT constructed on the server-side at
    that point. It isn't constructed until I click the "Save" button on
    the client. Ken Anderson told me this was likely the case almost 3
    months ago when I was running into this but I just couldn't believe
    that it would be that way. I just got back to working on it and have
    now proven him correct.

    Now I have to figure out why the client-side class isn't being called
    when "New" is clicked.

    Dave

    The truly odd thing is that the client-side constructor is not being
    called at all.

    On Aug 28, 2006, at 3:12 PM, Mike Schrag wrote:

    > I use sys.out.pr all the time without any problems, and it
    > definitely appears in the console, so this is almost certainly an
    > environment/config issue.
    >
    > Do you see all the other WO startup printouts in the console? Is
    > your console set to the correct application? (there is a pulldown
    > button on the console view that lets you PICK the console you are
    > looking at -- make sure you're on the right one, or you might end
    > up sitting on the CVS console view and not realize it. There is a
    > configuration option in Eclipse to autoopen the console view when
    > something writes to it).
    >
    > ms
    >
    > On Aug 28, 2006, at 1:28 PM, David Avendasora wrote:
    >
    >> Okay. That's what I thought, but I'm not getting anything from my
    >> application. I have tried putting a "System.out.print("Hello");"
    >> in both the constructor and in an awakeFromInsertion() method, but
    >> it never shows up. Now to figure out why!
    >>
    >> Dave
    >>
    >> On Aug 28, 2006, at 1:14 PM, Marc Respass wrote:
    >>
    >>> It should be in the Console view. When you start your app, the
    >>> Console view shows the startup output. Your output goes there too.
    >>>
    >>> On Aug 28, 2006, at 12:59 PM, David Avendasora wrote:
    >>>
    >>>> Okay, this is a newbie question:
    >>>>
    >>>> Where can I expect to find output from System.out.println
    >>>> (String) when Running a WO application from within Eclipse? I'm
    >>>> not finding it in Eclipse's console or console.log. If it should
    >>>> be in one of those two places, then I guess my problems are more
    >>>> serious than I thought! :)
    >>>>
    >>>> Thanks!
    >>>>
    >>>> Dave
    >>>
    >>>
    >>>
    >>
    >
    >
    >



    This archive was generated by hypermail 2.0.0 : Mon Aug 28 2006 - 15:28:21 EDT