Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active November 1, 2021 12:02
Show Gist options
  • Save AdamBien/ed0355d7e3f9880a89f379caf114f2c0 to your computer and use it in GitHub Desktop.
Save AdamBien/ed0355d7e3f9880a89f379caf114f2c0 to your computer and use it in GitHub Desktop.
92ndAirhacksQ&A.md

Ask questions and see you at November, 1st, 8.PM. CET: youtube.com/c/bienadam/live

Also checkout recent episode:

92nd airhacks.tv

Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions. Upcoming airhacks.tv events are also going to be announced at meetup.com/airhacks

@dabkhazi
Copy link

dabkhazi commented Nov 1, 2021

Another question is possibly related to the specifics of the Websphere application server. I just ran into working with Websphere Traditional 9.
An application server has a service that communicates with another through a remote interface. And periodically, after restarting the remote service, the first service crashes with an error that it cannot find the remote ejb.
It helps to restart the service that uses remote ejb. Do you think this is normal behavior, do we always need to restart both applications synchronously, or is it a bug in the application server?

@dempile
Copy link

dempile commented Nov 1, 2021

Hi Adam,

Is it ok to inject a session scoped cdi bean into an application scoped cdi bean, if yes, I want to know if it will not affect performance of the application, because Im doing it to handle notifications for all users.

thanks

@jefrog1844
Copy link

jefrog1844 commented Nov 1, 2021

Will there be a video posted for the October 23 session How to build a great, serverless, cloud-native monolith? I could definitely use the training.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment