Re: Eclipse, Wicket 1.5 and Jrebel

2012-03-05 Thread Dan Retzlaff
We use 1.5.4. I do get a file locking related popup dialog errors when I
save a modified resource:

> Problems encountered while deleting files.
> Could not delete: [snip]\target\classes\[snip].html.


... but it works anyway, presumably because Wicket loads resources through
the class loader which JRebel redirects to the Eclipse workspace. As
Christian says, this issue affects 1.5.4 only; 1.5.3 and 1.5-SNAPSHOT don't
cause the popup.

The mistake I always make is forgetting to run "mvn jrebel:generate" on my
Wicket project to generate target/classes/rebel.xml. I have a "jrebel"
Maven profile which executes the jrebel plugin, and have this profile
enabled in Eclipse, but it doesn't work. So I just run it manually after a
clean build.

Dan

On Sun, Mar 4, 2012 at 11:03 PM, Jürgen Lind wrote:

> Hi Dan, thanks for your answer, then the problem might lie within my
> setup. One more thing:
> which version of Wicket are you using? Maybe the Packaged Resource Bug
> that was mentioned
> earlier is the culprit...
>
> J.
>
>
> On 05.03.2012 03:55, Dan Retzlaff wrote:
>
>> Jürgen, my coworkers and I use that combination successfully. Good luck.
>>
>> On Sun, Mar 4, 2012 at 1:29 AM, Jürgen Lind**
>> wrote:
>>
>>  Hi,
>>>
>>> I was just wondering if anybody is using the above combination. Since
>>> upgrading to 1.5. I have massive problems in reloading changed HTML
>>> templates as Eclipse sometimes tries to do a full build because of a
>>> locked resource. I am also in contact with the Jrebel guys, I just wanted
>>> to know if somebody else has a similar problem.
>>>
>>> J.
>>>
>>> --
>>> Dr. Jürgen Lind
>>> iteratec GmbHFon: +49 (0)89 614551-44
>>> Inselkammerstrasse 4 Fax: +49 (0)89 614551-10
>>> 82008 Unterhaching   Web: www.iteratec.de
>>>
>>> Sitz und Registergericht der iteratec GmbH: München HRB 113 519
>>> Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel
>>>
>>> --**
>>> --**-
>>> To unsubscribe, e-mail: 
>>> users-unsubscribe@wicket.**apa**che.org
>>> 
>>> >
>>>
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>>
>
> --
> Mit freundlichen Grüßen,
>
> Jürgen Lind
>
> --
> Dr. Jürgen Lind
> iteratec GmbHFon: +49 (0)89 614551-44
> Inselkammerstrasse 4 Fax: +49 (0)89 614551-10
> 82008 Unterhaching   Web: www.iteratec.de
>
> Sitz und Registergericht der iteratec GmbH: München HRB 113 519
> Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel
>
> --**--**-
> To unsubscribe, e-mail: 
> users-unsubscribe@wicket.**apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Eclipse, Wicket 1.5 and Jrebel

2012-03-05 Thread Martin Grigorov
On Mon, Mar 5, 2012 at 3:11 PM, Jürgen Lind  wrote:
> That would imply that I use Maven for my build process - which I don't ;-)
> Is there a plcae
> where I can download the entire bundle so that I can give it a try? or doe I
> have to download
> the jars separately?

Separately.
The bundle is created at release time.

>
>
> J.
>
>
>
> On 05.03.2012 13:40, Martin Grigorov wrote:
>>
>> Hi Juergen,
>>
>> You may also test with 1.5-SNAPSHOT to verify that 1.5.5 will work.
>> Just add this repo temporarily to your pom.xml:
>>
>> 
>>                
>>                        Apache Nexus
>>
>>  https://repository.apache.org/content/repositories/snapshots/
>>                        
>>                                false
>>                        
>>                        
>>                                true
>>                        
>>                
>>        
>>
>>
>> On Mon, Mar 5, 2012 at 2:16 PM, Jürgen Lind
>>  wrote:
>>>
>>> Hi Christoph, maybe I was a bit too quick in assuming that Jrebel was the
>>> culprit...
>>> I went back to 1.5.3 an since then, the problem has disappeared. Let's
>>> hope
>>> it stays
>>> that way... Thank you again for the hint.
>>>
>>> J.
>>>
>>>
>>> On 04.03.2012 11:46, Jürgen Lind wrote:



 Thanks for the hint, but I do not think that this is the problem. The
 resource (HTML file) is locked in the classes directory that is
 monitored
 by jRebel and not in the directory where the WAR-File is located.
 Anyway,
 I
 will be looking into that...

 J.



 On 04.03.2012 11:31, Christoph Leiter wrote:
>
>
> Hi,
>
> do you use 1.5.4 with package resources? There's a bug that causes
> locked resources:
> https://issues.apache.org/jira/browse/WICKET-4359
>
> Until 1.5.5 is released you can use 1.5.3, which is not affected by
> this
> bug.
>
>
> Christoph
>
>
> On 04.03.2012 10:29, Jürgen Lind wrote:
>>
>>
>> Hi,
>>
>> I was just wondering if anybody is using the above combination. Since
>> upgrading to 1.5. I have massive problems in reloading changed HTML
>> templates as Eclipse sometimes tries to do a full build because of a
>> locked resource. I am also in contact with the Jrebel guys, I just
>> wanted
>> to know if somebody else has a similar problem.
>>
>> J.
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>


 Mit freundlichen Grüßen,

 Jürgen Lind

>>>
>>>
>>> --
>>> Mit freundlichen Grüßen,
>>>
>>> Jürgen Lind
>>>
>>> --
>>> Dr. Jürgen Lind
>>> iteratec GmbH                Fon: +49 (0)89 614551-44
>>> Inselkammerstrasse 4         Fax: +49 (0)89 614551-10
>>> 82008 Unterhaching           Web: www.iteratec.de
>>>
>>> Sitz und Registergericht der iteratec GmbH: München HRB 113 519
>>> Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>
>>
>>
>
>
> --
> Mit freundlichen Grüßen,
>
> Jürgen Lind
>
> --
> Dr. Jürgen Lind
> iteratec GmbH                Fon: +49 (0)89 614551-44
> Inselkammerstrasse 4         Fax: +49 (0)89 614551-10
> 82008 Unterhaching           Web: www.iteratec.de
>
> Sitz und Registergericht der iteratec GmbH: München HRB 113 519
> Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Eclipse, Wicket 1.5 and Jrebel

2012-03-05 Thread Jürgen Lind

That would imply that I use Maven for my build process - which I don't ;-) Is 
there a plcae
where I can download the entire bundle so that I can give it a try? or doe I 
have to download
the jars separately?


J.


On 05.03.2012 13:40, Martin Grigorov wrote:

Hi Juergen,

You may also test with 1.5-SNAPSHOT to verify that 1.5.5 will work.
Just add this repo temporarily to your pom.xml:



Apache Nexus

https://repository.apache.org/content/repositories/snapshots/

false


true





On Mon, Mar 5, 2012 at 2:16 PM, Jürgen Lind  wrote:

Hi Christoph, maybe I was a bit too quick in assuming that Jrebel was the
culprit...
I went back to 1.5.3 an since then, the problem has disappeared. Let's hope
it stays
that way... Thank you again for the hint.

J.


On 04.03.2012 11:46, Jürgen Lind wrote:



Thanks for the hint, but I do not think that this is the problem. The
resource (HTML file) is locked in the classes directory that is monitored
by jRebel and not in the directory where the WAR-File is located. Anyway,
I
will be looking into that...

J.



On 04.03.2012 11:31, Christoph Leiter wrote:


Hi,

do you use 1.5.4 with package resources? There's a bug that causes
locked resources:
https://issues.apache.org/jira/browse/WICKET-4359

Until 1.5.5 is released you can use 1.5.3, which is not affected by this
bug.


Christoph


On 04.03.2012 10:29, Jürgen Lind wrote:


Hi,

I was just wondering if anybody is using the above combination. Since
upgrading to 1.5. I have massive problems in reloading changed HTML
templates as Eclipse sometimes tries to do a full build because of a
locked resource. I am also in contact with the Jrebel guys, I just
wanted
to know if somebody else has a similar problem.

J.



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




Mit freundlichen Grüßen,

Jürgen Lind




--
Mit freundlichen Grüßen,

Jürgen Lind

--
Dr. Jürgen Lind
iteratec GmbHFon: +49 (0)89 614551-44
Inselkammerstrasse 4 Fax: +49 (0)89 614551-10
82008 Unterhaching   Web: www.iteratec.de

Sitz und Registergericht der iteratec GmbH: München HRB 113 519
Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org








--
Mit freundlichen Grüßen,

Jürgen Lind

--
Dr. Jürgen Lind
iteratec GmbHFon: +49 (0)89 614551-44
Inselkammerstrasse 4 Fax: +49 (0)89 614551-10
82008 Unterhaching   Web: www.iteratec.de

Sitz und Registergericht der iteratec GmbH: München HRB 113 519
Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Eclipse, Wicket 1.5 and Jrebel

2012-03-05 Thread Martin Grigorov
Hi Juergen,

You may also test with 1.5-SNAPSHOT to verify that 1.5.5 will work.
Just add this repo temporarily to your pom.xml:



Apache Nexus

https://repository.apache.org/content/repositories/snapshots/

false


true





On Mon, Mar 5, 2012 at 2:16 PM, Jürgen Lind  wrote:
> Hi Christoph, maybe I was a bit too quick in assuming that Jrebel was the
> culprit...
> I went back to 1.5.3 an since then, the problem has disappeared. Let's hope
> it stays
> that way... Thank you again for the hint.
>
> J.
>
>
> On 04.03.2012 11:46, Jürgen Lind wrote:
>>
>>
>> Thanks for the hint, but I do not think that this is the problem. The
>> resource (HTML file) is locked in the classes directory that is monitored
>> by jRebel and not in the directory where the WAR-File is located. Anyway,
>> I
>> will be looking into that...
>>
>> J.
>>
>>
>>
>> On 04.03.2012 11:31, Christoph Leiter wrote:
>>>
>>> Hi,
>>>
>>> do you use 1.5.4 with package resources? There's a bug that causes
>>> locked resources:
>>> https://issues.apache.org/jira/browse/WICKET-4359
>>>
>>> Until 1.5.5 is released you can use 1.5.3, which is not affected by this
>>> bug.
>>>
>>>
>>> Christoph
>>>
>>>
>>> On 04.03.2012 10:29, Jürgen Lind wrote:

 Hi,

 I was just wondering if anybody is using the above combination. Since
 upgrading to 1.5. I have massive problems in reloading changed HTML
 templates as Eclipse sometimes tries to do a full build because of a
 locked resource. I am also in contact with the Jrebel guys, I just
 wanted
 to know if somebody else has a similar problem.

 J.

>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>
>>
>> Mit freundlichen Grüßen,
>>
>> Jürgen Lind
>>
>
>
> --
> Mit freundlichen Grüßen,
>
> Jürgen Lind
>
> --
> Dr. Jürgen Lind
> iteratec GmbH                Fon: +49 (0)89 614551-44
> Inselkammerstrasse 4         Fax: +49 (0)89 614551-10
> 82008 Unterhaching           Web: www.iteratec.de
>
> Sitz und Registergericht der iteratec GmbH: München HRB 113 519
> Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Eclipse, Wicket 1.5 and Jrebel

2012-03-05 Thread Jürgen Lind

Hi Christoph, maybe I was a bit too quick in assuming that Jrebel was the 
culprit...
I went back to 1.5.3 an since then, the problem has disappeared. Let's hope it 
stays
that way... Thank you again for the hint.

J.

On 04.03.2012 11:46, Jürgen Lind wrote:


Thanks for the hint, but I do not think that this is the problem. The
resource (HTML file) is locked in the classes directory that is monitored
by jRebel and not in the directory where the WAR-File is located. Anyway, I
will be looking into that...

J.



On 04.03.2012 11:31, Christoph Leiter wrote:

Hi,

do you use 1.5.4 with package resources? There's a bug that causes
locked resources:
https://issues.apache.org/jira/browse/WICKET-4359

Until 1.5.5 is released you can use 1.5.3, which is not affected by this
bug.


Christoph


On 04.03.2012 10:29, Jürgen Lind wrote:

Hi,

I was just wondering if anybody is using the above combination. Since
upgrading to 1.5. I have massive problems in reloading changed HTML
templates as Eclipse sometimes tries to do a full build because of a
locked resource. I am also in contact with the Jrebel guys, I just wanted
to know if somebody else has a similar problem.

J.



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




Mit freundlichen Grüßen,

Jürgen Lind




--
Mit freundlichen Grüßen,

Jürgen Lind

--
Dr. Jürgen Lind
iteratec GmbHFon: +49 (0)89 614551-44
Inselkammerstrasse 4 Fax: +49 (0)89 614551-10
82008 Unterhaching   Web: www.iteratec.de

Sitz und Registergericht der iteratec GmbH: München HRB 113 519
Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Eclipse, Wicket 1.5 and Jrebel

2012-03-04 Thread Jürgen Lind

Hi Dan, thanks for your answer, then the problem might lie within my setup. One 
more thing:
which version of Wicket are you using? Maybe the Packaged Resource Bug that was 
mentioned
earlier is the culprit...

J.

On 05.03.2012 03:55, Dan Retzlaff wrote:

Jürgen, my coworkers and I use that combination successfully. Good luck.

On Sun, Mar 4, 2012 at 1:29 AM, Jürgen Lindwrote:


Hi,

I was just wondering if anybody is using the above combination. Since
upgrading to 1.5. I have massive problems in reloading changed HTML
templates as Eclipse sometimes tries to do a full build because of a
locked resource. I am also in contact with the Jrebel guys, I just wanted
to know if somebody else has a similar problem.

J.

--
Dr. Jürgen Lind
iteratec GmbHFon: +49 (0)89 614551-44
Inselkammerstrasse 4 Fax: +49 (0)89 614551-10
82008 Unterhaching   Web: www.iteratec.de

Sitz und Registergericht der iteratec GmbH: München HRB 113 519
Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel

--**--**-
To unsubscribe, e-mail: 
users-unsubscribe@wicket.**apache.org
For additional commands, e-mail: users-h...@wicket.apache.org





--
Mit freundlichen Grüßen,

Jürgen Lind

--
Dr. Jürgen Lind
iteratec GmbHFon: +49 (0)89 614551-44
Inselkammerstrasse 4 Fax: +49 (0)89 614551-10
82008 Unterhaching   Web: www.iteratec.de

Sitz und Registergericht der iteratec GmbH: München HRB 113 519
Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Eclipse, Wicket 1.5 and Jrebel

2012-03-04 Thread Dan Retzlaff
Jürgen, my coworkers and I use that combination successfully. Good luck.

On Sun, Mar 4, 2012 at 1:29 AM, Jürgen Lind wrote:

> Hi,
>
> I was just wondering if anybody is using the above combination. Since
> upgrading to 1.5. I have massive problems in reloading changed HTML
> templates as Eclipse sometimes tries to do a full build because of a
> locked resource. I am also in contact with the Jrebel guys, I just wanted
> to know if somebody else has a similar problem.
>
> J.
>
> --
> Dr. Jürgen Lind
> iteratec GmbHFon: +49 (0)89 614551-44
> Inselkammerstrasse 4 Fax: +49 (0)89 614551-10
> 82008 Unterhaching   Web: www.iteratec.de
>
> Sitz und Registergericht der iteratec GmbH: München HRB 113 519
> Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel
>
> --**--**-
> To unsubscribe, e-mail: 
> users-unsubscribe@wicket.**apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Eclipse, Wicket 1.5 and Jrebel

2012-03-04 Thread Jürgen Lind


Thanks for the hint, but I do not think that this is the problem. The
resource (HTML file) is locked in the classes directory that is monitored
by jRebel and not in the directory where the WAR-File is located. Anyway, I
will be looking into that...

J.



On 04.03.2012 11:31, Christoph Leiter wrote:

Hi,

do you use 1.5.4 with package resources? There's a bug that causes
locked resources:
https://issues.apache.org/jira/browse/WICKET-4359

Until 1.5.5 is released you can use 1.5.3, which is not affected by this
bug.


Christoph


On 04.03.2012 10:29, Jürgen Lind wrote:

Hi,

I was just wondering if anybody is using the above combination. Since
upgrading to 1.5. I have massive problems in reloading changed HTML
templates as Eclipse sometimes tries to do a full build because of a
locked resource. I am also in contact with the Jrebel guys, I just wanted
to know if somebody else has a similar problem.

J.



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




Mit freundlichen Grüßen,

Jürgen Lind

--
Dr. Jürgen Lind
iteratec GmbHFon: +49 (0)89 614551-44
Inselkammerstrasse 4 Fax: +49 (0)89 614551-10
82008 Unterhaching   Web: www.iteratec.de

Sitz und Registergericht der iteratec GmbH: München HRB 113 519
Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Eclipse, Wicket 1.5 and Jrebel

2012-03-04 Thread Christoph Leiter

Hi,

do you use 1.5.4 with package resources? There's a bug that causes 
locked resources:

https://issues.apache.org/jira/browse/WICKET-4359

Until 1.5.5 is released you can use 1.5.3, which is not affected by this 
bug.



Christoph


On 04.03.2012 10:29, Jürgen Lind wrote:

Hi,

I was just wondering if anybody is using the above combination. Since
upgrading to 1.5. I have massive problems in reloading changed HTML
templates as Eclipse sometimes tries to do a full build because of a
locked resource. I am also in contact with the Jrebel guys, I just wanted
to know if somebody else has a similar problem.

J.



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Eclipse, Wicket 1.5 and Jrebel

2012-03-04 Thread Jürgen Lind

Hi,

I was just wondering if anybody is using the above combination. Since
upgrading to 1.5. I have massive problems in reloading changed HTML
templates as Eclipse sometimes tries to do a full build because of a
locked resource. I am also in contact with the Jrebel guys, I just wanted
to know if somebody else has a similar problem.

J.

--
Dr. Jürgen Lind
iteratec GmbHFon: +49 (0)89 614551-44
Inselkammerstrasse 4 Fax: +49 (0)89 614551-10
82008 Unterhaching   Web: www.iteratec.de

Sitz und Registergericht der iteratec GmbH: München HRB 113 519
Geschäftsführer: Klaus Eberhardt, Mark Goerke, Inge Hanschke, Ralf Menzel

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org