<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Ask Ozar.net - Recent questions and answers in Java / Java EE</title>
<link>http://ask.ozar.net/qa/computers-tablets-smartphones/software/programming/java-java-ee</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: java.lang.NoClassDefFoundError: com/mysql/jdbc/EscapeProcessor</title>
<link>http://ask.ozar.net/45/java-lang-noclassdeffounderror-mysql-jdbc-escapeprocessor?show=46#a46</link>
<description>It&amp;#039;s most probably a MySQL JDBC driver bug. Which version of the JDBC driver are you using?</description>
<category>Java / Java EE</category>
<guid isPermaLink="true">http://ask.ozar.net/45/java-lang-noclassdeffounderror-mysql-jdbc-escapeprocessor?show=46#a46</guid>
<pubDate>Sun, 08 Jun 2014 06:02:18 +0000</pubDate>
</item>
<item>
<title>Answered: Where is JDK 7 installed on Mac OS X Mavericks?</title>
<link>http://ask.ozar.net/42/where-is-jdk-7-installed-on-mac-os-x-mavericks?show=44#a44</link>
<description>

&lt;ol&gt;
	

&lt;li&gt;
		Launch Terminal.app&lt;/li&gt;
	

&lt;li&gt;
		Run the following command:
&lt;br&gt;
		
&lt;br&gt;
		&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Consolas, Menlo, Monaco, &#039;Lucida Console&#039;, &#039;Liberation Mono&#039;, &#039;DejaVu Sans Mono&#039;, &#039;Bitstream Vera Sans Mono&#039;, &#039;Courier New&#039;, monospace, serif; font-size: 14px; line-height: 18px; white-space: pre-wrap; background-color: rgb(238, 238, 238);&quot;&gt;/usr/libexec/java_home&lt;/span&gt;
&lt;br&gt;
		
&lt;br&gt;
		to see the list of &amp;nbsp;installed JREs or for specfically version 7 type
&lt;br&gt;
		
&lt;br&gt;
		&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Consolas, Menlo, Monaco, &#039;Lucida Console&#039;, &#039;Liberation Mono&#039;, &#039;DejaVu Sans Mono&#039;, &#039;Bitstream Vera Sans Mono&#039;, &#039;Courier New&#039;, monospace, serif; font-size: 14px; line-height: 18px; white-space: pre-wrap; background-color: rgb(238, 238, 238);&quot;&gt;/usr/libexec/java_home -v 1.7&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
<category>Java / Java EE</category>
<guid isPermaLink="true">http://ask.ozar.net/42/where-is-jdk-7-installed-on-mac-os-x-mavericks?show=44#a44</guid>
<pubDate>Fri, 06 Jun 2014 23:57:50 +0000</pubDate>
</item>
<item>
<title>Answered: javax.ejb.AccessLocalException: Client not authorized for this invocation</title>
<link>http://ask.ozar.net/11/javax-accesslocalexception-client-authorized-invocation?show=17#a17</link>
<description>avc&amp;#039;s answer is actually correct. Just delete everything under &lt;br /&gt;
&lt;br /&gt;
C:\glassfish3\glassfish\domains\domain1\generated&lt;br /&gt;
&lt;br /&gt;
then clean and build your application, and finally deploy it!&lt;br /&gt;
&lt;br /&gt;
This should solve the problem.</description>
<category>Java / Java EE</category>
<guid isPermaLink="true">http://ask.ozar.net/11/javax-accesslocalexception-client-authorized-invocation?show=17#a17</guid>
<pubDate>Fri, 28 Jun 2013 08:54:16 +0000</pubDate>
</item>
<item>
<title>Answered: Exception in a JPA application with multiple persistence units</title>
<link>http://ask.ozar.net/10/exception-jpa-application-with-multiple-persistence-units?show=12#a12</link>
<description>

&lt;div&gt;
	If you have more than one JPA persistence unit defined in your persistence.xml file, you need to set&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;lt;exclude-unlisted-classes&amp;gt;false&amp;lt;/exclude-unlisted-classes&amp;gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	to:&lt;/div&gt;


&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;lt;exclude-unlisted-classes&amp;gt;true&amp;lt;/exclude-unlisted-classes&amp;gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	and then list every entity class with a mapping definition for each.&lt;/p&gt;


&lt;p&gt;
	Is this the case with your configuration?&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Java / Java EE</category>
<guid isPermaLink="true">http://ask.ozar.net/10/exception-jpa-application-with-multiple-persistence-units?show=12#a12</guid>
<pubDate>Fri, 28 Jun 2013 08:09:07 +0000</pubDate>
</item>
</channel>
</rss>