[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Deploy .WAR file on JBOSS 4.2.1. GA

2007-10-17 Thread zoran9707
I develop a simple war file which contains ADF library(using JDeveloper 11). But when I deploy that WAR file on JBOSS server I have a problem. I installed ADF on JBOSS by this tutorial http://download-uk.oracle.com/docs/html/B25947_01/deployment_topics012.htm#CIHJFAIA but I dont know is this

[jboss-user] [JCA/JBoss] - Re: Deploy .WAR file on JBOSS 4.2.1. GA

2007-10-17 Thread zoran9707
Thanks about this information. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095969#4095969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095969 ___ jboss-user mailing list

[jboss-user] [JCA/JBoss] - Re: Deploy .WAR file on JBOSS 4.2.1. GA

2007-10-17 Thread zoran9707
I would be pleasured if any body send me or show me the URL where I can find the tutorial about Deploying ADF .WAR files on JBOSS server. Thanks in advanced. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095953#4095953 Reply to the post : http://www.jboss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploy .WAR file on JBOSS 4.2.1. GA

2007-10-17 Thread zoran9707
I would be pleasured if any body send me or show me the URL where I can find the tutorial about Deploying ADF .WAR files on JBOSS server. Thanks in advanced. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095952#4095952 Reply to the post : http://www.jboss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deploy .WAR file on JBOSS 4.2.1. GA

2007-10-17 Thread zoran9707
I develop a simple war file which contains ADF library(using JDeveloper 11). But when I deploy that WAR file on JBOSS server I have a problem. I installed ADF on JBOSS by this tutorial http://download-uk.oracle.com/docs/html/B25947_01/deployment_topics012.htm#CIHJFAIA but I dont know is this ri

[jboss-user] [JCA/JBoss] - Deploy .WAR file on JBOSS 4.2.1. GA

2007-10-17 Thread zoran9707
I develop a simple war file which contains ADF library(using JDeveloper 11). But when I deploy that WAR file on JBOSS server I have a problem. I installed ADF on JBOSS by this tutorial http://download-uk.oracle.com/docs/html/B25947_01/deployment_topics012.htm#CIHJFAIA but I dont know is this ri

[jboss-user] [EJB/JBoss] - Implementing testNG in EntityBean

2007-09-13 Thread zoran9707
I develop a simple project with testing TestNG but I have a problem with testing EntityBean whit testNG. Do anybody have any expiriance in this testing. Thanks in advanced. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083953#4083953 Reply to the post : h

[jboss-user] [EJB 3.0] - Implementing testNG in EntityBean

2007-09-13 Thread zoran9707
I develop a simple project with testing TestNG but I have a problem with testing EntityBean whit testNG. Do anybody have any expiriance in this testing. Thanks in advanced. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083950#4083950 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Locking data

2007-09-06 Thread zoran9707
I have problem with locking some record from ORACLE 9i DB. I create Entity Bean, Session Bean in JDeveloper 11g. My Persistant_Unit is: | | org.hibernate.ejb.HibernatePersistence | | | | | | |

[jboss-user] [EJB 3.0] - Re: Automatically FILL ORACLE table

2007-09-05 Thread zoran9707
The answer is here http://www.jroller.com/eyallupu/entry/hibernate_s_hbm2ddl_tool View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081311#4081311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081311

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Automatically FILL ORACLE table

2007-09-05 Thread zoran9707
The answer is here. http://www.jroller.com/eyallupu/entry/hibernate_s_hbm2ddl_tool View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081310#4081310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081310 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Automatically FILL ORACLE table

2007-09-05 Thread zoran9707
I use JDeveloper 11g. I create EntityBean, SessionBean and I create persistance_unit with HIBERNATE anottation. | | org.hibernate.ejb.HibernatePersistence | | | | | | | | | | | In my project I add import.sql file to insert data in ORACLE

[jboss-user] [EJB 3.0] - Automatically FILL ORACLE table

2007-09-05 Thread zoran9707
I use JDeveloper 11g. I create EntityBean, SessionBean and I create persistance_unit with HIBERNATE anottation. | | org.hibernate.ejb.HibernatePersistence | | | | | | | | | | | In my project I add import.sql file to insert data in ORACLE