Harald Weyhing wrote:

Hi Chad,

great! works! But for everybody who want's to use remote view types for ejbs with spring: you need to specify an Exception, otherwise some generated methods will look like

"someMethod() throws"

without an Exception type

Well that's a bug, I'll fix that.


One problem I have now is that after successful deployment a create() will fail because jboss does not find the table name.


(Table not found: BASE_ENTITY in statement [insert into BASE_ENTITY (NAME, ID) values (?, null)])

The class I modeled is <<Entity>> named BaseEntity.


Does someone have any ideas on that?

You need to run the scripts that will create your tables, if you look in <your project>/maven.xml, (I'm assuming you generated an app with andromdapp) you'll see a create-schema and drop-schema goal, use those to create and drop your schema.



Thank you! Cheers Harald




Chad Brandon wrote:

Hey Harald, this is fixed so next continuous build should have it.

Harald Weyhing wrote:

Hi all,

I just tried to use ejbViewType=remote for the spring cartridge. This leads to a deployment error because XYBean methods don't throw rmi.Exceptions.

Is this a bug or am I missing something?

Actually I want to use a java client application using services via ejb session beans. I think this should work with spring.

Can someone give me a hint?

Thank you
Harald


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user





-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user





-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user





------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to