Yeah, we are there too. Docker is apparently only used for testing. What errors are you hitting? I probably hit the same ones and fixed them. Worst case scenario, join the developer list as well and vote on the “are we ready for a release?” questions. That is what one of the devs told me.
Sent from my iPhone > On Dec 6, 2018, at 10:17 AM, Bill Warner <[email protected]> wrote: > > Thank you! I got past my classpath issue; but now I have many cassandra > errors. I'm wondering if there is an existing build and config that is closer > to what I'm looking for, but I will soldier on if there isn't! > >> On 12/5/18 6:07 PM, Garry Hurley wrote: >> That is an easy fix. You have to download the MySql Connect driver and copy >> the jar file into the <JAMES_HOME>/lib path (or add it to your classpath >> manually, but making sure it is in <JAMES_HOME>/lib makes it more easily >> portable when you migrate systems and keeps your files in one place). You >> can choose to make a symbolic link in the <JAMES_HOME>/lib folder to point >> to the jar, but be careful of permissions. You may still hit the same errors >> I got after you are able to connect. Double check the url as >> jdbc://<DB_HOST:PORT>/<DB_NAME>;create=true >> >> >> Sent from my iPhone >> >>> On Dec 5, 2018, at 4:11 PM, Bill Warner <[email protected]> wrote: >>> >>> I'm in a similar situation, except I want to keep docker and >>> docker-compose, but persist with mysql. I changed >>> james-database.properties, but queries throw a ClassNotFound exception for >>> com.mysql.jdbc.Driver. >>> >>> Any guidance would be greatly appreciated. >>> >>> Thanks --Bill >>> >>>> On 12/5/18 3:27 PM, Garry Hurley wrote: >>>> Hey, >>>> >>>> Is anyone able to get this application to build or install without using >>>> Cassandra or Docker? If so, how do you get past the MailboxAnnotation JPA >>>> failure of trying to create a table with a column named 'KEY' in a real >>>> database? >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > -- > Bill Warner > Director of Software Engineering, Talent Inc. > Email: [email protected] > Visit: www.talentinc.com > > Our Brands: TopResume | CVNow > Connect: Twitter | LinkedIn | Facebook > As seen in Business Insider & Inc. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
