Questions tagged [dali]

Eclipse Java Persistence Tools (JPT) project that provides JPA and JAXB (including EclipseLink support) design-time validation, content assist, a rich UI, and generation wizards.

45 questions
26
votes
3 answers

Eclipse Dali JPA error : 'Console configuration "" does not exist'

I have looked everywhere and tried to get to the root of this error but am Having no luck. I have Eclipse STS with Dali JPA Tools installed. I have a project with a connected HSQLDB and entities. When I go to the JPA perspective I have this error…
Dustin
  • 729
  • 1
  • 10
  • 25
8
votes
1 answer

Eclipse Kepler JPA errors

I've installed Eclipse Kepler (Build id: 20130614-0229). When I try to compile my projects I have tons of JPA related errors. I'm guessing they come from the Dali Java Persistence Tools plug-in, which I can see in the plug-ins list (version…
Gep
  • 848
  • 13
  • 29
4
votes
1 answer

Unable to generate JPA entities from HSQLDB

I am using OpenJPA and HSQLDB for my current project. But I am unable to generate JPA entities from the HSQLDB because eclipse plugin is not giving me an option to select the schema. Does anybody have idea about this? Or is there any other way to…
Satya
  • 2,094
  • 6
  • 37
  • 60
4
votes
2 answers

How to get Eclipse JPA (Dali) to use persistence.xml from another project?

I have two Eclipse Maven Java projects. A domain project that is laden with JPA annotations and a persist project that implements DAOs for the domain objects. The persist project depends on the domain project. Maven compiles everything and it…
Dave
  • 21,524
  • 28
  • 141
  • 221
4
votes
3 answers

why JPA Diagram Editor does not open?

i use eclipse kepler and download eclipseLink 2.5.0 and add to libraries. also download JPA Diagram Editor from Marketplace. but, when right-click on JPA Content, no items is exist, and, when right-click on project and from "JPA Tools" menu click on…
Ali-B
  • 45
  • 1
  • 3
3
votes
4 answers

The class 'javax.persistence.Convert' is required to be in the selected libraries

When selecting a user library as the JPA implementation in Eclipse Dali's project settings, the following error message is displayed: The class 'javax.persistence.Convert' is required to be in the selected libraries But the class…
3
votes
0 answers

Why JPA generate Entities from Tables orders fields alphabetically?

When generating JPA Entities in Eclipse using JPA Tools, the fields are ordered alphabetically instead of the order defined in the Tables. My DB JPA Generated Entity Any idea how to switch this off? The problem is if I set ddl-auto, then the…
Quentinb
  • 476
  • 1
  • 9
  • 30
3
votes
1 answer

JPA Metamodel generation issue

I'm using Eclipse build-in feature to generate JPA metamodel in my projects. Previosly it was generated perfectly, but after that something happened and now my metamodel classes are generated incomplete/wrong. Please note, that entity classes…
Serzhas
  • 854
  • 12
  • 23
3
votes
0 answers

Configuring Eclipse JPA DDL Generation to generate a SQL delimiter

Is there a way to configure Eclipse JPA DDL generation to specify a trailing ';' for each statement on the output file? For example: CREATE TABLE PHYSICAL_OBJECT (ID BIGINT NOT NULL, PRIMARY KEY (ID)) would become CREATE TABLE PHYSICAL_OBJECT (ID…
2
votes
0 answers

nvidia dali video decode from external_source buffer (instead of file)

This article explains how to do image decoding and preprocessing on server side with Dali while using triton-inference-server. I am trying to find something similar for doing video decoding from h.264 encoded bytes array on server side, before the…
dumbPy
  • 1,379
  • 1
  • 6
  • 19
2
votes
2 answers

Eclipse JPA Tools generating duplicate fields in Generate Entities from Tables

JPA Tools -> Generate Entities from Tables... results in duplicate fields: Predictably this results in this: Not shown are all the duplicated getters and setters. Deleting them is a pain, even for a small class like this. I cannot see any easy…
JL_SO
  • 1,742
  • 1
  • 25
  • 38
2
votes
0 answers

Eclipse Dali (STS) + Hibernate MSSQL nvarchar maps to object

Environment: STS (version 3.6.4 currently, but happens in prior versions as well) Hibernate 4.2.16 as JPA provider MSSQL 12.0 database When utilizing standard Eclipse tooling (Dali) for generating JPA entities, nvarchar types map up to a type of…
LetsBeFrank
  • 774
  • 11
  • 31
2
votes
1 answer

How to specify Library Provided at Runtime for Hibernate - Eclipse Dali JPA integration

I am trying to add Eclipse Dali JPA integration and to specify Hibernate as the JPA implementation. I have gathered different instructions but am struggling with specifying the user library when configuring the project facet. The page here…
Dustin
  • 729
  • 1
  • 10
  • 25
1
vote
0 answers

Cannot generate entities from existing MySQL db tables using Dali JPA Tools

Fairly new to Java, Eclipse and JPA. I was steered toward using JPA for CRUD database application development. As I have seen posted in earlier messages (more than 5 years old) I also am not able to create entities from an existing database using…
1
vote
0 answers

Hasseb USB DALI Master & python library python-dali

We have Hasseb USB Dali Master and try to used python library (github.com/sde1000/python-dali). But codes from section “Examples” don’t work. We used Armbian Linux (Ubuntu based operating system) The library https://github.com/onitake/daliserver…
Mark5
  • 11
  • 2
1
2 3