Re: Tapestry 4.1.1 "Hello World" not working on Oracle 10.1.3.2.0

2007-06-18 Thread Kalle Korhonen

Jesse et al,

do you have any more information on Hivemind 1.1.2 and any plans to change
the version in Tap 4.1.2? AFAIK, there's also 1.2.1 branch and
2.0.-alpha-1release but otherwise it looks to me Hivemind development
has stalled.

Kalle


On 5/9/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:


I wonder if there is going to be a 1.1.2 hivemind release or should I try
applying patches and waiting for the eventual good-enough-to-commit blah
blah to eventually get some of these things fixed up?

On 5/9/07, Jan Vissers <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> With the help of this "Tapestry (4.0.2) / Hivemind (1.1.1) in OC4J
> 10.1.3 - Dig a little bit more, anyone please give me a ladder to climb
> up" post
> I've now got things working on 10.1.3.2
>
> Below the hivemodule.xml I created:
>
> 
>  package="com.cumquatit.refapp">
> 
>  class="com.cumquatit.refapp.HivemindFixLoggingInterceptor" />
> 
> 
>
>
> And the class to go along with it:
>
> package com.cumquatit.refapp;
>
> import java.util.List;
>
> import org.apache.hivemind.InterceptorStack;
> import org.apache.hivemind.ServiceInterceptorFactory;
> import org.apache.hivemind.internal.Module;
>
> public class HivemindFixLoggingInterceptor implements
> ServiceInterceptorFactory {
> @SuppressWarnings("unchecked")
> public void createInterceptor(InterceptorStack arg0, Module arg1,
> List arg2) {
> }
> }
>
>
> This basically does the trick.
> Thanks Jesse (and I hope you refrain from taking every post coming from
> me as an insult),
>
> -J.
>
> (On OC4J11 Tech Preview, it is not yet working - but the error indicates
> something different than a specific Hivemind issue)
>
>
> Jan Vissers wrote:
> > Below the trace I see, whenever Tapestry 4.1.1 tries to load
> > Has anybody ever tried Tapestry 4.1.1 on OC4J?
> >
> > **
> >
> >
> > 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException:
> > Unable to construct service
> tapestry.init.ApplicationSpecificationInitial
> > izer: Error building service
> > tapestry.init.ApplicationSpecificationInitializer: Error at
> > code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applica
> > tions/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-
> framework-4.1.1.jar!/META-INF/tapestry.init.xml,
> > line 46, column 89: Service interceptor
> > factory hivemind.LoggingInterceptor failed to create
> > org.apache.tapestry.parse.ISpecificationParser interceptor for service
> > tapestry.parse.S
> > pecificationParser as class $ISpecificationParser_112709303e6:
> > argument type mismatch
> > 07/05/09 13:22:02location:
> >
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-
> web-1.0.0/WEB-INF/lib/tapestry-framewo
> >
> > rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 42, column 21
> >
> > 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException:
> > Error building service
tapestry.init.ApplicationSpecificationInitializer
> :
> > Error at
> >
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-
> web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-IN
> >
> > F/tapestry.init.xml, line 46, column 89: Service interceptor factory
> > hivemind.LoggingInterceptor failed to create org.apache.tapestry.parse
.
> > ISpecificationParser interceptor for service
> > tapestry.parse.SpecificationParser as class
> > $ISpecificationParser_112709303e6: argument type mi
> > smatch
> > 07/05/09 13:22:02location:
> >
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-
> web-1.0.0/WEB-INF/lib/tapestry-framewo
> >
> > rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 42, column 21
> >
> > 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException:
> > Error building service
tapestry.init.ApplicationSpecificationInitializer
> :
> > Error at
> >
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-
> web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-IN
> >
> > F/tapestry.init.xml, line 46, column 89: Service interceptor factory
> > hivemind.LoggingInterceptor failed to create org.apache.tapestry.parse
.
> > ISpecificationParser interceptor for service
> > tapestry.parse.SpecificationParser as class
> > $ISpecificationParser_112709303e6: argument type mi
> > smatch
> > 07/05/09 13:22:02location:
> >
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-
> web-1.0.0/WEB-INF/lib/tapestry-framewo
> >
> > rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 43, column 67
> >
> > 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException:
> > Error at
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/
> > refapp-web-1.0.0/WEB-INF/lib/tapestry-
> framework-4.1.1.jar!/META-INF/tapestry.init.xml,
> > line 46, column 89: Service interceptor factory hivem
> > ind.LoggingInterceptor failed to create
> > org.apache.tapestry.parse.ISpecificationParser interceptor for service
> > tapestry.parse.SpecificationP
> > arser as class $ISpecifica

Re: Tapestry 4.1.1 "Hello World" not working on Oracle 10.1.3.2.0

2007-05-09 Thread Jesse Kuhnert

I wonder if there is going to be a 1.1.2 hivemind release or should I try
applying patches and waiting for the eventual good-enough-to-commit blah
blah to eventually get some of these things fixed up?

On 5/9/07, Jan Vissers <[EMAIL PROTECTED]> wrote:


Hi,

With the help of this "Tapestry (4.0.2) / Hivemind (1.1.1) in OC4J
10.1.3 - Dig a little bit more, anyone please give me a ladder to climb
up" post
I've now got things working on 10.1.3.2

Below the hivemodule.xml I created:









And the class to go along with it:

package com.cumquatit.refapp;

import java.util.List;

import org.apache.hivemind.InterceptorStack;
import org.apache.hivemind.ServiceInterceptorFactory;
import org.apache.hivemind.internal.Module;

public class HivemindFixLoggingInterceptor implements
ServiceInterceptorFactory {
@SuppressWarnings("unchecked")
public void createInterceptor(InterceptorStack arg0, Module arg1,
List arg2) {
}
}


This basically does the trick.
Thanks Jesse (and I hope you refrain from taking every post coming from
me as an insult),

-J.

(On OC4J11 Tech Preview, it is not yet working - but the error indicates
something different than a specific Hivemind issue)


Jan Vissers wrote:
> Below the trace I see, whenever Tapestry 4.1.1 tries to load
> Has anybody ever tried Tapestry 4.1.1 on OC4J?
>
> **
>
>
> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException:
> Unable to construct service
tapestry.init.ApplicationSpecificationInitial
> izer: Error building service
> tapestry.init.ApplicationSpecificationInitializer: Error at
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applica
> tions/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-
framework-4.1.1.jar!/META-INF/tapestry.init.xml,
> line 46, column 89: Service interceptor
> factory hivemind.LoggingInterceptor failed to create
> org.apache.tapestry.parse.ISpecificationParser interceptor for service
> tapestry.parse.S
> pecificationParser as class $ISpecificationParser_112709303e6:
> argument type mismatch
> 07/05/09 13:22:02location:
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-
web-1.0.0/WEB-INF/lib/tapestry-framewo
>
> rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 42, column 21
>
> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException:
> Error building service tapestry.init.ApplicationSpecificationInitializer
:
> Error at
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-
web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-IN
>
> F/tapestry.init.xml, line 46, column 89: Service interceptor factory
> hivemind.LoggingInterceptor failed to create org.apache.tapestry.parse.
> ISpecificationParser interceptor for service
> tapestry.parse.SpecificationParser as class
> $ISpecificationParser_112709303e6: argument type mi
> smatch
> 07/05/09 13:22:02location:
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-
web-1.0.0/WEB-INF/lib/tapestry-framewo
>
> rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 42, column 21
>
> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException:
> Error building service tapestry.init.ApplicationSpecificationInitializer
:
> Error at
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-
web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-IN
>
> F/tapestry.init.xml, line 46, column 89: Service interceptor factory
> hivemind.LoggingInterceptor failed to create org.apache.tapestry.parse.
> ISpecificationParser interceptor for service
> tapestry.parse.SpecificationParser as class
> $ISpecificationParser_112709303e6: argument type mi
> smatch
> 07/05/09 13:22:02location:
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-
web-1.0.0/WEB-INF/lib/tapestry-framewo
>
> rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 43, column 67
>
> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException:
> Error at
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/
> refapp-web-1.0.0/WEB-INF/lib/tapestry-
framework-4.1.1.jar!/META-INF/tapestry.init.xml,
> line 46, column 89: Service interceptor factory hivem
> ind.LoggingInterceptor failed to create
> org.apache.tapestry.parse.ISpecificationParser interceptor for service
> tapestry.parse.SpecificationP
> arser as class $ISpecificationParser_112709303e6: argument type mismatch
> 07/05/09 13:22:02location:
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-
web-1.0.0/WEB-INF/lib/tapestry-framewo
>
> rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 46, column 89
>
> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException:
> Service interceptor factory hivemind.LoggingInterceptor failed to create
> org.apache.tapestry.parse.ISpecificationParser interceptor for service
> tapestry.parse.SpecificationParser as class $ISpecificationParser_112
> 709303e6: argument type mismatch
>
> 07/05/09 13:22:02 java.lang.Illeg

Re: Tapestry 4.1.1 "Hello World" not working on Oracle 10.1.3.2.0

2007-05-09 Thread janjonge

Hmm, this looks and smells like a bug in Tapestry.

Jan

Jan Vissers wrote:
> 
> Hi,
> 
> With the help of this "Tapestry (4.0.2) / Hivemind (1.1.1) in OC4J 
> 10.1.3 - Dig a little bit more, anyone please give me a ladder to climb 
> up" post
> I've now got things working on 10.1.3.2
> 
> Below the hivemodule.xml I created:
> 
> 
>  package="com.cumquatit.refapp">
> 
>  class="com.cumquatit.refapp.HivemindFixLoggingInterceptor" />
> 
> 
> 
> 
> And the class to go along with it:
> 
> package com.cumquatit.refapp;
> 
> import java.util.List;
> 
> import org.apache.hivemind.InterceptorStack;
> import org.apache.hivemind.ServiceInterceptorFactory;
> import org.apache.hivemind.internal.Module;
> 
> public class HivemindFixLoggingInterceptor implements 
> ServiceInterceptorFactory {
> @SuppressWarnings("unchecked")
> public void createInterceptor(InterceptorStack arg0, Module arg1, 
> List arg2) {
> }
> }
> 
> 
> This basically does the trick.
> Thanks Jesse (and I hope you refrain from taking every post coming from 
> me as an insult),
> 
> -J.
> 
> (On OC4J11 Tech Preview, it is not yet working - but the error indicates 
> something different than a specific Hivemind issue)
> 
> 
> Jan Vissers wrote:
>> Below the trace I see, whenever Tapestry 4.1.1 tries to load
>> Has anybody ever tried Tapestry 4.1.1 on OC4J?
>>
>> **
>>
>>
>> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: 
>> Unable to construct service tapestry.init.ApplicationSpecificationInitial
>> izer: Error building service 
>> tapestry.init.ApplicationSpecificationInitializer: Error at 
>> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applica
>> tions/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-INF/tapestry.init.xml,
>>  
>> line 46, column 89: Service interceptor
>> factory hivemind.LoggingInterceptor failed to create 
>> org.apache.tapestry.parse.ISpecificationParser interceptor for service 
>> tapestry.parse.S
>> pecificationParser as class $ISpecificationParser_112709303e6: 
>> argument type mismatch
>> 07/05/09 13:22:02location: 
>> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo
>>  
>>
>> rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 42, column 21
>>
>> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: 
>> Error building service tapestry.init.ApplicationSpecificationInitializer:
>> Error at 
>> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-IN
>>  
>>
>> F/tapestry.init.xml, line 46, column 89: Service interceptor factory 
>> hivemind.LoggingInterceptor failed to create org.apache.tapestry.parse.
>> ISpecificationParser interceptor for service 
>> tapestry.parse.SpecificationParser as class 
>> $ISpecificationParser_112709303e6: argument type mi
>> smatch
>> 07/05/09 13:22:02location: 
>> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo
>>  
>>
>> rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 42, column 21
>>
>> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: 
>> Error building service tapestry.init.ApplicationSpecificationInitializer:
>> Error at 
>> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-IN
>>  
>>
>> F/tapestry.init.xml, line 46, column 89: Service interceptor factory 
>> hivemind.LoggingInterceptor failed to create org.apache.tapestry.parse.
>> ISpecificationParser interceptor for service 
>> tapestry.parse.SpecificationParser as class 
>> $ISpecificationParser_112709303e6: argument type mi
>> smatch
>> 07/05/09 13:22:02location: 
>> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo
>>  
>>
>> rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 43, column 67
>>
>> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: 
>> Error at code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/
>> refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-INF/tapestry.init.xml,
>>  
>> line 46, column 89: Service interceptor factory hivem
>> ind.LoggingInterceptor failed to create 
>> org.apache.tapestry.parse.ISpecificationParser interceptor for service 
>> tapestry.parse.SpecificationP
>> arser as class $ISpecificationParser_112709303e6: argument type mismatch
>> 07/05/09 13:22:02location: 
>> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo
>>  
>>
>> rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 46, column 89
>>
>> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: 
>> Service interceptor factory hivemind.LoggingInterceptor failed to create
>> org.apache.tapestry.parse.ISpecificationParser interceptor for service 

Re: Tapestry 4.1.1 "Hello World" not working on Oracle 10.1.3.2.0

2007-05-09 Thread janjonge

It seems your jar is corrupted. Try updating it.

Jan

Jan Vissers wrote:
> 
> Below the trace I see, whenever Tapestry 4.1.1 tries to load
> Has anybody ever tried Tapestry 4.1.1 on OC4J?
> 
> **
> 
> 
> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: 
> Unable to construct service tapestry.init.ApplicationSpecificationInitial
> izer: Error building service 
> tapestry.init.ApplicationSpecificationInitializer: Error at 
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applica
> tions/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-INF/tapestry.init.xml,
>  
> line 46, column 89: Service interceptor
> factory hivemind.LoggingInterceptor failed to create 
> org.apache.tapestry.parse.ISpecificationParser interceptor for service 
> tapestry.parse.S
> pecificationParser as class $ISpecificationParser_112709303e6: argument 
> type mismatch
> 07/05/09 13:22:02location: 
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo
> rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 42, column 21
> 
> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: Error 
> building service tapestry.init.ApplicationSpecificationInitializer:
>  Error at 
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-IN
> F/tapestry.init.xml, line 46, column 89: Service interceptor factory 
> hivemind.LoggingInterceptor failed to create org.apache.tapestry.parse.
> ISpecificationParser interceptor for service 
> tapestry.parse.SpecificationParser as class 
> $ISpecificationParser_112709303e6: argument type mi
> smatch
> 07/05/09 13:22:02location: 
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo
> rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 42, column 21
> 
> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: Error 
> building service tapestry.init.ApplicationSpecificationInitializer:
>  Error at 
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-IN
> F/tapestry.init.xml, line 46, column 89: Service interceptor factory 
> hivemind.LoggingInterceptor failed to create org.apache.tapestry.parse.
> ISpecificationParser interceptor for service 
> tapestry.parse.SpecificationParser as class 
> $ISpecificationParser_112709303e6: argument type mi
> smatch
> 07/05/09 13:22:02location: 
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo
> rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 43, column 67
> 
> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: Error 
> at code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/
> refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-INF/tapestry.init.xml,
>  
> line 46, column 89: Service interceptor factory hivem
> ind.LoggingInterceptor failed to create 
> org.apache.tapestry.parse.ISpecificationParser interceptor for service 
> tapestry.parse.SpecificationP
> arser as class $ISpecificationParser_112709303e6: argument type mismatch
> 07/05/09 13:22:02location: 
> code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo
> rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 46, column 89
> 
> 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: 
> Service interceptor factory hivemind.LoggingInterceptor failed to create
> org.apache.tapestry.parse.ISpecificationParser interceptor for service 
> tapestry.parse.SpecificationParser as class $ISpecificationParser_112
> 709303e6: argument type mismatch
> 
> 07/05/09 13:22:02 java.lang.IllegalArgumentException: argument type
> mismatch
> 07/05/09 13:22:02 
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> 07/05/09 13:22:02 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> 07/05/09 13:22:02 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> 07/05/09 13:22:02 
> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> 07/05/09 13:22:02 
> org.apache.hivemind.service.impl.LoggingInterceptorFactory.instantiateInterceptor(LoggingInterceptorFactory.java:290)
> 07/05/09 13:22:02 
> org.apache.hivemind.service.impl.LoggingInterceptorFactory.createInterceptor(LoggingInterceptorFactory.java:255)
> 07/05/09 13:22:02 
> org.apache.hivemind.impl.ServiceInterceptorContributionImpl.createInterceptor(ServiceInterceptorContributionImpl.java:95)
> 07/05/09 13:22:02 
> org.apache.hivemind.impl.InterceptorStackImpl.process(InterceptorStackImpl.java:116)
> 07/05/09 13:22:02 
> org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.addInterceptors(AbstractServiceModelImpl.java:8

Re: Tapestry 4.1.1 "Hello World" not working on Oracle 10.1.3.2.0

2007-05-09 Thread Jan Vissers

Hi,

With the help of this "Tapestry (4.0.2) / Hivemind (1.1.1) in OC4J 
10.1.3 - Dig a little bit more, anyone please give me a ladder to climb 
up" post

I've now got things working on 10.1.3.2

Below the hivemodule.xml I created:


package="com.cumquatit.refapp">

   
   class="com.cumquatit.refapp.HivemindFixLoggingInterceptor" />

   



And the class to go along with it:

package com.cumquatit.refapp;

import java.util.List;

import org.apache.hivemind.InterceptorStack;
import org.apache.hivemind.ServiceInterceptorFactory;
import org.apache.hivemind.internal.Module;

public class HivemindFixLoggingInterceptor implements 
ServiceInterceptorFactory {

   @SuppressWarnings("unchecked")
   public void createInterceptor(InterceptorStack arg0, Module arg1, 
List arg2) {

   }
}


This basically does the trick.
Thanks Jesse (and I hope you refrain from taking every post coming from 
me as an insult),


-J.

(On OC4J11 Tech Preview, it is not yet working - but the error indicates 
something different than a specific Hivemind issue)



Jan Vissers wrote:

Below the trace I see, whenever Tapestry 4.1.1 tries to load
Has anybody ever tried Tapestry 4.1.1 on OC4J?

**


07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: 
Unable to construct service tapestry.init.ApplicationSpecificationInitial
izer: Error building service 
tapestry.init.ApplicationSpecificationInitializer: Error at 
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applica
tions/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-INF/tapestry.init.xml, 
line 46, column 89: Service interceptor
factory hivemind.LoggingInterceptor failed to create 
org.apache.tapestry.parse.ISpecificationParser interceptor for service 
tapestry.parse.S
pecificationParser as class $ISpecificationParser_112709303e6: 
argument type mismatch
07/05/09 13:22:02location: 
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo 


rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 42, column 21

07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: 
Error building service tapestry.init.ApplicationSpecificationInitializer:
Error at 
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-IN 

F/tapestry.init.xml, line 46, column 89: Service interceptor factory 
hivemind.LoggingInterceptor failed to create org.apache.tapestry.parse.
ISpecificationParser interceptor for service 
tapestry.parse.SpecificationParser as class 
$ISpecificationParser_112709303e6: argument type mi

smatch
07/05/09 13:22:02location: 
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo 


rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 42, column 21

07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: 
Error building service tapestry.init.ApplicationSpecificationInitializer:
Error at 
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-IN 

F/tapestry.init.xml, line 46, column 89: Service interceptor factory 
hivemind.LoggingInterceptor failed to create org.apache.tapestry.parse.
ISpecificationParser interceptor for service 
tapestry.parse.SpecificationParser as class 
$ISpecificationParser_112709303e6: argument type mi

smatch
07/05/09 13:22:02location: 
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo 


rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 43, column 67

07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: 
Error at code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/
refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-INF/tapestry.init.xml, 
line 46, column 89: Service interceptor factory hivem
ind.LoggingInterceptor failed to create 
org.apache.tapestry.parse.ISpecificationParser interceptor for service 
tapestry.parse.SpecificationP

arser as class $ISpecificationParser_112709303e6: argument type mismatch
07/05/09 13:22:02location: 
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo 


rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 46, column 89

07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: 
Service interceptor factory hivemind.LoggingInterceptor failed to create
org.apache.tapestry.parse.ISpecificationParser interceptor for service 
tapestry.parse.SpecificationParser as class $ISpecificationParser_112

709303e6: argument type mismatch

07/05/09 13:22:02 java.lang.IllegalArgumentException: argument type 
mismatch
07/05/09 13:22:02 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
07/05/09 13:22:02 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 

07/05/09 13

Tapestry 4.1.1 "Hello World" not working on Oracle 10.1.3.2.0

2007-05-09 Thread Jan Vissers

Below the trace I see, whenever Tapestry 4.1.1 tries to load
Has anybody ever tried Tapestry 4.1.1 on OC4J?

**


07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: 
Unable to construct service tapestry.init.ApplicationSpecificationInitial
izer: Error building service 
tapestry.init.ApplicationSpecificationInitializer: Error at 
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applica
tions/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-INF/tapestry.init.xml, 
line 46, column 89: Service interceptor
factory hivemind.LoggingInterceptor failed to create 
org.apache.tapestry.parse.ISpecificationParser interceptor for service 
tapestry.parse.S
pecificationParser as class $ISpecificationParser_112709303e6: argument 
type mismatch
07/05/09 13:22:02location: 
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo

rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 42, column 21

07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: Error 
building service tapestry.init.ApplicationSpecificationInitializer:
Error at 
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-IN
F/tapestry.init.xml, line 46, column 89: Service interceptor factory 
hivemind.LoggingInterceptor failed to create org.apache.tapestry.parse.
ISpecificationParser interceptor for service 
tapestry.parse.SpecificationParser as class 
$ISpecificationParser_112709303e6: argument type mi

smatch
07/05/09 13:22:02location: 
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo

rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 42, column 21

07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: Error 
building service tapestry.init.ApplicationSpecificationInitializer:
Error at 
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-IN
F/tapestry.init.xml, line 46, column 89: Service interceptor factory 
hivemind.LoggingInterceptor failed to create org.apache.tapestry.parse.
ISpecificationParser interceptor for service 
tapestry.parse.SpecificationParser as class 
$ISpecificationParser_112709303e6: argument type mi

smatch
07/05/09 13:22:02location: 
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo

rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 43, column 67

07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: Error 
at code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/
refapp-web-1.0.0/WEB-INF/lib/tapestry-framework-4.1.1.jar!/META-INF/tapestry.init.xml, 
line 46, column 89: Service interceptor factory hivem
ind.LoggingInterceptor failed to create 
org.apache.tapestry.parse.ISpecificationParser interceptor for service 
tapestry.parse.SpecificationP

arser as class $ISpecificationParser_112709303e6: argument type mismatch
07/05/09 13:22:02location: 
code-source:/D:/ora/ocj10_1_3_2_0/j2ee/home/applications/refapp/refapp-web-1.0.0/WEB-INF/lib/tapestry-framewo

rk-4.1.1.jar!/META-INF/tapestry.init.xml, line 46, column 89

07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: 
Service interceptor factory hivemind.LoggingInterceptor failed to create
org.apache.tapestry.parse.ISpecificationParser interceptor for service 
tapestry.parse.SpecificationParser as class $ISpecificationParser_112

709303e6: argument type mismatch

07/05/09 13:22:02 java.lang.IllegalArgumentException: argument type mismatch
07/05/09 13:22:02 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
07/05/09 13:22:02 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
07/05/09 13:22:02 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
07/05/09 13:22:02 
java.lang.reflect.Constructor.newInstance(Constructor.java:513)
07/05/09 13:22:02 
org.apache.hivemind.service.impl.LoggingInterceptorFactory.instantiateInterceptor(LoggingInterceptorFactory.java:290)
07/05/09 13:22:02 
org.apache.hivemind.service.impl.LoggingInterceptorFactory.createInterceptor(LoggingInterceptorFactory.java:255)
07/05/09 13:22:02 
org.apache.hivemind.impl.ServiceInterceptorContributionImpl.createInterceptor(ServiceInterceptorContributionImpl.java:95)
07/05/09 13:22:02 
org.apache.hivemind.impl.InterceptorStackImpl.process(InterceptorStackImpl.java:116)
07/05/09 13:22:02 
org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.addInterceptors(AbstractServiceModelImpl.java:85)
07/05/09 13:22:02 
org.apache.hivemind.impl.servicemodel.PooledServiceModel.constructServiceProxy(PooledServiceModel.java:154)
07/05/09 13:22:02 
org.apache.hivemind.impl.servicemodel.PooledServiceModel.(PooledServiceModel.java:130)
07/05/09 13:22:02