I'm trying to load "lazy loading" properties automatically but withou success. In first moment I used version 2.0, so I changed to 2.1 and the errors persist. ...
That is the part that confuses me in that I tried it and there was no change and also the example tide_seam application doesn't do that. It just calls the...
Hi I have the following use case in my project. person : employee : engineer: software engineer : java software engineer I have more than 5-6 levels. In the...
I like to use Seam's support for CAPTCHA, which is briefly mentioned on Seam reference doc - it seems pretty easy to integrate with a JSF form; however, I...
I have a combo wich is linked to a manytoone association with @NotNull validator. the TideInputValidator tag doesn't work on selectedItem combo property. Best...
Also in debug mode i have the following warning : warning: unable to bind to property 'updateAuthor' on class 'com.braincomp.itdrive.entity::Process' warning:...
Hi Guys, I double checked my configuration here but I see no errors, would like some help with it. I'm trying to create a couple of ExceptionConverters but...
Many thanks man !!! The problem came effectively from classLoader. if you use ear, put it in your jboss-app.xml on folder META-INF <?xml version="1.0"...
Hi, it's very strange now with rc1 is change something with Optimistic Lock? I have remove my @Version and all work fine, i'm not use EntityHome. I have try to...
Put a breakpoint in /graniteds/core/org/granite/messaging/service/ExtendedServiceExceptionHandler.java:75 to see what exception GDS receives Probably your...
Sorry I don't understand what you mean. Does it work with 2.1RC1, with @Version, never ? The error you indicated before seem to have something to do with...
Very strange indeed. Can you check that your AbstractEntity is [Bindable] and that in your whole hierarchy Base are [Managed] and nobase are [Bindable]....
William  I was able to get all the employees if there were no other objects other than that. employee is not the base but person is the base. Also i was able...
I am getting an error attempting to persist a detached entity, and I have no idea what I am doing wrong to cause it. Note that everything I am doing is within...
Woohoo... Ignore my last question. After I added the "@Begin(join=true)", I needed to shut down the server and restart rather than just re-deploy. It looks...
Hi, i have debug my application with new RC1, i'm write a simple CRUD, without EntityHome. I have annotated my simple AbstractEnty with a @Version to test ...
I would be very surprised that you get PersistentCollection initializing with fetch=EAGER. Can you give more details : which application server, which server...
Have a look at the explanation here <http://www.graniteds.org/confluence/display/DOC20/9.+Troubleshooting> . We made a feature request on the Flex JIRA a few...
In eclipse the components.xml has errors for grantites_tide_seam & seam-flexbooking. At <graniteds:flex-filter Multiple annotations found at this line: -...
I'm at a total loss to explain what was happening. I had been testing the program for few days and always had the same problem. I changed to use fetch EAGER...