It looks like you forgot the step:
import the frameworks into your workspace (ERR2D2W, ERAuth, ERUsers, ERCoreBL, 
AWSPlugin)

In eclipse:
Window->Open Perspective->Other: Git

In the git repositories tab, open you ponder repo, right click on the working 
directory and choose Import Projects. Select Import existing projects, click 
next, then choose the missing frameworks and import them into your workspace

You should now see the projects in your wolips perspective somewhere under the 
WOExplorer tab. If you don’t see them, make sure you’ve selected your Window 
Working Set by choosing it under the downward pointing arrow at the top of that 
tab. 

On Mar 20, 2015, at 12:35 AM, HOUNKPONOU Ronald <[email protected]> 
wrote:

> Hi,
> 
> I have followed all the steps but I am unable to make the PONDER project work 
> because of unbound libraries (those i have add to my workspace (ERR2D2W, 
> ERAuth, ERUsers, ERCoreBL, AWSPlugin)). 
> 
> I sent you attached an image that expose the actual state of the wonder 
> project.
> Thanks and best regards.
> Rony.
> 
> 
> 2015-03-18 20:00 GMT+01:00 <[email protected]>:
> Send Webobjects-dev mailing list submissions to
>         [email protected]
> 
> 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
>         [email protected]
> 
> You can reach the person managing the list at
>         [email protected]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Webobjects-dev digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: Help on Ponder (Ramsey Gurley)
>    2. Project Wonder Noob question (Calven Eggert)
>    3. Re: Project Wonder Noob question (Ramsey Gurley)
>    4. Re: Project Wonder Noob question (Calven Eggert)
>    5. Re: Curl with javamonitor direct actions (Jeffrey Schmitz)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 17 Mar 2015 12:04:45 -0700
> From: Ramsey Gurley <[email protected]>
> To: HOUNKPONOU Ronald <[email protected]>
> Cc: [email protected]
> Subject: Re: Help on Ponder
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="windows-1252"
> 
> For a brief overview of the different frameworks in ponder, you can watch 
> this screencast from WOWODC 2013
> 
> http://www.wocommunity.org/podcasts/wowodc/2013/Ponder.m4v
> 
> Installation instructions would be something like
> 
> install wolips/webobjects/wonder 
> (https://wiki.wocommunity.org/display/WEB/Project+Wonder+Installation)
> clone ponder
> move the two project templates to the appropriate 
> directory(~/Library/Application Support/WOLips/Project Templates/)
> import the frameworks into your workspace (ERR2D2W, ERAuth, ERUsers, 
> ERCoreBL, AWSPlugin)
> In your wolips perspective, File->New->Project…
> select WOLips->New Project From Template
> select r2d2w application, name your project, finish
> open the Navigation.plist for the new app and add "Login,Logout” to your root 
> children
> 
> You should now have a basic project with authentication built in. If you want 
> to customize the ERUser class in some way, then you can create a new Wonder 
> framework, create your model, add my eogen templates to it, and then subclass 
> ERUser with your own User EO
> 
> https://wiki.wocommunity.org/display/documentation/Modeling+Inheritance+with+Entity+Modeler?src=search
> 
> and add a rule to your own user framework
> 
> 100 : *true* => userEntity = “MyUser" 
> [com.webobjects.directtoweb.EntityAssignment]
> 
> This way you can customize the user class and add whatever additional 
> relationships you may need. Be aware that if you add any mandatory 
> fields/relationships, you must set them in your user's init() method or fix 
> the user creation process yourself.
> 
> 
> On Mar 17, 2015, at 7:42 AM, HOUNKPONOU Ronald <[email protected]> 
> wrote:
> 
> > Hi everyone.
> >
> > I'm new in WebObjects programming and I'am developing an  authentication 
> > and authorization management app.
> >
> > I have been oriented towards Ponder but the problem is that I do not know 
> > how to start with it as there is no documentation. I would like an 
> > explanation of the different components of this framework, and also how to 
> > use it in my app.
> >
> > Thank you.
> > Best regards.
> > _______________________________________________
> > Do not post admin requests to the list. They will be ignored.
> > Webobjects-dev mailing list      ([email protected])
> > Help/Unsubscribe/Update your Subscription:
> > https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
> >
> > This email sent to [email protected]
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.apple.com/archives/webobjects-dev/attachments/20150317/1f61263c/attachment.html>
> 
> ------------------------------
> 
> Message: 2
> Date: Tue, 17 Mar 2015 16:03:03 -0400
> From: Calven Eggert <[email protected]>
> To: [email protected]
> Subject: Project Wonder Noob question
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="utf-8"
> 
> I'm trying to find where in the Wonder documentation I can figure out how to 
> view my variables in the eclipse debugger.
> 
> Before Project WOnder my Enterprise Objects in debug mode looked like this:
> {values = {programGroupingId = 6; displayName = "Joe Smith"; bixidentity = 
> ""...
> 
> Now using project wonder it looks like this:
> <er.extensoins.eof.ERXGenericRecord pk:"6">
> 
> 
> How do i view my variables?   Does this have to do with Prototyping? or 
> settings in the property file?
> 
> 
> Calven
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.apple.com/archives/webobjects-dev/attachments/20150317/7084eb89/attachment.html>
> 
> ------------------------------
> 
> Message: 3
> Date: Tue, 17 Mar 2015 13:22:24 -0700
> From: Ramsey Gurley <[email protected]>
> To: Calven Eggert <[email protected]>
> Cc: [email protected]
> Subject: Re: Project Wonder Noob question
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="utf-8"
> 
> In the debugger, you should see turn down arrows beside your debugger values. 
> If you open the EO, you should see a __dictionary ivar that has all your 
> values.
> 
> On Mar 17, 2015, at 1:03 PM, Calven Eggert <[email protected]> wrote:
> 
> > I'm trying to find where in the Wonder documentation I can figure out how 
> > to view my variables in the eclipse debugger.
> >
> > Before Project WOnder my Enterprise Objects in debug mode looked like this:
> > {values = {programGroupingId = 6; displayName = "Joe Smith"; bixidentity = 
> > ""...
> >
> > Now using project wonder it looks like this:
> > <er.extensoins.eof.ERXGenericRecord pk:"6">
> >
> >
> > How do i view my variables?   Does this have to do with Prototyping? or 
> > settings in the property file?
> >
> >
> > Calven
> >
> > _______________________________________________
> > Do not post admin requests to the list. They will be ignored.
> > Webobjects-dev mailing list      ([email protected])
> > Help/Unsubscribe/Update your Subscription:
> > https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
> >
> > This email sent to [email protected]
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.apple.com/archives/webobjects-dev/attachments/20150317/dd977c38/attachment.html>
> 
> ------------------------------
> 
> Message: 4
> Date: Tue, 17 Mar 2015 16:33:03 -0400
> From: Calven Eggert <[email protected]>
> To: Ramsey Gurley <[email protected]>
> Cc: [email protected]
> Subject: Re: Project Wonder Noob question
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="utf-8"
> 
> doh!  <head smack>  thanks.
> 
> On 2015-03-17, at 4:22 PM, Ramsey Gurley wrote:
> 
> > In the debugger, you should see turn down arrows beside your debugger 
> > values. If you open the EO, you should see a __dictionary ivar that has all 
> > your values.
> >
> > On Mar 17, 2015, at 1:03 PM, Calven Eggert <[email protected]> wrote:
> >
> >> I'm trying to find where in the Wonder documentation I can figure out how 
> >> to view my variables in the eclipse debugger.
> >>
> >> Before Project WOnder my Enterprise Objects in debug mode looked like this:
> >> {values = {programGroupingId = 6; displayName = "Joe Smith"; bixidentity = 
> >> ""...
> >>
> >> Now using project wonder it looks like this:
> >> <er.extensoins.eof.ERXGenericRecord pk:"6">
> >>
> >>
> >> How do i view my variables?   Does this have to do with Prototyping? or 
> >> settings in the property file?
> >>
> >>
> >> Calven
> >>
> >> _______________________________________________
> >> Do not post admin requests to the list. They will be ignored.
> >> Webobjects-dev mailing list      ([email protected])
> >> Help/Unsubscribe/Update your Subscription:
> >> https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
> >>
> >> This email sent to [email protected]
> >
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.apple.com/archives/webobjects-dev/attachments/20150317/2b7a1627/attachment.html>
> 
> ------------------------------
> 
> Message: 5
> Date: Tue, 17 Mar 2015 22:08:50 -0500
> From: Jeffrey Schmitz <[email protected]>
> To: Altera WO Team <[email protected]>
> Cc: WebObjects Development <[email protected]>
> Subject: Re: Curl with javamonitor direct actions
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="utf-8"
> 
> That got it.  Thanks!
> 
> Jeff
> 
> > On Mar 17, 2015, at 12:39 PM, Altera WO Team <[email protected]> wrote:
> >
> > Hi, Jeffrey, maybe the & gets interpreted by the shell. Try enclosing the 
> > URL in double quotes like that
> >
> > curl -X GET 
> > "http://localhost:56789/cgi-bin/WebObjects/JavaMonitor.woa/admin/turnRefuseNewSessionsOff?pw=mypassword&type=ins&name=myApp-2
> >  
> > <http://localhost:56789/cgi-bin/WebObjects/JavaMonitor.woa/admin/turnRefuseNewSessionsOff?pw=mypassword&type=ins&name=myApp-2>"
> >
> > Should work
> >
> >
> > Matteo
> >
> >> On 15 Mar 2015, at 01:59, Jeffrey Schmitz <[email protected] 
> >> <mailto:[email protected]>> wrote:
> >>
> >> Hi All,
> >>
> >>    I’d like to be able to invoke the JavaMonitor Direct Actions via curl 
> >> from the localhost command line in case I only have command line level 
> >> access to my machine.  I’ve tried a couple commands but they aren’t 
> >> working (they do work from a browser).  When I execute them, I always get 
> >> a “…action failed: Invalid type null” error message.  Here is a couple 
> >> examples I tried:
> >>
> >>    curl -X GET 
> >> http://localhost:56789/cgi-bin/WebObjects/JavaMonitor.woa/admin/turnRefuseNewSessionsOff?pw=mypassword&type=ins&name=myApp-2
> >>  
> >> <http://localhost:56789/cgi-bin/WebObjects/JavaMonitor.woa/admin/turnRefuseNewSessionsOff?pw=mypassword&type=ins&name=myApp-2>
> >>
> >> curl -X  GET  
> >> http://localhost:56789/cgi-bin/WebObjects/JavaMonitor.woa/admin/turnRefuseNewSessionsn?pw=mypw&type=ins&name=myApp-2
> >>  
> >> <http://localhost:56789/cgi-bin/WebObjects/JavaMonitor.woa/admin/turnRefuseNewSessionsn?pw=mypw&type=ins&name=myApp-2>
> >>
> >> curl  
> >> http://localhost:56789/cgi-bin/WebObjects/JavaMonitor.woa/admin/turnRefuseNewSessionsn?pw=mypw&type=ins&name=myApp-2
> >>  
> >> <http://localhost:56789/cgi-bin/WebObjects/JavaMonitor.woa/admin/turnRefuseNewSessionsn?pw=mypw&type=ins&name=myApp-2>
> >>
> >> Any ideas what going on?
> >>
> >> Thanks!
> >> Jeff
> >> _______________________________________________
> >> Do not post admin requests to the list. They will be ignored.
> >> Webobjects-dev mailing list      ([email protected] 
> >> <mailto:[email protected]>)
> >> Help/Unsubscribe/Update your Subscription:
> >> https://lists.apple.com/mailman/options/webobjects-dev/webobjects%40altera.it
> >>  
> >> <https://lists.apple.com/mailman/options/webobjects-dev/webobjects%40altera.it>
> >>
> >> This email sent to [email protected]
> >
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.apple.com/archives/webobjects-dev/attachments/20150317/5bbaca80/attachment.html>
> 
> ------------------------------
> 
> _______________________________________________
> Webobjects-dev mailing list
> [email protected]
> https://lists.apple.com/mailman/listinfo/webobjects-dev
> 
> End of Webobjects-dev Digest, Vol 12, Issue 160
> ***********************************************
> 
> <Error.png> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
> 
> This email sent to [email protected]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to