Hello still in the tutorial Im having this error, its clear whats
going on, what its not clear for me is how to solve it?, I ugess I
should import the library where that ocmponent it is, but wasn't
supposed it was there already?
As a courtesy to our inbox counters, which are going to overflow
On 12-Mar-08, at 11:07 PM, Gustavo Pizano wrote:
Ok I just added, but yes I was following carefully...
See? Now you'll know what to look for when it happens next time.
Tutorial? Mission accomplished!
;david
--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
si
Ok I just added, but yes I was following carefully...
funny
Regards
Gus
On Mar 12, 2008, at 10:01 PM, Chuck Hill wrote:
This is in JavaWOExtensions.framework. Are you sure you set the
project up following the tutorial?
On Mar 12, 2008, at 7:55 PM, Gustavo Pizano wrote:
Hello still in the
Yes I did.
Im gonna look for it.
Gus
On Mar 12, 2008, at 10:01 PM, Chuck Hill wrote:
This is in JavaWOExtensions.framework. Are you sure you set the
project up following the tutorial?
On Mar 12, 2008, at 7:55 PM, Gustavo Pizano wrote:
Hello still in the tutorial Im having this error, it
This is in JavaWOExtensions.framework. Are you sure you set the
project up following the tutorial?
On Mar 12, 2008, at 7:55 PM, Gustavo Pizano wrote:
Hello still in the tutorial Im having this error, its clear whats
going on, what its not clear for me is how to solve it?, I ugess I
shoul
Hello still in the tutorial Im having this error, its clear whats
going on, what its not clear for me is how to solve it?, I ugess I
should import the library where that ocmponent it is, but wasn't
supposed it was there already?
2008-3-12 21:46:55 COT]
:
Exception occurred while handli
On Mar 12, 2008, at 5:28 PM, Mike Schrag wrote:
I would not call ERXExtensions a small framework unfortunately.
Chuck was referring to the WOLips.framework, which (he didn't
realize at the time) does have some utility dependencies on ERX, but
Anjo spent a lot of time years ago to make ERX "
I would not call ERXExtensions a small framework unfortunately.
Chuck was referring to the WOLips.framework, which (he didn't realize
at the time) does have some utility dependencies on ERX, but Anjo
spent a lot of time years ago to make ERX "just another framework".
You can include it in a
Ok so I understadn that when the components form the ADdEdit.wo, such
as Title and DEscription, are being bound , then this binding will
cause the methohd DisplayBoard() being called, thats why im getting 2
NSLogs. so far its clear, but, the first time it will go trough the
conditional and
ok sorry I know from where its called...
Gus
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/o
On 12-Mar-08, at 8:00 PM, Gustavo Pizano wrote:
yes i know that... i just didnt made myself clear
what i mean is that the DisplayBoard its null where it shoudlnt be
So your task is to find out why that is.
In looking at the code you can see that displayBoard is being lazily
created the
Hello
Display Board: null
Display Board: null
Thats the logging I get
BTW from where that DsiplayBoard() method its being called, I cant get
it clear...
Gus
On Mar 12, 2008, at 6:49 PM, David LeBer wrote:
On 12-Mar-08, at 7:39 PM, Gustavo Pizano wrote:
Here its the error
Display Bo
yes i know that... i just didnt made myself clear
what i mean is that the DisplayBoard its null where it shoudlnt be
On Mar 12, 2008, at 6:56 PM, Mike Schrag wrote:
Its more than clear that there is no displayDoard where to work at,
so there is some problem with he constructor no?
Java cla
I did not notice that at first, Mike only had it in referenced
projects, not the libraries. Guess where I looked. I use it, so I
did not get any errors. The joy of classpaths.
But as it is for design time only, it does not really matter.
Chuck
On Mar 12, 2008, at 4:56 PM, Mr. Pierre Fri
I would not call ERXExtensions a small framework unfortunately.
Pierre
--
Pierre Frisch
[EMAIL PROTECTED]
On Mar 12, 2008, at 12:34, Chuck Hill wrote:
Hi,
I don't know how many people are aware of this. This is totally
cool! Mike Schrag wrote it and I was so impressed that I wrote up a
Its more than clear that there is no displayDoard where to work at,
so there is some problem with he constructor no?
Java classes don't need a constructor declared if your object doesn't
have any construction parameters. All Java classes get an implicit
YourClass() { super(); } generated by
On 12-Mar-08, at 7:39 PM, Gustavo Pizano wrote:
Here its the error
Display Board: null
Its more than clear that there is no displayDoard where to work at,
so there is some problem with he constructor no?
Add logging to make sure this is being called:
public DisplayBoard displayB
Here its the error
Display Board: null
Its more than clear that there is no displayDoard where to work at, so
there is some problem with he constructor no?
Gus
On Mar 12, 2008, at 6:33 PM, David LeBer wrote:
On 12-Mar-08, at 6:02 PM, Gustavo Pizano wrote:
aha ok...
you will kill me
On 12-Mar-08, at 6:02 PM, Gustavo Pizano wrote:
aha ok...
you will kill me but this time i swear i google it.
Im having this
:
Exception occurred while handling request:
java.lang.NullPointerException
[2008-3-12 16:58:45 COT]
java.lang.NullPointerException
at com.nhlpm.pages.
On 12.03.2008, at 23:37, Chuck Hill wrote:
Funny thing is that if I can make it work in Eclipse in the Browser
view, it actually probably COULD be done onto Safari outside. The
biggest problem here -- and if you try this in the nightly you can
see it happen -- is that Eclipse is a carbon a
Sounds suspiciously like "I can't"...
OK OK ... Just give me some time :)
ms
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
On Mar 12, 2008, at 1:07 PM, Mike Schrag wrote:
Nah, no way Mike could do that. :-P
You know, I had the same thought. AND there IS an browser
integrated into Eclipse. But that would probably be way hard. I
don't think Mike is up to that.
Funny thing is that if I can make it work in Ecl
OK. I guess I should have given you guys the link. It's been a long
week. http://blog.benkolive.com
Cheers
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsub
I know I'm a newbie, but I thought I would share my WebObjects-based
application development experience with the world. Hopefully at least
one person other than me will read it. :)
Dan
___
Do not post admin requests to the list. They will be ignored
On 12-Mar-08, at 5:40 PM, Gustavo Pizano wrote:
Ok i dunno if I understand good, but as for teh 7 tips you post I
think I following them, as for the line... well the veogen generated
this
public DisplayBoard localInstanceIn(EOEditingContext editingContext) {
DisplayBoard localInstance =
ok thank.. next time I will google it...
learn my lesson
Gus
On Mar 12, 2008, at 4:34 PM, David LeBer wrote:
On 12-Mar-08, at 5:27 PM, Gustavo Pizano wrote:
LOL
Actaully im having problems with that code line Im getting this
Application: nhlpm
Error: java.lang.IllegalArgumentException exc
Ok i dunno if I understand good, but as for teh 7 tips you post I
think I following them, as for the line... well the veogen generated
this
public DisplayBoard localInstanceIn(EOEditingContext editingContext) {
DisplayBoard localInstance =
(DisplayBoard)EOUtilities.localInstanceOfObjec
On 12-Mar-08, at 5:27 PM, Gustavo Pizano wrote:
LOL
Actaully im having problems with that code line Im getting this
Application: nhlpm
Error: java.lang.IllegalArgumentException exception
Reason:
java.lang.IllegalArgumentException: Could not find
EOClassDescription for entity name 'DisplayBoa
LOL
Actaully im having problems with that code line Im getting this
Application: nhlpm
Error: java.lang.IllegalArgumentException exception
Reason:
java.lang.IllegalArgumentException: Could not find EOClassDescription
for entity name 'DisplayBoard' !
and the traceTrak shows the error in that
I just came across these articles online. Hopefully they may prove
entertaining (if not useful) reading for someone else:
http://www.mactech.com/articles/mt_indices/W_Topics.html
If this list isn't complete, I found that this google search of the
site worked well to get access to everything
On 12-Mar-08, at 5:21 PM, David LeBer wrote:
On 12-Mar-08, at 4:46 PM, Gustavo Pizano wrote:
Hello guys.
Well, finally after "solving" ( i dunno yet if its gonna worl the
solution or what) the problem with the "execute SQL" Im going
trough the tutorial, IO read I should use the Veogen du
On 12-Mar-08, at 4:46 PM, Gustavo Pizano wrote:
Hello guys.
Well, finally after "solving" ( i dunno yet if its gonna worl the
solution or what) the problem with the "execute SQL" Im going trough
the tutorial, IO read I should use the Veogen due that im under
leopard. so I did what the w
Hello guys.
Well, finally after "solving" ( i dunno yet if its gonna worl the
solution or what) the problem with the "execute SQL" Im going trough
the tutorial, IO read I should use the Veogen due that im under
leopard. so I did what the wiki says
http://wiki.objectstyle.org/confluence/d
Nah, no way Mike could do that. :-P
You know, I had the same thought. AND there IS an browser
integrated into Eclipse. But that would probably be way hard. I
don't think Mike is up to that.
Funny thing is that if I can make it work in Eclipse in the Browser
view, it actually probably CO
Ahg.
Okay. This isn't the same bug. It is an entirely different one, and
it's mine. :(
I have my Ant build file excluding all my client-side classes from
being included in the Resources/Java/myapp.jar since they don't need
to be there. Nothing wrong with this.
Except I had mistakenly pu
Le 08-03-12 à 15:47, Chuck Hill a écrit :
On Mar 12, 2008, at 12:44 PM, David Avendasora wrote:
Between this and the new bindings view in WOLips, next thing you
know, Mike's going to make it so you can drag bindings out of
WOLips, over to the web-browser and drop them on the component the
On Mar 12, 2008, at 12:44 PM, David Avendasora wrote:
Between this and the new bindings view in WOLips, next thing you
know, Mike's going to make it so you can drag bindings out of
WOLips, over to the web-browser and drop them on the component there.
Nah, no way Mike could do that. :-P
Y
Between this and the new bindings view in WOLips, next thing you know,
Mike's going to make it so you can drag bindings out of WOLips, over
to the web-browser and drop them on the component there.
Nah, no way Mike could do that. :-P
Dave
On Mar 12, 2008, at 3:34 PM, Chuck Hill wrote:
Hi,
I was wrong. It also needs ERXExtensions at runtime. See correction
below.
Hi,
I don't know how many people are aware of this. This is totally
cool! Mike Schrag wrote it and I was so impressed that I wrote up a
Wiki page for it. Thanks Mike!
Click to Open (C2O) allows you to open co
Hi,
I don't know how many people are aware of this. This is totally
cool! Mike Schrag wrote it and I was so impressed that I wrote up a
Wiki page for it. Thanks Mike!
Click to Open (C2O) allows you to open components in Eclipse
directly from the running application in your browser! Cli
Ok I have had a look at it and what is broken is not the encoding but
the encoding detection. Remove the encoding detection and all works
correctly. The default encoding for Wo 5.4.x is UTF-8 anyway.
Pierre
--
Pierre Frisch
[EMAIL PROTECTED]
On Mar 12, 2008, at 8:40, Yoshihiko Mori wrote:
e.g. NSArray.mutableClone() won't compile
It says that NSMutableArray (from Wonder) is not generic and can not
be initialized with aforementioned method (which returns
NSMutableArray from Apple)
Please include EXACT error messages rather than summaries of error
messages. The specifics make a b
Hi Pierre,
1. version of Java:
$java -version
java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-
b05-237)
Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing)
2. version of WebObjects: 5.4.1
3. version of MacOS X: 10.5.2
4. problems:
I
Every time I have seen this bug it is a result of the bug I submitted
for NSBundle where embedded frameworks get processed as part of the
application bundle, so it's a grab-bag as to which Session you get. I
don't know if that patch made it in, though.
Are you seeing this in development mo
If it says that Wonder is not generic then you must be using an older
version of Wonder. Versions after the 4.0 are generic. Try with a newer
version of Wonder.
On Wed, Mar 12, 2008 at 9:42 AM, Gennady Kushnir <[EMAIL PROTECTED]> wrote:
> Hello list.
>
> I've bumped into problems compiling (in
Sounds like you imported the wrong class. Check your imports for this and
remove it. Instead you should have
com.webobjects.foundation.NSMutableDictionary
On Wed, Mar 12, 2008 at 9:30 AM, Gennady Kushnir <[EMAIL PROTECTED]> wrote:
> java.lang.NoClassDefFoundError:
> com/apple/cocoa/foundation/N
Hello list.
I've bumped into problems compiling (in Eclipse) project (primarily
made on xcode) using ERExtensions Wonder library.
As I could understand the problem there is a replacement class for
com.webobjects.foundation.NSMutableArray in ERExtensions library made
to conform Collections interfac
Hello list,
I'm making my first steps in eclipse dev environment
when first trying to run on eclipse my project made on xcode I bumped
into a problem i can't figure out.
after cleaning out all compiler problems i finally succeeded to build
it, however failed to run.
just after launch it throws me
On 12-Mar-08, at 8:27 AM, Simon McLean wrote:
i would doubt there are more users of 5.4 in production. we're still
on 5.3 because it's pretty hard to justify rocking the boat when
there doesn't appear to be much new stuff in 5.4 for wonder users.
we will definitely upgrade at some point -
This bug has not been reported -:) and I missed it. I would need quite
a bit more information. Could you include the Info.plist and the
classpath for the culprit?
Thank you
Pierre
--
Pierre Frisch
[EMAIL PROTECTED]
On Mar 12, 2008, at 5:21, David LeBer wrote:
On 12-Mar-08, at 7:51 AM, D
i would doubt there are more users of 5.4 in production. we're still
on 5.3 because it's pretty hard to justify rocking the boat when
there doesn't appear to be much new stuff in 5.4 for wonder users. we
will definitely upgrade at some point - if only because the whole
team is gagging to g
On 12-Mar-08, at 8:20 AM, Mr. Pierre Frisch wrote:
Actually this is not true. I am willing to bet that there are more
users of WO 5.4.x than 5.3.x.
Pierre
--
Pierre Frisch
[EMAIL PROTECTED]
On Mar 11, 2008, at 20:11, David LeBer wrote:
On 11-Mar-08, at 11:06 PM, Daniel Brajkovic wrote:
On 12-Mar-08, at 7:51 AM, David Avendasora wrote:
This bug does not yet seem to be fixed in WO 5.4.1. Does anyone know
the Radar number so I can add to it?
I'm getting it on a new project using the WOApplication template,
but not every time I run it. The first few times it ran fine, but
Actually this is not true. I am willing to bet that there are more
users of WO 5.4.x than 5.3.x.
Pierre
--
Pierre Frisch
[EMAIL PROTECTED]
On Mar 11, 2008, at 20:11, David LeBer wrote:
On 11-Mar-08, at 11:06 PM, Daniel Brajkovic wrote:
Well Gus, after all these emails, I'll throw in my be
I totally agree. Version control is the way to go even for individual
developers. Setting up an SVN repository is trivial and that is what
needs to backed up not the workspace which by definition is transitory.
Pierre
--
Pierre Frisch
[EMAIL PROTECTED]
On Mar 12, 2008, at 5:02, Kieran Kelle
I think the only (roundabout) way to deal with this problem in Eclipse
right now is to use svn:ignore (or something similar depending on your
version control system) for derived artifacts so they don't get
committed and backup the version control system repos (assuming you
use a version con
This bug does not yet seem to be fixed in WO 5.4.1. Does anyone know
the Radar number so I can add to it?
I'm getting it on a new project using the WOApplication template, but
not every time I run it. The first few times it ran fine, but then it
started failing on both the Main component no
57 matches
Mail list logo