[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Problem with jboss 4.0.5 and window vista...

PeterJ do-not-reply at jboss.com
Thu Jun 14 11:33:50 EDT 2007


For the serial ID version error, this means that you are using two different jar in your application - the jar used by the client must be the exact same jar used by the server. Usually, you will want the client to use the jar files found in the "client" directory of the app server (copy that directory to the machine your client is running on).

Changing a class within your application will not cause the app server to reload the class. You have to modify the timestamp on the primary descriptor, at which time the app server will redeploy the application. See http://wiki.jboss.org/wiki/Wiki.jsp?page=RedeployAnApplicationWhenChangeAFileInAnExplodedDeploymentDirectory.

Finally, this forum is for discussing the content of the O'Reilly book. Your questions belong in the Beginners Corner forum.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054450#4054450

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054450



More information about the jboss-user mailing list