Search:

Type: Posts; User: nchristy; Keyword(s):

Search: Search took 0.02 seconds.

  1. problem solved. The issue was not with spring,...

    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...
  2. Replies
    1
    Views
    1,147

    sorry I posted this in wrong forum.. I moved it...

    sorry I posted this in wrong forum.. I moved it to Data Access
  3. Posted this in wrong forum last time accidently

    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...
  4. Replies
    1
    Views
    1,147

    Mutli-Threaded Application

    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...
  5. Replies
    0
    Views
    2,643

    Lazy Initialization Exception

    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...
  6. Replies
    5
    Views
    1,745

    replace all ReportType with ReportTyp

    Sorry, not just the file ReportType.java with ReportTyp.java it works fine when I replace all occurences of ReportType with ReportTyp
  7. Replies
    5
    Views
    1,745

    Not a mapping problem

    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...
  8. Replies
    5
    Views
    1,745

    Mapping seems to be Ok

    application-context.xml

    <bean id="sessionFactory"
    class="org.springframework.orm.hibernate.LocalSessionFactoryBean">

    <property name="dataSource">
    <ref local="dataSource" />...
  9. Replies
    5
    Views
    1,745

    net.sf.hibernate.MappingException

    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...
Results 1 to 9 of 9