[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2005-04-20 Thread redwave
hi utkarshpune, ur problem will be solved when u remove all references to *hbm.xml files from hibernate-service.xml and put them in *.har file maintaining the class hierarchy. Atleast this will solve ur current problem but i am not sure that Hibernate will still work as i am grappling it with f

[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2005-03-18 Thread tanghh4321
rajs1 Would you mind post what you do to make derby works as a database server, I get some issues that seems to be hard to resolve. thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870823#3870823 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2005-01-05 Thread fabio quimbay
But, If I don't use the *.hbm.xml files within the har file, How can I to refer this files without the attribute: MapResources in my hibernate-service.xml ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860741#3860741 Reply to the post : http://www.jboss.or

[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2004-12-16 Thread rajs1
I got it all working with Apache Derby as the database server, without a hitch (so far). First one needs to replace (in default/lib) the jboss-hibernate.jar that comes with JBoss4RC2 with the one from this wiki http://www.jboss.org/wiki/Wiki.jsp?page=JBossHibernate Rename jboss-hibernate-NEW.

[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2004-12-14 Thread tomislavr
Yes, you should listen what the man above said.. :) Tomislav View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858521#3858521 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858521

[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2004-12-09 Thread yura_net
This is a full list of attributes: Dirty CacheProviderClass CacheRegionPrefix GetGeneratedKeysEnabled SessionFactoryName HarUrl DefaultSchema ShowSqlEnabled QueryCacheEnabled DatasourceName Password JdbcFetchSize StateString SessionFactoryRunning JdbcBatchSize JdbcScrollableResultSetEnable

[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2004-12-06 Thread tomislavr
> My Abhyasika.har has following structure , > com <--This folder contains my package hierarchy with classes and > hbm.xml files > META-INF <-- It contains hibernate-service.xml > hibernate.cfg.xml > hibernate.properties I don't know about the last two - I'm not using them, but for sure you have

[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2004-11-08 Thread utkarshpune
I am geting following error when I try to deploy hibernate Mbean, org.jboss.deployment.DeploymentException: No Attribute found with name: MapResources I tried to google for this problem but couldn't find any useful info. My Abhyasika.har has following structure, com <--This folder contains my

[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2004-11-04 Thread utkarshpune
Hello, I am also getting the same error. Were you able to solve it? If yes please let me know the solution. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854014#3854014 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2004-10-21 Thread beyarecords
"berkgypsy" wrote : more changes to make this 4.0.0 compatible, and now it's working, for those interested: | | | | | | | | jboss.jca:service=LocalTxCM,name=TxOracleDS | | | | java:/HibernateFactory | | java:/TxOracleDS | | n

[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2004-10-15 Thread dapeng
Can you show a complete working example? Did you put the .HAR in your .EAR file? How do you access the SessionFactory? Where did you put the hibernate.hbm.xml? Thanks for any help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851546#3851546 Reply to the p

[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2004-10-12 Thread berkgypsy
more changes to make this 4.0.0 compatible, and now it's working, for those interested: | | | jboss.jca:service=LocalTxCM,name=TxOracleDS | | java:/HibernateFactory | java:/TxOracleDS | net.sf.hibernate.dialect.Oracle9Dialect | net.sf

[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2004-10-12 Thread berkgypsy
fixing this line corrected the problem: View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851185#3851185 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851185 --- Thi