Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] PE JAXB resource manager questions

Al
I have been working on finalizing my PE JAXB resource manager and have a couple problems with validation
1) If I specify a validator for a file browser widget then it seems like the pathname cannot be blank, but must be a valid pathname. Directories seem to accept blank pathnames. Is there a way for filenames to be allowed to be blank and pass validation?
2) I have some text widgets that expect integer values. I can validate them as numberic but can't implement range limit checks. I tried specifying min and max values but that didn't help.

I'm trying to start the resource manager, both on AIX and Linux. In both cases I get a popup 'Failed to start resource manager' with no other messages or error log entries. I'm not expecting to run any kind of command on the back end, just have the resource manager switch to the running state.

My JAXB xml file is pretty big, with about 80 active widgets and a similar number of labels, spread across 10 tabs. I'm not sure if this has to do with the size of my xml file but I was able to start resource managers before with a somewhat smaller XML file. this is with latest 5.0.1 source from this morning
Dave

Back to the top