You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by to...@web.de on 2022/11/30 12:33:06 UTC

How to report bugs?

Hi guys,

I read the documentation and found some documetation issues.

For example:
https://tomee.apache.org/examples-trunk/cdi-request-scope/

"A Soup insance" should probably "A Soup instance"

But even worser the output seems to be wrong:

INFO - Started Ejb(deployment-id=Waiter, ejb-name=Waiter, container=Default Stateless Container)
INFO - Deployed Application(path=c:\Users\Daniel\workspaces\openejb\openejb\examples\cdi-request-scope)
Soup created
Soup created
INFO - Undeploying app: c:\Users\Daniel\workspaces\openejb\openejb\examples\cdi-request-scope

On my command line it is:

INFO - Started Ejb(deployment-id=Waiter, ejb-name=Waiter, container=Default Stateless Container)
INFO - Deployed Application(path=/home/markus/playground/tomee/examples/cdi-request-scope)
Soup created
INFO - Undeploying app: /home/markus/playground/tomee/examples/cdi-request-scope
INFO - Destroying OpenEJB container

Can somebody take care?

Thanks,
Markus