I added a comment to the JIRA, but I'll follow up here too. I started
writing a test for this, and made a couple of small changes:

* flipped your beans from remote to local
* added a servlet rather than a main
* introduced <ejb-local-ref> in ejb-jar.xml and web.xml so they can be
looked up via java:comp/env as opposed to the global JNDI name
put everything in a .war as opposed to .ear

... and it works.

Generated .war file and source attached. I'm not entirely sure which of my
changes has enabled it to work - my current guess is its the remote ->
local change, but I'll dig into each one.

Interesting problem - thanks for reporting it!

Jon

On Mon, Dec 10, 2018 at 7:43 PM Jonathan Gallimore <
jonathan.gallim...@gmail.com> wrote:

> Hi all
>
> I noticed this come in on JIRA:
> https://issues.apache.org/jira/browse/TOMEE-2234
>
> Seems we have an issue returning more than 256 entities from a BMP finder.
> Given that I've worked in and around this area, I'd like to work on it.
> I'll assign it to me, but if you had a burning desire to tackle it, let me
> know.
>
> Thanks
>
> Jon
>

Reply via email to