Re: WOO encoding type UTF-8 doesn't match component MacRoman

2012-02-14 Thread Johann Werner
Hi Tom, have you checked that your html and wod files are really encoded in UTF-8 and not MacRoman? Try to open the files of one component in a text editor and resave it with UTF-8 encoding. Does the error for that component persist? jw Am 14.02.2012 um 22:35 schrieb Tom Woteki: > All: > >

Re: SOLVED Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread Chuck Hill
On 2012-02-14, at 9:03 PM, Ramsey Gurley wrote: > Yeah, a "fluffy bunny" of deployment to round off the sharp edges would be > nice. Maybe someday I will write a script/installer/jnlp/something that > makes deployment extremely simple. I even know what to call it already... > > WOnan the Dep

Re: SOLVED Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread Ramsey Gurley
Yeah, a "fluffy bunny" of deployment to round off the sharp edges would be nice. Maybe someday I will write a script/installer/jnlp/something that makes deployment extremely simple. I even know what to call it already... WOnan the Deployer! ;-) Ramsey On Feb 14, 2012, at 5:46 PM, James Cice

SOLVED Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread James Cicenia
That was it! I had to include in application: setFrameworksBaseURL("/WebObjects/MidwestFoodsWeb.woa/Frameworks"); You would think "EVERYTHING" came included with a pure wonder d2w app. :-) Don't know how it ever worked before. Thanks James On Feb 14, 2012, at 6:34 PM, Chuc

Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread Chuck Hill
frameworksBaseURL set incorrectly? http://wiki.wocommunity.org/display/WOL/WOApplication On 2012-02-14, at 2:48 PM, James Cicenia wrote: > src="/WebObjects/Frameworks/Ajax.framework/WebServerResources/wonder.js"> > > The above is the url on the server... I would think that it would have the

Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread Ramsey Gurley
It should if you set WOFrameworksBaseURL. Ramsey On Feb 14, 2012, at 3:48 PM, James Cicenia wrote: > src="/WebObjects/Frameworks/Ajax.framework/WebServerResources/wonder.js"> > The above is the url on the server... I would think that it would have the > app navme first i.e. > > /WebObjects/MW

Re: Wrong Session class

2012-02-14 Thread Chuck Hill
That must means the /bin directory is not a jar file. On 2012-02-14, at 3:51 PM, Ted Archibald wrote: > Here's the output. It appears that the bin folder for the project is missing > (it exists in the file system though). > > System Properties Follow > file.encoding.pkg = sun.io > java.ho

rule for excel and dates?

2012-02-14 Thread James Cicenia
My dates aren't appearing in my Excel export. Am I missing a rule? Thanks James smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@li

Re: Wrong Session class

2012-02-14 Thread Chuck Hill
Try this and call it in main() to see what the classpath is. Chuck static public String dumpJVMConfiguration() { StringBuffer output = new StringBuffer("\nSystem Properties Follow\n"); Properties systemProperties = System.getProperties(); Enumeration property

Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread James Cicenia
The above is the url on the server... I would think that it would have the app navme first i.e. /WebObjects/MWF.woa/Frameworks . no? James On Feb 14, 2012, at 4:09 PM, Chuck Hill wrote: > > On 2012-02-14, at 12:39 PM, James Cicenia wrote: > >> I don't know. >> >> Everything else wor

Re: Wrong Session class

2012-02-14 Thread Ted Archibald
Every jar from /Library/Java/Extensions and /Library/WebObjects/Extensions is now removed, still no fix yet. I fired up an older version of eclipse/wolips and that didn't make a difference either. On Tue, Feb 14, 2012 at 12:30 PM, Pascal Robert wrote: > Anything strange in /Library/WebObjects/E

Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread Chuck Hill
On 2012-02-14, at 12:39 PM, James Cicenia wrote: > I don't know. > > Everything else works everywhere else. All the header files see the script > files, etc. > Straight out of the box D2W to edit page. Full embed deploy. Embedding does not mean you don't need to split install the web server r

WOO encoding type UTF-8 doesn't match component MacRoman

2012-02-14 Thread Tom Woteki
All: I get the subject warning for every component in a legacy app and another that says basically the same thing but also refers to the html file. How do I get rid of these pesky warning messages? Here is a typical .woo file for these components: { "WebObjects Release" = "WebObjects 5.0";

Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread James Cicenia
I don't know. Everything else works everywhere else. All the header files see the script files, etc. Straight out of the box D2W to edit page. Full embed deploy. I am now looking around in circles. Any other hints? On Feb 14, 2012, at 1:11 PM, Chuck Hill wrote: > > On 2012-02-14, at 10:20

ERJavaMail

2012-02-14 Thread Gino Pacitti
Hi All I can send an HTML email with style and UTF-8 Characters... But the styling does not get rendered on my mail program (It does for other HTML emails...) The main difference I see in the headers is this: My email header viewed as source Content-Type: text/plain; charset=utf-8 Content-T

ERJavaMail

2012-02-14 Thread Gino Pacitti
Hi All I can send an HTML email with style and UTF-8 Characters... But the styling does not get rendered on my mail program (It does for other HTML emails...) The main difference I see in the headers is this: My email header viewed as source Content-Type: text/plain; charset=utf-8 Content-T

Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread Chuck Hill
On 2012-02-14, at 10:20 AM, James Cicenia wrote: > OK - > > I see all this but what am I supposed to do? Works great on my dev machine > but deployment breaks. Then find what is different. Did you forget to do the split install of web server resources? > > This is also a very pure plan ja

Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread Ramsey Gurley
By not creating a new WOContext :-) I forget exactly what I was doing, but I think I was loading a component with the action binding on an AMC. The action binding generated a new page, the new page had a new context, and loaded prototype.js via AOD into the existing page. Then everything br

Re: Community Membership

2012-02-14 Thread Pascal Robert
Le 2012-02-14 à 13:45, Emmanuel Tote Dominguez Torres a écrit : > is my student id from college enough? Yes, it is. > if it is I will scan it tonite when i get home. > or a mail from my college account? > emmanuel.doming...@red.cucei.udg.mx A lot of colleges and universities let people to kee

Re: OT: Looking for Java applet discussion/form

2012-02-14 Thread Klaus Berkling
On Feb 14, 2012, at 10:13 AM, Pascal Robert wrote: > > Le 2012-02-14 à 12:31, Klaus Berkling a écrit : > >> >> I'm having a weird SSL issue. I have a WO generated page which contains a >> Java applet linking to a WO generated JNPL page. This all works. All hail >> the Wonder. :-) >> >> The

Re: Community Membership

2012-02-14 Thread Emmanuel Tote Dominguez Torres
is my student id from college enough? if it is I will scan it tonite when i get home. or a mail from my college account? emmanuel.doming...@red.cucei.udg.mx On Tue, Feb 14, 2012 at 12:32 PM, Pascal Robert wrote: > You need to send me proof that you are a full time student. A scan of a > valid s

Re: Community Membership

2012-02-14 Thread Pascal Robert
You need to send me proof that you are a full time student. A scan of a valid student card is an example. I'm working on the new site and will make the membership stuff more easy to find. > Good afternoon list, > I was watching the screencasts today and I noticed the pricing about the > member

Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread Ramsey Gurley
Stick a breakpoint in the AOD. Is Prototype.js ever reloaded. Ramsey On Feb 14, 2012, at 10:42 AM, James Cicenia wrote: > It is in the header > > /WebObjects/Frameworks/Ajax.framework/WebServerResources/wonder.js > and loads just find straight from the browser. > > James > > > > On Feb 14,

Re: Wrong Session class

2012-02-14 Thread Pascal Robert
Anything strange in /Library/WebObjects/Extensions ? > So now I'm getting more perplexed. > > I just created a fresh clean wonder app with no references to any extra > project or library and I get the same error. But I have other projects that > I can run just fine. > > On Tue, Feb 14, 2012 a

Re: Wrong Session class

2012-02-14 Thread Chuck Hill
It is not finding the Wonder frameworks? Have you updated Eclipse or WOLips and thus changed something? On 2012-02-14, at 9:57 AM, Ted Archibald wrote: > So now I'm getting more perplexed. > > I just created a fresh clean wonder app with no references to any extra > project or library and I

Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread James Cicenia
OK - I see all this but what am I supposed to do? Works great on my dev machine but deployment breaks. This is also a very pure plan jane ERModernLook application... so I don't know where new WOContexts would come from? how did you solve it before? On Feb 14, 2012, at 12:01 PM, Ramsey Gurle

Re: Wrong Session class

2012-02-14 Thread Chuck Hill
/Library/WebObjects/Extensions is another place that jars get loaded from. Unless they are also in your app/frameworks (a good idea BTW), clearing this out can prevent your apps from starting. But it is a place to investigate. I'd also review the classpath file that is built into your applicat

Re: OT: Looking for Java applet discussion/form

2012-02-14 Thread Pascal Robert
Le 2012-02-14 à 12:31, Klaus Berkling a écrit : > > I'm having a weird SSL issue. I have a WO generated page which contains a > Java applet linking to a WO generated JNPL page. This all works. All hail the > Wonder. :-) > > The issue is with the SSL certificate. Browsers have no problem wit

Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread Ramsey Gurley
AOD is on line 159 of wonder.js. It's called whenever you do a ERXResponseRewriter on an ajax response. ERXResponseRewriter keeps track of what it sends down, so it usually doesn't resend prototype.js. But if something happens that generates a new WOContext, then prototype.js sometimes can get

Re: Wrong Session class

2012-02-14 Thread Ted Archibald
So now I'm getting more perplexed. I just created a fresh clean wonder app with no references to any extra project or library and I get the same error. But I have other projects that I can run just fine. On Tue, Feb 14, 2012 at 11:28 AM, Ted Archibald wrote: > I also tried removing any superflu

Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread James Cicenia
It is in the header /WebObjects/Frameworks/Ajax.framework/WebServerResources/wonder.js and loads just find straight from the browser. James On Feb 14, 2012, at 11:39 AM, Chuck Hill wrote: > wonder.js is not getting loaded. > > > On 2012-02-14, at 8:52 AM, James Cicenia wrote: > >> Referenc

Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread Chuck Hill
wonder.js is not getting loaded. On 2012-02-14, at 8:52 AM, James Cicenia wrote: > ReferenceError: Can't find variable: AUP > > > > What is this? It stops my ERAttachment from opening up a finder file select. > > Thanks > James > ___ > Do not post

OT: Looking for Java applet discussion/form

2012-02-14 Thread Klaus Berkling
I'm having a weird SSL issue. I have a WO generated page which contains a Java applet linking to a WO generated JNPL page. This all works. All hail the Wonder. :-) The issue is with the SSL certificate. Browsers have no problem with the certificate looking at static pages or with the WO gene

Re: Wrong Session class

2012-02-14 Thread Ted Archibald
I also tried removing any superfluous frameworks in the classpath, also to no avail. On Tue, Feb 14, 2012 at 11:21 AM, Ted Archibald wrote: > I tried that as well and I got the same original error. > > > On Tue, Feb 14, 2012 at 8:44 AM, John Huss wrote: > >> You could also just tell WO explicitl

Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread David LeBer
AUP = AjaxUploadClient. It's provided by wonder.js -- David LeBer Codeferous Software On 2012-02-14, at 11:52 AM, James Cicenia wrote: > ReferenceError: Can't find variable: AUP > > > > What is this? It stops my ERAttachment from opening up a finder file select. > > Thanks > James > ___

Re: error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread Ramsey Gurley
Ajax Update Popsicle. It always makes my app freeze. ;-) I've had the wonder.js ajax variables disappear on me on more than one occasion when the prototype.js was reloaded by the Ajax On Demand (AOD) thing. I don't know if that's the problem now, but it's a place to start. Ramsey On Feb 14,

Re: Wrong Session class

2012-02-14 Thread Ted Archibald
I tried that as well and I got the same original error. On Tue, Feb 14, 2012 at 8:44 AM, John Huss wrote: > You could also just tell WO explicitly where your classes are. You can do > this in your Application's main method: > > _NSUtilities.setClassForName(Main.class, Main.class.getSimpleName()

Re: Wrong Session class

2012-02-14 Thread Ted Archibald
I had some old jars in /Library/Java/Extensions so I removed them to no avail. On Mon, Feb 13, 2012 at 9:55 PM, Chuck Hill wrote: > Read carefully. The first is for Session.java, the second is for > Main.java. Either make the default action a direction action and in > defaultAction() return the

error in deploy: ReferenceError: Can't find variable: AUP

2012-02-14 Thread James Cicenia
ReferenceError: Can't find variable: AUP What is this? It stops my ERAttachment from opening up a finder file select. Thanks James smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list. They will be ignored

Re: AjaxFramawork and IE9

2012-02-14 Thread James Cicenia
Uh oh, seems like it doesn't make a difference. :-( - James On Feb 13, 2012, at 2:44 PM, Tim Worman wrote: > Samuel: > > Just out of curiosity, are you running IE 9 in compatibility mode? This may > not effect your issue but I have gotten very different results (regarding > AJAX stuff) out

Re: AjaxFramawork and IE9

2012-02-14 Thread James Cicenia
Funny - I just created a really nice AjaxSortableList and sure enough it didn't work on my test user's IE9. I will find out if she is running in compatibility mode. James On Feb 13, 2012, at 2:44 PM, Tim Worman wrote: > Just out of curiosity, are you running IE 9 in compatibility mode?

Re: Wrong Session class

2012-02-14 Thread John Huss
You could also just tell WO explicitly where your classes are. You can do this in your Application's main method: _NSUtilities.setClassForName(Main.class, Main.class.getSimpleName()); _NSUtilities.setClassForName(Session.class, Session.class.getSimpleName()); _NSUtilities.setClassForName(DirectAc

ERMailDeliveryPlainText

2012-02-14 Thread Gino Pacitti
Hi All Just a simple question today I am trying to use ERMailDeliveryPlainText and want to send UTF-8 characters such as £ symbols. er.javamail.defaultEncoding = UTF-8 is set but it still results in an appended symbol like a drunk L and then the £ symbol - any quick way to correct t