Ondřej Němeček

Results 10 issues of Ondřej Němeček

Hi, is there some preferred way to initialize external tool instance with jdbc connection and pass this instance to some (or all) controller(s) in javalite? I want to use default...

I got accidental **StackOverflowError** in BrightspotCMS Dashboard when adding item to list of @Embedded items and saving entity. There is no error when adding item to list programatically and saving...

Hi, I read http://docs.brightspot.com/cms/developers-guide/localization/ but I am still not sure how to implement for example Article which can be translated to multiple languages: ```java public class Article extends Content {...

Dear friends, I think that support here on github.com should be improved. Many of issues older than one month can be solved with one-sentence answer. There are also bugs which...

Hi to all, I checked [3.2 - Patch Release #12](https://github.com/perfectsense/brightspot-cms/releases/tag/v3.2.7178-2110f8) but unfortunately I cannot confirm that [issue #1263](https://github.com/perfectsense/brightspot-cms/issues/1263) was fixed. I use ```xml ... 1.2.101-12aba4 1.1.350-86f868 3.2.7178-2110f8 3.2.2450-7be12b 1.7.12 4.8.1...

Hi, I found I get instances of Parent class and also instances of all subclasses when I call: ```java Query.from(Parent.class).selectAll(); ``` What is best approach to query only Parent class...

Hi to all, I use cms.version 3.2.6985-e7140a with dari 3.2.2422-501a79 and tomcat-8.0.30 as application server. When I turn production mode on (in context.xml.default): `` then /cms page refers to *.gz.js...

bug

Hi to all, I cannot find how to configure date field. I want to set common times and first day of week. I set locales and time zone in my...

Hi to all, on place where I usually see Revisions while editing some record I found today following exception: > Statement was canceled or the session timed out; SQL statement:...

Hi to all, I wish to know how `com.psddev.dari.db.SqlDatabase` is intended to use. Currently I use one h2 database as `dari/defaultDatabase` and I need to connect to another external Mysql...