[jboss-user] [JBoss Portal] - Re: How do I default a portlet window to maximized?

2007-03-03 Thread NewTo23
I also have the same requirement, by any chance did you get this resolved ? Thanks.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024900#4024900 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024900 _

[jboss-user] [JBoss Seam] - Re: Seam/Hibernate meetup in San Francisco, Friday, March 2

2007-03-03 Thread RobJellinghaus
Well, that was fun :-) Great to meet you all, Gavin, Steve, Emmanuel, Max, Bob, and then some. Even Igor and Sergey were there, who I just had lunch with on Tuesday! When are you all coming BACK to SF? Better be soon! Cheers! Rob View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Portal] - Re: wsrp session propagation problem

2007-03-03 Thread [EMAIL PROTECTED]
We interpreted the WSRP specification as: Consumers are supposed to return ANY cookies that the producer sends REGARDLESS of whether the producer requires a call to initCookie. It turns out that BEA's consumer version 9.1 and earlier behaves similarly as you not SAP's consumer does. Since our

[jboss-user] [JBoss Portal] - Re: wsrp and remote resources

2007-03-03 Thread [EMAIL PROTECTED]
It should indeed be working. I will be looking at it ASAP. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024896#4024896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024896

[jboss-user] [JBoss Seam] - Re: Adding a default interceptor

2007-03-03 Thread h.cahyadi
one more question, related to my last post, has this issue already added at jira, what is the issue ID? thanx again -haric- View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024895#4024895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - Re: Adding a default interceptor

2007-03-03 Thread h.cahyadi
I read the documentation that, in order to make seam perform its magic, we need to add, interceptor declaration inside the ejb-jar.xml, but if my application is deployed inside a portal environment which is must be a web module(.war), then where I can define the interceptor declaration? please g

[jboss-user] [JCA/JBoss] - Re: Validation of destroyed connections

2007-03-03 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBAS-4170 This has been resolved in 4.2 and 5.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024893#4024893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024893 __

[jboss-user] [Security & JAAS/JBoss] - Re: I need helps from anyone about JAAS with DatabaseServerL

2007-03-03 Thread changemylife
Hi all! Thanks Jaikirain! Your explains are very helpfull for me and everyone that want discovery about JBoss. Two day ago, I have two problems and I posted they on Forum but not received reply. I hope that you can explain and help me about they again. 1. My operating system is XP2, I use

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Interface not impl problems with WS from JSR-181 POJO

2007-03-03 Thread mvargas2012
rjacobyez, I have two strategies for you. Here they are: 1) Upgrade your JBoss App Server to 4.0.5 as I don't think 4.0.4 supports J2EE 5. 2) When you install be sure to select the "ejb3" installation. Between the 2 you should be able to get a web service going. The client maybe a different

[jboss-user] [JBoss Seam] - Error when deploying to Tomcat

2007-03-03 Thread mlh496
I've been struggling for several hours trying to get my Seam app to run on Tomcat. I've hit a brick wall. I get the following error in the catalina.log file: SEVERE: Error Rendering View[/home.xhtml] javax.faces.el.EvaluationException: Cannot get value for expression '#{testList.firstResult}

[jboss-user] [JBoss Seam] - A bug on s:fileUpload in Seam + ICEfaces

2007-03-03 Thread gus888
Hi, I think that it is a bug in org.jboss.seam.ui.UIFileUpload. In the decode(FacesContext context) method of UIFileUpload, if I run seamspace example, the request in Object *request* = context.getExternalContext().getRequest(); got MultipartRequest Object. But in Seam+ICEfaces application, I

[jboss-user] [JBoss Seam] - Re: Problem updating model values with ajax4jsf

2007-03-03 Thread SergeySmirnov
do you have other fields at the form? If so, add ajaxSingle="true" to the a:support to avoid the processing of them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024887#4024887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [EJB 3.0] - Self-destroying a stateful session bean

2007-03-03 Thread jlessner
Does anybody know if there is a way how a stateful session bean can destroy itself without rolling back the current transaction? The only idea I had was to call the bean's own remove-method - of course not directly but through the proxy by SessionContext.getEJBObject(). Unfortunately this caused

[jboss-user] [JBoss AOP] - Not quite getting it (aka noclassdeffound)

2007-03-03 Thread chip_schoch
I am new to AOP and have been attempting to get a basic trace advice running. I am using jdk 5.0 and annotations, JBossAS 4.0.5. I created my class and annotated a method but nothing happened. I suspected that I needed to set 'EnableLoadtimeWeaving' to true because I did not use any aopc. Is

[jboss-user] [Performance Tuning] - Re: High CPU consumption.

2007-03-03 Thread PeterJ
The best thing to do is take some thread dumps when you see the unexpected processor usage. Those should tell you what is running. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024884#4024884 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Problem updating model values with ajax4jsf

2007-03-03 Thread piotr.walczyszyn
I have a problem with updating model values using ajax4jsf. It looks like it does only validation phase but skips data model update phase. I'm trying to run simplest example of ajax4jsf: | | | | | | | I get no error, I can see that there is asynch request done to the se

[jboss-user] [JBoss Portal] - Re: Portlet navigation with CMS.

2007-03-03 Thread Antoine_h
yes, you have to extend it, so it does. same for the cache feature (invalidation, if you use it for CMS Portlet), you have to add it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024879#4024879 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBossWS] - how to use ws compile

2007-03-03 Thread valjjou
Can someone help me to use ws complie. I have maybe a pb with path, i don't know but i can't run it... I have JAVA_HOME and JBOSS_HOME, ANT_HOME... and their bin in path... Which instruction did i use please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40248

[jboss-user] [JBoss Seam] - How to trigger a new Entity Instance with Home Object in sea

2007-03-03 Thread sjmenden
I used seam gen to generate my entities for CRUD operations and it appears to work great at first. However, there is an inheirent problem. On the List page for my entity, I can create my entity one time and everything works great. The next time I go to create another entity, the previous one

[jboss-user] [EJB 3.0] - Embed EJB3 into my own application (try and errors)

2007-03-03 Thread marcelruff
Hi, i'm clicking/trying since several days to create some few EJB3 beans. I would like to have them as plain JDK 1.5 Java beans with some annotations to persist them with hibernate to postgres without any dependency on microkernels and such. I would expect to use some few *.jar files for the an

[jboss-user] [JBoss Messaging] - Re: 1.2.0.CR1 transparent node failover does not always work

2007-03-03 Thread [EMAIL PROTECTED]
OK, this is supposed to be fixed in 1.2.0.GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024875#4024875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024875 ___ jboss-use

[jboss-user] [JBoss Portal] - Re: CSS & header injection

2007-03-03 Thread Antoine_h
you may have to add the servlet root path, of the servlet (webapp) that deliver the css file. did you try it ? that is : /ProcesosInternos/WEB-INF/css/Styles.css instead of "ProcesosInternos", it should rather be the name of the web app. the that is in the web.xml file. sometime, there must b

[jboss-user] [JBoss Messaging] - Migration to JBoss Messaging without changing client side co

2007-03-03 Thread xkong
Hi, We are in process to migrate our JMS servers from JBossMQ to JBoss messaging. I know from user the guide that we need replace jbossmq-client.jar with jboss-messaing-client.jar in clients' classpathes. The problem we are facing is that we have many clients which are very difficult to updat

[jboss-user] [Installation, Configuration & Deployment] - Re: Unstable JasperException in jsp compilation of custom ta

2007-03-03 Thread Elhanan
sure here it is: (com.pnx.pmp is our frameworks' package). 28 ??? 2007 19:11:19,734 [DEBUG] com.pnx.pmp.common.log.PerformanceWatch - com.pnx.pmp.ui.webapp.view.error.ErrorServlet - Exception (processing [/pmp/flow.pmp]): [com.pnx.pmp.common.exceptions.SystemException: org.apache.jasper.Jaspe

[jboss-user] [JBoss jBPM] - Re: Java 5 dependency a problem for Web Console ?

2007-03-03 Thread perrylucas
Integration with Java 5 is of utmost importance IMO. We need to get tighter integration with SEAM! SEAM is getting a lot of attention right now and so now is the time to either branch JBPM to port 1.5 or just declare the change as part of the roadmap. With all of the attention, people are sur

[jboss-user] [JBossWS] - Re: Multiple EJBs with 1 WSDL

2007-03-03 Thread natebowler
OK. So, really this is as simple as changing the webservices.xml file META-INF/wsdl/TestAPI.wsdl entry and nothing else (I'm not using JSR181, I'm using ws-tools and XDoclet) If I put the WSDL back together appropriately, it should all fall out. The WSDL ports defined with webservices.xml wit

[jboss-user] [JBoss Seam] - Re: @In(create = true) @Out works fine in 1.1.5.GA and not i

2007-03-03 Thread msystems
Ok, I will do some more investigation :-) User (userDomain): | @Entity | @Name("userDomain") | @Table(name = "userx") // user is a reserved word in PostgreSQL | @Inheritance(strategy = InheritanceType.SINGLE_TABLE) | @DiscriminatorColumn(name = "DISCRIMINATOR", discriminatorType = Dis

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Problem

2007-03-03 Thread jaikiran
Here's the remote session bean facade which you can use in JBoss-3.2.x to work with datasources from the standalone client: Home interface: package org.myapp.ejb; | | import java.rmi.RemoteException; | import javax.ejb.CreateException; | import javax.ejb.EJBHome; | | /** | *

[jboss-user] [JBoss Seam] - Re: Questions on s:selectItems

2007-03-03 Thread gus888
Thank you so much, Peter. Gus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024864#4024864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024864 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: @In(create = true) @Out works fine in 1.1.5.GA and not i

2007-03-03 Thread [EMAIL PROTECTED]
Nothing significant has changed, no. No-one can help you if you havn't showed the code for UserDomain. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024863#4024863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024863

[jboss-user] [JBoss Seam] - Re: @In(create = true) @Out works fine in 1.1.5.GA and not i

2007-03-03 Thread msystems
No comments/help from the people behind JBoss Seam? It's really strange, because I only replaced the 1.1.5 jar files (jboss-seam.jar and jboss-seam-ui.jar) with the 1.2.0 files. Have something changed in the @In @Out behaviour in 1.2.0 or/and in the bijection implementation? View the origina

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-03-03 Thread mjek2
Felix, I have already some code and would be glad to share it with you. As soon as I return from vacation (in about 2 weeks) I can share it. I also think that if templates work we should handle them as first priority. Regards, Mike View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: Questions on s:selectItems

2007-03-03 Thread petemuir
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024860#4024860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024860 ___ jboss-user mailing list jboss-user@lists.jboss.org htt

[jboss-user] [JBoss Seam] - Re: Questions on s:selectItems

2007-03-03 Thread gus888
"petemuir" wrote : Or are you trying to use the entityconverter with this? Peter, I exactly followed the ui example in Seam 1.2.0. 1. added following code in components.xml: 2. created Converters class, and added the convert code as same as the ui example. View the original post : http://www.j

[jboss-user] [JBoss Seam] - Re: Questions on s:selectItems

2007-03-03 Thread gus888
Hi Peter, Thank you for your reply. Yes, when I use "em" as persistent name, I got an exception "entityManager is null". Then I changed "em" into "entityManager" in components.xml, and also changed the converter code to: return ((EntityManager)Component.getInstance("entityManager")).find(Catego

[jboss-user] [JBoss Seam] - Re: FR: customizable per-conversation timeout value

2007-03-03 Thread [EMAIL PROTECTED]
You can put interceptors in ejb-jar.xml, if they are session bean components. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024857#4024857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024857 _

[jboss-user] [JBoss Seam] - Re: Adding a default interceptor

2007-03-03 Thread [EMAIL PROTECTED]
No, not yet, sorry. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024856#4024856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024856 ___ jboss-user mailing list jboss-user@

[jboss-user] [Messaging, JMS & JBossMQ] - pooling MDBs, using activeMQ

2007-03-03 Thread prylance
Hi, I'm using activeMQ as my JMS provider within JBoss AS. How can I configure a pool of MDBs/threads? - How would I do this with JBossMQ or JBoss Messaging? - How can I do this with activeMQ? Is it just the same as the above? The reason I ask is that I'm testing throughput and I have many clie

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Problem

2007-03-03 Thread jaikiran
Apologies for neglecting the fact, so far, that you have been using JBoss-3.2.x. This does not work in JBoss-3.x. This only works with JBoss-4. Let me see if i can compile a simple remote session bean for you to get this working. View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: @In(create = true) @Out works fine in 1.1.5.GA and not i

2007-03-03 Thread msystems
"holtak" wrote : What is "userDomain"? (StatefullBean, StatelessBean,...) | and what scope is it in? Use debug.seam to check if it is really there where you want it. | | I`ll check the @In (create=true) acting today when I come to coding but I`ve moved to 1.2PATCH1 from 1.1.5 and don`t hav

[jboss-user] [JBoss Seam] - StringIndexOutOfBoundsException when using selectDate

2007-03-03 Thread piotr.walczyszyn
I get an exception when using s:selectDate, my code looks like this: | | | | | | | | | | | | | | And the exception like this: anonymous wrote : | 16:25:32,863 ERROR [STDERR] Mar

[jboss-user] [JBoss Seam] - Re: @In(create = true) @Out works fine in 1.1.5.GA and not i

2007-03-03 Thread holtak
What is "userDomain"? (StatefullBean, StatelessBean,...) and what scope is it in? Use debug.seam to check if it is really there where you want it. I`ll check the @In (create=true) acting today when I come to coding but I`ve moved to 1.2PATCH1 from 1.1.5 and don`t have this problems. View the

[jboss-user] [JBoss Seam] - Re: Questions on s:selectItems

2007-03-03 Thread petemuir
"gus888" wrote : I used following code in converters class:return ((EntityManager) Component.getInstance("em")).find( | | Category.class, Integer.valueOf(arg2)); | then I got the entityManager is null exception. However, after I change

[jboss-user] [JBoss jBPM] - Re: Database change script from 3.1 to 3.2

2007-03-03 Thread camunda
Hi Ronald, thanks for that hint! Don't know, why I didn't found that myself. Was a hard week I think I looked at that stuff a bit I could generate the update SLQ's for hsqldb with the following statements (in Windows): | ant -f build.upgrade.xml generate.old.schema | del target\db\loc

[jboss-user] [JBoss Seam] - Re: FR: customizable per-conversation timeout value

2007-03-03 Thread petemuir
Put a feature request in JIRA - and see what happens :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024841#4024841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024841 ___

[jboss-user] [JBoss Seam] - Re: three wordings to define propagation

2007-03-03 Thread petemuir
http://jira.jboss.com/jira/browse/JBSEAM-786 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024840#4024840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024840 ___ jboss-user

[jboss-user] [EJB 3.0] - Detached entities and security domains

2007-03-03 Thread fcorneli
Hi, I've got two EJB3 JAR, each hosting session beans living in different security domains. Is it true that the JPA entities received from a session bean living on security domain A, will be detached within the session bean living in the other security domain B, thus disabling lazy-loading? Co

[jboss-user] [JBoss Seam] - FR: customizable per-conversation timeout value

2007-03-03 Thread przemjaskier
What about providing a property for @Begin that would allow to specify what is a timeout of a given conversation? Depending on a context, some conversation should be valid for a long time, some not... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024838#4024

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: session leak in tomcat.

2007-03-03 Thread [EMAIL PROTECTED]
Try the catalina-5.5.20.jar from http://jira.jboss.com/jira/browse/JBAS-4131 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024837#4024837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024837 __

[jboss-user] [JBoss jBPM] - Get directions?

2007-03-03 Thread pedror
Hello. I am quite green at jBPM and am trying to create a prototype as a proof of concept for something larger. The idea is to have a jBPM set of tasks which will each one call an already existant routine/class. This routine/class, upon invocation, generates an HTML screen for data entry, and af

[jboss-user] [JBossWS] - Re: Multiple EJBs with 1 WSDL

2007-03-03 Thread [EMAIL PROTECTED]
Yes, this can be done if you manually consolidate the generated wsdls. Then use @WebService(wsdlLocation="bigservice.wsdl") View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024835#4024835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBossWS] - Re: @WebServiceRef jbossws 1.2.0.GA

2007-03-03 Thread [EMAIL PROTECTED]
Have a look at | cd jbossws-tests | ant -Dtest=jaxws/samples/webserviceref test | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024834#4024834 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024834

[jboss-user] [Performance Tuning] - High CPU consumption.

2007-03-03 Thread jpicard
Hello, We have just migrated from HP/UX to Linux (SUSE AMD 4CPU) and after a couple of hours we can see a large consumption of CPU (>200%). This problem has never appears before this migration. We use the JDK1.5.0_11, and the parameters for the JVM are : -server -Xms1024m -Xmx1024m -XX:MaxPerm

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-03-03 Thread vickyk
I don't think comments in xml will cause any problem , the pojo-beans.xml contains only one bean . Turn on debuging / trace log for more info. Yes this is the last option left now :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024832#4024832 Reply to the p

[jboss-user] [JBossCache] - Re: long wait when cache is started

2007-03-03 Thread gmeroz
What do you mean in anonymous wrote : 2) State in your DB is large | ? the state of the cache? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024831#4024831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024831 _

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-03-03 Thread alesj
Your xml is commented - with

[jboss-user] [Beginners Corner] - Q: Using Hibernate with the jdbc:odbc bridge

2007-03-03 Thread adam_j_bradley
I've been able to run this instance of Hibernate outside of the AS, but as soon as I try and deploy it inside I receive the following | 22:11:49,935 INFO [STDOUT] 22:11:49,935 INFO [ServiceBean] Exposing service with name {http://webservice.myob.identityconcepts.com.au}authenticate | 22:1

[jboss-user] [JBoss Seam] - Re: Adding a default interceptor

2007-03-03 Thread h.cahyadi
Is there any work around to put interceptor definitions in components.xml? Thanx and Regards, -haric- View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024827#4024827 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024827

[jboss-user] [JBossWS] - @WebServiceRef jbossws 1.2.0.GA

2007-03-03 Thread seventy8
I'm running jboss 4.0.5.GA with EJB3.0 Configuration and jbossws 1.2.0.GA installed with the installer. I'm using an stateless session bean as a webservice-client. I generated the artifacts with ws-import. If I use @WebServiceRef I run into the following Exception: | Non matching type for

[jboss-user] [JBoss Seam] - Re: @In(create = true) @Out works fine in 1.1.5.GA and not i

2007-03-03 Thread msystems
Any help please :-) It's a really big problem for me, that Seam 1.2.0 creates a new instance of userDomain when an AccountBean method is invoked - for each AccountBean method call I get a new userDomain instance ! Seam 1.1.5 creates one instance of userDomain and use this instance when an

[jboss-user] [JBoss Seam] - Re: Do we need failed page access logged as ERROR

2007-03-03 Thread hamtho2
I´d also prefer not to log the whole exception as this is more like a standard-issue and logging the whole stack-trace always looks like having a problem or a bug in the application, which is not really the case if the user is not logged in. Thomas View the original post : http://www.jboss.co

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Beta bundle: JBoss Server confi

2007-03-03 Thread daveage
Same here with eclipse 3.2.2 on kubuntu linux. Is anybody doing something doing with that? Or is there already any solution? Please, let me know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024821#4024821 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: Issue deploying multiple Seam webapps

2007-03-03 Thread [EMAIL PROTECTED]
anonymous wrote : Previously we had jboss-seam.jar and jboss-seam-ui.jar in the jboss deploy directory. With the upgrade we've changed to the new structure where these jar's are packaged into the ear file. jboss-seam-ui.jar should go in WEB-INF/lib. View the original post : http://www.jboss.co

[jboss-user] [JBossCache] - Re: PojoCacheListener does not propagate in a cluster

2007-03-03 Thread [EMAIL PROTECTED]
Yes, the PojoCache listener is only acting in local mode. We are still invetigating a good way to map this into remote notification. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024819#4024819 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBossCache] - Re: Adding AOP interceptors to inserted objects

2007-03-03 Thread [EMAIL PROTECTED]
If you are using PojoCache2.0, you can add your aop-enabled interceptor in pojocache-aop.xml like you would have for jboss-aop interceptors. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024818#4024818 Reply to the post : http://www.jboss.com/index.html?mo