[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Problems running Hibernate Code Generation

2006-03-23 Thread chuckzhg
Hi Joshua and Max, I have the same problem. I've tried latest Oracle JDBC Driver 10.2 against my Oracle DB 9.1, but still the problem stays and no tables found from DB. Do I miss something? Any further logging I can tune/check to see what went wrong? Thx, Chuck View the original post : ht

[JBoss-user] [Beginners Corner] - How to set user/password as I used to do in Tomcat's conf/to

2005-01-13 Thread chuckzhg
Hi there, I have some simple JSP samples that run on (standalone) Tomcat 5 which require user login. I used to set the role to user/password mapping in the conf/tomcat-users.xml. How do I do the samething for JBoss (4.0.1RC1)? TIA chuck View the original post : http://www.jboss.org/index

[JBoss-user] [Installation & Configuration] - Does JBpm2 works on JBoss4?

2005-01-11 Thread chuckzhg
If anyone has it working, can you tell us how? I am using JBoss-4.0.1 and got following error: (org.jbpm.ConfigurationException) couldn't instantiate class org.jbpm.persistence.hibernate.HibernateSessionFactory (as configured in key jbpm.persistence.session.factory) : see stacktrace for more de

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How to run JSF on JBoss4?

2005-01-11 Thread chuckzhg
Thanks for the reply. Do you mean for every war I make, I need to include those files? or only need to make one bundle of them, somehow deployed into JBoss4 deploy dir and shared by all JSF apps? cheers chuck View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Installation & Configuration] - Re: Does JBpm2 works on JBoss4?

2005-01-11 Thread chuckzhg
Even with JBoss 3.2.5, it passed 'ant deploy' in the Getting Startd guide, but failed immediately on the next step 'ant deploy.process.archives' with following reason: java.lang.RuntimeException: couldn't deploy process archives : couldn't instantiate class org.jbpm.persistence.hibernate .Hiber

[JBoss-user] [Installation & Configuration] - Re: Does JBpm2 works on JBoss4?

2005-01-11 Thread chuckzhg
Even with JBoss 3.2.5, it passed 'ant deploy' in the Getting Startd guide, but failed immediately on the next step 'ant deploy.process.archives' with following reason: java.lang.RuntimeException: couldn't deploy process archives : couldn't instantiate class org.jbpm.persistence.hibernate .Hiber

[JBoss-user] [HTTPD, Servlets & JSP] - How to run JSF on JBoss4?

2005-01-11 Thread chuckzhg
Qudos to JBoss after having JBoss4.0.1 RC1/EJB 3.0 preview running. I would really appreciate if someone (JBoss or not) can tell us how to run JSF (Sun RI, or MyFaces, etc) on top of JBoss 4 (preferably 4.0.1RC1 till JBoss get EJB 3.0 works on higher-than-RC1). Thanks very much in advance, c