Re: James 3 M2 not creating database tables

2010-11-29 Thread Eric Charles
JIRA opened for tables creation on server startup https://issues.apache.org/jira/browse/JAMES-1142 Tks, Eric On 29/11/2010 10:07, Norman Maurer wrote: Btw, I wonder if this is configurable so openjpa would create tables on startup. So we would fail on bad username/password asap. Bye, Norman

Re: James 3 M2 not creating database tables

2010-11-29 Thread Norman Maurer
Btw, I wonder if this is configurable so openjpa would create tables on startup. So we would fail on bad username/password asap. Bye, Norman 2010/11/29 Eric Charles : > Hi Eric, > > Yes, openjpa does not create the tables if you don't request database access > (read/write). > Simply create a dom

Re: James 3 M2 not creating database tables

2010-11-29 Thread Eric Charles
Hi Eric, Yes, openjpa does not create the tables if you don't request database access (read/write). Simply create a domain or a user to get the tables created. You can still use the telnet way if you are not sure about the JMX parameters For the JMX parameters, could you please open a JIRA so

Re: James 3 M2 not creating database tables

2010-11-29 Thread Norman Maurer
When you add/get first users/mail/etc.. Bye, Norman 2010/11/29 Eric MacAdie : > What do you mean by "first access"? > > Regards, > Eric MacAdie > President, Chicago Java Users Group > http://blog.cjug.org > > > > On 11/29/2010 2:28 AM, Norman Maurer wrote: >> >> Hi Eric, >> >> I'm not 100 % sure

Re: James 3 M2 not creating database tables

2010-11-29 Thread Eric MacAdie
What do you mean by "first access"? Regards, Eric MacAdie President, Chicago Java Users Group http://blog.cjug.org On 11/29/2010 2:28 AM, Norman Maurer wrote: Hi Eric, I'm not 100 % sure. But I think openjpa will only create the tables on first access. Bye, Norman 2010/11/29 Eric MacAdie:

Re: James 3 M2 not creating database tables

2010-11-29 Thread Norman Maurer
Hi Eric, I'm not 100 % sure. But I think openjpa will only create the tables on first access. Bye, Norman 2010/11/29 Eric MacAdie : > I tried M2 on my desktop. I thought I read through all the steps, but I > still have a few questions. > > I created a database, but James did not create tables.