[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Error when we have second character is upper case

2006-05-09 Thread lutfi123456
I have a class @Embeddable public class CModuleSectionPK implements Serializable { private static final long serialVersionUID = 9031487275419685579L; int id; int cModuleId; int masterBlockId; public CModuleSectionPK() { } public CModuleSecti

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Overwriting the database at JBoss startup

2006-01-27 Thread lutfi123456
Try to change the create-table in standardjaws.xml and standardjbosssmp-jdbc.xml to false if it doesn't work, try to open persistence.properties at ejb3-deployer\META-INF, deactivate the hibernate.hbm2ddl.auto=create-drop to #hibernate.hbm2ddl.auto=create-drop in my case it works Sadr LM Vie

[JBoss-user] [EJB 3.0] - Re: Using @Service annotation in eclipse; JBoss EJB 3.0 Serv

2005-12-20 Thread lutfi123456
is your Service tutorial application running well, yantriki? because I have some problems with @Management(MyClass.class) because the annotation for Management doesnt contains an argument. How can you solve that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [EJB 3.0] - Service error and java:/managedEntityFactories

2005-12-12 Thread lutfi123456
I make some program like this import org.jboss.annotation.ejb.Management; import org.jboss.annotation.ejb.Service; @Service(objectName="segl:service=TaskContainerJMXMBean") @Management(TaskContainerJMX.class) //give me error in this line with this attribute is not defined in Management public cl