[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: CacheLoader

2004-07-29 Thread bela
Did you define the tag in the XML file ? Bela View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3843590#3843590 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3843590 ---

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: TreeCacheAop, POJO and ClassNotFoundException

2004-07-29 Thread bela
Okay, can you try with the latest JGroups (from CVS head) ? The change I made is that now, incoming messages that contain objects are un-serializing those objects using the context classloader. This may have caused the problem. Let me know if this solves your problem. Bela P.S.: I'll

[JBoss-dev] [JBoss.net] - Re: Warning for session-webservice-invoker

2004-07-29 Thread mesc
Tried my sample J2EE 1.4 .ear, which is working in Sun App Server 8 and IBM WebSphere 6, now in JBoss 4.0RC1. There's still the same exception: 10:31:47,152 INFO [EARDeployer] Init J2EE application: file:/D:/work/soap/jboss-4.0.0RC1/server/default/deploy/RoSrapScriptExecService.ear

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Pointcut expression for methods that take arrays as argu

2004-07-29 Thread nthx
Hi, there. This is my first post after checking out JBossAOP, and implementing persistance and transaction layer for my POJOs with it. So ... Is it possible to intercept element-of-an-array assignment? I mean: | //I'd like some code here (through Interceptor, of course) | myArray[5] =

[JBoss-dev] [Javassist development Forum] - javassist.reflect contruction interception draft

2004-07-29 Thread brett_s_r
I have posted a proposed enhancement to the javassist.reflect package, to support constructor interception. The enhancement provides the following additional features: An event is generated prior to the calling of a reflected class's super constructor. An event is generated prior to the calling

[JBoss-dev] [ jboss-Bugs-1000087 ] Prop. enh., javassist.reflect constructor interceptio

2004-07-29 Thread SourceForge.net
Bugs item #187, was opened at 2004-07-29 22:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=187group_id=22866 Category: Javassist Group: CVS HEAD Status: Open

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Removing node from cache causes problem (using LRUPolicy

2004-07-29 Thread Uwen
Hi Ben, a Unit Test is in work... -uwe View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3843617#3843617 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3843617 --- This

[JBoss-dev] [JBossWeb] - Re: virtual-host aliases in jboss-3.2.1 with jetty

2004-07-29 Thread dmitry_ame
is there a way to specify it not in the web application descriptor, but in the jetty configuration files instead (in the same manner it's done for tomcat). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3843633#3843633 Reply to the post :

[JBoss-dev] [JBossWeb] - Re: virtual-host aliases in jboss-3.2.1 with jetty

2004-07-29 Thread dmitry_ame
I'm wondering if one would recommend to go with tomcat instead of jetty. Any sugestions? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3843634#3843634 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3843634

[JBoss-dev] [JBoss.net] - Re: Warning for session-webservice-invoker

2004-07-29 Thread adrian-O-matic
Hi, I have the same problem with jboss.net.ws4ee package. When will it be fixed ? How can I change the deployment method in the meantime ? tdiesler wrote : I'll repair it as soon as certification is done. Please bare with me. View the original post :

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: Want to contribute?

2004-07-29 Thread kirupakaran
Ivelin, Which projects do you have fixes for? I just started working on Jboss. I don't have any fix right now. But wanted to know where I can pull out files from so that I can build and debug on whats happening and what I can do. Anyway, I figured out that I can pull files behind firewall

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - Can you cluster an application that uses servlets, POJOs and

2004-07-29 Thread axp28
Hi I am writing a server application that uses servlets, Java Objects and database based logging. How can I use JBOSS to do clustering and load balancing? Or should I just use TOMCAT server. My opinion about tomcat is you can not cluster more than 2 or 3 servers as its memory requirement goes

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - Re: Can you cluster an application that uses servlets, POJOs

2004-07-29 Thread janilsal
Ashish, You can use JBoss bundled TC instances to do clustering. I suggest you to do the following: a) Have a look at the Clustering Document written by Sacha Labourey which describes clustering for HTTP. [This document should be part of the free documentation]. b) Have a look at the

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: Want to contribute?

2004-07-29 Thread janilsal
Getting your hands dirty is the only way to learn things. It does take some effort from you to set workspace, development environment etc wrt JBoss development. Do not hope for spoon feeding. ;-) As you hit problems, ask and people will answer your questions. But please put effort in

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: JBoss AOP vs. AspectJ

2004-07-29 Thread neil loughran
I'm also interested in this. What are the major reasons for choosing JBoss AOP over AspectJ or even Aspectwerkz? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3843673#3843673 Reply to the post :

[JBoss-dev] [JBoss.net] - Re: Warning for session-webservice-invoker

2004-07-29 Thread tdiesler
The warning is irrelevant for j2ee deployments. It is correct that the classloader cannot see anything in jboss.net, because jboss.net should not be deployed when you experiment with j2ee web services. If you want to get rid of the warning remove the jboss.net invoker proxy binding and all

[JBoss-dev] [ jboss-Bugs-1000333 ] Error in the prepare.sql script for 1.1RC2

2004-07-29 Thread SourceForge.net
Bugs item #1000333, was opened at 2004-07-29 15:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1000333group_id=22866 Category: Nukes Group: v3.2 Status: Open Resolution: None

[JBoss-dev] [JBoss IDE] - Unable to include the standard.war file into my project

2004-07-29 Thread pratirams
Hi I am unable to include the standard.war file into my project in eclipse as a result of which I am unable to use JBoss to debug my application. I am able to Right click under package explorer and choose Propertes-Packaging Configuration a) RightClick to Add Standard-War.war. Rename

[JBoss-dev] [JBoss IDE] - Re: Unable to include the standard.war file into my project

2004-07-29 Thread letiemble
Hi, Right-click on the project and click on Run Packaging menu item. Refresh you project and you should see your war. Packaging configurations are just configurations. Laurent. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3843695#3843695 Reply to the post

[JBoss-dev] [JBoss IDE] - Re: Error when using the

2004-07-29 Thread letiemble
Hi, What are the options you have selected in the wizard ? Laurent. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3843696#3843696 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3843696