ActiveJDBC is a Java ORM modeled on ActiveRecord from Ruby on Rails.
Questions tagged [activejdbc]
215 questions
-1
votes
1 answer
org.javalite.activejdbc.DBException: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
Getting org.javalite.activejdbc.DBException frequently while connecting to DB using activejdbc**
Please help to know why this is happening frequently??
exception occurred while getting user :
…
-1
votes
1 answer
javalite async event processing failed with error [client] - AMQ214008: Failed to handle packet java.lang.UnsupportedOperationException
please anybody help to fix this issue?
**I am getting issue [client] - AMQ214008: Failed to handle packet java.lang.UnsupportedOperationException while processing the command data in javalite async?**
[2018-03-30…
**I am getting issue [client] - AMQ214008: Failed to handle packet java.lang.UnsupportedOperationException while processing the command data in javalite async?**
[2018-03-30…
-1
votes
1 answer
How to select from multiple tables based on condition
I have two tables:
post table:
+-----+------------+--------------+
| id | title | details |
+-----+------------+--------------+
| 185 | some title | some details |
| 186 | some title | some details…

kittu
- 6,662
- 21
- 91
- 185
-1
votes
2 answers
Read Excel using Active JDBC in java
Can I read Excel file using active jdbc in java? I have been using Eclipse as IDE for java. Is there any jar files for active jdbc?
Can anyone help me in this?

Yogzz Jaya
- 11
- 2
-3
votes
1 answer
maven goal issue with active jdbc
While adding instrumentation plugin in pom.xml am getting this error
Plugin execution not covered by lifecycle configuration:org.javalite:activejdbc-instrumentation:1.4.13:instrument (execution: default, phase: process-classes
If added all…

Basant
- 1