Hi!
> I have noticed a couple of small problems :
>
> 1. jndi.properties now has the second line commented out. When I try and
> use this with tomcat it doen't work. I have to uncomment the line to get
> it working. Is this supposed to be commented out ?
jndi.properties is for the server to use in-VM, and not for clients to use.
You are of course encouraged to base your own client jndi.properties on it,
but yes you will have to add the provider URL. (I assume it's the provider
URL that is commented out. Don't have it in front of me).
The reason is that we now optimize JNDI to in-VM if no provider URL is
given. Lots better performance.
/Rickard