t anymore) by doing
>> ec.unlock(); ec.lock(); immediately before ec.saveChanges();. My
>> guess is that this allows the snapshot to get updated. I suspect
>> there is still a race condition in there where the a refreshing
>> fetch is done on the download load while saveCh
Am 27.01.2007 2:47 Uhr schrieb "Pascal Robert" unter <[EMAIL PROTECTED]>:
> Well :
>
> Code example and downloadable project corrected on > 2007/02/16
> <
>
> It's not only WO who have a problem with time :-)
It starts in the morning and does not end in the evening...
It's simply not en
Am 25.01.2007 4:09 Uhr schrieb "Andrew Lindesay" unter <[EMAIL PROTECTED]>:
> Hello;
>
> To coincide with Apple's "Leopard Tech Talk" in Sydney, Andrew
> Lindesay and Michelle Parker are organising a dinner for folk who are
> in Sydney at the time and are working with WebObjects application-
> se
Hi all,
I also try to make the great EOGenerator running with WOLips/Eclipse 3.2.
Are there any tips already posted or might somenone of you tell how to?
I know there is the button in the WOLips perspective and i can add my
EOModel, but where should the .eogen file be located, when is it
executed.
Hi all,
My WO project has grown in the last years and it is not structured to well,
with packages etc.
I'm coming from a Xcode project with lots of nested folders for
WebComponents as well as for java files.
Now i want a clear folder structure in Eclipse too.
What is a clever "refactoring" for i
Hi all,
i successfully moved to eclipse with wolips.
Thanks to mdimension for the tutorial how to do it!
Now i'm gona setup CVS.
I use it with CVL on localhost at the moment.
Now i tried the settings:
Eclipse preferences for CVS: Ext connection mode:CVS_RSH = ssh, CVS_SERVER
/usr/bin/cvs
CVS set
Am 20.08.2006 9:18 Uhr schrieb "James M. Terry" unter <[EMAIL PROTECTED]>:
See also thread: Re: whywebobjects.org - WWDC followup [and URLs], Lets
Start doing it
Se also last mail from Don Guernsey <[EMAIL PROTECTED]> at "WebObjects
Foundation" thread.
James, would you tie all them together?
Th
Hi list,
Sorry for ignoring the tons of mails that have been spend on this and
similar subjects since WWDC 2006 (i've read some of them, but the threads
got longer and longer..., and less interesting [sorry]).
I can see clearly that the community has to engage itself and i want to do
my part and
Am 08.08.2006 0:57 Uhr schrieb "Randy Wigginton" unter
<[EMAIL PROTECTED]>:
> Not being at WWDC, I'm curious as to whether XCode 3 will support
> WebObjects?
>
> Has anything at all been announced at WWDC, or are they maintaining
> the grand tradition of ignoring WO? (Thinking of getting a WO AI
Am 20.07.2006 18:43 Uhr schrieb "Miguel Arroz" unter <[EMAIL PROTECTED]>:
> Hi!
>
>I have a WOrepetition on my page, that iterates and generates
> something like this:
>
>--
>
>Field 1:
>Field 2:
>File Upload:
>
>--
>
>Field 1:
>
Am 29.06.2006 8:57 Uhr schrieb "[EMAIL PROTECTED]" unter <[EMAIL PROTECTED]>:
Hi Janine,
(...removed some words about this book here...)
Drop this book. That helped me.
I used another beginners book instead, Visual Quickpro Guide WebObjects 5
(Josh Marker). It helped me a lot more.
After this tr
lated object iterates
> its relationships during a validation step - since you can be sure
> all the relationships are right...
>
> Ken
Appreciate your help
Wolfram
>
>
> On Jun 24, 2006, at 6:19 AM, Wolfram Stebel wrote:
>
>> Hi list,
>>
>> i have a hu
Hi list,
i have a huge data modell and allways use factory methods to create and init
EO's. I'm using the defaultEditingContext.
In some of the factory methods i assign a Division "d" to a (n:1) relation
by the setter (Division is a derived class in a vertical inheritance). "d"
is taken from pers
Am 25.05.2006 23:48 Uhr schrieb "David Haggerty" unter <[EMAIL PROTECTED]>:
> We recently upgraded to 5.3.1 from 5.2.4 and are having problems with
> WOActionURL. We use WOActionURL for Ajax and the & is adding the HTML
> escape in 5.3.1 but never did this in 5.2.4. This is causing it to not
> f
Am 22.05.2006 21:51 Uhr schrieb "Mike Schrag" unter
<[EMAIL PROTECTED]>:
Hello Mike,
i dont think that that your arguments for "use always key path" are valid.
I think there is a difference in calling "length" as a method on String
instead of following a relation, a more important reason that
"va
se_Objects/index.html
>
> This gives a couple of solutions to these "Optimistic Locking"
> exceptions, including some sample code (note that there may be some
> errors in the sample code, but I think they are pretty easy to find
> and fix).
>
> On May 19, 2006, at 4:02 P
Hi List,
another problem i encounter today:
i have two WO applications running, one uses objects from a
sharedEditingContext for display only.
In one method of this appication i added the following:
...
EOEditingContext localEC = new EOEditingContext ();
localEC.setSharedEditingContext ( null );
key was actually causing the
> problem or not.
>
> Dave
>
>
> On May 17, 2006, at 12:09 PM, Wolfram Stebel wrote:
>
>> Hi List,
>>
>> i have a problem to analyse the following error:
>>
>> java.lang.IllegalStateException: A valid global ID
Am 18.05.2006 23:06 Uhr schrieb "David Avendasora" unter
<[EMAIL PROTECTED]>:
> You see, I knew I was missing something obvious. And here I was
> trying to override the setter for the relationship. Nothing like
> trying to do it the hard way.
And after all this good tips, you might think about fac
Am 18.05.2006 14:23 Uhr schrieb "Tokalak, Ahmet. D-IT2" unter
<[EMAIL PROTECTED]>:
> Hi,
>
> I want integrate AJAX in my WO apps, but i'm facing big problems. The
> biggest problems i see is the stucture of a WO application.
>
> Has anybody gained experience of WO-AJAX integration ? (I wanna w
Am 17.05.2006 16:15 Uhr schrieb "Anjo Krank" unter <[EMAIL PROTECTED]>:
>> INSERT INTO PHOTO(CREATION_DATE, USER_ID, UNIQUE_NUMBER, THUMBNAIL,
>> PHOTO_ID, IS_DELETED) VALUES (1.283486E+8, 2, 8, 'qraaa000', 16423, 0)
>
> Your creationDate seems to be a BigDecimal? How about printing it out?
>
>
Hi List,
i have a problem to analyse the following error:
java.lang.IllegalStateException: A valid global ID could not be obtained for
entity named Class_Hour, relationship named location_Rooms, primary key
dictionary {fk_location_room = 5; fk_class = 26; }
Stack:
EODatabaseContext.java5062
Am 16.05.2006 0:37 Uhr schrieb "WebObjects" unter <[EMAIL PROTECTED]>:
> I did scour the archives before asking - all roads lead to the same
> unanswered question... How is an EOF attribute like " serverTimeZone = GMT;"
> set?
Doc of EOAttribute:
"
The handling of dates assumes by default that bo
rectActions
- Fifth to test the robustnes of DA's to wrong input (When someone creates
it's DA-calls manually)
Am i wrong?
Regards
Wolfram
>
> Cheers, Anjo
>
> Am 13.05.2006 um 16:23 schrieb Wolfram Stebel:
>
>> Hi all,
>>
>> is there some nice pattern
Hi again,
i try to create an object hierarchy in the test editing context.
the factory methods below set up the relations as required.
then i delete the root object from the ec. I want to see, that the delete
rule "cascade" realy does a cascaded delete!
i thought, i could test the remaining conte
Hi all,
is there some nice pattern how to test DirectActions with unit testing?
The "problem" starts with how to call the direct actions with parameters
from unit test.
Any help is appreciated!
regards
Wolfram
___
Do not post admin requests to the l
Am 12.05.2006 22:11 Uhr schrieb "Kieran Kelleher" unter
<[EMAIL PROTECTED]>:
> OK, I've seen how to deal with this in the past somewhere on a WWDC
> video or something, but for the life of me I cannot find the approach
> right now and I am under the crunch to get this done.
>
> I have DataList ob
Am 05.05.2006 16:45 Uhr schrieb "James Cicenia" unter <[EMAIL PROTECTED]>:
> YES! That caused me a bit of embarrassment and a few hours of
> debugging... though I did learn a lot about Display Groups.
Sometimes the worst things are usefull...
>
> Always last!!
That depends on the method you over
Am 05.05.2006 7:35 Uhr schrieb "Dave Elsner" unter <[EMAIL PROTECTED]>:
> Hi,
>
> I'm trying to make a login form using HTTPS (from Chucks book page
> 102) So that the username and password are sent encrypted.
> I need the response page to be a normal HTTP page is this possible? how?
>
> I've tr
Am 04.05.2006 9:06 Uhr schrieb "Dave Elsner" unter <[EMAIL PROTECTED]>:
> Thanks Sacha and Art.
>
> This is what I expected (i.e copy EOModelers SQL, paste it into a
> text editor). I was just hoping there would be a nicer way incase I
> need to do it multiple times.
Use WODBUpdate, so you alway
Am 03.05.2006 15:45 Uhr schrieb "James Cicenia" unter <[EMAIL PROTECTED]>:
Hi James,
> Hello -
>
> Here is my issue with a new site I am developing.
>
> I have multiple lists on a page. However, in the wrapper there is a pull
> down that can will act as a filter.
The pull down should be in a fo
Am 27.04.2006 19:05 Uhr schrieb "Chuck Hill" unter
<[EMAIL PROTECTED]>:
>
> On Apr 27, 2006, at 12:37 AM, Wolfram Stebel wrote:
>
>> Hi List,
>>
>> i have a WOApp running in 7 instances. Each night i scheduled one
>> of them to
>> rest
Hi List,
i have a WOApp running in 7 instances. Each night i scheduled one of them to
restart at 3AM.
When i come to the server in the morning, one instance (the scheduled one)
shows "refuse new session=ON" but there is no new log for the instance
showing up after restart.
So i suspect that the re
; an attribute.
>
> On Apr 13, 2006, at 9:03 AM, Wolfram Stebel wrote:
>
>> Hi list,
>>
>> is it possible to define more than one relation on the same FK-PK
>> combination in EOModeller and will it work?
>> I need an inner and an outer joined relation
Hi list,
is it possible to define more than one relation on the same FK-PK
combination in EOModeller and will it work?
I need an inner and an outer joined relation between the same two tables,
characterized by the same keys.
TIA
Wolfram
___
Do not p
Am 03.04.2006 4:38 Uhr schrieb "James Cicenia" unter <[EMAIL PROTECTED]>:
> Hello -
>
> Anyone knows why IE brings up a viewer vs. the regular Microsoft
> Application?
> In other words instead of downloading the file and launching EXCEL it
> brings
> up the EXCEL viewer instead.
>
> - James Cice
Am 03.04.2006 2:03 Uhr schrieb "Corin Lawson" unter
<[EMAIL PROTECTED]>:
> Thanks for the response... What major headache that bug is. I shall
> upgrade rather than coming up with a creative workaround (I'd love
> to, but I need a proper fix).
>
> I would like to know what kinds of limits there a
Am 31.03.2006 21:09 Uhr schrieb "Ken Anderson" unter <[EMAIL PROTECTED]>:
> No, not really. I personally really like how lightweight
> WHChangeNotification is. I'm using a modified version of it because
> I already have a pub/sub system that my apps are participating in.
> It really depends on y
Am 29.03.2006 14:16 Uhr schrieb "Siegfried Makedanz" unter
<[EMAIL PROTECTED]>:
Besides all the good tips you already have:
You might have a "onchange" handler on the first WOPopUpButton doing a
"javascript:form.submit()", then updating the second listbox in the RR-loop
depending on the selected v
Am 14.03.2006 14:18 Uhr schrieb "Kieran Kelleher" unter
<[EMAIL PROTECTED]>:
Hello Kieran,
> I had issues with EOQualifiers and inheritance hierarchies generating
> bad SQL a few weeks ago and the solution (Chuck Hill responded I think)
> was to stick with single table inheritance if you want re
Am 14.03.2006 11:30 Uhr schrieb "Lachlan Deck" unter
<[EMAIL PROTECTED]>:
Hi Lachlan,
Thanks a lot for your suggestions
> Hi Wolfram,
>
> On 14/03/2006, at 7:11 PM, Wolfram Stebel wrote:
>
>> i create a complex query from user input via EOKeyValueQual
Hi List,
i create a complex query from user input via EOKeyValueQualifier and other
EOQualifiers.
Absolutely fine is:
EOKeyValueQualifier ( myAttributeName, mySelector, myComparedEO );
Also OK is it for a keypath to a non flattened attribute (lets say:
"location.derivedClassAttribute", where loc
Sorry for posting without ref.
Hi all,
i would like to store a NSArray with it's content into a blob (and restore
it back from there too) in the database.
I found that i need a NSData to put into the blob.
Is there a receipe around how to make a NSData out of the NSArray easily?
TIA
Wolfram
Hi all,
i would like to store a NSArray with it's content into a blob (and restore
it back from there too) in the database.
I found that i need a NSData to put into the blob.
Is there a receipe around how to make a NSData out of the NSArray easily?
TIA
Wolfram
h I believe
> was part of your original question).
>
> Regards,
> Mark
>
> On Mar 3, 2006, at 1:42 AM, Wolfram Stebel wrote:
>
>> Am 02.03.2006 23:25 Uhr schrieb "David Chaney" unter
>> <[EMAIL PROTECTED]>:
>>
>>> Wolfam,
>&
Am 02.03.2006 23:25 Uhr schrieb "David Chaney" unter <[EMAIL PROTECTED]>:
> Wolfam,
>
> Check out this site... pretty useful for this sort of thing:
> http://www.jewelryluv.com/fashion/pageWithName/ModRewrite/
Sorry for beeing rebellious:
Open
www.webclubs.de
and
www.internetsports.de
I
Hi gents,
i already asked similar question to do a mod_rewrite...
I want any incoming URL like
"http://my.server.de/cgi-bin/WebObjects/myApp.woa/wa/myAction";
returned to the client as
"http://my.server.de/";
Can i do this with:
ProxyPassReversehttp://my.server.de/http://my.server.de/.*
Am 21.02.2006 11:08 Uhr schrieb "Jim Wong" unter <[EMAIL PROTECTED]>:
> Hi:
>
> In java and C++, there's the ++, += operations. But in WO, when i
> have a data type :
>
> public Number tmpCode
>
> how can i use tmpCode for things like tmpCode += 1; or tmpCode++ etc?
You can't.
Number is an Obje
Am 16.02.2006 6:06 Uhr schrieb "Peteris Krisjanis" unter
<[EMAIL PROTECTED]>:
> Hi!
>
> I have rather strange problem - my WO app when launched doesn't show
> UTF-8 characters normally, except for those textual data who have been
> taken from database (Postgresql, UTF-8). HTML is itself utf-8 (At
Am 15.02.2006 22:43 Uhr schrieb "Eric Stewart" unter
<[EMAIL PROTECTED]>:
> I've got a WOApp that needs to deal with 200 strings of approximately
> 250-500 characters per string.
>
> I need to strip out all characters that are not ISO-8859-1 legal
> characters. So basically any character that is
Am 14.02.2006 16:20 Uhr schrieb "Kieran Kelleher" unter
<[EMAIL PROTECTED]>:
> Can someone recommend the quickest (free) java api to implement a few
> lines of code to just scale down an uploaded image to low
> resolution/smaller-size. Users upload JPG artwork (about 4MB) for
> postcard designs an
Hi List,
my WO-Application is able to send mails to an unrestricted amount of
persons.
It is not spamming i intent, but sometimes there are huge amounts of mails
requested... :-)
What is your experience how many mail recipients will pass through the
layers (java.mail, mail server)?
I have Odai
Am 07.02.2006 12:31 Uhr schrieb "Amedeo Mantica" unter
<[EMAIL PROTECTED]>:
> Hi, a question... how to implement this:
>
> Products entity...
>
> some product can be related to many other products...
>
> then I need to join in many-to-many the same entity...
>
> any suggestion?
>
> thanks
> A
Am 26.01.2006 14:44 Uhr schrieb "Jerry W. Walker" unter
<[EMAIL PROTECTED]>:
Oh hell,
Jerry, i'm so sorry, i was using the wrong link at wirehose, so that i only
found the old implementation.
Sometimes it helps reading...
Thanks
Wolfram
> Hi, Wolfram,
>
> I was using Gary Teter's update to Da
Hi List,
once (when i was young :-) ) i picked up the ChangeNotification framework
from dneumann (ChangeCathcer.java created by dneumann on Wed 21-Apr-1999
etc.)
It is not pure WebObjects, it uses also some other classes like
com.apple.cocoa.foundation.NSObject. Thats the easy case in porting it.
Hi list,
is there any known implementation for a file upload with a long reponse
page, giving feedback for the upload process?
The reason i ask (and correct me when i'm wrong!):
- browsers do not check the file size
- browsers will time out in normal WOFileUpload on files to big
- Sessions might
ein Thread über geänderte Mysql Privilegien und dass
> der Zugang über das Netz plötzlich inaktiv/aus war. Ich glaube man
> musste im config-File was Network Connection erlauben und mysql neu
> starten...
>
> Vielleicht hilft das was...?
>
> Viele Grüße
&g
usste im config-File was Network Connection erlauben und mysql neu
> starten...
>
> Vielleicht hilft das was...?
>
> Viele Grüße
>
> Ute
>
> Am Montag, 16.01.06 um 14:27 Uhr schrieb Wolfram Stebel:
>
>> Hi list,
>>
>> i update server to 10.4.4.
Am 16.01.2006 14:41 Uhr schrieb "Dev WO" unter <[EMAIL PROTECTED]>:
Hi,
Thanks für your answer!
> Hi Wolfram,
> could you past your connection dictionnary so we can have a look at it?
>From the logs:
[2006-01-16 16:20:13 CET] Didn't find any JNDI data source.
[2006-01-16 16:20:13 CET] Using J
1_ci
>>
>>
>> [mysql.server]
>> basedir=/usr/bin
>>
>> ---
>>
>> Any tips?
>>
>> Please hurry :-)
>>
>> Wolfram
>>
>>
>> ___
>> Do not post admin requ
Hi list,
i update server to 10.4.4.
Starting my applications in monitor results in :
...
java.net.SocketException
MESSAGE: java.net.ConnectException: Connection refused
STACKTRACE:
java.net.SocketException: java.net.ConnectException: Connection refused
at com.mysql.jdbc.StandardSocketFact
Hi list,
i update server to 10.4.4.
Starting my applications in monitor results in :
...
java.net.SocketException
MESSAGE: java.net.ConnectException: Connection refused
STACKTRACE:
java.net.SocketException: java.net.ConnectException: Connection refused
at com.mysql.jdbc.StandardSocketFact
Hi List,
i have a small google search component that should crawl my website:
http://www.google.com/search"; target="_blank">
http://www.webclubs.de";>
http://www. webclubs.de" checked>
The search component is only available and executed in my local environment
but points to the live web
Am 28.12.2005 19:23 Uhr schrieb "Chuck Hill" unter
<[EMAIL PROTECTED]>:
Hi Chuck,
thanks for this perfect support.
Practical WO has been a little incomplete on this to get it working :-)
> I think you are slightly mistaken. The stack trace indicates that
> the problem happens during the takeVa
Hi list,
Nice christmas? Hopefully.
As a training session i created a custom data type " MyType":
I created my own class MyType with the recommended methods (see below).
In EOModeler i map MyType to:
External type: varchar
Type: Custom
Width: 3
class: MyType
factory method: va
Am 15.12.2005 21:19 Uhr schrieb "[EMAIL PROTECTED]" unter <[EMAIL PROTECTED]>:
> Hi Art,
>
> Thanks.
>
> I tried changing the .woo file from
>
> class=MyDisplayGroup
>
> to
> class=LocalizationCodePage.MyDisplayGroup
>
> as you mentioned, and my page still would not load.
>
> The error I rec
Am 13.12.2005 15:48 Uhr schrieb "[EMAIL PROTECTED]" unter
<[EMAIL PROTECTED]>:
>
> Hi All -
>
> I have a form that contains a wopopup that uses on change to submit the
> form. The form is refreshed and depending on the value of the wopopoup,
> some wocheckboxes (wrapped in a woconditional) are
Am 13.12.2005 6:00 Uhr schrieb "Owen McKerrow" unter <[EMAIL PROTECTED]>:
> Hi All,
>
> I have a method that loops over a NSMutableDictionary by keyword, and
> then uses that keyword as a key value path to set the value of an
> object for another page to the value stored in the dictionary.
>
> F
Am 06.12.2005 22:48 Uhr schrieb "Jan Verrept" unter <[EMAIL PROTECTED]>:
> In the Quickstart manual the Session is used to manage tables that
> are more or less global to each session.
> I have a few table's in my dbase that are global to the application.
> They are used to populate WOPopupButtons
Am 02.12.2005 0:48 Uhr schrieb "[EMAIL PROTECTED]" unter <[EMAIL PROTECTED]>:
> My app generates CSV files from WORepetitions which open well via Excel
> on the Mac but in Windows Excel it shows the source instead of opening
> properly.
>
> On each string I set the escape HTML to NO and used the
ascript aufrufen möchtest ist
> WOActionURL Dein Freund. Du definierst die Action, die Du möchtest im
> .wod und setzt die ActionURL an der Stelle in das Javascript, wo die
> URL gebraucht wird. Muss man, glaube ich, im Source machen,
> funktioniert aber gut.
>
> Ich hoffe das
e
> action (sever side). When the user clicks on the Delete button, the
> JavaScript alert pops up. If the User clicks Yes, the server side
> Delete action is called. If the user clicks No then nothing happens -
> hence, the Delete action isn't called.
>
> Would that solutions
Hi list,
after searching and testing a lot, i finaly have to ask:
I have normal WOComponents using submit buttons for saving data etc.
I want to validate via javascript that the user is sure to DELETE data.
For this i created a javascript funtion that is bound to a delete buttons
"onclick".
So fa
Am 29.11.2005 1:59 Uhr schrieb "Alan Ward" unter <[EMAIL PROTECTED]>:
>
> I thought it was 1, 4, 2, 3 (i.e. ~/WebObjects.properties has higher
> precedence than
> everything other than command line?
>
> No?
>
> Alan
>
> On Nov 28, 2005, at 5:53 PM, Chuck Hill wrote:
>
>> I have never used the
Am 29.11.2005 1:50 Uhr schrieb "Chuck Hill" unter
<[EMAIL PROTECTED]>:
>
> On Nov 28, 2005, at 3:08 PM, Baiss Eric Magnusson wrote:
>
>> I have been unable to get the action method of a WOSubmitButton
>> inside a SubComponent to get called.
>>
>> All I can get calls to in a SubComponent so far
Am 25.11.2005 14:58 Uhr schrieb "Helge Staedtler" unter <[EMAIL PROTECTED]>:
> Try to have a closer look at /var/log /webobjects.log
> this one should have perhaps some more useful information.
>
> perhaps it is just a problem with the user-rights. if you start it at the
> command line is it the
Am 24.11.2005 18:55 Uhr schrieb "David LeBer" unter <[EMAIL PROTECTED]>:
>
> On 24-Nov-05, at 12:43 PM, Rick Innis wrote:
>
>>
>> On Nov 24, 2005, at 12:19, David LeBer wrote:
>>
>>> Because you are using a WORepetion you really don't need to worry
>>> about he WODisplayGroup at all at this po
Am 15.11.2005 23:46 Uhr schrieb "Randy Becker" unter <[EMAIL PROTECTED]>:
You already received valuable information on the other topics.
> And finally, how can I do something like the WOExamples
> WXCheckBoxList - I tried importing some of the frameworks in the
> examples project, but couldn't ge
Am 15.11.2005 23:46 Uhr schrieb "Randy Becker" unter <[EMAIL PROTECTED]>:
You already received valuable information on the other topics.
> And finally, how can I do something like the WOExamples
> WXCheckBoxList - I tried importing some of the frameworks in the
> examples project, but couldn't ge
Correction to problem description:
Hi all of you,
i stepped into a problem more than once:
I have a relation ( WRONG*** one-to-many ) many-to-many (maintained
manually, not a join table) from A to B, called "Bs".
I have an A in a component already shown.
When i assign the relation "Bs" to t
Hi all of you,
i stepped into a problem more than once:
I have a relation one-to-many from A to B, called Bs.
I have an A in a component already shown.
When i assign Bs to the list property of a repetition, it does not
automatically feetch the values. Instead i have to do an A.Bs ().count () or
s
Hi Chuck and all other responders,
Am 26.10.2005 17:06 Uhr schrieb "Chuck Hill" unter
<[EMAIL PROTECTED]>:
>
> On Oct 26, 2005, at 5:13 AM, Wolfram Stebel wrote:
...
As a result of all mails, i removed JMS and ERChangeNotification very fast
from my project.
>&
Am 26.10.2005 14:03 Uhr schrieb "Jean-François Veillette" unter
<[EMAIL PROTECTED]>:
> I think the problem is with the configuration file.
Yes
> Somewhere under the ERChangeNotification directory, you should see a
> sample configuration file that you should use (at least as a starting
> point).
Th
rk is only for one EOF stack.
>
> maybe there is another solution than using this framework. Explain a
> little bit why you want to use it, whats the problem with your
> current app?
>
> regards, David
>
>
> Am 26.10.2005 um 11:49 schrieb Wolfram Stebel:
>
>> Hi list
Hi list,
i have three apps i want to talk between using ERChangeNotification via jms.
i already got jms installed (0.7.6.1 on OSX 10.4.2) and linked the framework
into my apps.
i have a startupitem and can do the administrative start/stop via "sudo
SystemStarter start OpenJMS" etc. without any err
; http://prdownloads.sourceforge.net/wonder/Wonder-src-2.0.zip?download
>
> Mirror: Düsseldorf
>
> HTH
>
> Ralph
Whatever i downloaded before, it did not contain the source.
Thanks to your link, i have them now!
Wolfram
Dipl. Inform. Wolfram Stebel, bugs&errors
Flutgrabenstr
Am 25.10.2005 12:16 Uhr schrieb "Ralph Scheuer" unter
<[EMAIL PROTECTED]>:
> Hi,
>
> Am 25.10.2005 um 11:39 schrieb Wolfram Stebel:
>
>> try to find and download ERChangeNotificationJMS, no luck yet.
>> Can't get it from sourceforge because it is n
Hi list,
try to find and download ERChangeNotificationJMS, no luck yet.
Can't get it from sourceforge because it is not declared as a module...
Any tips how and where to download?
Wolfram
___
Do not post admin requests to the list. They will be igno
ts. If this fetchSpecification is defined in model -
>> you should set this option. If you define this programmatically:
>> fetchSpec.setRefreshesRefetchedObjects(true);
>>
>> Regards,
>> Gennady
>> On 17.10.2005, at 13:09, Wolfram Stebel wrote:
>>
>>>
Hi List,
i have two WOApps running on the same server.
They access the same data base. One is the user application, the other is a
admin application.
When i change essential data in the admin application and do a saveChanges()
on this data, it is not updated in the user application and the userapp
Hi list,
i have one WOApp running under, lets say "http://www.a.de/";, which i drive
on my xserve with a setup of the site:
domain name = "www.a.de"
ip="my.very.own.ip"
port=80
w/o any special settings like aliases etc..
When i use the App it changes to something like
"http://my.very.own.ip/cgi-b
91 matches
Mail list logo