Hi Nicolas, i will think about it and open an issue when i have an idea on how to implement it.
> Nicolas Malin <[email protected]> hat am 05.02.2021 09:33 geschrieben: > > > Hello Danny, > > Currently you haven't solution instead analyze the timeline logs to > follow different service calls. > > if an error raise, we haven't information on any java stack trace, so > you idea to implement a possibility to display a service call trace is a > nice idea. > > Don't hesitate to open an issue if you have an idea to implement this. > > Cheers > > Nicolas > > On 05/02/2021 08:38, Danny Trunk wrote: > > Hi Deepak Dixit, > > > > the use case is debugging. There's a service getting called a lot and I > > can't find the origin while checking all the servicedef/entitydef XMLs. And > > I think it's quite useful to have such a feature. > > > > Kind regards > > Danny. > > > >> Deepak Dixit <[email protected]> hat am 04.02.2021 18:19 geschrieben: > >> > >> > >> Hi Danny Trunk, > >> > >> Could you please share the use case why you need a service call stack? > >> > >> If you share the use case it may be possible you will get a better answer. > >> > >> Kind Regards, > >> Deepak Dixit > >> DIRECTOR OF PRODUCT ENGINEERING > >> mobile: +91 9826754548 > >> email: [email protected] > >> *www.hotwax.co <http://www.hotwax.co/>* > >> > >> > >> On Thu, Feb 4, 2021 at 8:40 PM Danny Trunk <[email protected]> wrote: > >> > >>> Hello, > >>> > >>> let's imagine Service A is calling Service B directly through > >>> dispatcher.runSync and Service C is running as an SECA action of Service > >>> B. > >>> The call stack would be: Service A -> Service B -> Service C (through > >>> SECA) > >>> > >>> Or let's imagine Service D is running as an EECA action of entity Product. > >>> The call stack would be: Product Entity -> Service D (through EECA) > >>> > >>> Is it possible to get that information somehow? > >>> I can't find anything helpful in DispatchContext or GenericDispatcher. > >>> > >>> Output into a log file would be great. > >>> > >>> Kind regards > >>> Danny. > >>> > > <pre>ZYRES digital media systems GmbH > > Stuttgarter Straße 25 60329 Frankfurt am Main Phone +49 69 98 55 99 - 0 > > Fax +49 69 98 55 99 - 11 > > > > Firmensitz: Stuttgarter Straße 25 60329 Frankfurt am Main > > Registergericht: Amtsgericht Frankfurt am Main, HRB 76374 > > Geschäftsführer: Sebastian Schirmer > > > > http://www.zyres.com/</pre> <pre>ZYRES digital media systems GmbH Stuttgarter Straße 25 60329 Frankfurt am Main Phone +49 69 98 55 99 - 0 Fax +49 69 98 55 99 - 11 Firmensitz: Stuttgarter Straße 25 60329 Frankfurt am Main Registergericht: Amtsgericht Frankfurt am Main, HRB 76374 Geschäftsführer: Sebastian Schirmer http://www.zyres.com/</pre>
