Re: Configure Apache Geronimo With OFBiz

2016-02-17 Thread vivek.mi
Thanks Jacques.



-
Vivek Mishra
--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Configure-Apache-Geronimo-With-OFBiz-tp4677199p4677240.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Howto increase the login / session time for specific machines

2016-02-17 Thread Shi Jinghai
Quite simple.

If the user has a web page or etc., you can add a special section to the
page, refresh it regularly to keep its session alive.

Shi Jinghai

-邮件原件-
发件人: Skip [mailto:s...@thedevers.org] 
发送时间: 2016年2月18日 8:42
收件人: user@ofbiz.apache.org
主题: RE: Howto increase the login / session time for specific machines

Thanks so much Gil.

I was hoping to adjust it for specific users.  However, I did a search for
the string in the java code and having not found it, I am guessing that it
is not possible.

If it is, I would appreciate any hints you may have.

I guess that I will write a little java script to ping an address to keep
the session active.

Skip

-Original Message-
From: gil portenseigne [mailto:gil.portensei...@nereide.fr]
Sent: Wednesday, February 17, 2016 10:40 AM
To: user@ofbiz.apache.org
Subject: Re: Howto increase the login / session time for specific
machines


Hi,

You can configure it into the web.xml file of your webapp

For example in partymgr : applications/party/webapp/partymgr/WEB-INF/web.xml

60

Regards

Gil

On 17/02/2016 19:28, Skip wrote:
> I have a requirement to increase the amount of time a logged-in-user keeps
> their credentials (session and login attributes).
>
> Can someone point me to the code and properties files that control this?
>
>





RE: Howto increase the login / session time for specific machines

2016-02-17 Thread Skip
Thanks so much Gil.

I was hoping to adjust it for specific users.  However, I did a search for
the string in the java code and having not found it, I am guessing that it
is not possible.

If it is, I would appreciate any hints you may have.

I guess that I will write a little java script to ping an address to keep
the session active.

Skip

-Original Message-
From: gil portenseigne [mailto:gil.portensei...@nereide.fr]
Sent: Wednesday, February 17, 2016 10:40 AM
To: user@ofbiz.apache.org
Subject: Re: Howto increase the login / session time for specific
machines


Hi,

You can configure it into the web.xml file of your webapp

For example in partymgr : applications/party/webapp/partymgr/WEB-INF/web.xml

60

Regards

Gil

On 17/02/2016 19:28, Skip wrote:
> I have a requirement to increase the amount of time a logged-in-user keeps
> their credentials (session and login attributes).
>
> Can someone point me to the code and properties files that control this?
>
>




Re: Configure Apache Geronimo With OFBiz

2016-02-17 Thread Jacques Le Roux

This was possible in previous versions but it's no longer since we removed the 
appserver component because it was obsolete
See 
https://cwiki.apache.org/confluence/display/OFBIZ/Geronimo+and+IBM+Websphere+Application+Server+Community+Edition

Jacques

Le 17/02/2016 07:33, vivek.mi a écrit :

Hello All,

Is it possible to configure Apache Geronimo with OFBiz? Does OFBiz already
use geronimo as an application server.


Thanks in advance.

Cheers,
Vivek Mishra



-
Vivek Mishra
--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Configure-Apache-Geronimo-With-OFBiz-tp4677199.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Configure Apache Geronimo With OFBiz

2016-02-17 Thread vivek.mi
Hello All,

Is it possible to configure Apache Geronimo with OFBiz? Does OFBiz already
use geronimo as an application server.


Thanks in advance.

Cheers,
Vivek Mishra



-
Vivek Mishra
--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Configure-Apache-Geronimo-With-OFBiz-tp4677199.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Howto increase the login / session time for specific machines

2016-02-17 Thread gil portenseigne

Hi,

You can configure it into the web.xml file of your webapp

For example in partymgr : applications/party/webapp/partymgr/WEB-INF/web.xml

60


Regards

Gil

On 17/02/2016 19:28, Skip wrote:

I have a requirement to increase the amount of time a logged-in-user keeps
their credentials (session and login attributes).

Can someone point me to the code and properties files that control this?






Howto increase the login / session time for specific machines

2016-02-17 Thread Skip
I have a requirement to increase the amount of time a logged-in-user keeps
their credentials (session and login attributes).

Can someone point me to the code and properties files that control this?




Display serial number column in csv using forms.xml

2016-02-17 Thread Taher Alkhateeb
Hi Arun,

I think you need to add it to your OrderList in the groovy script, nothing
to do on the widget level. A simple forEach populating it.

Taher Alkhateeb

On Wednesday, 17 February 2016, Arun Sankar > wrote:

> Hi All,
>
>
> I am trying to create a csv file using form widget and one of the columns
> requires a Serial number(1, 2, 3 etc.).
>
>
>  odd-row-style="alternate-row" default-table-style="basic-table
> hover-bar" paginate="${paginate}">
>  
> 
>   
>
> My list OrderList is created in the groovy and am using this form to
> render my csv. All the other information is displayed from the list however
> I am unable to understand how to display the serial number sequence.
>
> Can anybody please help with this?
>
> Thanks,
> Arun
>


Display serial number column in csv using forms.xml

2016-02-17 Thread Arun Sankar
Hi All,


I am trying to create a csv file using form widget and one of the columns 
requires a Serial number(1, 2, 3 etc.).



 

  

My list OrderList is created in the groovy and am using this form to render my 
csv. All the other information is displayed from the list however I am unable 
to understand how to display the serial number sequence.

Can anybody please help with this?

Thanks,
Arun