Re: AjaxAutoComplete

2023-11-12 Thread Stavros Panidis via Webobjects-dev
No problem at all Tim. I will try a little bit more.

Thanks to all!

Stavros

> On 12 Nov 2023, at 3:56 AM, webobjects-dev-requ...@lists.apple.com wrote:
> 
> Send Webobjects-dev mailing list submissions to
>   webobjects-dev@lists.apple.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.apple.com/mailman/listinfo/webobjects-dev
> or, via email, send a message with subject or body 'help' to
>   webobjects-dev-requ...@lists.apple.com
> 
> You can reach the person managing the list at
>   webobjects-dev-ow...@lists.apple.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Webobjects-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: AjaxAutoComplete (D Tim Cummings)
>   2. Re: AjaxAutoComplete (Samuel Pelletier)
>   3. Re: Replay request (Andr? Rothe)
>   4. Re: AjaxAutoComplete (Aaron Rosenzweig)
> 
> 
> --
> 
> Message: 1
> Date: Sun, 12 Nov 2023 07:34:24 +1000
> From: D Tim Cummings 
> To: webobjects-dev@lists.apple.com
> Subject: Re: AjaxAutoComplete
> Message-ID: 
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
> 
> Hi Stavros
> 
> Sorry to mislead you. I thought you were looking for the behaviour of 
> AjaxObserveField to send updated data back to the server immediately 
> rather than updating a container on the current page. There may be a way 
> to do what you ask but I have never tried it. Maybe you could put some 
> javascript in afterUpdateElement to update a different field which is in 
> an AjaxObserveField.
> 
> Regards
> 
> Tim
> 
> On 10/11/23 20:55, Stavros Panidis wrote:
>> Tim,
>> 
>> Sorry!. I could not put it to work. I am sure that I am making 
>> something wrong.
>> 
>> My AjaxAutocomplete is
>> 
>> > class = "form-control" list = "$currentValuesForCustomers" selection = 
>> "$global" value = "$value" item = "$currentValue" />
>> 
>> And then I have a AjaxObserveField as follows
>> 
>> 
>> > "invoiceslist" action = "$customerSelected">
>> 
>> Can you see what I am doing wrong?
>> 
>> Stavros
>> 
>> 
>> 
>>> On 9 Nov 2023, at 10:00?PM, webobjects-dev-requ...@lists.apple.com wrote:
>>> 
>>> Send Webobjects-dev mailing list submissions to
>>> webobjects-dev@lists.apple.com
>>> 
>>> To subscribe or unsubscribe via the World Wide Web, visit
>>> https://lists.apple.com/mailman/listinfo/webobjects-dev
>>> or, via email, send a message with subject or body 'help' to
>>> webobjects-dev-requ...@lists.apple.com
>>> 
>>> You can reach the person managing the list at
>>> webobjects-dev-ow...@lists.apple.com
>>> 
>>> When replying, please edit your Subject line so it is more specific
>>> than "Re: Contents of Webobjects-dev digest..."
>>> 
>>> 
>>> Today's Topics:
>>> 
>>> ??1. AjaxAutoComplete (Stavros Panidis)
>>> ??2. Re: AjaxAutoComplete (D Tim Cummings)
>>> ??3. Re: AjaxAutoComplete (Jesse Tayler)
>>> 
>>> 
>>> --
>>> 
>>> Message: 1
>>> Date: Thu, 9 Nov 2023 09:54:40 +0200
>>> From: Stavros Panidis 
>>> To: webobjects-dev@lists.apple.com
>>> Subject: AjaxAutoComplete
>>> Message-ID: 
>>> Content-Type: text/plain;charset=us-ascii
>>> 
>>> Hi,
>>> 
>>> Is there any trick available to make AjaxAutoComplete field 
>>> observable (by AjaxAobserveField) ?
>>> 
>>> Many thanks in advance for your help
>>> 
>>> Stavros
>>> 
>>> --
>>> 
>>> Message: 2
>>> Date: Thu, 9 Nov 2023 20:00:33 +1000
>>> From: D Tim Cummings 
>>> To: webobjects-dev@lists.apple.com
>>> Subject: Re: AjaxAutoComplete
>>> Message-ID: 
>>> Content-Type: text/plain; charset=UTF-8; format=flowed
>>> 
>>> Set parameter afterUpdateElement to "observe" and it will behave like it
>>> is in an AjaxObserveField
>>> 
>>> >> "$theCustomerName" afterUpdateElement = "observe" />
>>> 
>>> Tim
>>> 
>>> On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote:
>>>> Hi,
>>>> 
>

AjaxAutoComplete

2023-11-10 Thread Stavros Panidis via Webobjects-dev
Tim,

Sorry!. I could not put it to work. I am sure that I am making something wrong.

My AjaxAutocomplete is



And then I have a AjaxObserveField as follows




Can you see what I am doing wrong?

Stavros



> On 9 Nov 2023, at 10:00 PM, webobjects-dev-requ...@lists.apple.com wrote:
> 
> Send Webobjects-dev mailing list submissions to
>   webobjects-dev@lists.apple.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.apple.com/mailman/listinfo/webobjects-dev
> or, via email, send a message with subject or body 'help' to
>   webobjects-dev-requ...@lists.apple.com
> 
> You can reach the person managing the list at
>   webobjects-dev-ow...@lists.apple.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Webobjects-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. AjaxAutoComplete (Stavros Panidis)
>   2. Re: AjaxAutoComplete (D Tim Cummings)
>   3. Re: AjaxAutoComplete (Jesse Tayler)
> 
> 
> ----------
> 
> Message: 1
> Date: Thu, 9 Nov 2023 09:54:40 +0200
> From: Stavros Panidis 
> To: webobjects-dev@lists.apple.com
> Subject: AjaxAutoComplete
> Message-ID: 
> Content-Type: text/plain; charset=us-ascii
> 
> Hi,
> 
> Is there any trick available to make AjaxAutoComplete field observable (by 
> AjaxAobserveField) ?
> 
> Many thanks in advance for your help
> 
> Stavros
> 
> --
> 
> Message: 2
> Date: Thu, 9 Nov 2023 20:00:33 +1000
> From: D Tim Cummings 
> To: webobjects-dev@lists.apple.com
> Subject: Re: AjaxAutoComplete
> Message-ID: 
> Content-Type: text/plain; charset=UTF-8; format=flowed
> 
> Set parameter afterUpdateElement to "observe" and it will behave like it 
> is in an AjaxObserveField
> 
>  "$theCustomerName" afterUpdateElement = "observe" />
> 
> Tim
> 
> On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote:
>> Hi,
>> 
>> Is there any trick available to make AjaxAutoComplete field observable (by 
>> AjaxAobserveField) ?
>> 
>> Many thanks in advance for your help
>> 
>> Stavros
>>  ___
>> 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:
>> https://lists.apple.com/mailman/options/webobjects-dev/tim%40triptera.com.au
>> 
>> This email sent to t...@triptera.com.au
> 
> 
> --
> 
> Message: 3
> Date: Thu, 9 Nov 2023 12:00:52 -0500
> From: Jesse Tayler 
> To: D Tim Cummings 
> Cc: webobjects-dev@lists.apple.com
> Subject: Re: AjaxAutoComplete
> Message-ID: <48f21de2-2301-4c1f-a473-25d1850a4...@oeinc.com>
> Content-Type: text/plain; charset="utf-8"
> 
> I have used Ajax quite easily on a couple of components and for some reason, 
> implementing even the simplest test was failing on updating a component of a 
> similar sort.
> 
> Before I make a wholly new component ? are there flags or tests aside from 
> jQuery which seems fine? I don?t readily see why this just isn?t seemingly 
> observing and updating the way I expect?
> 
> Thoughts?
> 
>> On Nov 9, 2023, at 5:00 AM, D Tim Cummings via Webobjects-dev 
>>  wrote:
>> 
>> Set parameter afterUpdateElement to "observe" and it will behave like it is 
>> in an AjaxObserveField
>> 
>> > "$theCustomerName" afterUpdateElement = "observe" />
>> 
>> Tim
>> 
>> On 9/11/23 17:54, Stavros Panidis via Webobjects-dev wrote:
>>> Hi,
>>> 
>>> Is there any trick available to make AjaxAutoComplete field observable (by 
>>> AjaxAobserveField) ?
>>> 
>>> Many thanks in advance for your help
>>> 
>>> Stavros
>>> ___
>>> 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:
>>> https://lists.apple.com/mailman/options/webobjects-dev/tim%40triptera.com.au
>>> 
>>> This email sent to t...@triptera.com.au
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/U

AjaxAutoComplete

2023-11-08 Thread Stavros Panidis via Webobjects-dev
Hi,

Is there any trick available to make AjaxAutoComplete field observable (by 
AjaxAobserveField) ?

Many thanks in advance for your help

Stavros
 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Deployment Ubuntu 22.04

2023-10-03 Thread Stavros Panidis via Webobjects-dev
Thanks Tim, it works fine!

Stavros

> On 1 Oct 2023, at 10:00 PM, webobjects-dev-requ...@lists.apple.com wrote:
> 
> Deployment Ubuntu 22.04

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Deployment Ubuntu 22.04

2023-10-01 Thread Stavros Panidis via Webobjects-dev
Hi all,

Anyone tried to deploy to Ubuntu 22.04? Any issues?

Many thanks in advance

Stavros 
 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


New installation WOLips problems (D Tim Cummings)

2023-09-18 Thread Stavros Panidis via Webobjects-dev
Thanks Tim,

Everything works fine now!

Stavros

> On 18 Sep 2023, at 10:00 PM, webobjects-dev-requ...@lists.apple.com wrote:
> 
> New installation WOLips problems (D Tim Cummings)

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


New installation WOLips problems

2023-09-16 Thread Stavros Panidis via Webobjects-dev
Hi again

I downloaded and installed Eclipse ID version 2022-12 (4.26.0)

Now everything inconcerning WOLips is working except EOModel. Details as 
follows:

java.lang.NoClassDefFoundError: org/eclipse/jface/util/Assert
at 
org.objectstyle.wolips.baseforuiplugins.utils.KeyComboBoxCellEditor.setItems(KeyComboBoxCellEditor.java:171)
at 
org.objectstyle.wolips.baseforuiplugins.utils.KeyComboBoxCellEditor.(KeyComboBoxCellEditor.java:151)
etc…

With my poor knowledge I understand that this is a problem of WOLips plugin 
with new releases of Eclipse.

Can anyone let me know what is the latest version of Eclipse (aarch64) which 
can be used with WOLips plugin downloaded from 

https://jenkins.wocommunity.org/job/WOLips410/lastSuccessfulBuild/artifact/temp/dist/

Many thanks in advance


Stavros ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


New Installation WOLips problems

2023-09-15 Thread Stavros Panidis via Webobjects-dev
Dear Hugi

Thanks for your quick reply.

Excuse me for my poor experience. So, I have to wait for a solution to come out 
or is it better to go to an older eclipse version?

Or what else?

Stavros

> On 15 Sep 2023, at 12:09 PM, webobjects-dev-requ...@lists.apple.com wrote:
> 
> Send Webobjects-dev mailing list submissions to
>   webobjects-dev@lists.apple.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.apple.com/mailman/listinfo/webobjects-dev
> or, via email, send a message with subject or body 'help' to
>   webobjects-dev-requ...@lists.apple.com
> 
> You can reach the person managing the list at
>   webobjects-dev-ow...@lists.apple.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Webobjects-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: New installation WOLips problems (Hugi Thordarson)
> 
> 
> --
> 
> Message: 1
> Date: Fri, 15 Sep 2023 09:09:29 +
> From: Hugi Thordarson 
> To: WebObjects-Dev 
> Subject: Re: New installation WOLips problems
> Message-ID: <1a3d6557-f531-4bd9-99fc-4a3398030...@karlmenn.is>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi Stavros,
> 
> some deprecated APIs were removed in Eclipse 2023-06 making WOLips go 
> bonkers. I made a quick fix during summer which I've been using since
> 
> https://github.com/hugithordarson/wolips/commit/2eca954c5ea9337073c8746be6715758ff487896
> 
> I wonder if we shouldn't just tag the current master "2022-03" (for older 
> Eclipse version users) and then merge this quick fix to master so we at least 
> have something working that targets 2023-09? We'll also need to make a couple 
> of changes to the build server, at least add the current Eclipse RCP version 
> to compile against ? and perhaps preferably compile against a v17 JDK as well?
> 
> - hugi
> 
> 
>> On 15 Sep 2023, at 08:55, Stavros Panidis via Webobjects-dev 
>>  wrote:
>> 
>> Hi,
>> 
>> I tried a new installation on new computer (MacBook Air, M2, Ventura 13.3) 
>> following instructions from
>> 
>> https://wiki.wocommunity.org/display/WEB/Project+Wonder+Installation
>> 
>> Eclipse installed is version 2023-9. Java version is openjdk 17.0.8.1 
>> 2023-08-24
>> 
>> I was able to create and run without any warnings or errors a Hello World 
>> application. But
>> 
>> Component editor is not working. See details following 
>> 
>> java.lang.NoClassDefFoundError: 
>> org/eclipse/ui/views/navigator/LocalSelectionTransfer
>>  at 
>> org.objectstyle.wolips.componenteditor.part.ComponentEditor.initializeDragAndDrop(ComponentEditor.java:194)
>>  at 
>> org.objectstyle.wolips.componenteditor.part.ComponentEditor.createPages(ComponentEditor.java:177)
>>  at 
>> org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:333)
>>  at 
>> org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:158)
>>  at 
>> org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:96)
>>  at 
>> org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:365)
>>  at 
>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
>> Method)
>>  at 
>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>>  at 
>> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>  at java.base/java.lang.reflect.Method.invoke(Method.java:568)
>>  at 
>> org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
>>  at 
>> org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:971)
>>  at 
>> org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:936)
>>  at 
>> org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:142)
>>  at 
>> org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:386)
>>  at 
>> org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:313)
>>  at 
>> org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
>>  at 
>> org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFact

New installation WOLips problems

2023-09-15 Thread Stavros Panidis via Webobjects-dev
Hi,

I tried a new installation on new computer (MacBook Air, M2, Ventura 13.3) 
following instructions from

 https://wiki.wocommunity.org/display/WEB/Project+Wonder+Installation

Eclipse installed is version 2023-9. Java version is openjdk 17.0.8.1 2023-08-24

I was able to create and run without any warnings or errors a Hello World 
application. But

Component editor is not working. See details following 

java.lang.NoClassDefFoundError: 
org/eclipse/ui/views/navigator/LocalSelectionTransfer
at 
org.objectstyle.wolips.componenteditor.part.ComponentEditor.initializeDragAndDrop(ComponentEditor.java:194)
at 
org.objectstyle.wolips.componenteditor.part.ComponentEditor.createPages(ComponentEditor.java:177)
at 
org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:333)
at 
org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:158)
at 
org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:96)
at 
org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:365)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at 
org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
at 
org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:971)
at 
org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:936)
at 
org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:142)
at 
org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:386)
at 
org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:313)
at 
org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
at 
org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:91)
at 
org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60)
at 
org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:42)
at 
org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:995)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:659)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712)
at 
org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1364)
at 
org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:118)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:677)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712)
at 
org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run(PartRenderingEngine.java:544)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:528)
at 
org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(ElementReferenceRenderer.java:73)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:995)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:659)

Deployment to osx 10.14 Mojave

2018-12-01 Thread Stavros Panidis
Dear Dan

Worked also for me. Many thanks!

Stavros



> On 26 Nov 2018, at 05:36, danbuoypr...@gmail.com wrote:
> 
> Stavros:
> 
> I got mod_Webobjects.so working on Mojave using this info:
> 
> http://osxdaily.com/2015/10/05/disable-rootless-system-integrity-protection-mac-os-x/
> 
> The other option is to use mod_Proxy but I haven’t had time to figure that 
> one out.
> 
> Dan Faber

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Deployment to osx 10.14 Mojave

2018-11-25 Thread Stavros Panidis
Hi,

I try to setup a server running os x 10.14 Mojave following instructions of 
Markus Ruggiero (Learning the Wonders)

Wotaskd and JavaMonitor run and I can access JavaMonitor on localhost:56789. 
Also instances of my application seem to run in JavaMonitor. But when I try to 
access my application I get the error

‘Safari can’t connect to the server.’

When I try apachectl configtest I get the following 

Syntax error on line 546 of /private/etc/apache2/httpd.conf: Syntax error on 
line 1 of /Library/WebObjects/Adaptors/wo_apache.conf: Cannot load 
/Library/WebObjects/Adaptors/mod_WebObjects.so into server: 
dlopen(/Library/WebObjects/Adaptors/mod_WebObjects.so, 10): no suitable image 
found.  Did find:\n\t/Library/WebObjects/Adaptors/mod_WebObjects.so: code 
signature in (/Library/WebObjects/Adaptors/mod_WebObjects.so) not valid for use 
in process using Library Validation: mapped file has no cdhash, completely 
unsigned? Code has to be at least ad-hoc 
signed.\n\t/Library/WebObjects/Adaptors/mod_WebObjects.so: stat() failed with 
errno=22


As far as I can understand something is going wrong with mod_WebObjects.so (I 
used the same file downloaded and used successfully in OS X High Sierra). Is 
there a version compiled for Mojave or something else ?

Many thanks in advance

Stavros

Stavros Panidis
stavros.pani...@gmail.com



 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Webobjects-dev Digest, Vol 15, Issue 68

2018-07-03 Thread Stavros Panidis


Sent from my iPhone

> On 24 Jun 2018, at 22:00, webobjects-dev-requ...@lists.apple.com wrote:
> 
> Send Webobjects-dev mailing list submissions to
>webobjects-dev@lists.apple.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>https://lists.apple.com/mailman/listinfo/webobjects-dev
> or, via email, send a message with subject or body 'help' to
>webobjects-dev-requ...@lists.apple.com
> 
> You can reach the person managing the list at
>webobjects-dev-ow...@lists.apple.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Webobjects-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: Standalone EntityModeler? (Josef Vanek)
> 
> 
> --
> 
> Message: 1
> Date: Sat, 23 Jun 2018 16:57:40 -0400
> From: Josef Vanek 
> To: "webobjects-dev@lists.apple.com" 
> Subject: Re: Standalone EntityModeler?
> Message-ID:
>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi guys,
> 
> By the way as you are mentioning the repository I'm actually hosting, I'd
> like to ask everyone here in this list would be willing to
> improve the code will be welcome, as I have absolutely no time to work on
> it and actually I'm only offering the github hosting
> for the project. I had the idea long time ago to work on the code, but
> never had serious time frame to start something.
> 
> So volunteers welcome ;-)
> 
> JV
> 
> Le 23 juin 2018 à 18:09:18, ocs@ocs (o...@ocs.cz) a écrit:
> 
> Gentlemen,
> 
> no idea far as „the standalone Entity Modeler“ goes, but if you are
> interested in such things in general, you might perhaps want to check
> 
> https://github.com/jvanek/EOModeler-OSX
> 
> The code is not great nor well maintained, but at least myself, I use it
> for my WO development for years and for me it works pretty well, though
> there's LOTS of limitations (some of them outlined in the TODO part of
> History).
> 
> All the best,
> OC
> 
>> On 23 Jun 2018, at 3:57 PM, Markus Ruggiero 
> wrote:
>> 
>> Anyone knows where the standalone EntityModeler comes from? I do have an
> EntityModler.app that seems to be a standalone app based on Eclipse. My
> version is pretty old (March 2008). How was this created? Is it possible to
> create a newer version? Where is the source?
>> 
>> Reason I ask for a standalone EntityModeler is simple. I use Wonder for
> teaching and somtimes my students must create an EOModel which I then have
> to review. I would rather like to have an application that can open these
> models without the need of an Eclipse workspace and a project and shuffling
> the EOModels back and forth. Currently I resort to BBEdit and checking the
> various plists inside the eomodeld but this is not always convenient.
>> 
>> Thanks for your help
>> ---markus---
>> 
>> ___
>> 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:
>> https://lists.apple.com/mailman/options/webobjects-dev/ocs%40ocs.cz
>> 
>> This email sent to o...@ocs.cz
> 
> ___
> 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:
> https://lists.apple.com/mailman/options/webobjects-dev/josef.vanek%40intellicore.net
> 
> This email sent to josef.va...@intellicore.net
> -- next part --
> An HTML attachment was scrubbed...
> URL: 
> 
> 
> --
> 
> Subject: Digest Footer
> 
> ___
> Webobjects-dev mailing list
> Webobjects-dev@lists.apple.com
> https://lists.apple.com/mailman/listinfo/webobjects-dev
> 
> 
> --
> 
> End of Webobjects-dev Digest, Vol 15, Issue 68
> **
 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: AJaxFlexibleFileUpload

2018-05-09 Thread Stavros Panidis
Dear Aaron,

Thank you very much. Now it works!

Stavros



> On 9 May 2018, at 17:29, Aaron Rosenzweig <aa...@chatnbike.com> wrote:
> 
> Hey Stavros,
> 
> The “succeededAction” invokes a java call on the server. Ok, fine - there are 
> reasons to do that. Realize though that your we browser is a “dumb terminal” 
> and just because something happened on the server says nothing about the web 
> browser.
> 
> Try this, bind the “succeededFunction” and use javascript there. Is 
> everything wrapped in an AjaxUpdateContainer? If not, wrap it. Give the 
> container a CSS ID - for sake of argument call it “AjaxWrapperID”
> 
> In your “succeededFunction” make a call to “AjaxWrapperIDUpdate()” - I forget 
> the contract so try it a couple of ways:
> 1) succeededFunction = “AjaxWrapperIDUpdate”
> 2) succeededFunction = “function() {AjaxWrapperIDUpdate();}”
> 
> You don’t want to invoke it immediately - you want just the function 
> reference.
> 
> This works because every AjaxUpdateContainer makes a function with the name 
> “Update” at the end of the ID that you can invoke in creative ways like this.
> AARON ROSENZWEIG / Chat 'n Bike <http://www.chatnbike.com/>
> e:  aa...@chatnbike.com <mailto:aa...@chatnbike.com>  t:  (301) 956-2319  
> 
>   
> 
>> On May 9, 2018, at 10:19 AM, Stavros Panidis <stavros.pani...@gmail.com 
>> <mailto:stavros.pani...@gmail.com>> wrote:
>> 
>> Hi list,
>> 
>> I try to implement AjaxFlexibleFileUpload for uploading files to server.
>> 
>> I have AjaxFlexibleFileUpload within a conditional and what I want is, after 
>> successful upload to hide this conditional and show another one. To do this 
>> I use binding succeededAction.
>> 
>> File upload goes successful and also succeededAction  is executed (I trace 
>> using System.out.println) but AjaxFlexibleFileUpload conditional is not 
>> hiding and also the next one is not displayed.
>> 
>> I hope I explained well, can anyone help?
>> 
>> Many thanks in advance
>> 
>> 
>> Stavros Panidis
>> 
>> 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>> <mailto:Webobjects-dev@lists.apple.com>)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com 
>> <https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com>
>> 
>> This email sent to aa...@chatnbike.com
> 

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


AJaxFlexibleFileUpload

2018-05-09 Thread Stavros Panidis
Hi list,

I try to implement AjaxFlexibleFileUpload for uploading files to server.

I have AjaxFlexibleFileUpload within a conditional and what I want is, after 
successful upload to hide this conditional and show another one. To do this I 
use binding succeededAction.

File upload goes successful and also succeededAction  is executed (I trace 
using System.out.println) but AjaxFlexibleFileUpload conditional is not hiding 
and also the next one is not displayed.

I hope I explained well, can anyone help?

Many thanks in advance


Stavros Panidis



 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


UBUNTU 16.04 MySQL performance

2018-03-13 Thread Stavros Panidis
Hi all,

Recently I tested an app in an AWS Lightsail instance UBUNTU 16.04 server 
running MySQL 5.7.

I realised extremely slow performance running queries, comparing to the same 
exactly database running on a Mac OS X High Sierra. For example a query that is 
performed within 3 seconds on MAC takes around 3.5 minutes to complete in 
UBUNTU.

Database is SNOMED CT (a large medical terms database downloaded from UMLS). 
MySQL version, database structure and indexes are identical in both servers.

I understand that has nothing to do with WebObjects but does anyone had a 
similar experience with MySQL in ubuntu?

Many thanks in advance

Stavros Panidis
stavros.pani...@gmail.com



 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: mod_WebObjects.so

2018-02-04 Thread Stavros Panidis
Dear Amedeo,

Yes, please.

I suppose that I could find it in wocommunity.org <http://wocommunity.org/>, 
but when I try to access wocommunity.org/documents/tools 
<http://wocommunity.org/documents/tools> I get the following

Forbidden

You don't have permission to access /documents/tools/ on this server.


Stavros Panidis
stavros.pani...@gmail.com



> On 4 Feb 2018, at 22:43, Amedeo Mantica <amedeomant...@me.com> wrote:
> 
> Hi,
> I have it compiled for Ubuntu in case you need. But I would be able to send 
> you only tomorrow 
> 
> Amedeo
> 
> Sent from my iPhone
> 
>> On 4 Feb 2018, at 20:41, André Rothe <andre.ro...@phosco.info> wrote:
>> 
>> Hi Stavros,
>> 
>> You can install the build-essential and apache-dev packages within Ubuntu 
>> and then compile and install the sources as root like:
>> 
>> change the terminal to root
>> 
>> # su -
>> 
>> Or you have to use "sudo":
>> 
>> # sudo -H gnome-terminal
>> 
>> Go to the source folder of mod_webobjects
>> 
>> # cd sourcefolder_of_module
>> # make
>> # cd Apache2.4
>> # cp mod_WebObjects.so /etc/httpd/modules/.
>> 
>> The path to the Apache install can differ, it is also /etc/apache2 a 
>> possible folder, but there should be always a module folder. You have to 
>> look into your installation.
>> 
>> Change the settings for SELinux, if it is enabled:
>> 
>> # semanage fcontext -a -t httpd_modules_t "/etc/httpd/modules(/.*)?"
>> # restorecon -R -v /etc/httpd/modules
>> 
>> Modify the path to the modules folders again (in example /etc/apache2 
>> instead /etc/httpd).
>> 
>> Restart the service:
>> 
>> # systemctl restart httpd
>> 
>> or
>> 
>> # service httpd restart
>> 
>> It is also possible, that the Apache service is named as "apache2".
>> 
>> Good luck
>> Andre
>> 
>> 
>> Am 04.02.2018 09:12, schrieb Stavros Panidis:
>>> Dear all,
>>> Where can I download mod_WebObjects.so for Ubuntu?
>>> Stavros Panidis
>>> stavros.pani...@gmail.com
>> ___
>> 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:
>> https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com
>> 
>> This email sent to amedeomant...@me.com

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


mod_WebObjects.so

2018-02-04 Thread Stavros Panidis
Dear all,

Where can I download mod_WebObjects.so for Ubuntu?


Stavros Panidis
stavros.pani...@gmail.com



 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


failed to open database channel - SOLVED

2018-01-07 Thread Stavros Panidis
Me again,

By simply copying mysql-connector-java-5.1.44 to /Library/Java/Extensions the 
problem solved.

But I can’t understand (or I don’t know) why.

Best regards

Stavros Panidis
 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


failed to open database channel

2018-01-07 Thread Stavros Panidis
Hi,

I wish to all of you a Happy and Prosperous New Year.

I set up a new development machine running High Sierra, Eclipse 4.7.2 and 
WONDER 7. I use MySQL 5.7 in development machine and also in to the server.
Everything works fine in development but when I deploy applications to server 
(Mac OS X 10.11.6 El Capitan) and try to connect I get the following error

java.lang.IllegalStateException: _obtainOpenChannel -- 
com.webobjects.eoaccess.EODatabaseContext 
com.webobjects.eoaccess.EODatabaseContext@45e9b869: failed to open database 
channel. Check your connection dictionary, and ensure your database is 
correctly configured

Logs file writes

Trying to load JDBC driver com.mysql.jdbc.Driver...
Jan 07 08:53:18 Academy[2001] INFO  er.transaction.adaptor.ConnectionAnalyzer  
- Error: Failed to load JDBC driver class com.mysql.jdbc.Driver
Jan 07 08:53:18 Academy[2001] INFO  er.transaction.adaptor.ConnectionAnalyzer  
- The JDBC driver jar is either missing from  (a) your classpath or (b) the JRE 
extensions directory/ies.

But for sure I have JDBC driver in class path and also in 
/Library/WebObjects/Extensions. Also  other applications (uploaded before my 
new development machine) on the server that use the same driver are running 
normally.

Can you please make any suggestions to this problem ?

Many thanks in advance

Stavros Panidis
 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Google maps

2017-11-14 Thread Stavros Panidis
Dear Flavio,

if I put  outside CCGoogleMapMarker I get the list of addresses below the 
map and also I get the map and the markers on it, but there is nothing 
displayed when I click on each marker's info window. Below is the page source




  
   
  
   
EMBRYOLAB To AFFIDEA  1711_1414_12241



  
   
  
   
AFFIDEA From EMBRYOLAB  1711_1414_12241



  



If I remove  then EVERYTHING WORKS JUST FINE, 
the only problem is that below the map the list of addresses is also displayed, 
something that certainly is not desirable. Below is also the page source


 


  
EMBRYOLAB Προς AFFIDEA  1711_1414_12241

  
   

  
AFFIDEA Από EMBRYOLAB  1711_1414_12241

  
   

  
 
I am wondering what is exactly the role of data-address binding when at the 
same time there are bindings for lat and lng.

Stavros


> On 14 Nov 2017, at 14:26, Flavio Donadio <flaviodona...@icloud.com> wrote:
> 
> Stavros,
> 
> 
> If you use the developer mode in your browser to check the contents of the 
>  tag, what do you get? Is it empty?
> 
> Maybe it’s a problem getting $aMarker.mapInfo ’s value. In this case, there 
> should also be a problem setting the address binding on the map markers 
> themselves. You’ll have to check the generated HTML.
> 
> I don ’t think you need to have this  element inside the 
> CCGoogleMapMarker  especially as there’s no id or class attribute in it, 
> making it difficult for JavaScript to find the element for showing and hiding.
> 
> 
> Regards,
> Flavio
> 
>> On 14 Nov 2017, at 02:02, Stavros Panidis <stavros.pani...@gmail.com 
>> <mailto:stavros.pani...@gmail.com>> wrote:
>> 
>> Dear Flavio,
>> 
>> I also tried as follows 
>> 
>> > lng = "$parameters.map_lng" zoom = "$parameters.map_zoom.toString" />
>> 
>> 
>>> "$aMarker.lng" id = "$aMarker.mapID" address = "$aMarker.mapInfo">
>>  
>>  > />
>>  
>>
>> 
>> 
>> 
>> This is also NOT working. Overview map is displayed correctly, markers the 
>> map the same, addresses are also hidden but when click to info window it 
>> opens empty.
>> 
>> Stavros
> 

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Google maps

2017-11-13 Thread Stavros Panidis
Dear Flavio,

I also tried as follows 




   



   



This is also NOT working. Overview map is displayed correctly, markers the map 
the same, addresses are also hidden but when click to info window it opens 
empty.

Stavros

> On 13 Nov 2017, at 19:23, Flavio Donadio <flaviodona...@icloud.com> wrote:
> 
> Stavros,
> 
> 
> It should be something like: … or  style=“display:none;”>….
> 
> Alternatively, you could use … and set display 
> or visibility properties in a stylesheet.
> 
> 
> Regards,
> Flavio
> 
>> On 11 Nov 2017, at 02:24, Stavros Panidis <stavros.pani...@gmail.com 
>> <mailto:stavros.pani...@gmail.com>> wrote:
>> 
>> Hi Ralf,
>> 
>> I tried with  but does not work. As the list of addresses hides 
>> the same is with markers’ info window.
>> 
>> Anyway,thenk you very much for your assistance
>> 
>> Stavros
>> 
>>> On 10 Nov 2017, at 13:31, Ralf Schuchardt <r...@gmx.de 
>>> <mailto:r...@gmx.de>> wrote:
>>> 
>>> Hi Stavros,
>>> 
>>> I have also not used the component, but I believe the content inside the 
>>> CCGoogleMapMarker tags is used as content for the info box of that marker. 
>>> To hide the address list you may try adding a CSS style or class with 
>>> "display: hidden" to a the address items or a surrounding container.
>>> 
>>> Ralf
>>> 
>>> -- 
>>> Ralf Schuchardt
>>> Sent with Airmail
>>> 
>>> Am 10. November 2017 um 05:10:02, Stavros Panidis 
>>> (stavros.pani...@gmail.com <mailto:stavros.pani...@gmail.com>) schrieb:
>>> 
>>>> Dear Gino
>>>> 
>>>> follwing is the division of my component where the map is displayed
>>>> 
>>>> >>> lng = "$parameters.map_lng" zoom = "$parameters.map_zoom.toString" 
>>>> >
>>>> 
>>>>  
>>>> >>> "$aMarker.lng" id = "$aMarker.mapID" address = "$aMarker.mapInfo">
>>>> 
>>>> 
>>>> The map is displayed correctly and also do the markers. But there is 
>>>> nothing but an empty box displayed when I click on to a marker.
>>>> 
>>>> While if I add below CCGoogleMapMarker (inside repetition) the line
>>>> 
>>>> 
>>>> 
>>>> the address is displayed correctly when I click the marker but I also get 
>>>> a list of addresses displayed below the map.
>>>> 
>>>> I am sure that I do something wrong but I can’t find out.
>>>> 
>>>> Stavros
>>>> 
>>>> 
>>>> 
>>>> > On 9 Nov 2017, at 09:17, Gino Pacitti <ginok...@mac.com 
>>>> > <mailto:ginok...@mac.com>> wrote:
>>>> > 
>>>> > I guess you have customise the component :-) 
>>>> > 
>>>> > Find it in the frameworks...
>>>> > 
>>>> > Sent from my Apple iPhone 7 plus
>>>> > 
>>>> >> On 9 Nov 2017, at 05:37, Stavros Panidis <stavros.pani...@gmail.com 
>>>> >> <mailto:stavros.pani...@gmail.com>> wrote:
>>>> >> 
>>>> >> Dear Johann,
>>>> >> 
>>>> >> I tried with CCGoogleMap.
>>>> >> 
>>>> >> I achieved to display my custom main map and also add my markers 
>>>> >> (CCGoogleMapMarker) on it.
>>>> >> 
>>>> >> My problem is that I can not find a way to display custom information 
>>>> >> for each marker, like I did before with ‘info’ binding in AjaxGMap 
>>>> >> framework.
>>>> >> 
>>>> >> Do you or someone else have something to suggest? I should greatly 
>>>> >> appreciate it.
>>>> >> 
>>>> >> Stavros Panidis
>>>> >> 
>>>> >> 
>>>> >>> On 7 Nov 2017, at 18:53, Johann Werner <johann.wer...@posteo.de 
>>>> >>> <mailto:johann.wer...@posteo.de>> wrote:
>>>> >>> 
>>>> >>> Hi Stavros,
>>>> >>> 
>>>> >>> have a look at CCGoogleMap. You will find it in framework 
>>>> >>> ERCoolComponents.
>>>> >>> 
>>>> >>> jw
>>>> >>> 
>>>> >>> 
>>

Re: Google maps

2017-11-10 Thread Stavros Panidis
Hi Ralf,

I tried with  but does not work. As the list of addresses hides the 
same is with markers’ info window.

Anyway,thenk you very much for your assistance

Stavros

> On 10 Nov 2017, at 13:31, Ralf Schuchardt <r...@gmx.de> wrote:
> 
> Hi Stavros,
> 
> I have also not used the component, but I believe the content inside the 
> CCGoogleMapMarker tags is used as content for the info box of that marker. To 
> hide the address list you may try adding a CSS style or class with "display: 
> hidden" to a the address items or a surrounding container.
> 
> Ralf
> 
> -- 
> Ralf Schuchardt
> Sent with Airmail
> 
> Am 10. November 2017 um 05:10:02, Stavros Panidis (stavros.pani...@gmail.com 
> <mailto:stavros.pani...@gmail.com>) schrieb:
> 
>> Dear Gino
>> 
>> follwing is the division of my component where the map is displayed
>> 
>> > lng = "$parameters.map_lng" zoom = "$parameters.map_zoom.toString" 
>> >
>> 
>>  > googleMapId = "myMap" lat = "$aMarker.lat" lng = "$aMarker.lng" id = 
>> "$aMarker.mapID" address = "$aMarker.mapInfo">
>> 
>> 
>> The map is displayed correctly and also do the markers. But there is nothing 
>> but an empty box displayed when I click on to a marker.
>> 
>> While if I add below CCGoogleMapMarker (inside repetition) the line
>> 
>> 
>> 
>> the address is displayed correctly when I click the marker but I also get a 
>> list of addresses displayed below the map.
>> 
>> I am sure that I do something wrong but I can’t find out.
>> 
>> Stavros
>> 
>> 
>> 
>> > On 9 Nov 2017, at 09:17, Gino Pacitti <ginok...@mac.com> wrote:
>> > 
>> > I guess you have customise the component :-) 
>> > 
>> > Find it in the frameworks...
>> > 
>> > Sent from my Apple iPhone 7 plus
>> > 
>> >> On 9 Nov 2017, at 05:37, Stavros Panidis <stavros.pani...@gmail.com> 
>> >> wrote:
>> >> 
>> >> Dear Johann,
>> >> 
>> >> I tried with CCGoogleMap.
>> >> 
>> >> I achieved to display my custom main map and also add my markers 
>> >> (CCGoogleMapMarker) on it.
>> >> 
>> >> My problem is that I can not find a way to display custom information for 
>> >> each marker, like I did before with ‘info’ binding in AjaxGMap framework.
>> >> 
>> >> Do you or someone else have something to suggest? I should greatly 
>> >> appreciate it.
>> >> 
>> >> Stavros Panidis
>> >> 
>> >> 
>> >>> On 7 Nov 2017, at 18:53, Johann Werner <johann.wer...@posteo.de> wrote:
>> >>> 
>> >>> Hi Stavros,
>> >>> 
>> >>> have a look at CCGoogleMap. You will find it in framework 
>> >>> ERCoolComponents.
>> >>> 
>> >>> jw
>> >>> 
>> >>> 
>> >>>> Am 07.11.2017 um 16:23 schrieb Stavros Panidis 
>> >>>> <stavros.pani...@gmail.com>:
>> >>>> 
>> >>>> Hi list,
>> >>>> 
>> >>>> I worked with AjaxGMap so far but after installing Wonder 7 I see that 
>> >>>> is missing.
>> >>>> 
>> >>>> Is there another solution to work with Google maps? Any examples?
>> >>>> 
>> >>>> Many thanks in advance
>> >>>> 
>> >>>> Stavros Panidis
>> >>> 
>> >> 
>> >> ___
>> >> 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:
>> >> https://lists.apple.com/mailman/options/webobjects-dev/ginokris%40mac.com
>> >> 
>> >> This email sent to ginok...@mac.com
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list (Webobjects-dev@lists.apple.com 
>> <mailto:Webobjects-dev@lists.apple.com>)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/rasc%40gmx.de 
>> <https://lists.apple.com/mailman/options/webobjects-dev/rasc%40gmx.de>
>> 
>> This email sent to r...@gmx.de <mailto:r...@gmx.de>
 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Google maps

2017-11-10 Thread Stavros Panidis
Dear Gino

Thank you very much. I really appreciate it.

Stavros

Sent from my iPhone

> On 10 Nov 2017, at 10:37, Gino Pacitti <ginok...@mac.com> wrote:
> 
> Hi Stavros
> I have not used that component but was more referring to adding functionality 
> to wonder components by taking an existing one and extending it.
> 
> I guess you have to look at how Javascript populates comments and see what 
> binding is missing...
> 
> Sorry I could not be of any greater help
> 
> Gino 
> 
> 
> 
> 
> 
> Sent from my Apple iPhone 7 plus
> 
>> On 10 Nov 2017, at 05:09, Stavros Panidis <stavros.pani...@gmail.com> wrote:
>> 
>> Dear Gino
>> 
>> follwing is the division of my component where the map is displayed
>> 
>> > lng = "$parameters.map_lng" zoom = "$parameters.map_zoom.toString" 
>> >
>> 
>>  > googleMapId = "myMap" lat = "$aMarker.lat" lng = "$aMarker.lng" id = 
>> "$aMarker.mapID" address = "$aMarker.mapInfo">
>> 
>> 
>> The map is displayed correctly and also do the markers. But there is nothing 
>> but an empty box displayed  when I click on to a marker.
>> 
>> While if I add below CCGoogleMapMarker (inside repetition) the line
>> 
>> 
>> 
>> the address is displayed correctly when I click the marker but  I also get a 
>> list of addresses displayed below the map.
>> 
>> I am sure that I do something wrong but I can’t find out.
>> 
>> Stavros
>> 
>> 
>> 
>>> On 9 Nov 2017, at 09:17, Gino Pacitti <ginok...@mac.com> wrote:
>>> 
>>> I guess you have customise the component :-) 
>>> 
>>> Find it in the frameworks...
>>> 
>>> Sent from my Apple iPhone 7 plus
>>> 
>>>> On 9 Nov 2017, at 05:37, Stavros Panidis <stavros.pani...@gmail.com> wrote:
>>>> 
>>>> Dear Johann,
>>>> 
>>>> I tried with CCGoogleMap.
>>>> 
>>>> I achieved to display my custom main map and also add my markers 
>>>> (CCGoogleMapMarker) on it.
>>>> 
>>>> My problem is that I can not find a way to display custom information for 
>>>> each marker, like I did before with ‘info’ binding in AjaxGMap framework.
>>>> 
>>>> Do you or someone else have something to suggest? I should greatly 
>>>> appreciate it.
>>>> 
>>>> Stavros Panidis
>>>> 
>>>> 
>>>>> On 7 Nov 2017, at 18:53, Johann Werner <johann.wer...@posteo.de> wrote:
>>>>> 
>>>>> Hi Stavros,
>>>>> 
>>>>> have a look at CCGoogleMap. You will find it in framework 
>>>>> ERCoolComponents.
>>>>> 
>>>>> jw
>>>>> 
>>>>> 
>>>>>> Am 07.11.2017 um 16:23 schrieb Stavros Panidis 
>>>>>> <stavros.pani...@gmail.com>:
>>>>>> 
>>>>>> Hi list,
>>>>>> 
>>>>>> I worked with AjaxGMap so far but after installing Wonder 7 I see that 
>>>>>> is missing.
>>>>>> 
>>>>>> Is there another solution to work with Google maps? Any examples?
>>>>>> 
>>>>>> Many thanks in advance
>>>>>> 
>>>>>> Stavros Panidis
>>>>> 
>>>> 
>>>> ___
>>>> 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:
>>>> https://lists.apple.com/mailman/options/webobjects-dev/ginokris%40mac.com
>>>> 
>>>> This email sent to ginok...@mac.com
>> 
>> ___
>> 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:
>> https://lists.apple.com/mailman/options/webobjects-dev/ginokris%40me.com
>> 
>> This email sent to ginok...@me.com
 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Google maps

2017-11-09 Thread Stavros Panidis
Dear Gino

follwing is the division of my component where the map is displayed


  
 


The map is displayed correctly and also do the markers. But there is nothing 
but an empty box displayed  when I click on to a marker.

While if I add below CCGoogleMapMarker (inside repetition) the line



the address is displayed correctly when I click the marker but  I also get a 
list of addresses displayed below the map.

I am sure that I do something wrong but I can’t find out.

Stavros



> On 9 Nov 2017, at 09:17, Gino Pacitti <ginok...@mac.com> wrote:
> 
> I guess you have customise the component :-) 
> 
> Find it in the frameworks...
> 
> Sent from my Apple iPhone 7 plus
> 
>> On 9 Nov 2017, at 05:37, Stavros Panidis <stavros.pani...@gmail.com> wrote:
>> 
>> Dear Johann,
>> 
>> I tried with CCGoogleMap.
>> 
>> I achieved to display my custom main map and also add my markers 
>> (CCGoogleMapMarker) on it.
>> 
>> My problem is that I can not find a way to display custom information for 
>> each marker, like I did before with ‘info’ binding in AjaxGMap framework.
>> 
>> Do you or someone else have something to suggest? I should greatly 
>> appreciate it.
>> 
>> Stavros Panidis
>> 
>> 
>>> On 7 Nov 2017, at 18:53, Johann Werner <johann.wer...@posteo.de> wrote:
>>> 
>>> Hi Stavros,
>>> 
>>> have a look at CCGoogleMap. You will find it in framework ERCoolComponents.
>>> 
>>> jw
>>> 
>>> 
>>>> Am 07.11.2017 um 16:23 schrieb Stavros Panidis <stavros.pani...@gmail.com>:
>>>> 
>>>> Hi list,
>>>> 
>>>> I worked with AjaxGMap so far but after installing Wonder 7 I see that is 
>>>> missing.
>>>> 
>>>> Is there another solution to work with Google maps? Any examples?
>>>> 
>>>> Many thanks in advance
>>>> 
>>>> Stavros Panidis
>>> 
>> 
>> ___
>> 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:
>> https://lists.apple.com/mailman/options/webobjects-dev/ginokris%40mac.com
>> 
>> This email sent to ginok...@mac.com

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Google maps

2017-11-08 Thread Stavros Panidis
Dear Johann,

I tried with CCGoogleMap.

I achieved to display my custom main map and also add my markers 
(CCGoogleMapMarker) on it.

My problem is that I can not find a way to display custom information for each 
marker, like I did before with ‘info’ binding in AjaxGMap framework.

Do you or someone else have something to suggest? I should greatly appreciate 
it.

Stavros Panidis


> On 7 Nov 2017, at 18:53, Johann Werner <johann.wer...@posteo.de> wrote:
> 
> Hi Stavros,
> 
> have a look at CCGoogleMap. You will find it in framework ERCoolComponents.
> 
> jw
> 
> 
>> Am 07.11.2017 um 16:23 schrieb Stavros Panidis <stavros.pani...@gmail.com>:
>> 
>> Hi list,
>> 
>> I worked with AjaxGMap so far but after installing Wonder 7 I see that is 
>> missing.
>> 
>> Is there another solution to work with Google maps? Any examples?
>> 
>> Many thanks in advance
>> 
>> Stavros Panidis
> 

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Google maps

2017-11-07 Thread Stavros Panidis
Hi Johann,

Is there any example somewhere on how to implement this framework?

Stavros

> On 7 Nov 2017, at 18:53, Johann Werner <johann.wer...@posteo.de> wrote:
> 
> Hi Stavros,
> 
> have a look at CCGoogleMap. You will find it in framework ERCoolComponents.
> 
> jw
> 
> 
>> Am 07.11.2017 um 16:23 schrieb Stavros Panidis <stavros.pani...@gmail.com>:
>> 
>> Hi list,
>> 
>> I worked with AjaxGMap so far but after installing Wonder 7 I see that is 
>> missing.
>> 
>> Is there another solution to work with Google maps? Any examples?
>> 
>> Many thanks in advance
>> 
>> Stavros Panidis
> 

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Google maps

2017-11-07 Thread Stavros Panidis
Hi list,

I worked with AjaxGMap so far but after installing Wonder 7 I see that is 
missing.

Is there another solution to work with Google maps? Any examples?

Many thanks in advance

Stavros Panidis


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Bootstrap datetime picker

2017-10-14 Thread Stavros Panidis
Dear,

I just want to share with you how WebObjects, an “old” and “legacy” technology, 
plays so well with most current web developments.

In the following html block

 Minimum Setup

  

  

  
  

  

  






if you simply replace 

 

with 



you get a nice Date-Time picker. Really amazing.

Best regards

Stavros Panidis ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Date - time picker

2017-10-13 Thread Stavros Panidis
Dear Mark

YES, it works fine!

Many thanks for all your efforts, have a nice week end

Stavros

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Date - time picker

2017-10-13 Thread Stavros Panidis
Dear Theodore,

sure you are not. Sure it is my problem to explain due also to my pure english.


In my application I use bootstrap css framework for styling (getbootstrap.com 
<http://getbootstrap.com/>) . This framework has also a nice date/time picker 
component. This works fine inside my WOComponent but when I add a 
AjaxUpdateContainer at the same component does not work anymore.

Then I tried the AjaxDate picker from Ajax examples. This works fine but it is 
not conforms in style with other elements like text fields, check boxes etc.

I hope that I explained a little bit.

Stavros

> On 13 Oct 2017, at 16:30, Stavros Panidis <stavros.pani...@gmail.com> wrote:
> 
> Dear,
> 
> I try to implement Bootstrap date time picker style in a WOComponent. 
> Javascript and css works fine except the case that in this component the is 
> also a AjaxUpdateContainer (which I certainly need for other controls).
> 
> I tried also with AjaxDatePicker which works fine but I don’t know if it is 
> possible to apply bootstrap styling on this.
> 
> Any suggestions?
> 
> Stavros

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Date - time picker

2017-10-13 Thread Stavros Panidis
Dear,

I try to implement Bootstrap date time picker style in a WOComponent. 
Javascript and css works fine except the case that in this component the is 
also a AjaxUpdateContainer (which I certainly need for other controls).

I tried also with AjaxDatePicker which works fine but I don’t know if it is 
possible to apply bootstrap styling on this.

Any suggestions?

Stavros
 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Sierra server, upload file size

2017-03-02 Thread Stavros Panidis
Dear Mark,

Many thanks. This solved my problem.

Stavros

> On 1 Mar 2017, at 20:36, Louis M Fisher III  wrote:
> 
> Stavros,
> 
> You said:
> 
>> Regarding fileUpload form I use
>> 
>>  > "$mimeType" />
> 
> 
> Using fileUpload in this way is problematic because it uses a NSData object 
> on the server to store the file - the entire file needs to be stored in 
> memory before it can be written to disk.  It is common to run into out of 
> memory errors in the scenario.
> 
> Take a look at the documentation for fileUpload here:
> 
> https://wiki.wocommunity.org/display/documentation/WOFileUpload 
> 
> 
> A better method is to use "streamToFilePath" which will stream your file to 
> the server using a 512KB buffer and not store it all in memory.
> 
> WOFileUpload {
>   filePath=aPath;
>   data=fileData;
>   [inputStream=fileName];
>   [bufferSize=sizeKB];
>   [outputStream=fileName];
>   [streamToFilePath=filePath];
>   [overwrite=[boolean]];
>   [finalFilePath=filePath];
> }
> 
> 
> Mark Fisher
> Chief Technology Officer
> LoTi Inc.
> mar...@mac.com 
> 
> 
> 
> 

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Sierra server, upload file size

2017-03-01 Thread Stavros Panidis
Dear Theodore, Maik,

something more,

Application is working in development machine where file upload is possible for 
files over 2M. This is why I think that has to do with the server (deployment).

Stavros
 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Sierra server, upload file size

2017-02-28 Thread Stavros Panidis
Hi Maik

I would be happy if it was 2GB,but it is 2MB. Up to this size file uploads are 
without any problem but if the file is larger, trying to upload the application 
hangs and I get the error

Invalid response received from the application.

Then I googled ‘OS X Server maximum file size upload and I found that this 
problem really exists. Then I tried to follow the instructions on below link 

https://www.cyberciti.biz/faq/linux-unix-apache-increase-php-upload-limit/ 


But nothing changed.

Stavros


> 
> Message: 2
> Date: Tue, 28 Feb 2017 13:38:11 +0100
> From: "Musall, Maik" 
> To: WebObjects-Dev 
> Subject: Re: Sierra server, upload file size
> Message-ID: <956709f3-c999-457b-8adb-19adb5d30...@selbstdenker.ag>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi Stavros,
> 
> do you really mean 2 MB, or rather 2 GB?
> 
> If it's 2 GB, that's a common limitation because of the use of 32 bit data 
> types. There are possible workarounds (search this mailing list's archive), 
> but I'm afraid they might be too complicated to employ for you if you don't 
> even realize that php.ini has nothing to do with WebObjects.
> 
> Maik
> 
> ***

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Sierra server, upload file size

2017-02-28 Thread Stavros Panidis
Hello all,

I realize a problem trying to upload files with size greater than 2 MB.

Deployment machine is Mac OS X Sierra. I use WebObjects fileUpload form.

Is this a problem due to apache configuration or has to do with WebObjects? I 
tried to edit /etc/php.ini file as follows

memory_limit = 32M
upload_max_filesize = 10M
post_max_size = 20M

Without any results. 

Many thanks in advance for any help

Stavros
 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: macOS Sierra Occasionally Very Slow

2016-11-18 Thread Stavros Panidis
Hi Henrique,
You mean for deployment or development.

Since I recently update to Sierra (development) and I don’t see any problems 
(yet);

Stavros

> On 17 Nov 2016, at 22:00, webobjects-dev-requ...@lists.apple.com wrote:
> 
> Send Webobjects-dev mailing list submissions to
>   webobjects-dev@lists.apple.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.apple.com/mailman/listinfo/webobjects-dev
> or, via email, send a message with subject or body 'help' to
>   webobjects-dev-requ...@lists.apple.com
> 
> You can reach the person managing the list at
>   webobjects-dev-ow...@lists.apple.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Webobjects-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. macOS Sierra Occasionally Very Slow (Henrique Prange)
>   2. Re: macOS Sierra Occasionally Very Slow (Michael Kondratov)
> 
> 
> --
> 
> Message: 1
> Date: Thu, 17 Nov 2016 13:37:51 -0200
> From: Henrique Prange 
> To: webobjects-dev@lists.apple.com
> Subject: macOS Sierra Occasionally Very Slow
> Message-ID: <7fcada0d-5be7-467d-8717-f98c8ca3c...@gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi guys,
> 
> I've been experiencing two issues since updating to macOS Sierra.
> 
> 1) App and tests throwing "java.lang.IllegalStateException: Cannot guarantee 
> unique global ID generation: InetAddress for local host not accessible" 
> exception
> 
> 2) Unit tests occasionally running very slowly.
> 
> I've solved those problems by mapping my computer hostname to the canonical 
> 127.0.0.1 address into /etc/hosts file.
> 
> Looks like the issue is related to the java.net.InetAddress.getLocalHost() 
> method. You can find more information on this post [1].
> 
> I hope this saves someone's time.
> 
> [1]https://thoeni.io/post/macos-sierra-java/
> 
> Cheers,
> 
> Henrique
> -- next part --
> An HTML attachment was scrubbed...
> URL: 
> 
> 
> --
> 
> Message: 2
> Date: Thu, 17 Nov 2016 10:56:49 -0500
> From: Michael Kondratov 
> To: Henrique Prange 
> Cc: webobjects-dev@lists.apple.com
> Subject: Re: macOS Sierra Occasionally Very Slow
> Message-ID: <2eaf7c09-44d6-4d4a-9103-e704ebce8...@aspireauctions.com>
> Content-Type: text/plain; charset="utf-8"
> 
> We just moved away from macOS. Severe issues with TCP tuning. Socket limits 
> etc.
> 
> Michael
> 
> Sent from my iPhone
> 
>> On Nov 17, 2016, at 10:37 AM, Henrique Prange  wrote:
>> 
>> Hi guys,
>> 
>> I've been experiencing two issues since updating to macOS Sierra.
>> 
>> 1) App and tests throwing "java.lang.IllegalStateException: Cannot guarantee 
>> unique global ID generation: InetAddress for local host not accessible" 
>> exception
>> 
>> 2) Unit tests occasionally running very slowly.
>> 
>> I've solved those problems by mapping my computer hostname to the canonical 
>> 127.0.0.1 address into /etc/hosts file.
>> 
>> Looks like the issue is related to the java.net.InetAddress.getLocalHost() 
>> method. You can find more information on this post [1].
>> 
>> I hope this saves someone's time.
>> 
>> [1]https://thoeni.io/post/macos-sierra-java/
>> 
>> Cheers,
>> 
>> Henrique
>> ___
>> 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:
>> https://lists.apple.com/mailman/options/webobjects-dev/michael%40aspireauctions.com
>> 
>> This email sent to mich...@aspireauctions.com
> -- next part --
> An HTML attachment was scrubbed...
> URL: 
> 
> 
> --
> 
> ___
> Webobjects-dev mailing list
> Webobjects-dev@lists.apple.com
> https://lists.apple.com/mailman/listinfo/webobjects-dev
> 
> End of Webobjects-dev Digest, Vol 13, Issue 450
> ***


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Development setup for Mac OS X Sierra

2016-11-06 Thread Stavros Panidis
Dear all,

Very straight forward process and no problems. My old MacBook Pro (mid 2010) 
looks like a new machine.

My initial problems were due to that by mistake I installed JRE and not JDK 
environment.

Best regards

Stavros


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Development setup for Mac OS X Sierra

2016-11-02 Thread Stavros Panidis
Thank you all, I will try again carefully during week end and I will let you 
know.

Best regards

Stavros

> On 31 Oct 2016, at 20:03, T Worman <li...@thetimmy.com> wrote:
> 
> Sorry, meant to say, “I am using WOLips 4.6."
> 
>> On Oct 31, 2016, at 10:58 AM, T Worman <li...@thetimmy.com> wrote:
>> 
>> Stavros,
>> 
>> I used roughly the same procedures as before to set up my dev environment in 
>> Sierra.
>> 
>> 1. Use WOInstaller.jar to install WO frameworks. I install in /usr/local/wo 
>> and I have ~/Library/wobuild.properties set appropriately.
>> 2. I am using Eclipse 4.6.1.
>> 3. I am using WOLips 
>> (https://jenkins.wocommunity.org/job/WOLips46/lastSuccessfulBuild/artifact/temp/dist)
>> 4. I have made a move toward using Docker for my local databases
>> 5. I am using Direct Connect because Mike said it’s cool. :-)
>> 
>> I haven’t had any problems with this. But, if I were gonna go back to 
>> running apache locally, I’d probably also do that in Docker vm instance. If 
>> so, you will need to make config changes to apache, install/configure apache 
>> 2.4 adaptor, etc., or configure mod_proxy. 
>> 
>> 6. I keep WebObjects.properties in ~/
>> 7. Clone wonder repository from GitHub, run compile/install
>> 
>> I may be missing something little here/there but generally these are the 
>> broad steps I employ.
>> 
>> Tim
>> UCLA GSE
>> 
>>> On Oct 30, 2016, at 12:50 AM, Stavros Panidis <stavros.pani...@gmail.com> 
>>> wrote:
>>> 
>>> Hello all,
>>> 
>>> are there any instructions on how to setup a development environment on Mac 
>>> OS X Sierra? 
>>> 
>>> What is the recommended Java and consequently Eclipse version?
>>> 
>>> Are there any other know problems?
>>> 
>>> Many thanks in advance for your assistance
>>> 
>>> Stavros
>>> ___
>>> 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:
>>> https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
>>> 
>>> This email sent to li...@thetimmy.com
>> 
>> 
>> ___
>> 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:
>> https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
>> 
>> This email sent to li...@thetimmy.com
> 


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Development setup for Mac OS X Sierra

2016-11-01 Thread Stavros Panidis
Dear Theodore,

Eclipse version 4.6.

But anyway I will try once more with the links you provided.

Best regards

Stavros

> On 01 Nov 2016, at 07:06, Theodore Petrosky <tedp...@yahoo.com> wrote:
> 
> What version of Eclipse did you download? 3.8 complained about the java 
> version.
> 
> Java JDK
> http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
>  
> <http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html>
> 
> eclipse current version 4.6
> https://www.eclipse.org/downloads/ <https://www.eclipse.org/downloads/>
> 
> then you need WOLips, I used the link that Tim references and it worked just 
> fine.
> 
> 
> 
> 
>> On Nov 1, 2016, at 12:00 AM, Stavros Panidis <stavros.pani...@gmail.com 
>> <mailto:stavros.pani...@gmail.com>> wrote:
>> 
>> Hi Tim,
>> 
>> My troubles started with installation of Java.
>> 
>> I installed Java by downloading and running jre-8u66-macosx-x64.dmg from 
>> Oracle.
>> 
>> Everything went OK and Java icon was present in System preferences. Also 
>> running utility from Oracle confirmed the Java version.
>> 
>> But if I asked java version from Terminal I got the message ‘No jre exists 
>> or something like that
>> 
>> Then I downloaded current version of Eclipse where when I tried to run it 
>> says that requires the old version of Java (1.6)
>> 
>> Which if I install (I mean legacy Java 1.6) then Eclipse is no running 
>> asking for a newer version of Java.
>> 
>> So, basically my question is what I should do with Java.
>> 
>> Many thanks for your assistance
>> 
>> Stavros
>> 
>>> On 31 Oct 2016, at 19:58, T Worman <li...@thetimmy.com 
>>> <mailto:li...@thetimmy.com>> wrote:
>>> 
>>> Stavros,
>>> 
>>> I used roughly the same procedures as before to set up my dev environment 
>>> in Sierra.
>>> 
>>> 1. Use WOInstaller.jar to install WO frameworks. I install in /usr/local/wo 
>>> and I have ~/Library/wobuild.properties set appropriately.
>>> 2. I am using Eclipse 4.6.1.
>>> 3. I am using WOLips 
>>> (https://jenkins.wocommunity.org/job/WOLips46/lastSuccessfulBuild/artifact/temp/dist
>>>  
>>> <https://jenkins.wocommunity.org/job/WOLips46/lastSuccessfulBuild/artifact/temp/dist>)
>>> 4. I have made a move toward using Docker for my local databases
>>> 5. I am using Direct Connect because Mike said it’s cool. :-)
>>> 
>>> I haven’t had any problems with this. But, if I were gonna go back to 
>>> running apache locally, I’d probably also do that in Docker vm instance. If 
>>> so, you will need to make config changes to apache, install/configure 
>>> apache 2.4 adaptor, etc., or configure mod_proxy. 
>>> 
>>> 6. I keep WebObjects.properties in ~/
>>> 7. Clone wonder repository from GitHub, run compile/install
>>> 
>>> I may be missing something little here/there but generally these are the 
>>> broad steps I employ.
>>> 
>>> Tim
>>> UCLA GSE
>>> 
>>>> On Oct 30, 2016, at 12:50 AM, Stavros Panidis <stavros.pani...@gmail.com 
>>>> <mailto:stavros.pani...@gmail.com>> wrote:
>>>> 
>>>> Hello all,
>>>> 
>>>> are there any instructions on how to setup a development environment on 
>>>> Mac OS X Sierra? 
>>>> 
>>>> What is the recommended Java and consequently Eclipse version?
>>>> 
>>>> Are there any other know problems?
>>>> 
>>>> Many thanks in advance for your assistance
>>>> 
>>>> Stavros
>>>> ___
>>>> Do not post admin requests to the list. They will be ignored.
>>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>>>> <mailto:Webobjects-dev@lists.apple.com>)
>>>> Help/Unsubscribe/Update your Subscription:
>>>> https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
>>>>  
>>>> <https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com>
>>>> 
>>>> This email sent to li...@thetimmy.com
>>> 
>> 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>> <mailto:Webobjects-dev@lists.apple.com>)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com 
>> <https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com>
>> 
>> This email sent to tedp...@yahoo.com
> 

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Development setup for Mac OS X Sierra

2016-10-31 Thread Stavros Panidis
Hi Tim,

My troubles started with installation of Java.

I installed Java by downloading and running jre-8u66-macosx-x64.dmg from Oracle.

Everything went OK and Java icon was present in System preferences. Also 
running utility from Oracle confirmed the Java version.

But if I asked java version from Terminal I got the message ‘No jre exists or 
something like that

Then I downloaded current version of Eclipse where when I tried to run it says 
that requires the old version of Java (1.6)

Which if I install (I mean legacy Java 1.6) then Eclipse is no running asking 
for a newer version of Java.

So, basically my question is what I should do with Java.

Many thanks for your assistance

Stavros

> On 31 Oct 2016, at 19:58, T Worman <li...@thetimmy.com> wrote:
> 
> Stavros,
> 
> I used roughly the same procedures as before to set up my dev environment in 
> Sierra.
> 
> 1. Use WOInstaller.jar to install WO frameworks. I install in /usr/local/wo 
> and I have ~/Library/wobuild.properties set appropriately.
> 2. I am using Eclipse 4.6.1.
> 3. I am using WOLips 
> (https://jenkins.wocommunity.org/job/WOLips46/lastSuccessfulBuild/artifact/temp/dist)
> 4. I have made a move toward using Docker for my local databases
> 5. I am using Direct Connect because Mike said it’s cool. :-)
> 
> I haven’t had any problems with this. But, if I were gonna go back to running 
> apache locally, I’d probably also do that in Docker vm instance. If so, you 
> will need to make config changes to apache, install/configure apache 2.4 
> adaptor, etc., or configure mod_proxy. 
> 
> 6. I keep WebObjects.properties in ~/
> 7. Clone wonder repository from GitHub, run compile/install
> 
> I may be missing something little here/there but generally these are the 
> broad steps I employ.
> 
> Tim
> UCLA GSE
> 
>> On Oct 30, 2016, at 12:50 AM, Stavros Panidis <stavros.pani...@gmail.com> 
>> wrote:
>> 
>> Hello all,
>> 
>> are there any instructions on how to setup a development environment on Mac 
>> OS X Sierra? 
>> 
>> What is the recommended Java and consequently Eclipse version?
>> 
>> Are there any other know problems?
>> 
>> Many thanks in advance for your assistance
>> 
>> Stavros
>> ___
>> 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:
>> https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
>> 
>> This email sent to li...@thetimmy.com
> 


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Development setup for Mac OS X Sierra

2016-10-30 Thread Stavros Panidis
Hello all,

are there any instructions on how to setup a development environment on Mac OS 
X Sierra? 

What is the recommended Java and consequently Eclipse version?

Are there any other know problems?

Many thanks in advance for your assistance

Stavros
 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Best charting

2016-10-19 Thread Stavros Panidis
Hi,

I use R project - Rserve.

Stavos
> On 19 Oct 2016, at 22:00, webobjects-dev-requ...@lists.apple.com wrote:
> 
> Send Webobjects-dev mailing list submissions to
>   webobjects-dev@lists.apple.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.apple.com/mailman/listinfo/webobjects-dev
> or, via email, send a message with subject or body 'help' to
>   webobjects-dev-requ...@lists.apple.com
> 
> You can reach the person managing the list at
>   webobjects-dev-ow...@lists.apple.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Webobjects-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. Best charting? (Ken Anderson)
>   2. Re: Best charting? (Morris, Mark)
>   3. Re: Best charting? (Steve Peery)
>   4. Re: Best charting? (Paul Hoadley)
>   5. NPE in ERXObjectStoreCoordinatorSynchronizer (Paul Hoadley)
> 
> 
> --
> 
> Message: 1
> Date: Tue, 18 Oct 2016 15:37:51 -0400
> From: Ken Anderson 
> To: WebObjects-Dev 
> Subject: Best charting?
> Message-ID: <25eeeb59-53c8-4c99-8e17-75fbc5852...@anderhome.com>
> Content-Type: text/plain; charset=utf-8
> 
> All,
> 
> I have some data that I’d like to be able to make HTML 5 charts from.  Are 
> there any decent tools for doing this with WO?
> 
> Thanks!
> Ken
> 
> 
> --
> 
> Message: 2
> Date: Tue, 18 Oct 2016 19:43:46 +
> From: "Morris, Mark" 
> To: Ken Anderson 
> Cc: WebObjects-Dev 
> Subject: Re: Best charting?
> Message-ID: 
> Content-Type: text/plain; charset=utf-8
> 
> Hi Ken,
> 
> A few years ago I used jFreeChart, which was very easy to integrate. it has 
> factory methods for each type of chart that you throw your data at, lots of 
> customization options, and a variety of output formats. So for instance you 
> can just include a method that returns the image data and use that right in 
> your WOImage binding.
> 
> Good luck!
> Mark
> 
>> On Oct 18, 2016, at 2:37 PM, Ken Anderson  wrote:
>> 
>> All,
>> 
>> I have some data that I’d like to be able to make HTML 5 charts from.  Are 
>> there any decent tools for doing this with WO?
>> 
>> Thanks!
>> Ken
>> ___
>> 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:
>> https://lists.apple.com/mailman/options/webobjects-dev/mark.morris%40experian.com
>> 
>> This email sent to mark.mor...@experian.com
> 
> 
> 
> 
> --
> 
> Message: 3
> Date: Tue, 18 Oct 2016 15:51:54 -0400
> From: Steve Peery 
> To: "Morris, Mark" 
> Cc: WebObjects-Dev 
> Subject: Re: Best charting?
> Message-ID: 
> Content-Type: text/plain; charset=utf-8
> 
> I have also used jFreeChart.  
> 
> If you want to try it, see ERPChart and its subclasses in Wonder.
> 
> https://jenkins.wocommunity.org/job/WonderIntegration/lastBuild/javadoc/er/plot/ERPChart.html
> 
> Wonder makes it easy!
> 
> Steve
> 
>> On Oct 18, 2016, at 3:43 PM, Morris, Mark  wrote:
>> 
>> Hi Ken,
>> 
>> A few years ago I used jFreeChart, which was very easy to integrate. it has 
>> factory methods for each type of chart that you throw your data at, lots of 
>> customization options, and a variety of output formats. So for instance you 
>> can just include a method that returns the image data and use that right in 
>> your WOImage binding.
>> 
>> Good luck!
>> Mark
>> 
>>> On Oct 18, 2016, at 2:37 PM, Ken Anderson  wrote:
>>> 
>>> All,
>>> 
>>> I have some data that I’d like to be able to make HTML 5 charts from.  Are 
>>> there any decent tools for doing this with WO?
>>> 
>>> Thanks!
>>> Ken
>>> ___
>>> 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:
>>> https://lists.apple.com/mailman/options/webobjects-dev/mark.morris%40experian.com
>>> 
>>> This email sent to mark.mor...@experian.com
>> 
>> 
>> ___
>> 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:
>> https://lists.apple.com/mailman/options/webobjects-dev/speery%40me.com
>> 
>> This email sent to spe...@me.com
> 
> 
> 
> 
> --
> 
> Message: 4
> Date: Wed, 19 Oct 2016 13:00:34 +1030
> From: 

The WOCommunity slack channel

2016-09-27 Thread Stavros Panidis
Also me, please!

Many thanks

Stavros

> Begin forwarded message:
> 
> From: webobjects-dev-requ...@lists.apple.com
> Subject: Webobjects-dev Digest, Vol 13, Issue 397
> Date: 27 September 2016 at 22:00:26 GMT+3
> To: webobjects-dev@lists.apple.com
> Reply-To: webobjects-dev@lists.apple.com
> 
> Send Webobjects-dev mailing list submissions to
>   webobjects-dev@lists.apple.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.apple.com/mailman/listinfo/webobjects-dev
> or, via email, send a message with subject or body 'help' to
>   webobjects-dev-requ...@lists.apple.com
> 
> You can reach the person managing the list at
>   webobjects-dev-ow...@lists.apple.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Webobjects-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: The WOCommunity slack channel (Troy Lumasag)
> 
> 
> --
> 
> Message: 1
> Date: Wed, 28 Sep 2016 00:57:42 +1000
> From: Troy Lumasag 
> To: webobjects-dev@lists.apple.com
> Subject: Re: The WOCommunity slack channel
> Message-ID: 
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
> 
> Please invite me as well.
> 
> Thank you.
> 
> --Troy
> 
> 
> On 27/09/2016 5:34 PM, Paul Hoadley wrote:
>> I’ve just invited everyone up to and including Markus Stoll (that 
>> wasn’t already invited). Has anyone in this thread been missed?
>> 
>> 
>> -- 
>> Paul Hoadley
>> http://logicsquad.net/
>> 
>> 
>> 
>> 
>> 
>>  ___
>> 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:
>> https://lists.apple.com/mailman/options/webobjects-dev/tlumasag%40gmail.com
>> 
>> This email sent to tluma...@gmail.com
> 
> -- next part --
> An HTML attachment was scrubbed...
> URL: 
> 
> 
> --
> 
> ___
> Webobjects-dev mailing list
> Webobjects-dev@lists.apple.com
> https://lists.apple.com/mailman/listinfo/webobjects-dev
> 
> End of Webobjects-dev Digest, Vol 13, Issue 397
> ***

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Design Ideas

2016-06-23 Thread Stavros Panidis
Hi Calven,

Definitely I am not an expert! I am a amateur (translation to Greek language is 
erasi texnis which means the lover of art).

I faced the same question some years before, for the same exactly target. I 
found a solution and it works for around 3 years now at the department of 
Nephrology, Papageorgiou General Hospital, Thessaloniki, Greece.

It is something  like FileMaker where the user can create his own tables, 
adding desired variables to each table, even after a table has been created and 
filled with data

As a general design outline I use EO to make my own schema backbone and then I 
use raw sql to communicate with database.

Hope I helped  little.

Best regards

Stavros
> 
> Message: 4
> Date: Wed, 22 Jun 2016 11:33:30 -0400
> From: Calven Eggert 
> To: WebObjects-Dev 
> Subject: Design Ideas?
> Message-ID: 
> Content-Type: text/plain; charset="utf-8"
> 
> Hi all,
> 
> My question is not simply a WO question, however, perhaps the WO experts have 
> a best practice way of doing this in WOnder.
> 
> I've been asked to design an application that tracks a process that a patient 
> goes through, with the following:
> 
> 1. Each patient will follow one of many different paths. 
> 2. Each path consists of a number of activities and the order of the 
> activities along that path.
> 3. At the moment there are 3 different paths and 15 different kinds of 
> activities.  Each activity has different fields to store in the database. 
> (Approx. 5 fields per activity X 15 activities = 75 fields)
> 
> It would be great if the application could be designed so that new 
> paths/activities can be created by the user in an administration section, as 
> opposed to having the developer create new versions of the application each 
> time a new path/activity needs to be created.  Right now, I'm prepared to 
> soldier through and simply design it so that there is 1 table for each 
> activity.  I've looked at creating a generic table that has many string 
> fields and then storing the field type, etc, however, this seems like way too 
> much work (validation, etc.).  Also thought about one activity table but 75 
> fields sounds unmanageable plus the fact that there will be more activities 
> added in the next year.
> 
> Anyone else out there have a different solution or idea?
> 
> Calven
> 
> 
> -- next part --
> An HTML attachment was scrubbed...
> URL: 
> 
> 
> --
> 
> ___
> Webobjects-dev mailing list
> Webobjects-dev@lists.apple.com
> https://lists.apple.com/mailman/listinfo/webobjects-dev
> 
> End of Webobjects-dev Digest, Vol 13, Issue 264
> ***


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Deployment on OS X El Capitan

2016-05-30 Thread Stavros Panidis
Thank you very much. I really appreciate this valuable information!

Stavros

> On 31 May 2016, at 04:53, webobjects-dev-requ...@lists.apple.com wrote:
> 
> Send Webobjects-dev mailing list submissions to
>   webobjects-dev@lists.apple.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.apple.com/mailman/listinfo/webobjects-dev
> or, via email, send a message with subject or body 'help' to
>   webobjects-dev-requ...@lists.apple.com
> 
> You can reach the person managing the list at
>   webobjects-dev-ow...@lists.apple.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Webobjects-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. RE: error - exactly one of 'checked' or 'value' must be bound
>  (Wolfgang Hartmann)
>   2. RE: Deployment on OS X El Capitan (Pascal Robert)
>   3. Re: WOLips server (Hugi Thordarson)
>   4. Re: Deployment on OS X El Capitan (Samuel Pelletier)
>   5. Re: Deployment on CentOS 7 [Was: Re: Modern Deployment
>  presentation] (Theodore Petrosky)
> 
> 
> --
> 
> Message: 1
> Date: Mon, 30 May 2016 22:04:07 +0200
> From: Wolfgang Hartmann <halbei...@hotmail.com>
> To: Samuel Pelletier <sam...@samkar.com>, "Ress, David A"
>   <david.r...@gdit.com>
> Cc: "webobjects-dev@lists.apple.com" <webobjects-dev@lists.apple.com>
> Subject: RE: error - exactly one of 'checked' or 'value' must be bound
> Message-ID: <dub113-w452480b2ecb08211eb0ff9bc...@phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hy,
> 
> Due to the fact that there are a lot of 'synchronized' blocks, caches, 
> overwritten hashcode/equals-Methods in the 
> org.objectstyle.wolips.bindings.api-Package I suspect a Threading-Issue 
> somewhere.
> 
> Closing all files, restarting eclipse and afterwards clean the project should 
> fix the broken validations (maybe by resetting the broken 
> validation-cache-entry...)
> 
> Best regards,
> Wolfy
> 
> 
>> Subject: Re: error - exactly one of 'checked' or 'value' must be bound
>> From: sam...@samkar.com
>> Date: Mon, 30 May 2016 11:34:33 -0400
>> To: david.r...@gdit.com
>> CC: webobjects-dev@lists.apple.com
>> 
>> David,
>> 
>> Those false validation error on built in component come and disappear 
>> randomly. Relaunching Eclipse sometime trigger something that reset the 
>> expected behaviour.
>> 
>> Samuel
>> 
>> 
>>> Le 29 mai 2016 à 16:41, Ress, David A <david.r...@gdit.com> a écrit :
>>> 
>>> All,
>>> 
>>> Still trying to fix my application after updating to Eclipse 4.4.2, WOLIps 
>>> 4.4, Webobjects 5.4.3 and Java 1.8.
>>> 
>>> When I open any WOComponent with a WORadioButton inside, I get the error on 
>>> the subject line for the following in the WOD
>>> 
>>> FailureConstant: WORadioButton {
>>> selection = mNumberOfFailures;
>>> value = 0;
>>> name="group2";
>>> }
>>> 
>>> FailureRejects: WORadioButton {
>>> selection = mNumberOfFailures;
>>> value = 1;
>>> name="group2";
>>> }
>>> 
>>> I am not using the checked binding, so why I am seeing this error? 
>>> 
>>> Ironically, I had no issues with the WOD/html until I opened them in 
>>> Eclipse to change a disclaimer, and as soon as it opened, BOOM! errors at 
>>> every WORadioButton.
>>> 
>>> I tried cleaning the project, but the error persists and I am stumped by 
>>> the fact that under my old system (Eclipse 3.3, WOLips 3.3, WebObjects 
>>> 5.4.2, Java 1.6) there is no error generated and it worked fine.
>>> 
>>> Granted, I may have doing something wrong all along, and if so, some one 
>>> please educate me as to what I am doing wrong.  
>>> 
>>> Thanks in advance.
>>> 
>>> David
>>> 
>>> ___
>>> 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:
>>> https://lists.apple.com/mailman/options/webobjects-dev/samuel%40samkar.com
>>> 
>>> This email sent to sam...@samkar.com
>> 
>> 
>> ___
>> Do not post admin requests to the list. They wi

Deployment on OS X El Capitan

2016-05-30 Thread Stavros Panidis
Hi,

any road map to update from Yosemite to El Capitan server?

Many thanks in advance

Stavros Panidis

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

MySql 5.113 Failed to generate SQL

2016-03-02 Thread Stavros Panidis
Hi all,

I installed MySQL 5.7 for testing in development machine (OS X 10.11.3), 
working so far with MySql 5.6.

MySQL server is on and I can connect by Terminal. But when I try to generate 
sql from EOModeler I get the following

Failed to generate sql. Null pointer exception

Details...


java.lang.RuntimeException: Failed to generate SQL.
at 
org.objectstyle.wolips.eomodeler.core.sql.EOFSQLGeneratorFactory$ReflectionSQLGenerator.generateSchemaCreationScript(EOFSQLGeneratorFactory.java:67)
at 
org.objectstyle.wolips.eomodeler.actions.GenerateSQLDialog.generateSql(GenerateSQLDialog.java:298)
at 
org.objectstyle.wolips.eomodeler.actions.GenerateSQLDialog$1.run(GenerateSQLDialog.java:279)
at java.lang.Thread.run(Thread.java:695)
Caused by: java.lang.reflect.InvocationTargetException
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:597)
at 
org.objectstyle.wolips.eomodeler.core.sql.EOFSQLGeneratorFactory$ReflectionSQLGenerator.generateSchemaCreationScript(EOFSQLGeneratorFactory.java:65)
... 3 more
Caused by: java.lang.NullPointerException
at 
com.webobjects.jdbcadaptor.JDBCExpression.columnTypeStringForAttribute(JDBCExpression.java:160)
at 
com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory._columnCreationClauseForAttribute(EOSchemaSynchronizationFactory.java:2124)
at 
com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory.createTableStatementsForEntityGroup(EOSchemaSynchronizationFactory.java:350)
at 
com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory.createTableStatementsForEntityGroups(EOSchemaSynchronizationFactory.java:500)
at 
com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory.schemaCreationStatementsForEntities(EOSchemaSynchronizationFactory.java:887)
at 
com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory.schemaCreationScriptForEntities(EOSchemaSynchronizationFactory.java:685)
at 
com.webobjects.eoaccess.EOSynchronizationFactory.schemaCreationScriptForEntities(EOSynchronizationFactory.java:233)
at 
org.objectstyle.wolips.eomodeler.core.sql.EOFSQLGenerator53.generateSchemaCreationScript(EOFSQLGenerator53.java:483)
... 8 more

Anyone can help?

Many thanks in advance


Stavros


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

ERPDFWrapper unicode characters

2016-02-13 Thread Stavros Panidis
Dear Christoph,

it was so simple!



> 
> 1. if you set the "enabled" binding of ERPDFWrapper to "$false", do you get a 
> (html) page with greek characters? If not, your problem may not be ERPDF, but 
> probably your java or whatever

Many thanks 


Stavros


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

ERPDFWrapper unicode characters

2016-02-12 Thread Stavros Panidis
Hi all,

I tried ERPDFWrapper as it is demonstrated in 'ERPDF in 60 seconds’.

Everything works fine except that Unicode characters (Greek in my case) are not 
displayed at all.

Any more information or help?

Many thanks in advance


Stavros ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Safari can’t open page

2015-12-01 Thread Stavros Panidis
Hello dear,

deployment machine is MacMini running OS X Yosemite Server.

From time to time I get the following error

Safari can’t open page – because the server unexpectedly dropped the 
connection. This sometimes occurs when the server is busy.’ 


When I re load page server responds normally.

When I googled the above I found that problem was  also reported in sites 
running WordPress. They mention that the problem only appears on Safari (also 
mobile Safari) while Chrome and Firefox responds well.  For me, I realised the 
problem after updating to Yosemite server.

One solution proposed is to clear Website data (Safari-Preferences-Remove all 
web site data). I tried this but the problem appears again after a while.

Anyone realised the same problem? Any solution?

Many thanks in advance

Stavros




 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Yosemite deployment problem with MySQL (Stavros Panidis)

2015-10-17 Thread Stavros Panidis
Dear,

thank you for your quick reply!

It is the same application (not even re compiled) running at least 2 years with 
no problem on OS X 10.9 Server.

I think that rather has to do with MySQL installation on Yosemite Server. 
---
> 
> Message: 2
> Date: Fri, 16 Oct 2015 19:39:46 +0200
> From: Markus Ruggiero <mailingli...@kataputt.com>
> To: Stavros Panidis <stavros.pani...@gmail.com>
> Cc: "webobjects-dev@lists.apple.com" <webobjects-dev@lists.apple.com>
> Subject: Re: Yosemite deployment problem with MySQL
> Message-ID: <db43d4d5-bea0-48a3-9ded-e03092167...@kataputt.com>
> Content-Type: text/plain; charset="utf-8"
> 
> Did you check your connection dictionary?

YES
> Did you include the jdbc driver into the class path?

YES
> Is the URL correct (jdbc:mysql://localhost/myDBName)

YES
> 
> Enable adaptor debugging. EOF will then output the used connection info - is 
> it using what you think it should?

? Sorry, I don’t know how
> 
> Where does the connection info come from: the EOModel or from some properties 
> or any other mechanism?

From EOModel if I understand well. Corresponding line in Main component is

NSArray accountsArray = EOUtilities.objectsForEntityNamed(ec, "Accounts”);

> 
> Just some random thoughts
> ---markus---
> 
>> On 16.10.2015, at 18:50, Stavros Panidis <stavros.pani...@gmail.com> wrote:
>> 
>> Dear list,
>> 
>> 
>> I get the following error when try to connect to my application.
>> 
>> Error:   java.lang.IllegalStateException: _obtainOpenChannel -- 
>> com.webobjects.eoaccess.EODatabaseContext 
>> com.webobjects.eoaccess.EODatabaseContext@3dd81ec9: failed to open database 
>> channel. Check your connection dictionary, and ensure your database is 
>> correctly configured. 
>> Reason:  _obtainOpenChannel -- com.webobjects.eoaccess.EODatabaseContext 
>> com.webobjects.eoaccess.EODatabaseContext@3dd81ec9: failed to open database 
>> channel. Check your connection dictionary, and ensure your database is 
>> correctly configured.
>> 
>> 
>> Deployment machine is Mac Mini running Yosemite Server.
>> 
>> MySQL version is 5.6.25
>> MySQL connector Java version is 5.1.31
>> 
>> MySQL is running and stopping locally by System settings.
>> 
>> MySQL is working locally with a third application (Navicat)
>> 
>> MySQL is working remotely via Terminal login.
>> 
>> Any idea what can be wrong?
>> 
>> Many thanks in advance
>> 
>> Stavros
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> ___
>> 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:
>> https://lists.apple.com/mailman/options/webobjects-dev/mailinglists%40kataputt.com
>> 
>> This email sent to mailingli...@kataputt.com
> 
> -- next part --
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.apple.com/archives/webobjects-dev/attachments/20151016/c1827c26/attachment.html>
> 
> --
> 
> Message: 3
> Date: Fri, 16 Oct 2015 17:45:55 +
> From: Chuck Hill <ch...@gevityinc.com>
> To: Markus Ruggiero <mailingli...@kataputt.com>,  Stavros Panidis
>   <stavros.pani...@gmail.com>
> Cc: "webobjects-dev@lists.apple.com" <webobjects-dev@lists.apple.com>
> Subject: Re: Yosemite deployment problem with MySQL
> Message-ID: <d24685ae.39c2a%ch...@gevityinc.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Wonder's ERXJDBCConnectionAnalyzer should help here.  I though it was 
> automatically activated in the case of a connection failure, but maybe I am 
> imagining that.

Sorry, I don’t know how to use it! I think there is something in ‘Practical 
WebObjects’ isn’t it?
> 

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Yosemite deployment problem with MySQL

2015-10-16 Thread Stavros Panidis
Dear list,


I get the following error when try to connect to my application.

Error:  java.lang.IllegalStateException: _obtainOpenChannel -- 
com.webobjects.eoaccess.EODatabaseContext 
com.webobjects.eoaccess.EODatabaseContext@3dd81ec9: failed to open database 
channel. Check your connection dictionary, and ensure your database is 
correctly configured. 
Reason: _obtainOpenChannel -- com.webobjects.eoaccess.EODatabaseContext 
com.webobjects.eoaccess.EODatabaseContext@3dd81ec9: failed to open database 
channel. Check your connection dictionary, and ensure your database is 
correctly configured.


Deployment machine is Mac Mini running Yosemite Server.

MySQL version is 5.6.25
MySQL connector Java version is 5.1.31

MySQL is running and stopping locally by System settings.

MySQL is working locally with a third application (Navicat)

MySQL is working remotely via Terminal login.

Any idea what can be wrong?

Many thanks in advance

Stavros








 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Deployment on Yosemite

2015-10-13 Thread Stavros Panidis
Dear Markus,

I meant WebSites!

I will try with Apache 2.4adaptor.

Many thanks!

Stavros

> On Oct 13, 2015, at 1:37 PM, Markus Ruggiero <mailingli...@kataputt.com> 
> wrote:
> 
> Are you confusing WebSites with WebServices? You need to switch on WebSites, 
> no need to activate WebServices! And of course you need the Apache 2.4 
> adaptor which is available from 
> https://www.dropbox.com/s/zxdbp1wbfx4uyuc/mod_WebObjects.so?dl=0 
> <https://www.dropbox.com/s/zxdbp1wbfx4uyuc/mod_WebObjects.so?dl=0> (Benjamin 
> Chew made it available).
> 
> No idea why there is no official build on 
> http://www.wocommunity.org/documents/tools/mod_WebObjects/Apache2.4/ 
> <http://www.wocommunity.org/documents/tools/mod_WebObjects/Apache2.4/>
> 
> 
>> On 11.10.2015, at 08:02, Stavros Panidis <stavros.pani...@gmail.com 
>> <mailto:stavros.pani...@gmail.com>> wrote:
>> 
>> Dear list,
>> 
>> I try to deploy on Yosemite 10.10.5 Server.
>> 
>> When I try to connect to my server, either locally or Internet, I get the 
>> following message
>> 
>> Websites are turned off.
>> An administrator can turn them on using the Server application.
>> 
>> Certainly WebServices is On and running on my Server. My server/application 
>> also works fine locally when I connect via localhost:2001/cgi-bin/…
>> 
>> I suppose that has to do with Apache 2.4 which is installed with Yosemite.
>> 
>> Any help on how to overcome this?
>> 
>> Many thanks in advance
>> 
>> 
>> Stavros
>> 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>> <mailto:Webobjects-dev@lists.apple.com>)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/mailinglists%40kataputt.com
>>  
>> <https://lists.apple.com/mailman/options/webobjects-dev/mailinglists%40kataputt.com>
>> 
>> This email sent to mailingli...@kataputt.com
> 

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Webobjects-dev Digest, Vol 12, Issue 426

2015-10-13 Thread Stavros Panidis
Dear Markus,

works fine.

Best regards


Stavros

> --
> 
> Message: 5
> Date: Tue, 13 Oct 2015 16:26:21 +0300
> From: Stavros Panidis <stavros.pani...@gmail.com>
> To: webobjects-dev@lists.apple.com
> Subject: Re: Deployment on Yosemite
> Message-ID: <44598153-db61-40b2-8084-a44371fd3...@gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> Dear Markus,
> 
> I meant WebSites!
> 
> I will try with Apache 2.4adaptor.
> 
> Many thanks!
> 
> Stavros
> 
>> On Oct 13, 2015, at 1:37 PM, Markus Ruggiero <mailingli...@kataputt.com> 
>> wrote:
>> 
>> Are you confusing WebSites with WebServices? You need to switch on WebSites, 
>> no need to activate WebServices! And of course you need the Apache 2.4 
>> adaptor which is available from 
>> https://www.dropbox.com/s/zxdbp1wbfx4uyuc/mod_WebObjects.so?dl=0 
>> <https://www.dropbox.com/s/zxdbp1wbfx4uyuc/mod_WebObjects.so?dl=0> (Benjamin 
>> Chew made it available).
>> 
>> No idea why there is no official build on 
>> http://www.wocommunity.org/documents/tools/mod_WebObjects/Apache2.4/ 
>> <http://www.wocommunity.org/documents/tools/mod_WebObjects/Apache2.4/>
>> 
>> 
>>> On 11.10.2015, at 08:02, Stavros Panidis <stavros.pani...@gmail.com 
>>> <mailto:stavros.pani...@gmail.com>> wrote:
>>> 
>>> Dear list,
>>> 
>>> I try to deploy on Yosemite 10.10.5 Server.
>>> 
>>> When I try to connect to my server, either locally or Internet, I get the 
>>> following message
>>> 
>>> Websites are turned off.
>>> An administrator can turn them on using the Server application.
>>> 
>>> Certainly WebServices is On and running on my Server. My server/application 
>>> also works fine locally when I connect via localhost:2001/cgi-bin/…
>>> 
>>> I suppose that has to do with Apache 2.4 which is installed with Yosemite.
>>> 
>>> Any help on how to overcome this?
>>> 
>>> Many thanks in advance
>>> 
>>> 
>>> Stavros
>>> 
>>> 
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>>> <mailto:Webobjects-dev@lists.apple.com>)
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/mailinglists%40kataputt.com
>>>  
>>> <https://lists.apple.com/mailman/options/webobjects-dev/mailinglists%40kataputt.com>
>>> 
>>> This email sent to mailingli...@kataputt.com
>> 
> 
> -- next part --
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.apple.com/archives/webobjects-dev/attachments/20151013/ca16f222/attachment.html>
> 
> --
> 
> ___
> Webobjects-dev mailing list
> Webobjects-dev@lists.apple.com
> https://lists.apple.com/mailman/listinfo/webobjects-dev
> 
> End of Webobjects-dev Digest, Vol 12, Issue 426
> ***


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Deployment on Yosemite

2015-10-11 Thread Stavros Panidis
Dear list,

I try to deploy on Yosemite 10.10.5 Server.

When I try to connect to my server, either locally or Internet, I get the 
following message

Websites are turned off.
An administrator can turn them on using the Server application.

Certainly WebServices is On and running on my Server. My server/application 
also works fine locally when I connect via localhost:2001/cgi-bin/…

I suppose that has to do with Apache 2.4 which is installed with Yosemite.

Any help on how to overcome this?

Many thanks in advance


Stavros


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Ajax not working in deployment

2014-01-20 Thread Stavros Panidis
Dear Amedeo, dear Klaus,


I solved the problem.

Reading from krypted.com

Before we setup custom sites, there are a few things you should know. The 
first is, the server is no longer really designed to remove the default 
website. So if you remove the site, your server will exhibit inconsistent 
behavior. Also, don’t remove the files that comprise the default site. Instead 
just add sites, which is covered next. Webmail is gone. You don’t have to spend 
a ton of time looking for it as it isn’t there. Also, Mountain Lion Server 
added web apps, which we’ll briefly review later in this article as well, as 
those continue in Mavericks Server. “

I have stored WebServer resources in 
/Library/Server/Web/Data/Sites/Default/MySite/WebObjects/….

When I changed to /Library/Server/Web/Data/Sites/MySite/WebObjects/… the 
problem solved.

Anyway many thanks for your assistance.

Stavros




On 20 Ιαν 2014, at 11:13 π.μ., Amedeo Mantica amedeomant...@me.com wrote:

 Any webinspector errors?
 
 Sent from my iPhone
 
 On 20/gen/2014, at 05:11, Stavros Panidis stavros.pani...@gmail.com wrote:
 
 Dear,
 
 I realize the following problem
 
 Development machine Mac Powerbook running 10.9.1
 
 Deployment machine iMac running 10.9.1
 
 Application works perfect in development machine. Also it works perfect in 
 deployment machine when accessed from the server it self. But when accessed 
 from clients, either locally (127.0.0.1) or via web everything seems to run 
 perfect except Ajax framework.
 
 More strange, if client is iOS then some Ajax seems to work (like 
 AjaxObserveField) while other not (like AutoComplete).
 
 Any possible explanation?
 
 Many thanks in advance
 
 
 Stavros Panidis
 
 
 ___
 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:
 https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com
 
 This email sent to amedeomant...@me.com

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Ajax not working in deployment

2014-01-19 Thread Stavros Panidis
Dear,

I realize the following problem

Development machine Mac Powerbook running 10.9.1

Deployment machine iMac running 10.9.1

Application works perfect in development machine. Also it works perfect in 
deployment machine when accessed from the server it self. But when accessed 
from clients, either locally (127.0.0.1) or via web everything seems to run 
perfect except Ajax framework.

More strange, if client is iOS then some Ajax seems to work (like 
AjaxObserveField) while other not (like AutoComplete).

Any possible explanation?

Many thanks in advance


Stavros Panidis


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Nightmare of deployment again

2013-12-29 Thread Stavros Panidis
Dear Theodore,

Apache is working. As I wrote initially my server is serving static pages over 
the web. You can see that if you visit www.webcoreforscience.com

Therefore  

http://localhost or http://127.0.0.1 works normally serving the index.html page

but

http://localhost:56789 results in 

Safari can’t connect to the Server

Stavros

On 28 Δεκ 2013, at 7:04 μ.μ., Theodore Petrosky tedp...@yahoo.com wrote:

 wait, can’t connect to the server?
 
 http://localhost should give you the standard “It’s Working” page. if it 
 doesn’t, Apache is not serving anything!
 
 how about
 
 http://127.0.0.1?
 
 step 1 make sure apache is serving pages from the computer!!!
 
 
 
 On Dec 28, 2013, at 11:26 AM, Stavros Panidis stavros.pani...@gmail.com 
 wrote:
 
 Hi Theodore,
 
 message displayed is 
 
 Safari can’t connect to the Server
 
 Stavros
 
 On 27 Δεκ 2013, at 3:36 μ.μ., Theodore Petrosky tedp...@yahoo.com wrote:
 
 on the deployment machine, what happens with:   http://localhost:56789   ?
 
 
 
 On Dec 26, 2013, at 11:34 PM, Stavros Panidis stavros.pani...@gmail.com 
 wrote:
 
 Dear,
 
 I try to deploy as follows
 
 OS X 10.9.1 clean install on iMac
 
 After finishing installation web server is working serving static pages.
 
 Then, following instruction from 
 
 http://wiki.wocommunity.org/display/documentation/Deployment
 
 I did
 
 -Install WebObjects using Apple’s Installer
 -Configure Apache
 -Configure launchd
 
 This last is not working since www.greenislandconsulting.com fail to open. 
 Is there another way?
 
 Finally JavaMonitor runs, host is available, I can add my application but 
 when I try to connect I get
 
 Not Found
 
 The requested URL /cgi-bin/WebObjects/Myapp.woa was not found on this 
 server.
 
 Apache/2.2.24 (Unix) PHP/5.4.17 mod_wsgi/3.3 Python/2.7.5 mod_ssl/2.2.24 
 OpenSSL/0.9.8y DAV/2 Server at 192.168.1.64 Port 80
 
 while the application works in Direct Connect mode, e.g. 
 http://www.mysite.com:2001/cgi-bin/WebObjects/Myapp.woa
 
 Best regards, happy and successful New Year
 
 Stavros Panidis
 
 ___
 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:
 https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com
 
 This email sent to tedp...@yahoo.com
 
 
 

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Nightmare of deployment again

2013-12-29 Thread Stavros Panidis
Dear Pascal,

you mean change? 

I did a clean install of MAC OS X 10.9 and within few minutes I settled down 
web services. Server is on and running serving static pages.

Different configuration means that httpd.conf should be in 
/Library/Server/Web/Config/apache2 and NOT IN /etc/apache2 ?

Stavros

On 28 Δεκ 2013, at 7:41 μ.μ., Pascal Robert prob...@macti.ca wrote:

 Are you using OS X Server by any chance? Because OS X Server use a 
 *completely* different installation of Apache, and its configuration is in 
 /Library/Server/Web/Config/apache2 instead of /etc/apache2
 
 Hi Bogdan,
 
 On 27 Δεκ 2013, at 8:51 π.μ., Bogdan Zlatanov bogdan.zlata...@gmail.com 
 wrote:
 
 Hi Stavros,
 
 Are there any errors in the apache logs? (/var/log/apache2/error_log)
 
 Is wotaskd WOHost configured properly?
 
 
 Best regards,
 Bogdan Zlatanov
 
 
 Yes, the following
 
 File does not exist: /Library/Server/Web/Data/Sites/Default/cgi-bin
 
 Stavros
 ___
 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:
 https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
 
 This email sent to prob...@macti.ca
 


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Nightmare of deployment again

2013-12-29 Thread Stavros Panidis
Dear Bogdan,

you mean from Terminal? 

It starts normally. Then I can add my host and application and put on line. 

But I can’t access my application from 

http://www.mysite.com/cgi-bin/WebObjects/MyApp

while I can access from 

http://www.mysite.com:2001/cgi-bin/WebObjects/MyApp

Stavros

On 29 Δεκ 2013, at 10:30 π.μ., Bogdan Zlatanov bogdan.zlata...@gmail.com 
wrote:

 Hi Stavros,
 
 Try launching JavaMonitor manually. It seems it's not starting OK.
 
 Sent from Nexus 4
 
 On 29 Dec 2013 09:13, Stavros Panidis stavros.pani...@gmail.com wrote:
 
 Dear Theodore,
 
 Apache is working. As I wrote initially my server is serving static pages 
 over the web. You can see that if you visit www.webcoreforscience.com
 
 Therefore  
 
 http://localhost or http://127.0.0.1 works normally serving the index.html 
 page
 
 but
 
 http://localhost:56789 results in 
 
 Safari can’t connect to the Server
 
 Stavros
 
 On 28 Δεκ 2013, at 7:04 μ.μ., Theodore Petrosky tedp...@yahoo.com wrote:
 
 wait, can’t connect to the server?
 
 http://localhost should give you the standard “It’s Working” page. if 
 it doesn’t, Apache is not serving anything!
 
 how about
 
 http://127.0.0.1?
 
 step 1 make sure apache is serving pages from the computer!!!
 
 
 
 On Dec 28, 2013, at 11:26 AM, Stavros Panidis stavros.pani...@gmail.com 
 wrote:
 
 Hi Theodore,
 
 message displayed is 
 
 Safari can’t connect to the Server
 
 Stavros
 
 On 27 Δεκ 2013, at 3:36 μ.μ., Theodore Petrosky tedp...@yahoo.com wrote:
 
 on the deployment machine, what happens with:   http://localhost:56789   ?
 
 
 
 On Dec 26, 2013, at 11:34 PM, Stavros Panidis stavros.pani...@gmail.com 
 wrote:
 
 Dear,
 
 I try to deploy as follows
 
 OS X 10.9.1 clean install on iMac
 
 After finishing installation web server is working serving static pages.
 
 Then, following instruction from 
 
 http://wiki.wocommunity.org/display/documentation/Deployment
 
 I did
 
 -Install WebObjects using Apple’s Installer
 -Configure Apache
 -Configure launchd
 
 This last is not working since www.greenislandconsulting.com fail to 
 open. Is there another way?
 
 Finally JavaMonitor runs, host is available, I can add my application 
 but when I try to connect I get
 
 Not Found
 
 The requested URL /cgi-bin/WebObjects/Myapp.woa was not found on this 
 server.
 
 
 Apache/2.2.24 (Unix) PHP/5.4.17 mod_wsgi/3.3 Python/2.7.5 mod_ssl/2.2.24 
 OpenSSL/0.9.8y DAV/2 Server at 192.168.1.64 Port 80
 
 while the application works in Direct Connect mode, e.g. 
 http://www.mysite.com:2001/cgi-bin/WebObjects/Myapp.woa
 
 Best regards, happy and successful New Year
 
 Stavros Panidis
 
 ___
 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:
 https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com
 
 This email sent to tedp...@yahoo.com
 
 
 
 
 


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Nightmare of deployment again

2013-12-28 Thread Stavros Panidis
Hi Bogdan,

On 27 Δεκ 2013, at 8:51 π.μ., Bogdan Zlatanov bogdan.zlata...@gmail.com wrote:

 Hi Stavros,
 
 Are there any errors in the apache logs? (/var/log/apache2/error_log)
 
 Is wotaskd WOHost configured properly?
 
 
 Best regards,
 Bogdan Zlatanov
 

Yes, the following

File does not exist: /Library/Server/Web/Data/Sites/Default/cgi-bin

Stavros ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Nightmare of deployment again

2013-12-28 Thread Stavros Panidis
Dear Ralf,


thank you for sending me the plists

The only ScriptAlias is

#ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) 
/Library/WebServer/CGI-Executables/$1”

Nothing changes if I put it out or in.

Stavros

On 27 Δεκ 2013, at 4:13 μ.μ., Ralf Schuchardt r...@gmx.de wrote:

 
 Am 27.Dez. 2013 um 05:34 schrieb Stavros Panidis stavros.pani...@gmail.com:
 
 Dear,
 
 I try to deploy as follows OS X 10.9.1 clean install on iMac
 After finishing installation web server is working serving static pages.
 
 Then, following instruction from 
 
 http://wiki.wocommunity.org/display/documentation/Deployment
 
 I did
 
 -Install WebObjects using Apple’s Installer
 -Configure Apache
 -Configure launchd
 
 This last is not working since www.greenislandconsulting.com fail to open. 
 Is there another way?
 
 com.apple.womonitor.plist:
 
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN 
 http://www.apple.com/DTDs/PropertyList-1.0.dtd;
 plist version=1.0
 dict
 keyDisabled/key
 false/
 keyGroupName/key
 string_appserverusr/string
 keyLabel/key
 stringcom.webobjects.womonitor/string
 keyOnDemand/key
 false/
 keyProgram/key
 
 string/Library/WebObjects/Applications/JavaMonitor.woa/JavaMonitor/string
 keyProgramArguments/key
 array
 stringJavaMonitor/string
 string-WOPort/string
 string56789/string
 /array
 keyServiceIPC/key
 false/
 keyUserName/key
 string_appserver/string
 /dict
 /plist
 
 com.apple.wotaskd.plist:
 
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN 
 http://www.apple.com/DTDs/PropertyList-1.0.dtd;
 plist version=1.0
 dict
 keyDisabled/key
 false/
 keyGroupName/key
 string_appserverusr/string
 keyLabel/key
 stringcom.webobjects.wotaskd/string
 keyOnDemand/key
 false/
 keyProgram/key
 string/Library/WebObjects/Applications/wotaskd.woa/wotaskd/string
 keyProgramArguments/key
 array
 stringwotaskd/string
 string-WOPort/string
 string1085/string
 /array
 keyServiceIPC/key
 false/
 keyUserName/key
 string_appserver/string
 /dict
 /plist
 
 
 Finally JavaMonitor runs, host is available, I can add my application but 
 when I try to connect I get
 
 Not Found
 
 The requested URL /cgi-bin/WebObjects/Myapp.woa was not found on this server.
 
 Apache/2.2.24 (Unix) PHP/5.4.17 mod_wsgi/3.3 Python/2.7.5 mod_ssl/2.2.24 
 OpenSSL/0.9.8y DAV/2 Server at 192.168.1.64 Port 80
 
 This error means the request is not reaching the WebObjects adaptor, but is 
 handled by Apache itself. I suspect a misconfigured ScriptAlias line in 
 httpd.conf. You may try to comment out any ScriptAlias statements and see if 
 it works then.
 
 Best regards,
 Ralf Schuchardt
 
 
 
 while the application works in Direct Connect mode, e.g. 
 http://www.mysite.com:2001/cgi-bin/WebObjects/Myapp.woa
 
 Best regards, happy and successful New Year
 
 Stavros Panidis

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Nightmare of deployment again

2013-12-28 Thread Stavros Panidis
Dear Samuel,

what should be “Your/cgi-bin/directory” ?

For example  “/cgi-bin/WebObjects/Myapp.woa” or something else?

Stavros

On 27 Δεκ 2013, at 4:38 μ.μ., Samuel Pelletier sam...@samkar.com wrote:

 Hi,
 
 With newer version of Apache, the request to the WebObjects adaptor are 
 denied. You need to change the access permission for the cgi-bon directory in 
 your httpd.conf file.
 
 Directory Your/cgi-bin/directory
 AllowOverride None
 Options None
 Require all granted
 /Directory
 
 Samuel
 
 Le 2013-12-27 à 09:13, Ralf Schuchardt r...@gmx.de a écrit :
 
 
 Am 27.Dez. 2013 um 05:34 schrieb Stavros Panidis stavros.pani...@gmail.com:
 
 Dear,
 
 I try to deploy as follows OS X 10.9.1 clean install on iMac
 After finishing installation web server is working serving static pages.
 
 Then, following instruction from 
 
 http://wiki.wocommunity.org/display/documentation/Deployment
 
 I did
 
 -Install WebObjects using Apple’s Installer
 -Configure Apache
 -Configure launchd
 
 This last is not working since www.greenislandconsulting.com fail to open. 
 Is there another way?
 
 com.apple.womonitor.plist:
 
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN 
 http://www.apple.com/DTDs/PropertyList-1.0.dtd;
 plist version=1.0
 dict
 keyDisabled/key
 false/
 keyGroupName/key
 string_appserverusr/string
 keyLabel/key
 stringcom.webobjects.womonitor/string
 keyOnDemand/key
 false/
 keyProgram/key
 
 string/Library/WebObjects/Applications/JavaMonitor.woa/JavaMonitor/string
 keyProgramArguments/key
 array
 stringJavaMonitor/string
 string-WOPort/string
 string56789/string
 /array
 keyServiceIPC/key
 false/
 keyUserName/key
 string_appserver/string
 /dict
 /plist
 
 com.apple.wotaskd.plist:
 
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN 
 http://www.apple.com/DTDs/PropertyList-1.0.dtd;
 plist version=1.0
 dict
 keyDisabled/key
 false/
 keyGroupName/key
 string_appserverusr/string
 keyLabel/key
 stringcom.webobjects.wotaskd/string
 keyOnDemand/key
 false/
 keyProgram/key
 string/Library/WebObjects/Applications/wotaskd.woa/wotaskd/string
 keyProgramArguments/key
 array
 stringwotaskd/string
 string-WOPort/string
 string1085/string
 /array
 keyServiceIPC/key
 false/
 keyUserName/key
 string_appserver/string
 /dict
 /plist
 
 
 Finally JavaMonitor runs, host is available, I can add my application but 
 when I try to connect I get
 
 Not Found
 
 The requested URL /cgi-bin/WebObjects/Myapp.woa was not found on this 
 server.
 
 Apache/2.2.24 (Unix) PHP/5.4.17 mod_wsgi/3.3 Python/2.7.5 mod_ssl/2.2.24 
 OpenSSL/0.9.8y DAV/2 Server at 192.168.1.64 Port 80
 
 This error means the request is not reaching the WebObjects adaptor, but is 
 handled by Apache itself. I suspect a misconfigured ScriptAlias line in 
 httpd.conf. You may try to comment out any ScriptAlias statements and see if 
 it works then.
 
 Best regards,
 Ralf Schuchardt
 
 
 
 while the application works in Direct Connect mode, e.g. 
 http://www.mysite.com:2001/cgi-bin/WebObjects/Myapp.woa
 
 Best regards, happy and successful New Year
 
 Stavros Panidis
 
 ___
 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:
 https://lists.apple.com/mailman/options/webobjects-dev/samuel%40samkar.com
 
 This email sent to sam...@samkar.com
 

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Nightmare of deployment again

2013-12-26 Thread Stavros Panidis
Dear,

I try to deploy as follows

OS X 10.9.1 clean install on iMac

After finishing installation web server is working serving static pages.

Then, following instruction from 

http://wiki.wocommunity.org/display/documentation/Deployment

I did

-Install WebObjects using Apple’s Installer
-Configure Apache
-Configure launchd

This last is not working since www.greenislandconsulting.com fail to open. Is 
there another way?

Finally JavaMonitor runs, host is available, I can add my application but when 
I try to connect I get

Not Found

The requested URL /cgi-bin/WebObjects/Myapp.woa was not found on this server.

Apache/2.2.24 (Unix) PHP/5.4.17 mod_wsgi/3.3 Python/2.7.5 mod_ssl/2.2.24 
OpenSSL/0.9.8y DAV/2 Server at 192.168.1.64 Port 80

while the application works in Direct Connect mode, e.g. 
http://www.mysite.com:2001/cgi-bin/WebObjects/Myapp.woa

Best regards, happy and successful New Year

Stavros Panidis

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Using UNION in EOFetchSpecification

2013-10-06 Thread Stavros Panidis
Hi Raymond,

like below…

EOFetchSpecification fsSpecial = new EOFetchSpecification(Designs, 
specialQualifier, null);
tempArray = ecQuery.objectsWithFetchSpecification(fsSpecial);
NSSet specialSet = new NSSet(tempArray);
if (intersection) resultsSet = 
currentResultsSet.setByIntersectingSet(specialSet);
else if(subtraction) resultsSet = 
currentResultsSet.setBySubtractingSet(specialSet);
else if(union) resultsSet = currentResultsSet.setByUnioningSet(specialSet);

I hope it is what you are asking for.

Stavros


On 6 Οκτ 2013, at 1:43 π.μ., Raymond NANEON rnan...@me.com wrote:

 Hi Stravos,
 
 You use NSSet? What syntax do you use in the eofetchspecification?
 
 Thanks
 
 Envoyé de mon iPad
 
 Le 5 oct. 2013 à 16:22, Stavros Panidis stavros.pani...@gmail.com a écrit :
 
 
 On 4 Οκτ 2013, at 5:58 μ.μ., Raymond NANEON rnan...@me.com wrote:
 
 
 
 Hi List,
 
 I want to use UNION in two EOFetch but I don't know how to do it.
 
 Thanks for your help.
 
 Envoyé depuis iCloud
 -- next part --
 An HTML attachment was scrubbed...
 URL: 
 http://lists.apple.com/archives/webobjects-dev/attachments/20131004/15b6b9ff/attachment.html
 
 --
 
 Message: 2
 Date: Fri, 04 Oct 2013 12:02:11 + (GMT)
 From: Raymond NANEON rnan...@me.com
 To: Raymond NANEON rnan...@me.com
 Cc: webobjects-dev@lists.apple.com WebObjects
 webobjects-dev@lists.apple.com
 Subject: Re: Using UNION in EOFetchSpecification
 Message-ID: 163144e1-a019-4200-aeaf-cb149c6e0...@me.com
 Content-Type: text/plain; charset=utf-8; Format=flowed
 
 The UNION is on the same EOEntity.
 
 Thanks
 
 Envoyé depuis iCloud
 
 
 
 I use NSSet.
 
 (If I understood your question!)
 
 Stavros Panidis
 

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Using UNION in EOFetchSpecification

2013-10-06 Thread Stavros Panidis
Hi Raymond,

yes, this is what I mean.

set1 = new set for fs1
set2 = new set for fs2

set1 = set1.setbyunioning(set2)

Stavros


On 6 Οκτ 2013, at 6:27 μ.μ., Raymond NANEON rnan...@me.com wrote:

 Hi Stravos,
 
 Thanks for example but where currentResultsSet come from? from your 1st 
 eofetchspec?
 example : 
 EOFetchSpecification fs1 = new EOFetchSpecification(ENTITY1, 
 specQualifier1,null);
 EOFetchSpecification fs2 = new EOFetchSpecification(ENTITY1, 
 specQualifier2,null);
 
 specQualifier1 join with another entity.
 
 specQualifier2 is a simple qualifier.
 
 I want fs1 union fs2.
 
 Thanks
 
 Le 6 oct. 2013 à 16:58, Stavros Panidis stavros.pani...@gmail.com a écrit :
 
 Hi Raymond,
 
 like below…
 
 EOFetchSpecification fsSpecial = new EOFetchSpecification(Designs, 
 specialQualifier, null);
 tempArray = ecQuery.objectsWithFetchSpecification(fsSpecial);
 NSSet specialSet = new NSSet(tempArray);
 if (intersection) resultsSet = 
 currentResultsSet.setByIntersectingSet(specialSet);
 else if(subtraction) resultsSet = 
 currentResultsSet.setBySubtractingSet(specialSet);
 else if(union) resultsSet = currentResultsSet.setByUnioningSet(specialSet);
 
 I hope it is what you are asking for.
 
 Stavros
 
 
 On 6 Οκτ 2013, at 1:43 π.μ., Raymond NANEON rnan...@me.com wrote:
 
 Hi Stravos,
 
 You use NSSet? What syntax do you use in the eofetchspecification?
 
 Thanks
 
 Envoyé de mon iPad
 
 Le 5 oct. 2013 à 16:22, Stavros Panidis stavros.pani...@gmail.com a écrit 
 :
 
 
 On 4 Οκτ 2013, at 5:58 μ.μ., Raymond NANEON rnan...@me.com wrote:
 
 
 
 Hi List,
 
 I want to use UNION in two EOFetch but I don't know how to do it.
 
 Thanks for your help.
 
 Envoyé depuis iCloud
 -- next part --
 An HTML attachment was scrubbed...
 URL: 
 http://lists.apple.com/archives/webobjects-dev/attachments/20131004/15b6b9ff/attachment.html
 
 --
 
 Message: 2
 Date: Fri, 04 Oct 2013 12:02:11 + (GMT)
 From: Raymond NANEON rnan...@me.com
 To: Raymond NANEON rnan...@me.com
 Cc: webobjects-dev@lists.apple.com WebObjects
   webobjects-dev@lists.apple.com
 Subject: Re: Using UNION in EOFetchSpecification
 Message-ID: 163144e1-a019-4200-aeaf-cb149c6e0...@me.com
 Content-Type: text/plain; charset=utf-8; Format=flowed
 
 The UNION is on the same EOEntity.
 
 Thanks
 
 Envoyé depuis iCloud
 
 
 
 I use NSSet.
 
 (If I understood your question!)
 
 Stavros Panidis
 
 
 

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Using UNION in EOFetchSpecification

2013-10-05 Thread Stavros Panidis

On 4 Οκτ 2013, at 5:58 μ.μ., Raymond NANEON rnan...@me.com wrote:

 
 
 Hi List,
 
 I want to use UNION in two EOFetch but I don't know how to do it.
 
 Thanks for your help.
 
 Envoyé depuis iCloud
 -- next part --
 An HTML attachment was scrubbed...
 URL: 
 http://lists.apple.com/archives/webobjects-dev/attachments/20131004/15b6b9ff/attachment.html
 
 --
 
 Message: 2
 Date: Fri, 04 Oct 2013 12:02:11 + (GMT)
 From: Raymond NANEON rnan...@me.com
 To: Raymond NANEON rnan...@me.com
 Cc: webobjects-dev@lists.apple.com WebObjects
   webobjects-dev@lists.apple.com
 Subject: Re: Using UNION in EOFetchSpecification
 Message-ID: 163144e1-a019-4200-aeaf-cb149c6e0...@me.com
 Content-Type: text/plain; charset=utf-8; Format=flowed
 
 The UNION is on the same EOEntity.
 
 Thanks
 
 Envoyé depuis iCloud
 


I use NSSet.

(If I understood your question!)

Stavros Panidis

 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Webobjects-dev Digest, Vol 10, Issue 389

2013-06-16 Thread Stavros Panidis
Well, what is the technology Apple uses for iWork for iCloud?

Stavros Panidis

 --
 
 Message: 7
 Date: Sat, 15 Jun 2013 08:54:28 -0700
 From: Chuck Hill ch...@global-village.net
 To: Baiss Eric Magnusson bmagnus...@comcast.net
 Cc: WebObjectsDev webobjects-dev@lists.apple.com
 Subject: Re: Can WOWODC folks make this happen some day
 Message-ID: 1b9c50e3-f156-4538-baf2-e70a736a4...@global-village.net
 Content-Type: text/plain; charset=windows-1252
 
 I, for one, see no value in Obj-C WebObjects.  Server side, Java is where its 
 at.
 
 Chuck
 
 
 On 2013-06-15, at 8:09 AM, Baiss Eric Magnusson wrote:
 
 Interesting discussion,
 
  http://kevinlawler.com/objective-c
 
 I would like it if WO went back to Objective-C. Eclipse is not happening.
 
 
 
 Baiss Eric Magnusson
 Cascade Web Design
 
 
 
 ___
 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:
 https://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net
 
 This email sent to ch...@global-village.net
 
 -- 
 Chuck Hill 
 Executive Managing Partner, VP Development and Technical Services
 
 Practical WebObjects - for developers who want to increase their overall 
 knowledge of WebObjects or who are trying to solve specific problems.
 http://www.global-village.net/gvc/practical_webobjects
 
 Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest Growing 
 Companies in B.C! 
 
 Global Village Consulting ranks 44th in 25th annual PROFIT 500 ranking of 
 Canada’s Fastest-Growing Companies by PROFIT Magazine!
 
 


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: ERJQueryMobile and Ajax frameworks

2012-06-07 Thread Stavros Panidis
Thanks of your reply.

I am just looking for a way to implement dependent WOPopupButton lists or 'New 
option' dialog in a WOPopupButton. Is there any suggestion ?

Stavros


On 7 Ιουν 2012, at 7:19 μ.μ., ISHIMOTO Ken wrote:

 Hi,
 
 There is one Problem in the way how JQueryMobile works.
 
 One of the nice but big problems are, that JQueryMobile is calling every Page 
 (via Link) via Ajax.
 
 That means, if you have other Pages with other Javascript Code the Javascript 
 Libraries never get loaded.
 
 JQueryMobile is very closed and maybe it is better to use JQuery Ajax calls. 
 
 Maybe if the Start page is loading every Javascript then it will do better, I 
 haven't test it now. I was only try to
 make it a easy Mobile Access Platform and not very fancy. I made already some 
 changes for not Ajax Calls
 to work better with WO and will pushed very soon I hope.
 I am developing ERJQueryMobileDirect2Web now and see some problems that I am 
 trying to fix.
 
 
 
 On 2012/06/05, at 18:15, Stavros Panidis wrote:
 
 Hello list,
 
 I am trying to test ERJQueryMobile. I had no problem to work with most of my 
 components but seems that AjaxUpdateContainer and AjaxObserveField does not 
 work.
 
 For example
 
 wo:conditional condition = $theVar.ischaracter
wo:conditional condition = $theVar.inputasoptions
  wo:AjaxUpdateContainer id = $theVar.id.toString
 
wo:ERQMPopUpButton id = $theVar.name list = 
 $theVar.optionsArray selection = $theVar.content mini = true /
 
wo:conditional condition = $theVar.shownewoption 
 wo:ERQMInputString value = $theVar.newoption / /wo:conditional
  /wo:AjaxUpdateContainer
 
/wo:conditional
wo:conditional condition = $theVar.inputasoptions negate = 
 yes wo:ERQMInputString value = $theVar.content mini = true / 
 /wo:conditional
  /wo:conditional
 
 
 The above is not working, while if I put out Ajax lines it works. Also, 
 certainly it works fine when not ERQMHtmlTemplate.
 
 
 
 ERQMHtmlTemplate isn't special, it's only a wrapper. I will try to take a 
 look, but it will take a little time, because I have a deadline next week for 
 one Project.
 
 Ken
 
 
 
 I would appreciated to have some help on this.
 
 Many thanks in advance
 
 Stavros
 ___
 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:
 https://lists.apple.com/mailman/options/webobjects-dev/ken%40ksroom.com
 
 This email sent to k...@ksroom.com
 
 
 


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

ERJQueryMobile and Ajax frameworks

2012-06-05 Thread Stavros Panidis
Hello list,

I am trying to test ERJQueryMobile. I had no problem to work with most of my 
components but seems that AjaxUpdateContainer and AjaxObserveField does not 
work.

For example

wo:conditional condition = $theVar.ischaracter
 wo:conditional condition = $theVar.inputasoptions
   wo:AjaxUpdateContainer id = $theVar.id.toString

 wo:ERQMPopUpButton id = $theVar.name list = 
$theVar.optionsArray selection = $theVar.content mini = true /

 wo:conditional condition = $theVar.shownewoption 
wo:ERQMInputString value = $theVar.newoption / /wo:conditional
   /wo:AjaxUpdateContainer

 /wo:conditional
 wo:conditional condition = $theVar.inputasoptions negate = 
yes wo:ERQMInputString value = $theVar.content mini = true / 
/wo:conditional
   /wo:conditional


The above is not working, while if I put out Ajax lines it works. Also, 
certainly it works fine when not ERQMHtmlTemplate.

I would appreciated to have some help on this.

Many thanks in advance

Stavros
 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Problem loading Ajax frameworks

2011-11-21 Thread Stavros Panidis
Hi,

I have the following error in a deployed application (Lion server)

GET 
http://www.mysite.com/WebObjects/myapp.woa/Frameworks/Ajax.framework/WebServerResources/prototype.js
404 (Not Found)
GET 
http://www.mysite.com/WebObjects/myapp.woa/Frameworks/Ajax.framework/WebServerResources/wonder.js
   404 (Not Found)
GET 
http://www.mysite.com/WebObjects/myapp.woa/Frameworks/Ajax.framework/WebServerResources/effects.js
  404 (Not Found)

ReferenceError Can't find variable ASB
ReferenceError Can't find variable ASB
ReferenceError Can't find variable AUC

The application works fine in other aspects.

Also at the same deployment machine css files are not loaded  in JAVA MONITOR 
when run as instance. 

Has to do with permissions? Any other help?


Many thanks in advance


Stavros


 ___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Problem loading Ajax frameworks

2011-11-21 Thread Stavros Panidis
Dear Jeremy,

Many thanks, this problem solved.

Actually in this server static pages are in 
/Library/Server/Web/Data/Sites/Mysite

so I copied WebServerResources in WebObjects inside Mysite folder. Now it works.

Best regards

Stavros

On 21 Νοε 2011, at 8:28 μ.μ., Jérémy DE ROYER [INGENCYS] wrote:

 Hello,
 
 Did you copy the folders WebServerResources of yours app/frameworks in the 
 folder WebObjects of your WebServer (located in /Library/WebServer/Documents 
 on Mac OS X Server) ?
 
 Jérémy
 
 Le 21 nov. 2011 à 19:24, Stavros Panidis a écrit :
 
 Hi,
 
 I have the following error in a deployed application (Lion server)
 
 GET 
 http://www.mysite.com/WebObjects/myapp.woa/Frameworks/Ajax.framework/WebServerResources/prototype.js
  404 (Not Found)
 GET 
 http://www.mysite.com/WebObjects/myapp.woa/Frameworks/Ajax.framework/WebServerResources/wonder.js
 404 (Not Found)
 GET 
 http://www.mysite.com/WebObjects/myapp.woa/Frameworks/Ajax.framework/WebServerResources/effects.js
404 (Not Found)
 
 ReferenceError Can't find variable ASB
 ReferenceError Can't find variable ASB
 ReferenceError Can't find variable AUC
 
 The application works fine in other aspects.
 
 Also at the same deployment machine css files are not loaded  in JAVA 
 MONITOR when run as instance. 
 
 Has to do with permissions? Any other help?
 
 
 Many thanks in advance
 
 
 Stavros
 
 
 ___
 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/options/webobjects-dev/jeremy.deroyer%40ingencys.net
 
 This email sent to jeremy.dero...@ingencys.net
 
 

 ___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Lion Server deployment

2011-11-05 Thread Stavros Panidis
SOLVED!

The only missing was 


Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf


from httpd.conf (I don't know if I had to add this line manually or it should 
be in httpd.conf)

Anyway, I am happy.

Many thanks for all


Stavros


 
 Message: 3
 Date: Wed, 02 Nov 2011 11:48:32 -0700
 From: Chuck Hill ch...@global-village.net
 Subject: Re: Lion server deployment
 To: Stavros Panidis elma...@the.forthnet.gr
 Cc: webobjects-dev@lists.apple.com
 Message-ID: c70075e8-650f-441d-b2f0-129032fb7...@global-village.net
 Content-Type: text/plain; charset=us-ascii
 
 It sounds like you are missing some Apache configuration from:
 http://wiki.objectstyle.org/confluence/display/WO/Configuring+Apache+for+WebObjects
 
 Chuck
 
 
 On 2011-11-02, at 10:49 AM, Stavros Panidis wrote:
 
 Hello,
 
 trying to deploy an application to Lion server I get the following error:
 
 
 Not Found
 
 The requested URL /cgi-bin/WebObjects/myapp.woa was not found on this server.
 
 Apache/2.2.20 (Unix) mod_ssl/2.2.20 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 with 
 Suhosin-Patch Server at www.mysite.com Port 80
 
 
 
 -I made a clean install on Lion server (10.7.2), following instructions from 
 
 wiki.objectstyle.org/confluence/display/WO/Deployment
 
 -Server has a static IP address and is hosting and serving successfully 
 static pages, e.g. www.mysite.com
 
 -JavaMonitor is running application instance
 
 -Application works fine in direct mode e.g. www.mysite.com: 
 2001/cgi-bin/WebObjects/myapp.woa
 
 
 I would appreciated to have your help, as always
 
 
 Yours
 
 Stavros Panidis
 ___
 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/options/webobjects-dev/chill%40global-village.net
 
 This email sent to ch...@global-village.net
 
 -- 
 Chuck Hill Senior Consultant / VP Development
 
 Practical WebObjects - for developers who want to increase their overall 
 knowledge of WebObjects or who are trying to solve specific problems.
 http://www.global-village.net/products/practical_webobjects
 
 
 
 
 
 
 
 
 
 --
 
 ___
 Webobjects-dev mailing list
 Webobjects-dev@lists.apple.com
 http://lists.apple.com/mailman/listinfo/webobjects-dev
 
 End of Webobjects-dev Digest, Vol 8, Issue 796
 **

 ___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Lion server deployment

2011-11-02 Thread Stavros Panidis
Hello,

trying to deploy an application to Lion server I get the following error:


Not Found

The requested URL /cgi-bin/WebObjects/myapp.woa was not found on this server.

Apache/2.2.20 (Unix) mod_ssl/2.2.20 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 with 
Suhosin-Patch Server at www.mysite.com Port 80



-I made a clean install on Lion server (10.7.2), following instructions from 

wiki.objectstyle.org/confluence/display/WO/Deployment

-Server has a static IP address and is hosting and serving successfully static 
pages, e.g. www.mysite.com

-JavaMonitor is running application instance

-Application works fine in direct mode e.g. www.mysite.com: 
2001/cgi-bin/WebObjects/myapp.woa


I would appreciated to have your help, as always


Yours

Stavros Panidis
 ___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Primary key error

2011-08-01 Thread Stavros Panidis
Hello,

I have the following very strange (for me) problem.

I have a very simple component and a straight forward save method, like  

theTrial = new Trials();
ec.insertObject(theTrial);

… set some values in to the new record ...


ec.saveChanges();

When there are no records in to the table, first record is always saved 
correctly and PK takes the value of 1; After that, when I try to create and 
save a new record I always take the following error

IllegalArgumentException: Array is empty
  at com.webobjects.foundation.NSArray.objectAtIndex(NSArray.java:377)
  at com.webobjects.jdbcadaptor.JDBCPlugIn.newPrimaryKeys(JDBCPlugIn.java:777)
 ... skipped 3 stack elements
  at 
com.webobjects.eocontrol.EOObjectStoreCoordinator.saveChangesInEditingContext(EOObjectStoreCoordinator.java:370)
  at 
com.webobjects.eocontrol.EOEditingContext.saveChanges(EOEditingContext.java:3192)
  at er.extensions.eof.ERXEC._saveChanges(ERXEC.java:1085)
  at er.extensions.eof.ERXEC.saveChanges(ERXEC.java:1007)
  at 
webcore.app.components.ConfigurationComponent.saveTrial(ConfigurationComponent.java:714)
  ... skipped 44 stack elements

The strange thing is that when I delete EO_PK_TABLE corresponding record, 
either manually or from inside code like

String pkString = new String (delete from EO_PK_TABLE where NAME = 'Trials');
NSArray deletePK = EOUtilities.rawRowsForSQL(ec, MyModel, pkString, null);

and try to save, new records are saved normally, without any problem and PK is 
increasing accordingly.

Also, certainly I have no problem saving records to other tables of database 
from inside the same component. Also I can not realize any other problem 
running my application.

I would appreciated to have some help on this if possible.

Many thanks in advance

Stavros Panidis

PS

Development environment

Mac OS X 10.7
MySQL 5.5.13
JDBC connector 5.1.17




 ___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Dependent popups on the same line

2011-06-28 Thread Stavros Panidis
Hi,

I try to reproduce DependentListsExample from AjaxExample in my project. My 
question:

Is it possible to keep dependent popups on the same line?


Stavros Panidis
  ___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Wonder Ajax Examples

2011-06-24 Thread Stavros Panidis
Hi all,

is the code for Wonder Ajax Examples available? 

Stavros
 ___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Styled text

2010-05-23 Thread Stavros Panidis
Thanks for the reply.

To make it more clear, when I use System.out.println(myString) I get in console 
the following output

 Df  Sum Sq Mean Sq F valuePr(F)
STATUS4 244.272  61.068  419.63  2.2e-16 ***
Residuals   422  61.413   0.146  
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 
1 observation deleted due to missingness

while if I use a WOString in my component I get

Df Sum Sq Mean Sq F value Pr(F) STATUS 4 244.272 61.068 419.63  2.2e-16 
***Residuals 422 61.413 0.146 ---Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 
0.05 ‘.’ 0.1 ‘ ’ 1 1 observation deleted due to missingness

Stavros Panidis

On 22 Μαϊ 2010, at 9:22 μ.μ., Chuck Hill wrote:

 
 On May 22, 2010, at 11:19 AM, Stavros Panidis wrote:
 
 Hello,
 
 is it possible to display styled text in a component?
 
 When I use System.out.println text is displayed formatted (correct tabs and 
 indentation) but if I use WOString or WOText the text is displayed 
 unformatted.
 
 Many thanks in advance
 
 Stavros Panidis
 
 
 http://developer.apple.com/legacy/mac/library/documentation/WebObjects/Reference/DynamicElements/Introduction/Introduction.html
 
 See the escapeHTML binding of WOString.  WOText is an input and so does not 
 take HTML formatting.
 
 
 
 Chuck
 
 -- 
 Chuck Hill Senior Consultant / VP Development
 
 Practical WebObjects - for developers who want to increase their overall 
 knowledge of WebObjects or who are trying to solve specific problems.
 http://www.global-village.net/products/practical_webobjects
 
 
 
 
 
 
 

 ___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Styled text

2010-05-22 Thread Stavros Panidis
Hello,

is it possible to display styled text in a component?

When I use System.out.println text is displayed formatted (correct tabs and 
indentation) but if I use WOString or WOText the text is displayed unformatted.

Many thanks in advance

Stavros Panidis

 ___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Can not deploy using JavaMonitor on SnowLeopard

2009-10-30 Thread Stavros Panidis


On 30 Οκτ 2009, at 9:07 μ.μ., webobjects-dev- 
requ...@lists.apple.com wrote:



--

Message: 2
Date: Thu, 29 Oct 2009 21:49:04 -0700
From: Guido Neitzer guido.neit...@gmail.com
Subject: Re: Can not deploy using JavaMonitor on SnowLeopard
To: Stavros Panidis elma...@the.forthnet.gr
Cc: webobjects-dev@lists.apple.com
Message-ID: 916f787a-395f-4b1e-8b7b-3e9c15ad5...@gmail.com
Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes

It's probably a permission issue, make sure, appserver is the owner
of the app (recursivly).

Guido

--
http://www.event-s.net

On 29. Oct. 2009, at 21:10 , Stavros Panidis wrote:


Hello,

I try to deploy an application using JavaMonitor on SnowLeopard.
Wotaskd is working, localhost server is available but the
application is not coming on.

The application is working normally when accessed by Terminal at

/Library/WebObjects/Applications/Myapp.woa/Myapp

Can anyone help me on this?

Many thanks in advance

Stavros Panidis

___


Sorry, I am sure that it is due to my poor knowledge.

There is no _appserver user when I Get info. Only _stavrosp(me),  
_appserveradm, and _everyone. And even if I grant Read/Write to all  
these is again not working.


Stavros

___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Can not deploy using JavaMonitor on SnowLeopard

2009-10-29 Thread Stavros Panidis

Hello,

I try to deploy an application using JavaMonitor on SnowLeopard.  
Wotaskd is working, localhost server is available but the application  
is not coming on.


The application is working normally when accessed by Terminal at

/Library/WebObjects/Applications/Myapp.woa/Myapp

Can anyone help me on this?

Many thanks in advance

Stavros Panidis

___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Build failed on Snow Leopard

2009-10-13 Thread Stavros Panidis

Well,

Snow Leopard clean install,

then xcode 314, WebObjects 543, eclipse-sdk-4.4.2 and from there  
WOLips 3.4.5830.


Everything else works fine (at the moment) except build.

Stavros



--

Message: 8
Date: Mon, 12 Oct 2009 22:08:39 -0700
From: Chuck Hill ch...@global-village.net
Subject: Re: Build failed
To: Stavros Panidis elma...@the.forthnet.gr
Cc: webobjects-dev@lists.apple.com
Message-ID: 6d6c406c-55a3-4870-9955-19a44068d...@global-village.net
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes


On Oct 12, 2009, at 6:32 PM, Stavros Panidis wrote:


Hi,

trying to build for first time in Snow Leopard I get the following
message

BUILD FAILED
/Users/elmanou/Documents/workspace/Medos/build.xml:28: Could not
find /Users/elmanou/Library/wobuild.properties.

are there any instructions on how to overcome this?

Many thanks in advance


wobuild.properties is obsolete.  Which version of Eclipse are you
using?  Which version of WOLips?  How did you create the build
environment on Snow Leopard?


Chuck


--
Chuck Hill Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects


 ___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Build failed

2009-10-12 Thread Stavros Panidis

Hi,

trying to build for first time in Snow Leopard I get the following  
message


BUILD FAILED
/Users/elmanou/Documents/workspace/Medos/build.xml:28: Could not find / 
Users/elmanou/Library/wobuild.properties.


are there any instructions on how to overcome this?

Many thanks in advance

Stavros
___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Installation on SnowLeopard

2009-10-08 Thread Stavros Panidis

Hi all,

I am trying to install Eclipse/WOLips on a SnowLeopard (clean  
installation) Mac.


I downloaded Eclipse IDE v 1.2.1 (GALILEO).

Then when I try 'Install new software' I get the message

Cannot complete the install because one or more required items could  
not be found.
  Missing requirement: 1255058525759 0.0.0.1255058525759 requires  
'org.objectstyle.wolips.goodies.win.feature.feature.group [3.4.5830]'  
but it could not be found



The same exactly procedure worked fine on a SnowLeopard Server (clean  
installation) Mac.


Any help?

Yours


Stavros Panidis
___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Altering EOModel

2009-01-19 Thread Stavros Panidis

Hi Susanne,

I fully understand!

But it is hard to accept that I can do it very easily with ACCESS or  
4D and not with WebObjects.


Imagine,

my customer is a major department in a public hospital. Each time they  
decide to perform an experiment and take in account different  
measurements. No one can predict this. So they need to have the  
ability to create and/or alter existing tables.


There should be a way out.

Stavros

On 19 Ιαν 2009, at 8:07 ΜΜ, Susanne Schneider wrote:


Hi Stravros,

having done this I would rather recommend not to go this road unless  
you are really shure there is no other way. You will find a lot of  
pitfalls you did not even imagine now ;-)


At least, yes: it is possible. The API of EOF allows you to  
dynamically create or alter any EOModel or model property you want.  
The changing of database structure is not so well supported. As far  
as I remember there is no good solution for altering existing  
tables. We have our own solution for this as we only support Oracle  
this hasn't be too much generic for our needs.


One of the greatest problem is that no WO-application likes its  
eomodel to be altered. This is basically assumed to be static after  
startup. You can do a lot during startup, but when you have  
different applications or even many instances of the same  
application you will get synchronization problems.


It would take too much time to describe the whole process (besides I  
fear I'm not allowed to share too much business knowledge here).


So good luck!


Hi all,

I am developing an application where I want to give to the end  
user  the ability to alter EOModel and database, that is to add  
fields in  a table, or to add a new table and to be able to insert  
and/or edit  data on this table.


I am sure that there is a way to do it but as with the whole   
WebObjects documentation is  a miracle to find out how (at least  
for  a new comer like me).


Can anyone suggest to me some APIs or readings about this?
I think you should also consider alternative technologies. I  
*believe*  you might find stuff that is a lot more suited to this  
kind of work  then WO is.
A question to the rest of the list: has anyone ever even tried  
doing  this with WO? And I don't mean just fiddling with the in- 
memory model,  but also saving the model, changing the DB schema on  
the fly etc...

see above :-)

Regards,
Susanne
--
Susanne Schneider
Coordinator secuTrial Development

iAS interActive Systems GmbH
Dieffenbachstraße 33 c, D-10967 Berlin

fon+49(0)30 22 50 50 - 498
fax+49(0)30 22 50 50 - 451
mail   susanne.schnei...@interactive-systems.de
webhttp://www.interActive-Systems.de


Geschäftsführer: Dr. Marko Reschke, Thomas Fritzsche
Sitz der Gesellschaft: Berlin
Amtsgericht Berlin Charlottenburg, HRB 106103B




___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Altering EOModel

2009-01-16 Thread Stavros Panidis

Hi all,

I am developing an application where I want to give to the end user  
the ability to alter EOModel and database, that is to add fields in a  
table, or to add a new table and to be able to insert and/or edit data  
on this table.


I am sure that there is a way to do it but as with the whole  
WebObjects documentation is  a miracle to find out how (at least for a  
new comer like me).


Can anyone suggest to me some APIs or readings about this?

Many thanks in advance


Stavros

___
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/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com