Commit Option A - I own the database. If you want your entities to be cache invalidated cross nodes in a cluster, you must update it in jboss.xml see
http://www.onjava.com/pub/a/onjava/2003/05/28/jboss_optimization.html?page=2
Saturday, August 14, 2004
Tuesday, August 10, 2004
Monday, August 09, 2004
Saturday, August 07, 2004
Finding a jar for an import that cannot be resolved
You find yourself with the compilation error The import xxx.yyy.zzz.ABC cannot be resolved where is the jar that contains that class?
A simple way to find it out
use a search utility, search for a text within a *.jar that contains the text xxx/yyy/zzz/ABC you will find your jar ! :)
A simple way to find it out
use a search utility, search for a text within a *.jar that contains the text xxx/yyy/zzz/ABC you will find your jar ! :)
Subscribe to:
Posts (Atom)