I've pulled the latest changes and now I cannot start the app because of:
Caused by: org.hsqldb.HsqlException: column of LOB or ARRAY type cannot be
used in operation
at org.hsqldb.error.Error.error(Unknown Source)
 at org.hsqldb.error.Error.error(Unknown Source)
at org.hsqldb.Constraint.setColumnsIndexes(Unknown Source)
 at org.hsqldb.ParserDDL.compileAlterTableAddForeignKeyConstraint(Unknown
Source)
at org.hsqldb.ParserDDL.compileAlterTable(Unknown Source)
 at org.hsqldb.ParserDDL.compileAlter(Unknown Source)
....

I don't use any plugins for JDO in Intellij IDEA. Last time the app was
starting fine.

On command line I cannot build ISIS-537 branch because of :

[INFO] --- maven-enforcer-plugin:1.2:enforce (validate-enforce) @
isis-viewer-wicket-ui ---
[WARNING]
Dependency convergence error for org.webjars:jquery:1.9.0 paths to
dependency are:
+-org.apache.isis.viewer:isis-viewer-wicket-ui:1.3.0-SNAPSHOT
  +-de.agilecoders.wicket:wicket-bootstrap-core:0.9.0-20131001.073459-3
    +-org.webjars:bootstrap:3.0.0
      +-org.webjars:jquery:1.9.0
and
+-org.apache.isis.viewer:isis-viewer-wicket-ui:1.3.0-SNAPSHOT

+-de.agilecoders.wicket:wicket-bootstrap-extensions:0.9.0-20131001.073550-3
    +-org.webjars:jquery-ui:1.10.2-1
      +-org.webjars:jquery:1.9.1

Can we disable these checks for this branch ?



On Tue, Oct 8, 2013 at 12:40 PM, Martin Grigorov <[email protected]>wrote:

> Hi Dan,
>
> I'll work on this task this week again.
>
> On Mon, Oct 7, 2013 at 10:35 AM, Dan Haywood <[email protected]
> > wrote:
>
>> Hi Martin, Michael...
>> I've been keeping the master branch up to date of the bootstrap3 fork of
>> Isis [1], but I noticed that there haven't been any commits recently on the
>> ISIS-537 branch [2].
>>
>> Questions:
>> * are you currently busy on other stuff?  (that's fine if you are), or
>> * are you blocked / do I need to get more involved here?
>>
>> As you can imagine, I'm really keen to see this work progress, so if
>> there's anything I can provide to help ensure ongoing progress, I'd like to
>> do that.
>>
>> Also, given things are currently quiet on that branch, would now be a
>> good time for me to do a rebase of ISIS-537 onto master?
>>
>> Cheers
>> Dan
>>
>> [1] https://github.com/l0rdn1kk0n/isis
>> [2] https://github.com/l0rdn1kk0n/isis/commits/ISIS-537
>>
>>
>> On 18 September 2013 13:22, Dan Haywood <[email protected]>wrote:
>>
>>>
>>>
>>> On 18 September 2013 13:13, Martin Grigorov <[email protected]>wrote:
>>>
>>>> On Wed, Sep 18, 2013 at 1:28 PM, Martin Grigorov <[email protected]
>>>> >wrote:
>>>>
>>>> > I was able to run quickstart_wicket_restful_jdo webapp successfully.
>>>> >
>>>> > I see Jetty 6.x is used. I'll update it to 8.x.
>>>> >
>>>>
>>>> I've updated it to Jetty 7.6.13.v20130916 because I've noticed that
>>>> there
>>>> are dependencies to geronimo-servlet-2.5 and jsp-2.1.
>>>> Jetty 8.x requires Servlet API 3.x and maybe there are ISIS users with
>>>> older web servers.
>>>>
>>>
>>> given how young Isis is, that's probably unlikely.  But I agree there's
>>> no need to go all the way to Servlet API 3.x at this time.
>>>
>>>
>>>
>>>>
>>>> Why there is a dependency to JSP-2.1 ? I hope ISIS doesn't use JSPs.
>>>>
>>>>
>>> It doesn't.  Or rather, it shouldn't.  Or rather, the Wicket viewer
>>> doesn't.  Would be curious to see why that's added.  If you can't remove it
>>> easily, I'll help.
>>>
>>>
>>>
>>>>
>>>> > Additionally I'll add Start.java (as in Wicket's quickstart) because
>>>> it
>>>> > allows to develop/debug much faster. Especially when you use DCEVM (
>>>> >
>>>> http://blog.jetbrains.com/idea/2013/07/get-true-hot-swap-in-java-with-dcevm-and-intellij-idea/
>>>> > ).
>>>> >
>>>>
>>>
>>> ok
>>>
>>>
>>>> > At the moment ISIS-537 branch build fails with some issue related to
>>>> > having several versions of ANTLR. We will have to fix it.
>>>>
>>>
>>> this might be an interaction with JDO/DN; have seen something related to
>>> this before.
>>>
>>>
>>>
>>>> >
>>>> > Also we (me and Michael) prefer to use Twitter Bootstrap 3, so we will
>>>> > have to use Wicket Bootstrap 0.8.5-SNAPSHOT<
>>>> https://github.com/l0rdn1kk0n/wicket-bootstrap/tree/bootstrap3> build
>>>> > from 'bootstrap3' branch. At the moment these snapshots are not
>>>> deployed
>>>> > anywhere so every developer will have to clone Wicket Bootstrap
>>>> project
>>>> > locally and install it (as simple as "mvn clean install")
>>>> >
>>>>
>>>
>>> ok
>>>
>>>
>>>
>>>>
>>>> Twitter Bootstrap 3 doesn't support IE8. Is that a problem for ISIS ?
>>>>
>>>
>>> Nope, that's fine.
>>>
>>> Cheers
>>> Dan
>>>
>>>
>>>
>>>
>>>
>>>
>>
>

Reply via email to