I used v1.4.0GA in my project. The project is running in the customer's envirement.
Now I have a fatal problem: Cache A and cache B in separate JVMs, when A's jvm shut down, chache B's member list still have cache A. This can last very long time. I think it is a bug of Jbosscache or Jgoups.
What can I do? Shoudn't I upgrade my jbosscache version to a higher version? If it is, Whitch version shoudln't I upgrade to? I have so much trouble ,thanks to somebody help me.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132777#4132777
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132777
I'm trying to deploy a war file that contains all the libraries required. One of libs happens to be jbpm-jpdl.jar. When the file is included in with the other libs, jboss will not deploy the war, if the file is copied to the lib directory (default/lib) then the deploy works fine.
has anyone any clues as to why this is happening?
for reference the exception that gets thrown is :
java.lang.NoClassDefFoundError: org/jbpm/taskmgmt/exe/TaskInstance
thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132758#4132758
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132758
Hello,
I'm using Jboos 4.2.0.0 GA and Sqlserver2005 and Mysql.
I have an EJB3 entity with this annotations :
@Entity
public class Test implements Serializable {
private int id;
@Id
@GeneratedValue(strategy=GenerationType.AUTO)
public int getId();
{
return id;
}
}
When i start my server Jboss on the mySql server database the Test table is creating with success.
So, when i start my server jboss on the sqlserver 2005 database, i have this error :
Syntaxe incorrect vers 'auto_increment'.
Unsuccessfull : create table test (id integer not null auto_increment);
Any ideas.
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132753#4132753
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132753