[JBoss-user] [JBoss Seam] -

2006-03-17 Thread bbreil
At the moment I'm using seam with a mysql database and everything works fine. Now I want to use another mysql database on a different server, too, so that some entities should stored on database 1 on server A and other entities should be stored on database 2 on server B Is there a possibility

[JBoss-user] [JBossWS] - Re: NoClassDefFoundError :at com.sun.mail.handlers.multipart

2006-03-02 Thread bbreil
You need also the activation.jar http://java.sun.com/beans/glasgow/jaf.html Then you have to copy both jar-files in the tomcat dir within the jboss dir e.g. ...\jboss-4.0.4RC1\server\default\deploy\jbossweb-tomcat55.sar View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss Seam] - Re: import.sql

2006-02-22 Thread bbreil
im sorry TERMINE has to be PATHTERM I've tried another example too and postet the wrong error report But it's the same PATH 1 * PATHTERM or KATALOG 1 * TERMINE View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925632#3925632 Reply to the po

[JBoss-user] [JBoss Seam] - import.sql

2006-02-22 Thread bbreil
Hello I'm using the dvd-example and I tried to create two EntityBeans like Order and OrderLine with a OneToMany Relationship. anonymous wrote : | @Entity | @Name("bpath") | @Scope(EVENT) | public class Path implements Serializable{ | | private int pathId; | private