Re: Problem with 5.0.7-SNAPSHOT

2007-11-19 Thread Alexander Lamb

It worked like that, thanks!

Le 16 nov. 07 à 20:25, Sven Homburg a écrit :


sometimes, after updating from repository, i must
remove the target/classes directory manualy from modules before  
compiling

the library sources

best regards

homburg Softwaretechnik
S.Homburg
Seevetal / GERMANY




Alexander Lamb schrieb:

Hello,

It looks like since today (yesterday it was ok and with 5.0.6 it is  
ok) there is a problem:


Caused by: java.lang.NoSuchMethodError:  
org.apache.tapestry.ioc.util.AbstractMessages.init(Ljava/util/ 
Locale;)V
   at  
org 
.apache 
.tapestry.internal.services.MapMessages.init(MapMessages.java:41)
   at  
org 
.apache 
.tapestry 
.internal 
.services.MessagesSourceImpl.buildMessages(MessagesSourceImpl.java: 
98)
   at  
org 
.apache 
.tapestry 
.internal 
.services.MessagesSourceImpl.getMessages(MessagesSourceImpl.java:87)
   at  
org 
.apache 
.tapestry 
.internal 
.services 
.ComponentMessagesSourceImpl 
.getMessages(ComponentMessagesSourceImpl.java:112)
   at  
$ 
ComponentMessagesSource_1164924eae9 
.getMessages($ComponentMessagesSource_1164924eae9.java)
   at  
org 
.apache 
.tapestry 
.internal 
.structure 
.InternalComponentResourcesImpl 
.getMessages(InternalComponentResourcesImpl.java:312)

   at ch.rodano.studies.components.LoginPanel.init(LoginPanel.java)


Simply from this:

t:Border xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd 



   div style=margin-left:100px;width:300px;
   fieldset
   legendSudies foundation tester/legend
   t:LoginPanel t:pageNameIfSuccess=nextPageName /
   /fieldset
   /div

/t:Border

[ERROR] RequestExceptionHandler Processing of request failed with  
uncaught exception: java.lang.reflect.InvocationTargetException
org.apache.tapestry.ioc.internal.util.TapestryException:  
java.lang.reflect.InvocationTargetException [at classpath:ch/rodano/ 
studies/pages/Start.tml, line 6, column 55]



On the line of LoginPanel...

Any idea if something changed or if I need to change something?

--
Alexander Lamb
Founding Associate
RODANOTECH Sàrl

4 ch. de la Tour de Champel
1206 Geneva
Switzerland

Tel:  022 347 77 37
Fax: 022 347 77 38

http://www.rodanotech.ch






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Alexander Lamb
Founding Associate
RODANOTECH Sàrl

4 ch. de la Tour de Champel
1206 Geneva
Switzerland

Tel:  022 347 77 37
Fax: 022 347 77 38

http://www.rodanotech.ch




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problem with 5.0.7-SNAPSHOT

2007-11-16 Thread Howard Lewis Ship
I know that's code I've changed recently.  The change affected both
tapestry-ioc and tapestry-core, please check that you have current and
only current versions of both of those.

On Nov 16, 2007 7:50 AM, Alexander Lamb [EMAIL PROTECTED] wrote:
 Hello,

 It looks like since today (yesterday it was ok and with 5.0.6 it is
 ok) there is a problem:

 Caused by: java.lang.NoSuchMethodError:
 org.apache.tapestry.ioc.util.AbstractMessages.init(Ljava/util/
 Locale;)V
 at
 org
 .apache.tapestry.internal.services.MapMessages.init(MapMessages.java:
 41)
 at
 org
 .apache
 .tapestry
 .internal
 .services.MessagesSourceImpl.buildMessages(MessagesSourceImpl.java:98)
 at
 org
 .apache
 .tapestry
 .internal
 .services.MessagesSourceImpl.getMessages(MessagesSourceImpl.java:87)
 at
 org
 .apache
 .tapestry
 .internal
 .services
 .ComponentMessagesSourceImpl
 .getMessages(ComponentMessagesSourceImpl.java:112)
 at
 $
 ComponentMessagesSource_1164924eae9
 .getMessages($ComponentMessagesSource_1164924eae9.java)
 at
 org
 .apache
 .tapestry
 .internal
 .structure
 .InternalComponentResourcesImpl
 .getMessages(InternalComponentResourcesImpl.java:312)
 at ch.rodano.studies.components.LoginPanel.init(LoginPanel.java)


 Simply from this:

 t:Border xmlns:t=http://tapestry.apache.org/schema/
 tapestry_5_0_0.xsd

 div style=margin-left:100px;width:300px;
 fieldset
 legendSudies foundation tester/legend
 t:LoginPanel t:pageNameIfSuccess=nextPageName /
 /fieldset
 /div

 /t:Border

 [ERROR] RequestExceptionHandler Processing of request failed with
 uncaught exception: java.lang.reflect.InvocationTargetException
 org.apache.tapestry.ioc.internal.util.TapestryException:
 java.lang.reflect.InvocationTargetException [at classpath:ch/rodano/
 studies/pages/Start.tml, line 6, column 55]


 On the line of LoginPanel...

 Any idea if something changed or if I need to change something?

 --
 Alexander Lamb
 Founding Associate
 RODANOTECH Sàrl

 4 ch. de la Tour de Champel
 1206 Geneva
 Switzerland

 Tel:  022 347 77 37
 Fax: 022 347 77 38

 http://www.rodanotech.ch







-- 
Howard M. Lewis Ship
Partner and Senior Architect at Feature50

Creator Apache Tapestry and Apache HiveMind

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problem with 5.0.7-SNAPSHOT

2007-11-16 Thread Sven Homburg

sometimes, after updating from repository, i must
remove the target/classes directory manualy from modules before compiling
the library sources

best regards

homburg Softwaretechnik
S.Homburg
Seevetal / GERMANY




Alexander Lamb schrieb:

Hello,

It looks like since today (yesterday it was ok and with 5.0.6 it is 
ok) there is a problem:


Caused by: java.lang.NoSuchMethodError: 
org.apache.tapestry.ioc.util.AbstractMessages.init(Ljava/util/Locale;)V
at 
org.apache.tapestry.internal.services.MapMessages.init(MapMessages.java:41) 

at 
org.apache.tapestry.internal.services.MessagesSourceImpl.buildMessages(MessagesSourceImpl.java:98) 

at 
org.apache.tapestry.internal.services.MessagesSourceImpl.getMessages(MessagesSourceImpl.java:87) 

at 
org.apache.tapestry.internal.services.ComponentMessagesSourceImpl.getMessages(ComponentMessagesSourceImpl.java:112) 

at 
$ComponentMessagesSource_1164924eae9.getMessages($ComponentMessagesSource_1164924eae9.java) 

at 
org.apache.tapestry.internal.structure.InternalComponentResourcesImpl.getMessages(InternalComponentResourcesImpl.java:312) 


at ch.rodano.studies.components.LoginPanel.init(LoginPanel.java)


Simply from this:

t:Border xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd;

div style=margin-left:100px;width:300px;
fieldset
legendSudies foundation tester/legend
t:LoginPanel t:pageNameIfSuccess=nextPageName /
/fieldset
/div

/t:Border

[ERROR] RequestExceptionHandler Processing of request failed with 
uncaught exception: java.lang.reflect.InvocationTargetException
org.apache.tapestry.ioc.internal.util.TapestryException: 
java.lang.reflect.InvocationTargetException [at 
classpath:ch/rodano/studies/pages/Start.tml, line 6, column 55]



On the line of LoginPanel...

Any idea if something changed or if I need to change something?

--
Alexander Lamb
Founding Associate
RODANOTECH Sàrl

4 ch. de la Tour de Champel
1206 Geneva
Switzerland

Tel:  022 347 77 37
Fax: 022 347 77 38

http://www.rodanotech.ch






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problem with 5.0.7-SNAPSHOT

2007-11-16 Thread Kalle Korhonen
mvn clean doesn't work for you?

Kalle


On 11/16/07, Sven Homburg [EMAIL PROTECTED] wrote:

 sometimes, after updating from repository, i must
 remove the target/classes directory manualy from modules before compiling
 the library sources

 best regards

 homburg Softwaretechnik
 S.Homburg
 Seevetal / GERMANY




 Alexander Lamb schrieb:
  Hello,
 
  It looks like since today (yesterday it was ok and with 5.0.6 it is
  ok) there is a problem:
 
  Caused by: java.lang.NoSuchMethodError:
  org.apache.tapestry.ioc.util.AbstractMessages
 .init(Ljava/util/Locale;)V
  at
  org.apache.tapestry.internal.services.MapMessages.init(
 MapMessages.java:41)
 
  at
  org.apache.tapestry.internal.services.MessagesSourceImpl.buildMessages(
 MessagesSourceImpl.java:98)
 
  at
  org.apache.tapestry.internal.services.MessagesSourceImpl.getMessages(
 MessagesSourceImpl.java:87)
 
  at
 
 org.apache.tapestry.internal.services.ComponentMessagesSourceImpl.getMessages
 (ComponentMessagesSourceImpl.java:112)
 
  at
 
 $ComponentMessagesSource_1164924eae9.getMessages($ComponentMessagesSource_1164924eae9.java)
 
  at
 
 org.apache.tapestry.internal.structure.InternalComponentResourcesImpl.getMessages
 (InternalComponentResourcesImpl.java:312)
 
  at ch.rodano.studies.components.LoginPanel.init(LoginPanel.java)
 
 
  Simply from this:
 
  t:Border xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd
 
 
  div style=margin-left:100px;width:300px;
  fieldset
  legendSudies foundation tester/legend
  t:LoginPanel t:pageNameIfSuccess=nextPageName /
  /fieldset
  /div
 
  /t:Border
 
  [ERROR] RequestExceptionHandler Processing of request failed with
  uncaught exception: java.lang.reflect.InvocationTargetException
  org.apache.tapestry.ioc.internal.util.TapestryException:
  java.lang.reflect.InvocationTargetException [at
  classpath:ch/rodano/studies/pages/Start.tml, line 6, column 55]
 
 
  On the line of LoginPanel...
 
  Any idea if something changed or if I need to change something?
 
  --
  Alexander Lamb
  Founding Associate
  RODANOTECH Sàrl
 
  4 ch. de la Tour de Champel
  1206 Geneva
  Switzerland
 
  Tel:  022 347 77 37
  Fax: 022 347 77 38
 
  http://www.rodanotech.ch
 
 
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]