war for hello world

2012-08-24 Thread Ron X
hi! i have created a simple app thu eclipse-wolips - hello world - file - new - wonder application so i want to move it to jboss so i need war than i start ant with goal build at first than i want to start with goal war and i have: HelloWorld user$ ant build Buildfile:

Re: war for hello world

2012-08-24 Thread Bogdan Zlatanov
Hi Ron, sudo ln -s /path/to/your/eclipse_parent_folder/eclipse/plugins/org.objectstyle.wolips.woproject.ant_3.7.20120723.28/lib/woproject.jar /usr/share/ant/lib/woproject.jar should do it. Cheers On Aug 24, 2012, at 1:17 PM, Ron X wrote: hi! i have created a simple app thu

Re: war for hello world

2012-08-24 Thread Pascal Robert
You are aware than you can build the WAR inside Eclipse? http://wiki.wocommunity.org/display/documentation/Servlet+Deployment+Setup hi! i have created a simple app thu eclipse-wolips - hello world - file - new - wonder application so i want to move it to jboss so i need war than i start

Re: Tomcat

2012-08-24 Thread Ron X
hi 14:52:34,894 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of HelloWorld.war 14:52:43,820 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_cs.jar in /content/HelloWorld.war/WEB-INF/lib/derby.jar does

Re: creating a second database connection

2012-08-24 Thread Theodore Petrosky
It's not just spelling. i don't know why John responded. just below the sample property listing I listed the different spellings that I tried and .URL is number two. I was in the process of writing back to John when I thought, do it again. OK, so why does it work today? Maybe because I got a

More WOWODC transcripts

2012-08-24 Thread Pascal Robert
You can find more transcripts here: http://wiki.wocommunity.org/display/documentation/Transcripts The transcripts who have been added are: - WebObjects Quite Good Practices - This Year's Model - Hidden Treasures in Project Wonder - Inside the Enterprise Objects Framework - Practical Wonder -

Re: war for hello world

2012-08-24 Thread Bastian Triller
You have to specify the org.objectstyle.woproject.jar from your wolips installation as parameter for the -lib option of ant. Am 24.08.2012 13:18 schrieb Ron X ron.x.by...@gmail.com: hi! i have created a simple app thu eclipse-wolips - hello world - file - new - wonder application so i want

Re: beginner question: automatically going to next page

2012-08-24 Thread Bart Rijpers
Hi Chuck, The first page is a direct action login page. The user logs in with a key, the direct action class verifies the key and if the key is ok redirects automatically to the Main page. The key has to be passed from the URL using appendToResponse. 1. Login DA 2. Authenticate 3. Is ok show

Re: beginner question: automatically going to next page

2012-08-24 Thread Pascal Robert
Le 2012-08-24 à 13:54, Bart Rijpers jazzsa...@me.com a écrit : Hi Chuck, The first page is a direct action login page. The user logs in with a key, the direct action class verifies the key and if the key is ok redirects automatically to the Main page. The key has to be passed from the

Re: beginner question: automatically going to next page

2012-08-24 Thread Jean-François Veillette
The first page is a direct action login page. The user logs in with a key, the direct action class verifies the key and if the key is ok redirects automatically to the Main page. The key has to be passed from the URL using appendToResponse. 1. Login DA 2. Authenticate 3. Is ok show Main

Re: beginner question: automatically going to next page

2012-08-24 Thread Tim Worman
Bart: You should read this: http://davidleber.net/?p=70 You can simply pull the key out of the request, do your verification, then return pageWithName(Main.class.getName()). If Main needs to know what the key is you can easily pass it. You don't need appendToResponse to do that. That article

Obsolete frameworks and examples in Wonder

2012-08-24 Thread Pascal Robert
Hi everyone, So the results from the survey about how you use Project Wonder are out. The verdict? The following frameworks is not used by any of the respondents: - DRGrouping - ERWorkerChannel The following frameworks are not used much, and are frameworks that have not been updated for many

Re: Obsolete frameworks and examples in Wonder

2012-08-24 Thread Maik Musall
Hi, we belong to those folks who are just starting out exploring Wonder. We didn't use many frameworks until now only because we can't get acquainted with each one simultaneously. Am 24.08.2012 um 21:38 schrieb Pascal Robert: The following frameworks are not used much, and are frameworks that

Re: Obsolete frameworks and examples in Wonder

2012-08-24 Thread Pascal Robert
Le 2012-08-24 à 16:17, Maik Musall m...@selbstdenker.ag a écrit : Hi, we belong to those folks who are just starting out exploring Wonder. We didn't use many frameworks until now only because we can't get acquainted with each one simultaneously. Am 24.08.2012 um 21:38 schrieb Pascal

Re: Obsolete frameworks and examples in Wonder

2012-08-24 Thread David Holt
Hi Pascal, On 2012-08-24, at 12:38 PM, Pascal Robert prob...@macti.ca wrote: Hi everyone, So the results from the survey about how you use Project Wonder are out. The verdict? The following frameworks is not used by any of the respondents: - DRGrouping This used in BugTracker - please

Re: Obsolete frameworks and examples in Wonder

2012-08-24 Thread Ramsey Gurley
First off... Whoa Nellie! ERWOAdaptor is WebSockets. I was planning to start doing getUserMedia and streaming live video in the ERWebSockets example on that eventually. Definitely a keeper. I think ERNeutral should stay too. There's a template script in the Utilities directory that can use

Re: Obsolete frameworks and examples in Wonder

2012-08-24 Thread Chuck Hill
On 2012-08-24, at 2:07 PM, Ramsey Gurley wrote: First off... Whoa Nellie! ERWOAdaptor is WebSockets. I was planning to start doing getUserMedia and streaming live video in the ERWebSockets example on that eventually. Definitely a keeper. I think ERNeutral should stay too. There's a

Re: Obsolete frameworks and examples in Wonder

2012-08-24 Thread Chuck Hill
I'd be hesitant to make too much of this obsolete. On 2012-08-24, at 12:38 PM, Pascal Robert wrote: Hi everyone, So the results from the survey about how you use Project Wonder are out. The verdict? The following frameworks is not used by any of the respondents: - DRGrouping -

Re: More WOWODC transcripts

2012-08-24 Thread WebObjects TORAcom
Thanks Pascal. You are doing a great work thanks for you effort. I just download the .mp4 of WebObjects Quite Good Practices And I did a test in http://www.universalsubtitles.org. I added subtitles to the first 20 seconds of the video. You can see it here in action

Re: Obsolete frameworks and examples in Wonder

2012-08-24 Thread Pascal Robert
Le 2012-08-24 à 17:07, Ramsey Gurley rgur...@smarthealth.com a écrit : First off... Whoa Nellie! ERWOAdaptor is WebSockets. I was planning to start doing getUserMedia and streaming live video in the ERWebSockets example on that eventually. Definitely a keeper. I think ERNeutral should

woproject.jar from mDimension

2012-08-24 Thread Pascal Robert
Word of caution: I'm setting up Jenkins on my (brand new!) MBA and I just found out that the copy of woproject.jar that WOJenkins is fetching is coming from webobjects.mdimension.com but Jenkins on this server is down again, so WOJenkins is downloading a HTML file instead of the actual jar.