Why would one use:

 

@ejb.util

            generate="logical"

 

vs.

 

@ejb.util

            generate="physical"

 

It appears that logical is the default, but I can't get the utility classes to work unless I add the generate="physical" tag to every bean I create (I end up with failed JNDI lookups with generate="logical").  Is there something wrong with doing this?  If not, why is logical the default instead of physical?

 

Thanks,

Erik

 

Reply via email to