Results 18 issues of Lubbo

Creating 2 entities related by a @OneToMany relation: **AbstractTestEntity** ->> **AbstractRelatedTestEntity** the relation is annotated with JPA `javax.persistence.OneToMany` like that: `@OneToMany(cascade = {CascadeType.MERGE, CascadeType.PERSIST, CascadeType.REFRESH, CascadeType.REMOVE, CascadeType.DETACH})` ``` @Entity() @Table(name...

When I save the SimpleDatabase ``` val basePath = ContextWrapper(context).filesDir val credentials = KdbxCreds(credentials.toByteArray()) val db = secureDatabase ?: return FileOutputStream("$basePath${File.separator}$database.kdbx").use { outputStream -> db.save(credentials, outputStream) } ``` I get...

invalid

…considered in scheduleStopTimes departureEnabled and arrivalEnabled

In the `scheduleStopTimes` of the `schedule-for-stop`, the fields `arrivalEnabled` and `departureEnabled` are computed only on the basis of the block sequence in the whole block stop times. in **org.onebusaway.transit_data_federation.impl.beans.StopScheduleBeanServiceImpl** `stiBean.setArrivalEnabled(bst.getBlockSequence()...

Following the discussion on the dev group: [https://groups.google.com/forum/#!topic/onebusaway-developers/w0g5E8zVe60](url) we would have the ability to retrieve stops by name, not the exact name but using fuzzy search or at least case...

*schedule-for-stop* API always return empty *stopHeadsign* In my usecase [http://transitfeeds.com/p/actv/631/latest/file/stop_times.txt](url) this field is useful to identify the trip destination in a simple and meaningful way. Looking at the code, some...

**Describe the bug** We are not able to start qualify session automatically after practice. When the practice finishes, the server shuts down and the qualify never starts after the countdown,...

I've experienced that with some PDF (created with Acrobat 9 PDF version 1.3) some forms are all placed in the first page instead of the correct page. Investigating the PDF...

Created another map to link Forms Widget with proper page starting from Catalogue -> Pages -> Annots. If no link to parent is present in the Form Widget, the new...