problem solved. The issue was not with spring, nor hibernate, i was using SwingWorker incorrectly by placing "executable" code within a constructor rather then within the construct() method, the...
Type: Posts; User: nchristy; Keyword(s):
problem solved. The issue was not with spring, nor hibernate, i was using SwingWorker incorrectly by placing "executable" code within a constructor rather then within the construct() method, the...
sorry I posted this in wrong forum.. I moved it to Data Access
Ok, this seems to be a re-occuring problem that no-one can answer. I have a swing app, that has a second thread to do long tedious retrievals so as not to tie up my gui.
I have a facade class that...
Ok, this seems to be a re-occuring problem that no-one can answer. I have a swing app, that has a second thread to do long tedious retrievals so as not to tie up my gui.
I have a facade class...
Ok, I know I am just doing something stupid here, but could someone give me a heads up on what that is. I have objects that must be lazily loaded that at some places are 4-5 levels deep. These...
Sorry, not just the file ReportType.java with ReportTyp.java it works fine when I replace all occurences of ReportType with ReportTyp
im pretty sure its not in the hibernate mapping file, and that it doesnt like the term ReportType for some reason... here is my mapping file and code...
application-context.xml
<?xml...
application-context.xml
<bean id="sessionFactory"
class="org.springframework.orm.hibernate.LocalSessionFactoryBean">
<property name="dataSource">
<ref local="dataSource" />...
With the following mapping value:
<value>com/bd/profit/model/ReportType.hbm.xml</value>
and a ReportType.java, ReportType.hbm.xml file I get the following error in an Ant Build script...