Brix 6.0 current status

80 views
Skip to first unread message

Ingo

unread,
Jun 25, 2012, 5:17:39 PM6/25/12
to brix-cms...@googlegroups.com
Hi,

today I checked out https://github.com/brix-cms/brix-cms/tree/wicket6

only the main pom.xml is ok, all children have wrong parent
after fixing this, I see that brix-core is not ported to wicket 1.6 snapshot. There is a little bit more to do than fixing package imports.

Ok, don't get me wrong.  I don't want to complain that there is no working branch.

Some time ago I developed a framework using brix  (http://www.bricket.org) together with a friend. We paused the project for some time now and I like to continue.
The last commit to brix 6.0 ist 4 month old and sorry, it was not a complete "Upgrade Brix to 6.0" as the message tells.

So, what is the current status.  I don't want to judge, I just want to know so I can decide if I want to stick with brix and maybe do some porting to 6.0 as my time allows or I start something else.

Thanks,
    Ingo





Martin Grigorov

unread,
Jun 25, 2012, 5:22:58 PM6/25/12
to brix-cms...@googlegroups.com
Hi,

On Tue, Jun 26, 2012 at 12:17 AM, Ingo <renne...@googlemail.com> wrote:
> Hi,
>
> today I checked out https://github.com/brix-cms/brix-cms/tree/wicket6
>
> only the main pom.xml is ok, all children have wrong parent
> after fixing this, I see that brix-core is not ported to wicket 1.6
> snapshot. There is a little bit more to do than fixing package imports.
>
> Ok, don't get me wrong.  I don't want to complain that there is no working
> branch.
>
> Some time ago I developed a framework using brix  (http://www.bricket.org)
> together with a friend. We paused the project for some time now and I like
> to continue.
> The last commit to brix 6.0 ist 4 month old and sorry, it was not a complete
> "Upgrade Brix to 6.0" as the message tells.

It was at that time.
Wicket 6.0 is not yet released so we still make changes there too.
I just sent a mail to Wicket's dev@ mailing list to release 6.0.0-RC1.
If it gets approved then there wont be any API breaks before Wicket
7.0.

>
> So, what is the current status.  I don't want to judge, I just want to know
> so I can decide if I want to stick with brix and maybe do some porting to
> 6.0 as my time allows or I start something else.

I'll update it to current Wicket 6.0-SNAPSHOT soon.

>
> Thanks,
>     Ingo
>
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "brix-cms-discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/brix-cms-discuss/-/W8aS71IUwCkJ.
> To post to this group, send email to brix-cms...@googlegroups.com.
> To unsubscribe from this group, send email to
> brix-cms-discu...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/brix-cms-discuss?hl=en.

Ingo

unread,
Jun 25, 2012, 5:37:43 PM6/25/12
to brix-cms...@googlegroups.com
Hi,

ah ok, the api changes. Should have thought about them in an 4 month old commit.
In my "stolen thread" Korbinian said that he will have to "keep-alive is also not currently enabled, will have to
 overwork streamer for Brix 6" so I thought there would be a current working brix 6.0 version, looks like I was wrong.

Thanks for the quick answer, I'm looking forward a working brix 6.0.

Ciao,
    Ingo
> To post to this group, send email to brix-cms-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> brix-cms-discuss+unsubscribe@googlegroups.com.

Martin Grigorov

unread,
Jun 25, 2012, 6:06:17 PM6/25/12
to brix-cms...@googlegroups.com
On Tue, Jun 26, 2012 at 12:37 AM, Ingo <renne...@googlemail.com> wrote:
> Hi,
>
> ah ok, the api changes. Should have thought about them in an 4 month old
> commit.
> In my "stolen thread" Korbinian said that he will have to "keep-alive is
> also not currently enabled, will have to
>  overwork streamer for Brix 6" so I thought there would be a current working
> brix 6.0 version, looks like I was wrong.
>
> Thanks for the quick answer, I'm looking forward a working brix 6.0.

Done! Enjoy!
>> > To post to this group, send email to brix-cms...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > brix-cms-discu...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "brix-cms-discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/brix-cms-discuss/-/uG6TAGSB_2MJ.
>
> To post to this group, send email to brix-cms...@googlegroups.com.
> To unsubscribe from this group, send email to
> brix-cms-discu...@googlegroups.com.

Ingo Renner

unread,
Jun 27, 2012, 4:25:55 AM6/27/12
to brix-cms...@googlegroups.com
Hi,

I just post this to give feed information about the current state of
brix6 and to say
thanks to Martin for his work which allowed me a test ride on brix6.

In brix-rmi-server pom.xml there is the entry for jta missing:
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.1</version>
</dependency>

After adding this dependency the project can be build an dthe demo can
be started. But when you enter the site admin, you get a class not
found exception.



2012/6/26 Martin Grigorov <martin....@gmail.com>:

Martin Grigorov

unread,
Jun 27, 2012, 4:31:58 AM6/27/12
to brix-cms...@googlegroups.com
Hi Ingo,

Thanks for the feedback!

I was able to 'mvn install' the whole project without the need to add
this dependency.
I didn't try to run the demo though, so there may be problems.
Do you use GitHub ? You can send us Pull requests with such patches.

Ingo Renner

unread,
Jun 27, 2012, 4:43:32 AM6/27/12
to brix-cms...@googlegroups.com
Hi,

yes, I'm on github and I forked your repository yesterday for that
purpose. Problem I have is, that the brix6 project and my eclipse
(STS) don't work well at the moment. So I just made a quick test on
console. Also I just start to learn git.
So next time, I will be ready for a Pull request.

2012/6/27 Martin Grigorov <martin....@gmail.com>:

Henning Teek

unread,
Jun 27, 2012, 5:54:37 AM6/27/12
to brix-cms...@googlegroups.com
Hi,

I talked to Ingo about his changes and reproduced them on our bricket/brix-cms fork. A also created a pull request for you Martin. Hope this helps.

Regards
Henning
>>>>> > To post to this group, send email to brix-cms-discuss@googlegroups.com.
>>>>> > To unsubscribe from this group, send email to
>>>>> > For more options, visit this group at
>>>>> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google Groups
>>>> "brix-cms-discuss" group.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msg/brix-cms-discuss/-/uG6TAGSB_2MJ.
>>>>
>>>> To post to this group, send email to brix-cms-discuss@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/brix-cms-discuss?hl=en.
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups "brix-cms-discuss" group.
>>> To post to this group, send email to brix-cms-discuss@googlegroups.com.
>>> To unsubscribe from this group, send email to brix-cms-discuss+unsubscribe@googlegroups.com.
>>> For more options, visit this group at http://groups.google.com/group/brix-cms-discuss?hl=en.
>>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups "brix-cms-discuss" group.
>> To post to this group, send email to brix-cms-discuss@googlegroups.com.
>> To unsubscribe from this group, send email to brix-cms-discuss+unsubscribe@googlegroups.com.
>> For more options, visit this group at http://groups.google.com/group/brix-cms-discuss?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google Groups "brix-cms-discuss" group.
> To post to this group, send email to brix-cms-discuss@googlegroups.com.
> To unsubscribe from this group, send email to brix-cms-discuss+unsubscribe@googlegroups.com.

Martin Grigorov

unread,
Jun 27, 2012, 7:05:20 AM6/27/12
to brix-cms...@googlegroups.com
Thanks for the pull request, Henning!
I applied it.
We changed the method names back to #onSubmit() and #onAfterSubmit()
yesterday in Wicket (WICKET-4575).

There is nothing about the JTA dependency in your patch, so I guess
you were able to compile without it ?
>> >>>>> > brix-cms...@googlegroups.com.
>> >>>>> > To unsubscribe from this group, send email to
>> >>>>> > brix-cms-discu...@googlegroups.com.
>> >>>>> > For more options, visit this group at
>> >>>>> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >>>>
>> >>>> --
>> >>>> You received this message because you are subscribed to the Google
>> >>>> Groups
>> >>>> "brix-cms-discuss" group.
>> >>>> To view this discussion on the web visit
>> >>>> https://groups.google.com/d/msg/brix-cms-discuss/-/uG6TAGSB_2MJ.
>> >>>>
>> >>>> To post to this group, send email to
>> >>>> brix-cms...@googlegroups.com.
>> >>>> To unsubscribe from this group, send email to
>> >>>> brix-cms-discu...@googlegroups.com.
>> >>>> For more options, visit this group at
>> >>>> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >>>
>> >>> --
>> >>> You received this message because you are subscribed to the Google
>> >>> Groups "brix-cms-discuss" group.
>> >>> To post to this group, send email to
>> >>> brix-cms...@googlegroups.com.
>> >>> To unsubscribe from this group, send email to
>> >>> brix-cms-discu...@googlegroups.com.
>> >>> For more options, visit this group at
>> >>> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >>>
>> >>
>> >> --
>> >> You received this message because you are subscribed to the Google
>> >> Groups "brix-cms-discuss" group.
>> >> To post to this group, send email to brix-cms...@googlegroups.com.
>> >> To unsubscribe from this group, send email to
>> >> brix-cms-discu...@googlegroups.com.
>> >> For more options, visit this group at
>> >> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >>
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "brix-cms-discuss" group.
>> > To post to this group, send email to brix-cms...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > brix-cms-discu...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "brix-cms-discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/brix-cms-discuss/-/yO5jvkYjGVMJ.
>
> To post to this group, send email to brix-cms...@googlegroups.com.
> To unsubscribe from this group, send email to
> brix-cms-discu...@googlegroups.com.

Henning Teek

unread,
Jun 27, 2012, 7:32:13 AM6/27/12
to brix-cms...@googlegroups.com
It was the usual jta dependency problem with maven. Version 1.0.1b is not available through anny of the configured repositories.

[INFO] Failed to resolve artifact.

Missing:
----------
1) javax.transaction:jta:jar:1.0.1B

  Try downloading the file manually from: 

  Then, install it using the command: 
      mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.brixcms:brix-rmiserver:war:6.0-SNAPSHOT
        2) org.hibernate:hibernate:jar:3.2.6.ga
        3) javax.transaction:jta:jar:1.0.1B

----------
1 required artifact is missing.

for artifact: 
  org.brixcms:brix-rmiserver:war:6.0-SNAPSHOT

from the specified remote repositories:


Ingo fixed it by adding jta version 1.1 as dependency which is available through the repositories and overrides the hibernate dependency. I fixed it by downloading jta version 1.0.1b and installing it as the message says.

So in my case there were no changes to be made to the project poms.

Regards Henning
>> >>>>> > To unsubscribe from this group, send email to
>> >>>>> > For more options, visit this group at
>> >>>>> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >>>>
>> >>>> --
>> >>>> You received this message because you are subscribed to the Google
>> >>>> Groups
>> >>>> "brix-cms-discuss" group.
>> >>>> To view this discussion on the web visit
>> >>>> https://groups.google.com/d/msg/brix-cms-discuss/-/uG6TAGSB_2MJ.
>> >>>>
>> >>>> To post to this group, send email to
>> >>>> To unsubscribe from this group, send email to
>> >>>> For more options, visit this group at
>> >>>> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >>>
>> >>> --
>> >>> You received this message because you are subscribed to the Google
>> >>> Groups "brix-cms-discuss" group.
>> >>> To post to this group, send email to
>> >>> To unsubscribe from this group, send email to
>> >>> For more options, visit this group at
>> >>> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >>>
>> >>
>> >> --
>> >> You received this message because you are subscribed to the Google
>> >> Groups "brix-cms-discuss" group.
>> >> To post to this group, send email to brix-cms-discuss@googlegroups.com.
>> >> To unsubscribe from this group, send email to
>> >> For more options, visit this group at
>> >> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >>
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "brix-cms-discuss" group.
>> > To post to this group, send email to brix-cms-discuss@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > For more options, visit this group at
>> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "brix-cms-discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/brix-cms-discuss/-/yO5jvkYjGVMJ.
>
> To post to this group, send email to brix-cms-discuss@googlegroups.com.
> To unsubscribe from this group, send email to

Martin Grigorov

unread,
Jun 27, 2012, 7:37:58 AM6/27/12
to brix-cms...@googlegroups.com
I have both versions since a long time locally and that's why it
didn't break for me.

It seems we need to upgrade hibernate (mvn dependency:tree):
+- org.hibernate:hibernate:jar:3.2.6.ga:compile
[INFO] | +- net.sf.ehcache:ehcache:jar:1.2.3:compile
[INFO] | +- javax.transaction:jta:jar:1.0.1B:compile
>> >> >>>>> > brix-cms...@googlegroups.com.
>> >> >>>>> > To unsubscribe from this group, send email to
>> >> >>>>> > brix-cms-discu...@googlegroups.com.
>> >> >>>>> > For more options, visit this group at
>> >> >>>>> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >>>>
>> >> >>>> --
>> >> >>>> You received this message because you are subscribed to the Google
>> >> >>>> Groups
>> >> >>>> "brix-cms-discuss" group.
>> >> >>>> To view this discussion on the web visit
>> >> >>>> https://groups.google.com/d/msg/brix-cms-discuss/-/uG6TAGSB_2MJ.
>> >> >>>>
>> >> >>>> To post to this group, send email to
>> >> >>>> brix-cms...@googlegroups.com.
>> >> >>>> To unsubscribe from this group, send email to
>> >> >>>> brix-cms-discu...@googlegroups.com.
>> >> >>>> For more options, visit this group at
>> >> >>>> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >>>
>> >> >>> --
>> >> >>> You received this message because you are subscribed to the Google
>> >> >>> Groups "brix-cms-discuss" group.
>> >> >>> To post to this group, send email to
>> >> >>> brix-cms...@googlegroups.com.
>> >> >>> To unsubscribe from this group, send email to
>> >> >>> brix-cms-discu...@googlegroups.com.
>> >> >>> For more options, visit this group at
>> >> >>> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >>>
>> >> >>
>> >> >> --
>> >> >> You received this message because you are subscribed to the Google
>> >> >> Groups "brix-cms-discuss" group.
>> >> >> To post to this group, send email to
>> >> >> brix-cms...@googlegroups.com.
>> >> >> To unsubscribe from this group, send email to
>> >> >> brix-cms-discu...@googlegroups.com.
>> >> >> For more options, visit this group at
>> >> >> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >>
>> >> >
>> >> > --
>> >> > You received this message because you are subscribed to the Google
>> >> > Groups "brix-cms-discuss" group.
>> >> > To post to this group, send email to
>> >> > brix-cms...@googlegroups.com.
>> >> > To unsubscribe from this group, send email to
>> >> > brix-cms-discu...@googlegroups.com.
>> >> > For more options, visit this group at
>> >> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "brix-cms-discuss" group.
>> > To view this discussion on the web visit
>> > https://groups.google.com/d/msg/brix-cms-discuss/-/yO5jvkYjGVMJ.
>> >
>> > To post to this group, send email to brix-cms...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > brix-cms-discu...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "brix-cms-discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/brix-cms-discuss/-/O8Z0kJoFO10J.
>
> To post to this group, send email to brix-cms...@googlegroups.com.
> To unsubscribe from this group, send email to
> brix-cms-discu...@googlegroups.com.

Henning Teek

unread,
Jun 27, 2012, 10:50:55 AM6/27/12
to brix-cms...@googlegroups.com
Looks like Hibernate version 3.3.0 GA http://search.maven.org/#artifactdetails%7Corg.hibernate%7Chibernate-core%7C3.3.0.GA%7Cjar started depending on version 1.1 of jta.
>> >> >>>>> > brix-cms-discuss@googlegroups.com.
>> >> >>>>> > To unsubscribe from this group, send email to
>> >> >>>>> > brix-cms-discuss+unsubscribe@googlegroups.com.
>> >> >>>>> > For more options, visit this group at
>> >> >>>>> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >>>>
>> >> >>>> --
>> >> >>>> You received this message because you are subscribed to the Google
>> >> >>>> Groups
>> >> >>>> "brix-cms-discuss" group.
>> >> >>>> To view this discussion on the web visit
>> >> >>>> https://groups.google.com/d/msg/brix-cms-discuss/-/uG6TAGSB_2MJ.
>> >> >>>>
>> >> >>>> To post to this group, send email to
>> >> >>>> brix-cms-discuss@googlegroups.com.
>> >> >>>> To unsubscribe from this group, send email to
>> >> >>>> brix-cms-discuss+unsubscribe@googlegroups.com.
>> >> >>>> For more options, visit this group at
>> >> >>>> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >>>
>> >> >>> --
>> >> >>> You received this message because you are subscribed to the Google
>> >> >>> Groups "brix-cms-discuss" group.
>> >> >>> To post to this group, send email to
>> >> >>> brix-cms-discuss@googlegroups.com.
>> >> >>> To unsubscribe from this group, send email to
>> >> >>> brix-cms-discuss+unsubscribe@googlegroups.com.
>> >> >>> For more options, visit this group at
>> >> >>> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >>>
>> >> >>
>> >> >> --
>> >> >> You received this message because you are subscribed to the Google
>> >> >> Groups "brix-cms-discuss" group.
>> >> >> To post to this group, send email to
>> >> >> brix-cms-discuss@googlegroups.com.
>> >> >> To unsubscribe from this group, send email to
>> >> >> brix-cms-discuss+unsubscribe@googlegroups.com.
>> >> >> For more options, visit this group at
>> >> >> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >>
>> >> >
>> >> > --
>> >> > You received this message because you are subscribed to the Google
>> >> > Groups "brix-cms-discuss" group.
>> >> > To post to this group, send email to
>> >> > brix-cms-discuss@googlegroups.com.
>> >> > To unsubscribe from this group, send email to
>> >> > brix-cms-discuss+unsubscribe@googlegroups.com.
>> >> > For more options, visit this group at
>> >> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "brix-cms-discuss" group.
>> > To view this discussion on the web visit
>> > https://groups.google.com/d/msg/brix-cms-discuss/-/yO5jvkYjGVMJ.
>> >
>> > To post to this group, send email to brix-cms-discuss@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > brix-cms-discuss+unsubscribe@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "brix-cms-discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/brix-cms-discuss/-/O8Z0kJoFO10J.
>
> To post to this group, send email to brix-cms-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> brix-cms-discuss+unsubscribe@googlegroups.com.

Martin Grigorov

unread,
Jun 27, 2012, 10:53:31 AM6/27/12
to brix-cms...@googlegroups.com
I've changed it locally to 3.6.9 and all seems to be OK.
The runtime problem is with old version of InMethod-Grid. This will be
fixed soon too.
>> >> >> >>>>> > brix-cms...@googlegroups.com.
>> >> >> >>>>> > To unsubscribe from this group, send email to
>> >> >> >>>>> > brix-cms-discu...@googlegroups.com.
>> >> >> >>>>> > For more options, visit this group at
>> >> >> >>>>> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >> >>>>
>> >> >> >>>> --
>> >> >> >>>> You received this message because you are subscribed to the
>> >> >> >>>> Google
>> >> >> >>>> Groups
>> >> >> >>>> "brix-cms-discuss" group.
>> >> >> >>>> To view this discussion on the web visit
>> >> >> >>>>
>> >> >> >>>> https://groups.google.com/d/msg/brix-cms-discuss/-/uG6TAGSB_2MJ.
>> >> >> >>>>
>> >> >> >>>> To post to this group, send email to
>> >> >> >>>> brix-cms...@googlegroups.com.
>> >> >> >>>> To unsubscribe from this group, send email to
>> >> >> >>>> brix-cms-discu...@googlegroups.com.
>> >> >> >>>> For more options, visit this group at
>> >> >> >>>> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >> >>>
>> >> >> >>> --
>> >> >> >>> You received this message because you are subscribed to the
>> >> >> >>> Google
>> >> >> >>> Groups "brix-cms-discuss" group.
>> >> >> >>> To post to this group, send email to
>> >> >> >>> brix-cms...@googlegroups.com.
>> >> >> >>> To unsubscribe from this group, send email to
>> >> >> >>> brix-cms-discu...@googlegroups.com.
>> >> >> >>> For more options, visit this group at
>> >> >> >>> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >> >>>
>> >> >> >>
>> >> >> >> --
>> >> >> >> You received this message because you are subscribed to the
>> >> >> >> Google
>> >> >> >> Groups "brix-cms-discuss" group.
>> >> >> >> To post to this group, send email to
>> >> >> >> brix-cms...@googlegroups.com.
>> >> >> >> To unsubscribe from this group, send email to
>> >> >> >> brix-cms-discu...@googlegroups.com.
>> >> >> >> For more options, visit this group at
>> >> >> >> http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >> >>
>> >> >> >
>> >> >> > --
>> >> >> > You received this message because you are subscribed to the Google
>> >> >> > Groups "brix-cms-discuss" group.
>> >> >> > To post to this group, send email to
>> >> >> > brix-cms...@googlegroups.com.
>> >> >> > To unsubscribe from this group, send email to
>> >> >> > brix-cms-discu...@googlegroups.com.
>> >> >> > For more options, visit this group at
>> >> >> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >> >> >
>> >> >
>> >> > --
>> >> > You received this message because you are subscribed to the Google
>> >> > Groups
>> >> > "brix-cms-discuss" group.
>> >> > To view this discussion on the web visit
>> >> > https://groups.google.com/d/msg/brix-cms-discuss/-/yO5jvkYjGVMJ.
>> >> >
>> >> > To post to this group, send email to
>> >> > brix-cms...@googlegroups.com.
>> >> > To unsubscribe from this group, send email to
>> >> > brix-cms-discu...@googlegroups.com.
>> >> > For more options, visit this group at
>> >> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "brix-cms-discuss" group.
>> > To view this discussion on the web visit
>> > https://groups.google.com/d/msg/brix-cms-discuss/-/O8Z0kJoFO10J.
>> >
>> > To post to this group, send email to brix-cms...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > brix-cms-discu...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/brix-cms-discuss?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "brix-cms-discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/brix-cms-discuss/-/UGSR7XhCRWgJ.
>
> To post to this group, send email to brix-cms...@googlegroups.com.
> To unsubscribe from this group, send email to
> brix-cms-discu...@googlegroups.com.

Martin Grigorov

unread,
Jun 27, 2012, 11:38:08 AM6/27/12
to brix-cms...@googlegroups.com
InMethod Grid is updated:
https://github.com/wicketstuff/core/commit/96a38f8bed9a90abacd6d528682b734423d36d87
You may need to 'mvn install' it locally. I'm not sure whether there
is Maven Snapshots repo for WicketStuff.

Brix Demo Admin starts OK now.
Reply all
Reply to author
Forward
0 new messages