[jboss-user] [Clustering/JBoss] - Re: build using 32-bit Sun 1.5 JDK in windows and deploy in

2009-06-15 Thread asookazian
ok thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237708#4237708 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4237708 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [Clustering/JBoss] - Re: build using 32-bit Sun 1.5 JDK in windows and deploy in

2009-06-15 Thread bstansbe...@jboss.com
I've never heard of any problems with using a build on multiple platforms and don't expect there to be any. The AS itself doesn't produce separate builds. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237706#4237706 Reply to the post : http://www.jboss.org

[jboss-user] [Clustering/JBoss] - Re: build using 32-bit Sun 1.5 JDK in windows and deploy in

2009-06-15 Thread asookazian
Here is an example: @Entity | @Table(name = "ApplicationSite", schema = "dbo", catalog = "EquipmentRecovery") | public class ApplicationSite implements java.io.Serializable { | | private static final long serialVersionUID = -8318603160581183431L; | ... | } View the original post