[dspace-tech] How to create field type like time for entity

2018-02-01 Thread MaX Verner
Hello,
I am using DSpace CRIS 5.8. In entity 'Organization Unit' i must create new 
field like time(see attachment). I did not find a way to do it.
Does anyone know how to do this?

Thanks.



-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Re: Notes on PostgreSQL connection pooling with a Tomcat JNDI resource

2018-02-01 Thread Mark H. Wood
If you have stuck connections, you may want to try some of the pool 
provider's connection testing parameters.  I've had good results using 
'validationQuery="SELECT 1"' with 'testOnBorrow="true"'.

Also I've found that older PostgreSQL drivers seem to see this problem more 
frequently, so I try to keep Tomcat updated with the latest released DBMS 
drivers.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.