I am using Apache Ofbiz 17.12.04 , today I viewed all source code for
discovering something new. I saw an entity, and according to a table named catalina_session . When I run query SELECT * FROM catalina_session; I see nothing, although I log in/log out, start/stop the application server, and have many actions in the system. How to write data to table catalina_session? |
Hi Vy,
As I said earlier also, Your message has been moderated, else it would not have reached this Mailing List. Please subscribe to the mailing list, See why here http://ofbiz.apache.org/mailing-lists.html. You will get better support, people can answer you on the ML. The wider the audience the better the answers you might get. Also, it's more work for moderators who have to accept your messages as long as you have not subscribed. -- Thanks & Regards Pawan Verma Technical Consultant *HotWax Systems* *Enterprise open source experts* http://www.hotwaxsystems.com On Wed, Nov 4, 2020 at 3:21 PM Vy Do <[hidden email]> wrote: > I am using Apache Ofbiz 17.12.04 , today I viewed all source code for > discovering something new. I saw an entity, and according to a table named > catalina_session . When I run query > > SELECT * FROM catalina_session; > > I see nothing, although I log in/log out, start/stop the application > server, and have many actions in the system. > > How to write data to table catalina_session? > |
I just subscribed mailling list. Thank you On 2020/11/04 09:53:41, Pawan Verma <[hidden email]> wrote: > Hi Vy, > > As I said earlier also, Your message has been moderated, else it would not > have reached this Mailing List. > > Please subscribe to the mailing list, See why here > http://ofbiz.apache.org/mailing-lists.html. > > You will get better support, people can answer you on the ML. The wider the > audience the better the answers you might get. > > Also, it's more work for moderators who have to accept your messages as > long as you have not subscribed. > -- > Thanks & Regards > Pawan Verma > Technical Consultant > *HotWax Systems* > *Enterprise open source experts* > http://www.hotwaxsystems.com > > > On Wed, Nov 4, 2020 at 3:21 PM Vy Do <[hidden email]> wrote: > > > I am using Apache Ofbiz 17.12.04 , today I viewed all source code for > > discovering something new. I saw an entity, and according to a table named > > catalina_session . When I run query > > > > SELECT * FROM catalina_session; > > > > I see nothing, although I log in/log out, start/stop the application > > server, and have many actions in the system. > > > > How to write data to table catalina_session? > > > |
Administrator
|
Hi Vy,
See createCatalinaSession, updateCatalinaSession and deleteCatalinaSession services None of them is used OOTB HTH Jacques Le 04/11/2020 à 11:21, Vy Do a écrit : > I just subscribed mailling list. Thank you > > > On 2020/11/04 09:53:41, Pawan Verma <[hidden email]> wrote: >> Hi Vy, >> >> As I said earlier also, Your message has been moderated, else it would not >> have reached this Mailing List. >> >> Please subscribe to the mailing list, See why here >> http://ofbiz.apache.org/mailing-lists.html. >> >> You will get better support, people can answer you on the ML. The wider the >> audience the better the answers you might get. >> >> Also, it's more work for moderators who have to accept your messages as >> long as you have not subscribed. >> -- >> Thanks & Regards >> Pawan Verma >> Technical Consultant >> *HotWax Systems* >> *Enterprise open source experts* >> http://www.hotwaxsystems.com >> >> >> On Wed, Nov 4, 2020 at 3:21 PM Vy Do <[hidden email]> wrote: >> >>> I am using Apache Ofbiz 17.12.04 , today I viewed all source code for >>> discovering something new. I saw an entity, and according to a table named >>> catalina_session . When I run query >>> >>> SELECT * FROM catalina_session; >>> >>> I see nothing, although I log in/log out, start/stop the application >>> server, and have many actions in the system. >>> >>> How to write data to table catalina_session? >>> |
Free forum by Nabble | Edit this page |