How to kill session from session store by using SessionID?

2014-09-08 Thread Butchi Reddy Velagala
Hi All,

  Please let me know, how to remove session from SessionStore by using
Session ID. Please let me know, if there is any process.

Is the class WOSessionStore will work for me?

What will happen, if we create new WoSession object by passing sessionId.
Will it create a new session object or it brings old session?

Thanks & Regards
Butchi Reddy Velagala.
 ___
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: Adding functionality to existing View D2W

2014-09-08 Thread Timothy Worman
Ted:

There are some excellent pages on the WOCommunity wiki about how to customize 
D2W. In general, you subclass components to give them custom functionality and 
then you use the rule system to inject your custom components into the flow of 
the project.

http://wiki.wocommunity.org/pages/viewpage.action?pageId=1048915&src=search

The “Flow Control” document would be useful in giving you options for putting 
your own actions into your projects.

Tim
UCLA GSE&IS

> On Sep 7, 2014, at 11:38 AM, Theodore Petrosky  wrote:
> 
> I hope my subject line isn’t too far off the mark.
> 
> I want to understand more of D2W so, I am creating a simple Invoicing 
> project. it has Users (with differing permissions), clients, inventory, and 
> invoices (so far). I am not attempting to create a complete ledger with 
> control accounts, at least not yet as it is beyond the scope of this self 
> tutorial.
> 
> I create an invoice and assign it to a client. then I add line items from 
> inventory. Line items have a list price. so an Invoice has a to-many relation 
> to invoiceLineItems which is to one lineItem.
> 
> simple, but now I want to print this invoice. When I select edit on the 
> ListInvoice page, I see it is a ERMODInspectPage. I guess I could create my 
> own version of the page, cloning it into my framework, then I could add a 
> ‘Print’ button, passing the object() to a JasperReport function. There must 
> be a WO way of doing this that I just don’t understand.
> 
> I have a list of invoices, I click the edit button and I want to ‘print’ this 
> object. How to inject this ‘print’ button, icon, widget, in D2W? And if the 
> answer is “Clone ERMODInspectPage and add the appropriate code”, so be it.
> 
> Ted
> ___
> 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

Re: Eclipse 4.4 and WOLips

2014-09-08 Thread Dennis Bliefernicht
Hi,

On 04.09.2014, at 21:20, Theodore Petrosky  wrote:

> Is anyone having any problems with Eclipse 4 and detached console windows?
> 
> when I detach a console (to put on a second display) I get two consoles. It 
> is just annoying, and I thought I would ask if I am the only person with this 
> problem.

I don’t know, if this is related to WOLips or Luna (never observed this on 
Kepler), but after having the console moved around once (and even reattaching 
it to its original place), I’m stuck with two consoles as well; just not as bad 
as long as it is docked :-) Survives restarts as well, so probably stored 
somewhere in the settings/properties.

Greetings
Dennis
 ___
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