-
javierpaniza made 1 file-release changes.
2009-11-25 11:53:02 UTC by javierpaniza
-
made 1 file-release changes.
2009-11-25 11:37:01 UTC by
-
made 1 file-release changes.
2009-11-25 11:34:01 UTC by
-
made 1 file-release changes.
2009-11-25 11:30:03 UTC by
-
Hi,
I am new to openxava and when following the tutorial, the only thing that does not work is the automated testing using junit. I get the error below when I run as junit on the WarehouseTest script. Does anyone have an idea why and how I can resolve this?
Regards, Edwin
Error:
Nov 25, 2009 12:53:06 AM org.hibernate.cfg.annotations.Version
INFO: Hibernate Annotations...
2009-11-25 03:12:22 UTC by ehaver
-
Can we also have other members apart from these standard objects as protected. As many a times if we extend ChooseAction or any other action that has been built we require these internal variables like row and other stuff.
Chirag.
2009-11-25 01:40:25 UTC by csplrj
-
Gracias por la respuesta.
Tengo otra duda, no solo estoy utilizando IChangeModule para retornar sino tambien para llevar a cabo navegacion entre modulos. Por ejemplo :
Modulo1 -> Modulo2 -> Modulo3 -> Modulo1
¿Como puedo solucionar este caso?
Gracias por su atencion.
2009-11-24 13:49:12 UTC by fpaez
-
Hola fpaez,
usa la clase ReturnPreviousModuleAction para volver. Esta clase tiene lo siguiente en el getNextModule():
public String getNextModule() {
return PREVIOUS_MODULE;
}
Si en el módulo llamado vuelves al "llamante" usando su nombre de modulo se está produciendo reentrada. Para volver se usa PREVIOUS_MODULE, que descarga la pila.
----------
*Aprende OpenXava con...
2009-11-24 12:29:25 UTC by javierpaniza
-
Hola fpaez,
prueba anotar con @SearchKey la referencia. Así:
public class MarcaGentiext extends Marca {
...
@SearchKey
private SucursalGentiext sucursal;
...
}
Esto es para indicarle que sucursal es la clave de búsqueda. Por defecto OX usa el id si es visible, o la primera propiedad, pero si quieres que la clave de búsqueda no sea el id, consista...
2009-11-24 11:41:52 UTC by javierpaniza
-
Hi Jacek,
> Are there anyone who faced similar problem?
Yes. Indeed it's a [know bug][1]. Fortunately, it's a sponsored issue, already assigned to a developer. It will be fixed for OX4m2, though surely will be available sooner by means of a CVS version.
----------
*Aprende OpenXava con ejemplos*: **[Consigue el libro][99]**
[99]...
2009-11-24 09:46:00 UTC by javierpaniza