I tried t5components/GPlotter and got

[ERROR] GoogleMapService Construction of service GoogleMapService failed: Error invoking service builder method de.hsofttec.t5components.T5ComponentsModule.buildGoogleMapService(Logger, Map) (at T5ComponentsModule.java:48) (for service 'GoogleMapService'): org/apache/commons/httpclient/HttpConnectionManager java.lang.RuntimeException: Error invoking service builder method de.hsofttec.t5components.T5ComponentsModule.buildGoogleMapService(Logger, Map) (at T5ComponentsModule.java:48) (for service 'GoogleMapService'): org/apache/commons/httpclient/HttpConnectionManager at org.apache.tapestry.ioc.internal.ServiceBuilderMethodInvoker.createObject(ServiceBuilderMethodInvoker.java:88) at org.apache.tapestry.ioc.internal.SingletonServiceLifecycle.createService(SingletonServiceLifecycle.java:29)

...

Caused by: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpConnectionManager at de.hsofttec.t5components.T5ComponentsModule.buildGoogleMapService(T5ComponentsModule.java:51)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.tapestry.ioc.internal.ServiceBuilderMethodInvoker.createObject(ServiceBuilderMethodInvoker.java:76)
   ... 75 more

I tried to add commons HTTPC3.1 but without success. Which version of commons HttpClient does the component need?

BTW: In the documentation is
<div t:id="t5components/GPlotter" id="GPlotter" style="width: 500px; height: 300px"/>

which should be
<div t:type="t5components/GPlotter" id="GPlotter" style="width: 500px; height: 300px"/>

Michael

Sven Homburg schrieb:
Hi there,

the t5components release 0.5.4 is out now.
special thanks to Tod Orr and Ted Steen to let include their components into T5Components

project page with demo  click here http://213.160.23.119:8080/t5components/

-----
best regards
Sven


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

Reply via email to