Hi ±èöȸ,


>  public Vector EJBToRow(Dir dir) throws Exception {
    [...]
>   row.add(dir.getId());
>   row.add(new Long(dir.getPId()));
>   row.add(dir.getName());
>   row.add(new Long(dir.getSerial()));
>   row.add(new Long(dir.getChildCount()));
>   row.add(new Long(dir.getDepth()));
[...]

> What's the key problem?

thats not a problem, thats a feature!
(each remote call runs within an transaction...)

study all the EJB-docs you can get and redesign your app.

bye
klaus
--
Klaus Thiele - Personal & Informatik AG
mailto:[EMAIL PROTECTED]

"There's got to be more to life than compile-and-go."


Reply via email to