We dont have it but java -cp app.jar;openejb-client.jar YourMain can work. That said it is not for client module.
You can deploy it uncommenting deployments line in tomee.xml, creating an apps folder and putting your jar inside than start tomee. Le 7 mars 2015 09:40, "thufir" <[email protected]> a écrit : > In Glassfish, you can run client applications with "appclient -client > foo.jar" for missing dependencies. Is there an analog for openejb-client? > > > thanks, > > Thufir > > > > > ps: there are some errors on the hello world example, some of the code > isn't formatted correctly so it's hard to read. >
