The new iTunes Connect and WebObjects

2014-09-06 Thread Mertz Stéphan
Hi List,

A good surprise to still see WebObjects behind the new iTunes connect. But all 
the same very surprising!
Does the couple ERRest and AngularJS is the last technical choice of the iTunes 
team for the coming years?

Cheers,

Stéphan
 ___
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

Derived attribute and Prototype

2012-03-13 Thread Mertz Stéphan
Hi everybody,

I have a problem with derived attribute and Prototype : the SQL produced by EOF 
tries to fetch a column with the name of the attribute, but not the derived 
definition.
What's wrong ?

Thank you for your help.
 ___
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: WebOjects Apache Adaptor for 16 Servers+

2011-08-26 Thread Mertz Stéphan
Hi Paul,

Could you share with us your experience in WebObjects deployment with lot of 
servers ?
I am facing problem with the following architecture :
 . a dedicated http server with only Apache and mod_webobjects on it
 . multiple application servers with wotaskd and WebObjects apps

Are you in the same conf ?
Do you share the siteConfig.xml for all the servers ?
Where are your monitor ?

Thanks,

Stéphan


Le 24 août 2011 à 10:40, Paul Dunkler a écrit :

 Hi out there,
 
 we a re currently facing problems with our WebObjects deployment which has 
 grown very much in the last time.
 The problem is, that we want to connect more than 16 Servers to the Adaptor, 
 which is not possible because the adaptor has an hard-coded limit on 16 
 app-servers.
 
 Is there anyone out there which such a big deployment? What is your solution 
 for handling this problem?
 One possibility would be compiling the adaptor myself and setting the 
 hard-coded limit to 20 or some, but i thank that is not really the right way.
 
 It would be really nice to hear from your experiences / tips on this topic!
 
 
 --
 Mit freundlichen Grüßen / Kind regards
 
 Paul Dunkler
 ___
 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/s.mertz%40improve.fr
 
 This email sent to s.me...@improve.fr

 ___
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: WebOjects Apache Adaptor for 16 Servers+

2011-08-26 Thread Mertz Stéphan
Hi,

Le 26 août 2011 à 14:31, Alexander Spohr a écrit :

 What is your problem?
It's rather a comprehension problem.
My first attempt was to install a monitor+wotaskd on the http server to manage 
the app servers: bad idea.
I did not know the mechanism of synchonisation between the wotaskds, I do not 
know if it is really reliable.

 Are you in the same conf ?
 
 _IN_ the same conf? Not sure I understand this question (but I am German and 
 not a native speaker).
 We have one wotaskd per machine. All apps on one machine are configured with 
 it.
I wanted to ask : do you have the same setup ? (not native speaker too)

 Do you share the siteConfig.xml for all the servers ?
 Yes. But we do not transfer the file. the web-server contacts alls wotaskd's.
 That is much better if one app(-server) goes offline.
So, each app server has it's own siteConfig.xml (auto-magically synchronized)? 
It is not in a shared folder ?

 Where are your monitor ?
 On one of the app-servers. Only running when we need it. Not in wotaskd's 
 config but started by hand.

Stéphan ___
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: REST/JSON front-end to JavaMonitor

2011-05-12 Thread Mertz Stéphan
Cool !

Le 12 mai 2011 à 23:42, Jesse Tayler a écrit :

 it does?
 
 I'd write an iphone app for that which the group could have as an example...
 
 
 On May 12, 2011, at 5:36 PM, Klaus Berkling wrote:
 
 Since the wonder JavaMonitor has REST  JSON, anyone written a front end for 
 it?
 
 (Afraid to ask given what I started with that other thread...)
 
 kib
 
 Success is not final, failure is not fatal: it is the courage to continue 
 that counts.
 Winston Churchill
 
 Klaus Berkling
 Web Application Dev.  Systems Analyst
 DynEd International, Inc.
 www.dyned.com | blog | @kiberkli
 
 
 
 ___
 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/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.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:
 http://lists.apple.com/mailman/options/webobjects-dev/s.mertz%40improve.fr
 
 This email sent to s.me...@improve.fr

 ___
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: WO server to connect to Apple's Push Notification Service for iOS

2011-02-15 Thread Mertz Stéphan
Hi,

Here is the code I used some time ago:

import java.io.ByteArrayOutputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.net.UnknownHostException;
import java.security.KeyStore;
import java.util.Enumeration;

import javax.net.ssl.KeyManagerFactory;
import javax.net.ssl.SSLContext;
import javax.net.ssl.SSLSocket;
import javax.net.ssl.SSLSocketFactory;

import com.webobjects.foundation.NSData;
import com.webobjects.foundation.NSDictionary;

public class IPhonePushNotification {
private static String staticHost = /* Apple gateway push server name */;
private static int staticPort = /* Apple gateway push server port */;
private static String passPhrase = * your passPhrase */;
private static String certificateAndKey = /Certificats/iPhoneAPS.p12;
private static SSLSocketFactory factory = null;
private static IPhonePushNotification iPhonePushNotification;

public IPhonePushNotification () {
try {
if (new File(certificateAndKey).exists()  staticHost != null  
staticPort != 0  passPhrase != null) {
try {
SSLContext ctx;
KeyManagerFactory kmf;
KeyStore ks;

ctx = SSLContext.getInstance(TLS);
kmf = KeyManagerFactory.getInstance(SunX509);
ks = KeyStore.getInstance(PKCS12);

ks.load(new FileInputStream(certificateAndKey), 
passPhrase.toCharArray());

kmf.init(ks, passPhrase.toCharArray());
ctx.init(kmf.getKeyManagers(), null, null);

factory = ctx.getSocketFactory();
} catch (Exception e) {
e.printStackTrace();
throw new IOException(e.getMessage());
}
}
} catch (Exception e) {
 e.printStackTrace();
}
}

public static IPhonePushNotification iPhonePushNotification() {
if (iPhonePushNotification == null) {
iPhonePushNotification = new IPhonePushNotification();
}

return iPhonePushNotification;
}

private static String getJSONMessage(String msg, NSDictionary infos) {
StringBuffer jsonMessage = new StringBuffer({\aps\:{\alert\:\ + 
msg + \,\badge\:0,\sound\:\default\});

if (infos != null  infos.count() != 0) {
Enumeration l_enum = infos.keyEnumerator();
while (l_enum.hasMoreElements()) {
String l_key = (String) l_enum.nextElement();
String l_value = (String) infos.objectForKey(l_key);

jsonMessage.append(,\ + l_key + \:\ + l_value + \);
}
}

jsonMessage.append(});

return jsonMessage.toString();
}

public synchronized void sendMessage(String msg, NSDictionary infos, NSData 
deviceToken) {
if (factory != null) {
SSLSocket socket;

try {
socket = (SSLSocket) factory.createSocket(staticHost, 
staticPort);
socket.startHandshake();
sendMessage(socket, getJSONMessage(msg, infos), deviceToken);
} catch (UnknownHostException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
} catch (Exception e) {
e.printStackTrace();
}
}
}

private synchronized static void sendMessage(SSLSocket sock, String msg, 
NSData deviceToken) throws Exception{
 OutputStream sos = sock.getOutputStream();
 ByteArrayOutputStream bos = new ByteArrayOutputStream();
 DataOutputStream dos = new DataOutputStream(bos);
 dos.writeByte(0); // 1 byte command

 byte[] binaryDeviceID = deviceToken.bytes();

 byte [] token = binaryDeviceID;
 dos.writeShort(token.length); // 2 byte token length
 dos.write(token); // token
 byte [] payload = msg.getBytes(UTF-8);
 dos.writeShort(payload.length); // 2 byte msg length
 dos.write(payload); // payload

 byte [] output = bos.toByteArray();

 sos.write(output);
 sock.close();
}
}


Example of use with WO:
while (l_usersEnum.hasMoreElements()) {
 EOUser l_user = (EOUser) l_usersEnum.nextElement();

 if (l_user.parameterValueForKey(deviceToken) != null) {
 if (l_passageCreation  
Utils.booleanValueOf(l_user.parameterValueForKey(pushPassageCreation))) {
 final NSDictionary infos = new NSDictionary(
 new Object[] { l_pssg.valueForKey(pssgID), 
l_user.parameterValueForKey(pushServer) },
 new Object[] { pssgID, server_name });
 final String msg = 

Apache WebObjects Adaptor crash on Windows2007

2010-12-17 Thread Mertz Stéphan
Hi,

We regularly have a crash of Apache because of the WebObjects adaptor with the 
following log:

Thu Dec 16 17:06:58 2010] [error] WOSocket: connect error in NB connect: An 
operation on a socket could not be performed because the system lacked 
sufficient buffer space or because a queue was full.\r\n 
[Thu Dec 16 17:06:58 2010] [error] couldn't connect to xxx.yyy.net (1085): An 
operation on a socket could not be performed because the system lacked 
sufficient buffer space or because a queue was full.\r\n 
[Thu Dec 16 17:06:58 2010] [error] Error connecting to server xxx.yyy.net
[Thu Dec 16 17:06:58 2010] [error] Request handling error: The requested 
application was not found on this server. 

Any ideas ?

 ___
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: Windows 2008 64bits deployment

2010-12-02 Thread Mertz Stéphan
Hello,

We have some customers on Win 2K8 R2 64 bits, with :
. jdk-1_5_0_22-windows-i586 32bits
. Apache 2.2.16 32bits

Le 2 déc. 2010 à 16:37, Frédéric JECKER a écrit :

 Hi, 
 
 One of our customer is willing to update its servers to Win 2K8 R2 64 bits
 Has anyone on the list ever deployed this platform ? If yes, should I stick 
 to a x86 JVM (as apache binaries and adaptor are also x86) ?
 
 Thanks
 
 ___
 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/s.mertz%40improve.fr
 
 This email sent to s.me...@improve.fr

 ___
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: Windows 2008 64bits deployment

2010-12-02 Thread Mertz Stéphan
I don't see anything to change in this page.

Le 2 déc. 2010 à 17:34, Frédéric JECKER a écrit :

 Or maybe update the windows deployment page (if needed) 
 http://wiki.objectstyle.org/confluence/display/WO/Deploying+on+Windows
 
 De : David Avendasora webobje...@avendasora.com
 Date : Thu, 2 Dec 2010 11:30:58 -0500
 À : Mertz Stéphan s.me...@improve.fr
 Cc : Frédéric JECKER f.jec...@symaris.com, WebObjects-Dev List 
 webobjects-dev@lists.apple.com
 Objet : Re: Windows 2008 64bits deployment
 
 Hi!
 
 Would you be willing to document how you set up that deployment 
 configuration on the Wiki? I think it would be really helpful for a lot of 
 people on the list.
 
 http://wiki.objectstyle.org/confluence/display/WO/Platforms
 
 Thanks!
 
 Dave
 
 On Dec 2, 2010, at 11:17 AM, Mertz Stéphan wrote:
 
 Hello,
 
 We have some customers on Win 2K8 R2 64 bits, with :
 . jdk-1_5_0_22-windows-i586 32bits
 . Apache 2.2.16 32bits
 
 Le 2 déc. 2010 à 16:37, Frédéric JECKER a écrit :
 
 Hi, 
 
 One of our customer is willing to update its servers to Win 2K8 R2 64 bits
 Has anyone on the list ever deployed this platform ? If yes, should I 
 stick to a x86 JVM (as apache binaries and adaptor are also x86) ?
 
 Thanks
 
 ___
 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/s.mertz%40improve.fr
 
 This email sent to s.me...@improve.fr
 
 ___
 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/webobjects%40avendasora.com
 
 This email sent to webobje...@avendasora.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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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

Does Apple stop to use WebObjects for its internal tools?

2010-09-10 Thread Mertz Stéphan
Hi,

The new 'the Sales and Trend reporting module' of iTunes Connect is develop 
with JSF instead of WebObjects.
Does Apple stop to use WebObjects for its internal tools?

Does someone know what is powering the new Ping social network ?

Regards,

Stéphan ___
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: Does Apple stop to use WebObjects for its internal tools?

2010-09-10 Thread Mertz Stéphan
Oups, I had a really very very bad idea to open this subject again.

Le 10 sept. 2010 à 17:18, Michael DeMan a écrit :

 Well
 
 I can not say for sure, but it is incredibly difficult to get folks who have 
 expertise in WebObjects anywhere, at low cost.  It also has been a dying 
 technology since NeXT got Apple back.  I am not sure why it was never just 
 open sourced, other than it must be that somebody somewhere at ex-NeXT or 
 Apple has an unreasonable ego.
 
 Also, there is no reason for a large company that has staffing requirements, 
 to not use technologies that have broader exposure in advance to incoming 
 technology professionals
 
 
 
 On Sep 9, 2010, at 11:54 PM, Mertz Stéphan wrote:
 
 Hi,
 
 The new 'the Sales and Trend reporting module' of iTunes Connect is develop 
 with JSF instead of WebObjects.
 Does Apple stop to use WebObjects for its internal tools?
 
 Does someone know what is powering the new Ping social network ?
 
 Regards,
 
 Stéphan ___
 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/webobjects%40deman.com
 
 This email sent to webobje...@deman.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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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


Windows 2003 server + Apache 2.2 deployment problem

2010-09-06 Thread Mertz Stéphan
Hi,

We are facing a big problem of deployment. We have a lot of client 
de-connection (with http 500 error).
Here are the logs :

Apache log :
[Mon Sep 06 16:36:22 2010] [info] [client 10.11.36.74] (OS 10054)An existing 
connection was forcibly closed by the remote host.  : core_output_filter: 
writing data to the network

Application log :
[2010-9-6 16:36:24 CEST] WorkerThread7 WOWorkerThread id=7 
socket=Socket[addr=/127.0.0.1,port=2046,localport=2003] Exception while 
sending response: java.net.SocketException: Connection reset by peer: socket 
write error

There is no exception in our code.
If the user refreshes his navigator, the result page appears correctly.
Changing the Apache settings EnableMMAP and EnableSendfile has no effects.

Any idea ?

Stéphan ___
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: JProfiler / WOLips integration

2009-12-16 Thread Mertz Stéphan
Hi,

You must use JProfiler 5.
Don't forget to make a search in the woproject-...@objectstyle.org archives.

Le 16 déc. 2009 à 18:19, Giles Palmer a écrit :

 Hi
 
 Trying to set up JProfiler with WOLips.  I have done the following...
 
 1) installed JProfiler 6.0.2, selected eclipse 3.4 during the ide integration 
 step
 2) installed wolips JProfiler plugin-in (just updated WOLips etc from nightly)
 
 Eclipse is 3.4.1
 WOLips is version 3.4.6015 and the JProfiler Launching plug-in is listed.
 
 Done an Eclipse -clean launch but there is no Profile as=WebObjects 
 Application.  If I create a new Profile configuration based on Profiled 
 WOApplication (JProfiler) then launch this I get the following error from 
 Eclipse...
 
 An internal error occurred during: Launching MyApp.
 com.jprofiler.integrations.eclipse.internal.ProfilingSession.createProfilingSession(Lorg/eclipse/debug/core/model/ILaunchConfigurationDelegate;Lorg/eclipse/debug/core/ILaunchConfiguration;)Lcom/jprofiler/integrations/eclipse/internal/ProfilingSession;
 
 
 Any ideas?  Has anyone got JProfiler 6 working with WOLIps?
 
 Thanks
 
 Giles
 ___
 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/s.mertz%40improve.fr
 
 This email sent to s.me...@improve.fr

 ___
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: WOWODC 2010 : call for presenters

2009-11-02 Thread Mertz Stéphan
Hello Kieran,

Could you share with us the way in which you integrated jaspereport with 
WebObjects?
Is it possible to use KVC and the objets graph like ReportMill ?

Thank you very much.

Stéphan

Le 3 nov. 2009 à 02:35, Kieran Kelleher a écrit :

 Dennis,
 
 It is beneficial to have sessions on the few frameworks that are 
 available I am sure each has strengths and benefits. I only mentioned 
 Jasper Reports because I recently absorbed it into my head and integrated it 
 into an app easily and I was very pleased with the results. I could not 
 compare it to PDFKit because I have not used it  yet although I did 
 browse the PDFKit documentation.
 
 I would love to hear a session on your PDFKit framework. The WOWODC sessions 
 are always a great springboard to dive into something one has not used before.
 
 Regards, Kieran :-)
 
 On Nov 2, 2009, at 5:56 PM, Gaastra Dennis - WO Lists wrote:
 
 It appears that several people on this list are promoting all kinds of other 
 PDF generating frameworks, for whatever reasons they have. 
 
 We were proposing to present at the WOWDC on how to make some advanced PDF 
 reports that cannot be created with the regular template systems; with a 
 fair amount of new example code.
 
 However, if this appears not to be of benefit to most of the community, 
 maybe we should focus on presenting the other items.
 
 With Kind Regards,
 
 Dennis Gaastra, 
 Chief Technology Officer,
 WEBAPPZ Systems, Inc.
 
 
 
 
 On 2009-11-02, at 1:42 PM, Kieran Kelleher wrote:
 
 Ricardo,
 
 JasperReports . Free, OpenSource.  it works . easy, 
 peasy... only thing u have to do is buy JasperReports 3.5 for Java 
 Developers from amazon.com since there is no easy to find free 
 documentation . yet ;-)
 
 Regards, Kieran
 
 
 On Nov 2, 2009, at 3:04 PM, Ricardo J. Parada wrote:
 
 I'm interested in PDFKit or anything that could help us phase out 
 ReportMill.  :-)
 
 On Nov 2, 2009, at 2:51 PM, Gaastra Dennis - WO Lists wrote:
 
 Bonjour Pacal,
 
 How about I present some of our PDFkit advanced reports coding, our 
 Cloud Computing engine bizDAV, and our newest large WO scheduling 
 engine scheduleDS. It would be nice to revisit Montreal; the last time I 
 was there was in 1977.
 
 With Kind Regards,
 
 Dennis Gaastra, 
 Chief Technology Officer,
 WEBAPPZ Systems, Inc.
 
 
 This message contains confidential information and is intended only for 
 the individual named. If you are not the named addressee you should not 
 disseminate, distribute or copy this e-mail. Please notify the sender 
 immediately by e-mail if you have received this e-mail by mistake and 
 delete this e-mail from your system. E-mail transmission cannot be 
 guaranteed to be secure or error-free as information could be 
 intercepted, corrupted, lost, destroyed, arrive late or incomplete, or 
 contain viruses. The sender therefore does not accept liability for any 
 errors or omissions in the contents of this message, which arise as a 
 result of e-mail transmission. If verification is required please request 
 a hard-copy version. WEBAPPZ Systems, Inc., 726 - 1489 Marine Drive, West 
 Vancouver, BC, CANADA V7T 1B8, www.webappz.com
 
 
 
 
 On 2009-11-02, at 11:09 AM, Pascal Robert wrote:
 
 Hello everyone,
 
 So WOWODC 2010 will be held on August 27th, 28th and 29th in Montreal. 
 Ok, before people ask : why not in SF again? Plain answer : we are 
 moving to a new building in July so we will be busy preparing for the 
 move and I can't afford to go to SF. It also allow me to deliver a 
 better conference since I can actually go to the hotel to see everything 
 and test Net access before signing the contract, no bad surprises like 
 we have every year in SF!
 
 Still, for 2011 and later, we want to do a rotation, one year on the 
 East coast of NA, one year on the West coast, and we will need 
 co-organizers for that (even if I would like to, I can't go visit every 
 city in NA in two days :-)). But that's for 2011 and up, we are far from 
 that.
 
 So mark your calendars, and if you want to present, this is the official 
 call for presenters. 4 of you already said I'm in, and we will have 
 two rooms so that we can have concurrent presentations (and plenty of 
 lab time).  Check the Presenters FAQ here :
 
  http://www.wocommunity.org/wowodc10/presenters-faq.html
 
 Pricing and venue will be confirmed before the year's end, but 95% 
 chance we will go back to the Gouverneur Place Dupuis like we did for 
 WOWODC East 2009.
 
 Pascal Robert
 prob...@macti.ca
 
 My first name is Pascal, NOT Robert :-)
 
 
 ___
 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/webobjects_lists%40webappz.com
 
 This email sent to webobjects_li...@webappz.com
 
 

Re: French characters butchered in deployed app, works fine in Eclipse

2009-09-04 Thread Mertz Stéphan

Hi,

Could you make a try with this in your app init ?

WOMessage.setDefaultEncoding(UTF-8);
WOMessage.setDefaultURLEncoding(UTF-8);

Stéphan

Le 3 sept. 2009 à 22:23, Jim Roepcke a écrit :


Hi all,

The Wonder app I'm working on is localized into English and French.
Everything works perfectly when the app is run from Eclipse.

However, if we build the app (on Mac OS X 10.5.8 or Mac OS X 10.6) and
run the build woa via the command line or Monitor (on Mac OS X Server
10.5.8 or Mac OS X 10.6), all French accented characters are garbled!
For example, instead of:

Sélectionnez une langue

we see:

Sélectionnez une langue

Our apps Properties files contain the following related to encodings
and localization:

er.extensions.ERXLocalizer.defaultLanguage=English
er.extensions.ERXLocalizer.availableLanguages=(English,French)
er.extensions.ERXApplication.DefaultEncoding=UTF-8
er.extensions.ERXApplication.DefaultMessageEncoding=UTF-8

Our apps link with ERJars, ERExtensions and JavaWOExtensions from  
Wonder.


It doesn't matter if French.lproj/Localizable.strings is in UTF-8 or
UTF-16 encoding, we have the same problem. It doesn't matter if the
request is through Apache or Direct Connect.

Other info...

WebObjects 5.4.3
Wonder -r 9705
WOLips 3.4.5924
Eclipse 3.4.1 (yes, we should upgrade to 3.4.2, I know)

Has anyone seen this behaviour before or have any idea what might be
causing this problem?

Thanks,

Jim
___
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/s.mertz%40improve.fr

This email sent to s.me...@improve.fr


___
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: WO 5.4 under windows

2009-08-18 Thread Mertz Stéphan

Hi Stefan,

Your apache WO Adapter doesn't work with Apache 2.2.13.
Here is the log:
C:\Documents and Settings\improveD:\Program Files\Apache Software  
Foundation\A

pache2.2\bin\httpd.exe -t
httpd.exe: Syntax error on line 117 of D:/Program Files/Apache  
Software Foundati
on/Apache2.2/conf/httpd.conf: Cannot load D:/Program Files/Apache  
Software Found
ation/Apache2.2/modules/mod_WebObjects.so into server: Cette  
application n'a pas
 pu d\xe9marrer car la configuration de l'application est incorrecte.  
R\xe9insta

ller l'application pourrait r\xe9soudre ce probl\xe8me.

Any idea ?

Stéphan

Le 25 mars 09 à 09:21, Stefan Klein a écrit :


Hi,

I added a short description to the Wiki. You will find it under
http://wiki.objectstyle.org/confluence/display/WO/Windows+Deployment+WO+5.4

Don, I think it would be very helpfully if you can add a hint to  
your installer.


Stefan


Don Lindsay schrieb:

Hello;

Let me check my notes.  I submitted the steps for installing 5.4 to  
windows last year I think it was, to the list.  I will get back  
with you once I have it.  I also have an installer that does all of  
the installation for hosting on Linux, Windows and Solaris.  I am  
still testing it at this time.  But it should be released shortly.


Thanks

Don
On Mar 24, 2009, at 7:49 AM, David Avendasora wrote:


Hi Fred,

Would you be willing to document everything in detail and post it  
to the Wiki? Or send it to me and I'll post it to the wiki? If you  
can provide the compiled WO Adaptor for Apache 2.2, that would be  
even better!


The current content on the wiki is quite old refers to WO 5.1 and  
5.2, referencing copying the frameworks from the installation CD.


I think this is a relatively common question for people now that  
Apple has officially stated that WO applications and all required  
frameworks can be served from any platform.


Dave


On Mar 24, 2009, at 4:46 AM, Stefan Klein wrote:


Hi Fred,

I'm are working on the same issue.

My configuration is:

Win2003 Server 64bit, Apache 2.2, JDK 1.5 and WO 5.4

I copied the WO Stuff from the Mac to the following structure:

c:/Apple/Library/Frameworks
c:/Apple/WebObjects/JavaApplications (JavaMonitor and wotaskd)
c:/Apple/WebObjects/Configuration/

My applications and frameworks go to c:/Apple/LocalLibrary

I set the NEXT_ROOT environment variable to C:/Apple.

To run wotaskd and JavaMonitor as windows services I use  
FireDaemon.


At least I compiled the WO Adapter under VisualStudio against  
Apache 2.2.


We are still testing, but it seems to work fine (famous last  
words :-) )


Stefan


Frédéric JECKER schrieb:

Hi list,

Does anyone has already succeeded in deploying WO 5.4 apps under  
windows ?
If yes, what's the procedure to follow to update existing server  
installations from 5.2.3 to 5.4 ?
Our clients are running only windows servers with WO 5.2.3 and  
we wish we could update them to the latest WO 5.4 + JDK 1.5.


Thanks for your answers

Fred
___
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/stefan.klein%40buero-sde.de

This email sent to stefan.kl...@buero-sde.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:
http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com

This email sent to webobje...@avendasora.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:
http://lists.apple.com/mailman/options/webobjects-dev/pccdonl%40mac.com

This email sent to pccd...@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:
http://lists.apple.com/mailman/options/webobjects-dev/stefan.klein%40buero-sde.de

This email sent to stefan.kl...@buero-sde.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:
http://lists.apple.com/mailman/options/webobjects-dev/s.mertz%40improve.fr

This email sent to s.me...@improve.fr


___
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