[JBoss-user] [Installation, Configuration & Deployment] - Re: Adding Files After Deployment

2006-04-04 Thread duranek
Great ! Thanks for the response :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934912#3934912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934912 --- This SF.Ne

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Deploying Images Once

2006-04-02 Thread duranek
Hi, I don't want to redeploy other resources ( images, etc.. ) within war file after every bugfix. There is a way that i could put them once, and remove them from war file ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934240#3934240 Reply to the post :

[JBoss-user] [Installation, Configuration & Deployment] - Deploying Images Once

2006-04-02 Thread duranek
Hi, I don't want to redeploy other resources ( images, etc.. ) within war file after every bugfix. There is a way that i could put them once, and remove them from war file ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934239#3934239 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Adding Files After Deployment

2006-04-02 Thread duranek
Hi, I deploy my war file to my jboss server. I suppose that i can reach my site with http://localhost:8080/test . In my application, I generate a pie chart but i don't know where to put it, because, war file is extracted in tmp/deploy/tmp directory always with a different name. How can

[JBoss-user] [Installation, Configuration & Deployment] - Adding Files After Deployment

2006-04-02 Thread duranek
Hi, I deploy my war file to my jboss server. I suppose that i can reach my site with http://localhost:8080/test . In my application, I generate a pie chart but i don't know where to put it, because, war file is extracted in tmp/deploy/tmp directory always with a different name. How can i

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Hibernate 3.0 and Cactus JUnits

2005-10-23 Thread duranek
Hi, did you solve the problem ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902864#3902864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902864 --- This SF.Net e

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: hibernate-service.xml

2005-10-02 Thread duranek
Hi, I deployed a ear that has a har file that has mapping xml, hibernate-service.xml and the pojo to jboss server. It works fine. When i deploy my second ear, i have the exception below: org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.har:ser

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: How deploy several HAR files?

2005-10-02 Thread duranek
Hi, How did you solve the problem ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898404#3898404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898404 --- This SF

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Using Hibernate in multiple applications

2005-10-02 Thread duranek
Hi, I'm having the same problem. How did you solved it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898403#3898403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898403 --

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.2 wiyth Hibernate3 exception org.hibernate.Map

2005-10-02 Thread duranek
Hi, How did you solve the problem ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898386#3898386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898386 --- This SF.

[JBoss-user] [Installation, Configuration & Deployment] - Trying to install an already registered mbean: jboss.har:ser

2005-10-02 Thread duranek
Hi, I deployed a ear that has a har file that has mapping xml, hibernate-service.xml and the pojo to jboss server. It works fine. When i deploy my second ear, i have the exception below: org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.har:ser

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - org.hibernate.MappingException: Unknown entity

2005-09-29 Thread duranek
Hi, I have the SERUser.java and SERUser.hbm.xml below. I put them in a har, then in a ear. But, in runtime i got org.hibernate.MappingException: Unknown entity com.unstable.game.card.ser.SERUser. What can be the problem ? | package com.unstable.game.card.ser; | | public class SERUser

[JBoss-user] [Installation, Configuration & Deployment] - InstanceAlreadyExistsException in Deployment

2005-09-29 Thread duranek
Hi, I just redeploy the ear, and i get this exception. Where can be the problem in deployment ? Could not initialise deployment: file:/D:/jboss/jboss-4.0.2/server/default/deploy/GameProject.ear org.jboss.deployment.DeploymentException: Error in accessing application metadata: ; - nested thr

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - hibernate-service.xml

2005-09-29 Thread duranek
Hi, Do i have to put the hibernate.xml in all my ears ? ( do i have to create one hibernate mbean for each ear ? ) java:/MySqlDS org.hibernate.dialect.MySQLDialect java:/hibernate/SessionFactory org.hibernate.cache.HashtableCacheProvider