question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multi Database Modules works on 3.0.1 but not on 3.1.1

See original GitHub issue

DBFlow Version: 3.1.1 Bug: Multi module no longer works

Description: when using version 3.0.1 multi module works fine but when updated to version 3.1.1 i get this error and it can’t find the generated database holder class (it exists in android studio i can open it but can’t build the project)

Warning:File for type 'com.raizlabs.android.dbflow.config.FordDatabaseFord_Database' created in the last round will not be subject to annotation processing.
Warning:File for type 'com.raizlabs.android.dbflow.config.FordModuleGeneratedDatabaseHolder' created in the last round will not be subject to annotation processing.
Warning:The following options were not recognized by any processor: '[targetModuleName]'

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:23 (7 by maintainers)

github_iconTop GitHub Comments

4reactions
trevjonezcommented, Jun 11, 2017

@jackwang1 I made a small change to the timing that the processor outputs files. It is beyond me why it was necessary but should resolve your problem (assuming it gets merged). Until then you can target my develop snapshots.

this patch file can be applied to your example project to show you what all I changed.

dbflow_mrp_fix.diff.txt

1reaction
trevjonezcommented, Jun 19, 2017

as of about 8 days ago, yes.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multi Database Modules works on 3.0.1 but not on 3.1.1 #979
when using version 3.0.1 multi module works fine but when updated to version 3.1.1 i get this error and it can't find the...
Read more >
How to use multiple databases for one rails 3.1 app in Heroku?
Unfortunately Heroku overwrites your database.yml, and only seems to inlcude one database connection. Does anyone know how I can add or configure my...
Read more >
Multiple databases | Django documentation
Multiple databases ¶. This topic guide describes Django's support for interacting with multiple databases. Most of the rest of Django's documentation assumes ...
Read more >
Cisco ACI Multi-Site Orchestrator Release Notes, Release 3.1(1)
This document describes the features, issues, and deployment guidelines for Cisco Application Centric Infrastructure (ACI) Multi-Site Orchestrator software.
Read more >
Migrate from ASP.NET Core 2.2 to 3.0 | Microsoft Learn
AspNetCore.Razor.Design is removed and in the following list of packages no longer being produced. To see the full list of packages that are...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found