[jboss-user] [JBoss Seam] - Re: WebRemote inconsistencies

ZeddMaxim do-not-reply at jboss.com
Wed Aug 2 23:37:21 EDT 2006


Here are the two stubs, the first set is when it does not work, the second, when it does.  All I do inbetween is rebuild the ear and redeploy it via MyEclipse IDE.  I am using JBoss 4.0.4GA (installed via the JEMS installer) and Seam 1.0.1 GA if that helps any.

Seam.Remoting.type.modelbuilder = function() {
  | 	this.__callback = new Object();
  | }
  | Seam.Remoting.type.modelbuilder.__name = "modelbuilder";
  | 
  | Seam.Component.register(Seam.Remoting.type.modelbuilder);

Seam.Remoting.type.modelbuilder = function() {
  | 	this.__callback = new Object();
  | 	Seam.Remoting.type.modelbuilder.prototype.findGL = function(p0, callback) {
  | 		return Seam.Remoting.execute(this, "findGL", [p0], callback);
  | 	}
  | 	Seam.Remoting.type.modelbuilder.prototype.getDefaultPOD = function(p0, callback) {
  | 		return Seam.Remoting.execute(this, "getDefaultPOD", [p0], callback);
  | 	}
  | 	Seam.Remoting.type.modelbuilder.prototype.getPriceFactors = function(p0, callback) {
  | 		return Seam.Remoting.execute(this, "getPriceFactors", [p0], callback);
  | 	}
  | 	Seam.Remoting.type.modelbuilder.prototype.validateModelDescription = function(p0, p1, p2, callback) {
  | 		return Seam.Remoting.execute(this, "validateModelDescription", [p0, p1, p2], callback);
  | 	}
  | }
  | Seam.Remoting.type.modelbuilder.__name = "modelbuilder";
  | 
  | Seam.Component.register(Seam.Remoting.type.modelbuilder);

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

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



More information about the jboss-user mailing list