[JBoss-dev] [EJB on JBoss] - Re: ClassCastException/Receive Timed Out

2004-04-27 Thread pilhuhn
Don't pass anything to the InitialContext, if you don't need to. Just get your IC via InitialContext ic = new InitialContext(); without feeding any properties to InitialConextx() or via jndi.properties file. View the original post :

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Transport interface

2004-04-27 Thread aubergine
Hi Bela, Others, This is just a quick question to find out whether JBoss Cache could evolve to include an interface for the transport instead of hard-wiring in JGroups. We use a variety of protocols/mechanisms for transport and select the appropriate one for each new project. We've been able

[JBoss-dev] jboss-head build.86 Build Successful

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040427034512Lbuild.86 BUILD COMPLETE-build.86Date of build:04/27/2004 03:45:12Time to build:12 minutes 35 secondsLast changed:04/27/2004 03:35:28Last log entry:add pojo service endpoint functionality and samples

[JBoss-dev] [Mail Services] - Re: TODO: retry configuration and queue

2004-04-27 Thread kabkhan
Also, doesn't seem like throwing any exceptions is allowed from onMessage() http://www.jboss.org/index.html?module=bbop=viewtopict=49010 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832554#3832554 Reply to the post :

[JBoss-dev] [JBoss IDE] - Re: JMX tags

2004-04-27 Thread lepe
Hm... very much like my generated xdoclet-build.xml. Any more ideas!? /L This is what it looks like (only prettyfied a bit): ?xml version=1.0 encoding=UTF-8?

[JBoss-dev] [JBoss IDE] - Re: JMX tags

2004-04-27 Thread lepe
Ok... better this time :) | ?xml version=1.0 encoding=UTF-8? | project default=_generation_ name=XDoclet Generator | |path id=xdoclet.classpathpathelement location=bin/ | pathelement location=jboss-jmx.jar/ | pathelement location=jboss-j2ee.jar/ | pathelement

[JBoss-dev] [JBoss IDE] - Re: Building JBoss IDE

2004-04-27 Thread darranl
I have just seen the new post instructing everyone to check the Wiki before posting and to update it after giving an answer to a question that others may find helpfull. The installing JBoss IDE page misses out one installation method - 'Compiling From Source' Could someone please let me know -

[JBoss-dev] [JBoss IDE] - Re: error 500 with jmx-console

2004-04-27 Thread darranl
Is Eclipse configured to use a JRE or SDK? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832574#3832574 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832574 --- This

[JBoss-dev] [Nukes Development] - Pure-CMP FAQ Module revamp

2004-04-27 Thread hxp
Julien -- After reading the code for Jae's News module and reading his comments, it's becoming clear that you folks are pretty open to the pure-CMP approach that I've been advocating for the past few months -- and Jae is making good progress in the right direction. Nice! I thought I would

[JBoss-dev] jboss-head build.87 Build Successful

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040427061523Lbuild.87 BUILD COMPLETE-build.87Date of build:04/27/2004 06:15:23Time to build:14 minutes 42 secondsLast changed:04/27/2004 06:02:49Last log entry:Fix the eclipse build Unit Tests: (0)

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Could not find Queue

2004-04-27 Thread kumaravel
Hi all, Iam using message queues in my application, when i try to deploy my application in jboss-3.2.3, console displays an warn message could not find message queues and it creates an temp queues. Following are my configurations. 1.jbossmq-destinations-service.xml .

[JBoss-dev] [JBoss IDE] - Re: Building JBoss IDE

2004-04-27 Thread letiemble
Hi, I don't think that building from the sources can be considered as an installation (only my point of view). Anyway, if you look closer at the Wiki, you will see the For developer section, where the instructions for building JBoss-IDE from the sources are available. For short :

[JBoss-dev] [JBoss IDE] - Re: JMX tags

2004-04-27 Thread letiemble
Hi, Could you post the source code of your MBean ? Laurent. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832597#3832597 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832597

[JBoss-dev] [JBoss IDE] - Re: JMX tags

2004-04-27 Thread lepe
| /* | * Created on Apr 21, 2004 | * | * TODO To change the template for this generated file go to | * Window - Preferences - Java - Code Generation - Code and Comments | */ | package org.redpos.txe; | | import org.jboss.system.ServiceMBeanSupport; | | /** | *

[JBoss-dev] jboss-head build.88 Build Successful

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040427073147Lbuild.88 BUILD COMPLETE-build.88Date of build:04/27/2004 07:31:47Time to build:12 minutes 40 secondsLast changed:04/27/2004 07:26:47Last log entry:ported from Branch_3_2: added a message for

[JBoss-dev] [JBoss IDE] - Re: Building JBoss IDE

2004-04-27 Thread darranl
Yes those instructions seem to match the instructions available from SourceForge. Once thing that I have noteced it that I have got a 'org.jboss.ide.eclipse.xdoclet.help' project from somewhere which I have now removed. When you do a fresh checkout from CVS are you able to get everything

[JBoss-dev] [JBoss IDE] - Re: Log File Viewer

2004-04-27 Thread dligda
Laurent, Your suggestion was right on. I had not been selecting the log file from the server view. Thank you for the tip. If anyone is interested here are the steps: Window -Show View -Other -JBoss IDE -Server Navigator -OK +Expand the server you are interested in

[JBoss-dev] [JBoss IDE] - Re: Log File Viewer

2004-04-27 Thread letiemble
Hi, Can you please add it to the General Faq ? http://jboss.org/wiki/Wiki.jsp?page=JBossIDEGeneralFAQ Thanks. Laurent. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832628#3832628 Reply to the post :

[JBoss-dev] [JBoss IDE] - Re: Log File Viewer

2004-04-27 Thread letiemble
Hi, Can you please add it to the General Faq ? http://jboss.org/wiki/Wiki.jsp?page=JBossIDEGeneralFAQ Thanks. Laurent. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832627#3832627 Reply to the post :

[JBoss-dev] [EJB on JBoss] - Re: ClassCastException/Receive Timed Out

2004-04-27 Thread boxhead
Why not? What if I am a client that needs to go against multiple JNDI namespaces? What I am doing is setting up a Hashtable and setting the hostname and initial context factory there. This is something I have done for eons, and it does not make sense to change it just to deal with a bug in

[JBoss-dev] jboss-head build.89 Build Successful

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040427090252Lbuild.89 BUILD COMPLETE-build.89Date of build:04/27/2004 09:02:52Time to build:13 minutes 42 secondsLast changed:04/27/2004 08:50:44Last log entry:Add a test for an MBean that does not expose

[JBoss-dev] [Nukes Development] - Re: Pure-CMP FAQ Module revamp

2004-04-27 Thread jae77
at this point, i definately feel that pure cmp is the way to go (i stared at those ddls for quite some time debating whether or not i wanted to re-write them), but i don't think it's necessary for the 1.1 release. i do think that if ppl are reworking a module for 1.1 and are comfortable w/

[JBoss-dev] [EJB on JBoss] - Re: ClassCastException/Receive Timed Out

2004-04-27 Thread Bill Burke
How is your EAR/WAR set up? What jars do you have in your EAR/WAR? Do you have a copy of JBoss naming classes in some jar in your EAR/WAR? If you have UCL turned off stuff like this usually happens when you have duplicate classes. FYI though: If you are within same VM it is unwise to set

[JBoss-dev] jboss-head build.90 Build Successful

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040427093600Lbuild.90 BUILD COMPLETE-build.90Date of build:04/27/2004 09:36:00Time to build:13 minutes 18 secondsLast changed:04/27/2004 09:27:01Last log entry:Backwards compatibility fix: Check whether

[JBoss-dev] [JBoss IDE] - Re: error 500 with jmx-console

2004-04-27 Thread alemito
Hi, under Preferences-Java-Installed JREs I have setted j2re1.4.1_03 and JDK1.4.1 but only the last one is checked. under Debug-JBoss 3.2.3 and under the label Classpath I have setted Bootstrap Entries-JRE System Library [JDK1.4.1] ; under the label JDK I have setted Workspace Default JRE (JDK

[JBoss-dev] [Nukes Development] - Re: Mapping between EJB and DB

2004-04-27 Thread pista
Ok !! Thanks a lot :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832652#3832652 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832652 --- This SF.net email is

[JBoss-dev] [JBoss IDE] - Re: error 500 with jmx-console

2004-04-27 Thread darranl
JBoss outside of Eclipse Have you set a JAVA_HOME environment variable to point to your JDK folder? Also have you installed JBoss and the JDK in folders without any spaces in the name? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832660#3832660 Reply to

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

2004-04-27 Thread bela
Yes, we will separate the transport from the Cache. We will do this as part of our refactoring (starting after JavaOne), where we will make use of aopc, and externalize aspects such as - locking - replication - persistence (CacheLoaders) You'd have to replace the replication interceptor to

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - Service Unavailable Error from Tomcat While accessing JBoss

2004-04-27 Thread bbalaji
Hi, We have clustered environment setup but for testing we use one instance of Apache and one instance of Tomcat and one Instance of JBoss, all in different machines. Right now we are load testing this environment with simple application, which has servlet in Tomcat looking for SLSB bean to

[JBoss-dev] [Nukes Development] - Re: Mapping between EJB and DB

2004-04-27 Thread jae77
the latest news code that has been checked into cvs should be a good simple example for you to follow to see a complete cmp solution - from mapping the columns to creating the actual tables. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832673#3832673

[JBoss-dev] [JBoss IDE] - I CAN'T UPDATE ... ?????

2004-04-27 Thread alemito
Hi, I am new both for JBoss and Eclipse, I am training with tutorial of JBoss IDE about Fibonacci. I have a problem: I am not able to update my files ... I have built the application, it works fine but if I edit a file (e.g. something in index.html which contains the form) how can I update the

[JBoss-dev] [JBoss IDE] - Re: I CAN'T UPDATE ... ?????

2004-04-27 Thread darranl
Have you tried pressing refresh in the web browser, I have had quite a times where the web browser is displaying a cached page. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832682#3832682 Reply to the post :

[JBoss-dev] [JBoss IDE] - Re: JBoss Deployment

2004-04-27 Thread stanley1610
Hi nat, Yes, you should handle the header well, although they just belong to the text file only. I suffered before I removed strange characters and lines. But you should only suffer from Deployment Problem if you use my source. We have discussed this for very long time but no clue is found.

[JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Brian Stansberry
Hi Remy, OK, switching a conversation from the TC list to the JBoss list. With TC5's SingleSignOn now easily extendable, if you'd like I can pretty quickly rework the TreeCache based implementation I posted on TC Bugzilla and commit it to JBoss HEAD and Branch_3_2. But, I'll need to hold off on

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Remy Maucherat
Brian Stansberry wrote: Hi Remy, OK, switching a conversation from the TC list to the JBoss list. With TC5's SingleSignOn now easily extendable, if you'd like I can pretty quickly rework the TreeCache based implementation I posted on TC Bugzilla and commit it to JBoss HEAD and Branch_3_2. But,

[JBoss-dev] jboss-head build.91 Build Successful

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040427120318Lbuild.91 BUILD COMPLETE-build.91Date of build:04/27/2004 12:03:18Time to build:15 minutes 14 secondsLast changed:04/27/2004 11:55:42Last log entry:add service-ref to ENC of EJB, J2EE client, WebApp

[JBoss-dev] [JBoss IDE] - Accademic usage: best JBoss or Eclipse+JBoss IDE

2004-04-27 Thread alemito
Hi, I would like to know your opinion. I am a new user both for JBoss and Eclipse, I have to install JBoss for a university course inside computer science faculty. I'm making some installation and tests with Eclipse+JBoss IDE ... do you think it's better than using pure JBoss without Eclipse

[JBoss-dev] [EJB on JBoss] - ejbRemove not called when statefull session times out

2004-04-27 Thread pra
Hi, according to the EJB 2.1 spec ejbRemove should be called either if remove is called on the bean OR if the statefull session times out. (7.6 figure 6). As far as I have been able to find out this is not the case in jboss 3.2.3. 1. ejbRemove is called from the Statefull PM (in

[JBoss-dev] jboss-head build.92 Build Successful

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040427124239Lbuild.92 BUILD COMPLETE-build.92Date of build:04/27/2004 12:42:39Time to build:14 minutes 35 secondsLast changed:04/27/2004 12:34:05Last log entry:set the resource ClassLoader for the WebMetaData

RE: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Scott M Stark
Yes, do it please. Is it possible to externalize the choice of the clustered session manager in tc5/jboss-x.y.z as well? It still seems to be a hard-coded auto installment whenever the embedded tc5 layer sees that it is running in a clustered env. Scott Stark Chief

[JBoss-dev] jboss-head build.93 Build Successful

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040427131204Lbuild.93 BUILD COMPLETE-build.93Date of build:04/27/2004 13:12:04Time to build:14 minutes 29 secondsLast changed:04/27/2004 12:51:54Last log entry:- Updates to allow SSO extensibility, which will be used for

[JBoss-dev] [Nukes Development] - Task for beginners

2004-04-27 Thread cooper
I have added a wiki page with a list of small task that can be accomplished by beginners. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832707#3832707 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832707

[JBoss-dev] [JBoss IDE] - Any tutorial/example about using JBoss IDE for access to dat

2004-04-27 Thread alemito
Hi, I would like to know if there are tutorial or examples about the configuration of the environment Eclipse+JBoss IDE to connect to database and modify them through EJB. I think I need a plugin for the database choosen thanx View the original post :

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Bela Ban
Scott M Stark wrote: Yes, do it please. Is it possible to externalize the choice of the clustered session manager in tc5/jboss-x.y.z as well? It still seems to be a hard-coded auto installment whenever the embedded tc5 layer sees that it is running in a clustered env. I have already made this

[JBoss-dev] [EJB on JBoss] - Re: ClassCastException/Receive Timed Out

2004-04-27 Thread boxhead
Hi Bill; The EAR file contains two files: A War and a Jar. The War contains only the classes necessary for the war, and the jar contains only the EJB classes. There are no duplicate classes... I confirmed this 4x. I do not have a copy of the JBoss naming classes in the EAR because the

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Remy Maucherat
Bela Ban wrote: Scott M Stark wrote: Yes, do it please. Is it possible to externalize the choice of the clustered session manager in tc5/jboss-x.y.z as well? It still seems to be a hard-coded auto installment whenever the embedded tc5 layer sees that it is running in a clustered env. I have

[JBoss-dev] [EJB on JBoss] - Re: ClassCastException/Receive Timed Out

2004-04-27 Thread pilhuhn
anonymous wrote : I thought that if I am using the UCL, I must make a call over the network because serialization/deserialization is occurring. I am not using local interfaces, so I am assuming that a network call is going to take place, and thus, I must have the JNDI url set. Is this correct?

[JBoss-dev] jboss-head build.94 Build Successful

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040427145247Lbuild.94 BUILD COMPLETE-build.94Date of build:04/27/2004 14:52:47Time to build:15 minutes 41 secondsLast changed:04/27/2004 14:44:51Last log entry:+ jaxrpc client service gets the EngineConfiguration from

[JBoss-dev] jboss-head build.95 Build Successful

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040427154033Lbuild.95 BUILD COMPLETE-build.95Date of build:04/27/2004 15:40:33Time to build:14 minutes 3 secondsLast changed:04/27/2004 15:29:59Last log entry:debug versions of jacorb Unit Tests:

[JBoss-dev] [JBoss IDE] - newbie question - jsp

2004-04-27 Thread dsalhany
HiI'm new to the jboss ide but have done some development using Sun One studio. In Sun One, when you create a jsp the ide automatically creates and saves the servlet on compile. Is there a way to do this in jboss ide? I have a regular text file saved as client.jsp...am I doing this right?

[JBoss-dev] [Nukes Development] - Re: Pure-CMP FAQ Module revamp

2004-04-27 Thread hxp
hxp wrote : | | Jae -- | | jae77 wrote : at this point, i definately feel that pure cmp is the way to go | | Great news, Jae -- thanks for your vote! | | | jae77 wrote : (i stared at those ddls for quite some time debating whether or not i wanted to re-write them), |

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Bela Ban
Remy Maucherat wrote: Bela Ban wrote: Scott M Stark wrote: Yes, do it please. Is it possible to externalize the choice of the clustered session manager in tc5/jboss-x.y.z as well? It still seems to be a hard-coded auto installment whenever the embedded tc5 layer sees that it is running in a

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Bela Ban
Remy, you want to do it ? Or should I do it ? Scott M Stark wrote: Hopefully its a new attribute in jboss-service.xml. Synch up and get it checked in please. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message-

[JBoss-dev] [Nukes Development] - Re: Tasks for beginners

2004-04-27 Thread hxp
Julien is referring to: http://jboss.org/wiki/Wiki.jsp?page=NukesPendingTasks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832734#3832734 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832734

[JBoss-dev] [EJB on JBoss] - Re: ClassCastException/Receive Timed Out

2004-04-27 Thread Bill Burke
can you post your jboss-app.xml and your jboss-web.xml then? If you could have a tiny test for this, it would be easier to debug View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832735#3832735 Reply to the post :

[JBoss-dev] [JBoss IDE] - Re: I CAN'T UPDATE ... ?????

2004-04-27 Thread letiemble
Hi, Can you check that your JAVA_HOME is set to your JDK directory ? The error 500 you described is typical from a JBoss server running on a JRE and not a JDK, which leads to JSP compilation failure. Laurent. View the original post :

[JBoss-dev] [Nukes Development] - Re: Task for beginners

2004-04-27 Thread cooper
Thanks, I completely forgot it View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832739#3832739 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832739 --- This SF.Net email

[JBoss-dev] [JBoss IDE] - XDoclet and JSP

2004-04-27 Thread alemito
If I wanna use JSP instead of servlet, what about XDoclet ? I will have to write manually my XML config files and home/remote interface? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832741#3832741 Reply to the post :

[JBoss-dev] [Tomcat] - WebApplication issue with JBoss3.2.3

2004-04-27 Thread srini_vas
I have a problem with 3.2.3 with singletons across WebApplications. Singletons are being shared among WebApplications. This was not the case with 3.2.1 for sure. I tested this in both versions of JBoss. Is this a known bug in 3.2.3? Is there any setting somewhere in TOMCAT settings that I can

[JBoss-dev] [JBoss IDE] - Re: error 500 with jmx-console

2004-04-27 Thread alemito
i have found that it wasn't necessary ... with difficulty at the end I have discovered the bug ... it was the file servlet.jar put into my %JAVA_HOME%/lib/ext directory taken from a previous installation of Tomcat ... that's good ... :D View the original post :

[JBoss-dev] [JBoss IDE] - Re: Unable to view JMX Console when JBoss is started using E

2004-04-27 Thread alemito
Hi, I had your same problem ... I couldn't get the console even if my applications worked. Maybe it can be useful, but check if in your %JAVA_HOME%/lib/ext you have the file server.jar. Delete it ... View the original post :

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Remy Maucherat
Bela Ban wrote: Yes, like the following snippet shows !-- Class of the session manager (used if context is marked as 'distributable'. Allowed values: - org.jboss.web.tomcat.tc5.session.JBossManager - org.jboss.web.tomcat.tc5.session.JBossCacheManager -- attribute

RE: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Scott M Stark
If you have it ready check it in Bela. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bela Ban Sent: Tuesday, April 27, 2004 2:10 PM To:

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Remy Maucherat
Scott M Stark wrote: If you have it ready check it in Bela. Ok. BTW, I get two (security related) failures now with the web test case. I'm checking to see if my last commit caused the problem. -- x Rémy Maucherat Developer Consultant JBoss Group (Europe) SàRL

[JBoss-dev] [JBoss IDE] - tutorial help

2004-04-27 Thread wenger
I'm working through the JBoss-IDE tutorial trying to figure out this xdoclet thing and am getting hung up. Right now I've created the ear file according the directions in the tutorial doc. The initial web page comes up when I start the debugger but when I try to submit I receive an http

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Remy Maucherat
Remy Maucherat wrote: Scott M Stark wrote: If you have it ready check it in Bela. Ok. BTW, I get two (security related) failures now with the web test case. I'm checking to see if my last commit caused the problem. I quickly disabled my changes and I still get the two failures:

[JBoss-dev] jboss-head build.96 Build Successful

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040427175629Lbuild.96 BUILD COMPLETE-build.96Date of build:04/27/2004 17:56:29Time to build:15 minutes 39 secondsLast changed:04/27/2004 17:50:19Last log entry:added StateTransferTimeout attribute

[JBoss-dev] [EJB on JBoss] - Re: Entity synchronization refactorings

2004-04-27 Thread loubyansky
Most of it is done: - TxEntityMap and MultiInstance interceptors are deprecated; - GlobalTxEntityMap is refactored: only the list is used and only one TransactionLocal variable; - per transaction EntityCache implementation is added. Current version is 3.2.4RC2. View the original post :

[JBoss-dev] jboss-head build.97 Build Successful

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040427190753Lbuild.97 BUILD COMPLETE-build.97Date of build:04/27/2004 19:07:53Time to build:14 minutes 56 secondsLast changed:04/27/2004 18:56:17Last log entry:- Port patch.- Recode the SubjectAttributeName attribute the

RE: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Scott M Stark
Ok, I'll look at them. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Remy Maucherat Sent: Tuesday, April 27, 2004 3:22 PM To: [EMAIL

[JBoss-dev] [Nukes Development] - Re: Pure-CMP FAQ Module revamp

2004-04-27 Thread jae77
hxp wrote : | (Have fun in Las Vegas -- just don't go broke, 'cause we need you to be able to afford to keep working on Nukes ;-)) | hehe - shouldn't you be hoping that i win big so i can quit the day job and work on nukes full time? :) i'm curious to know what the issue w/ the

[JBoss-dev] jboss-head build.98 Build Successful

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040427193122Lbuild.98 BUILD COMPLETE-build.98Date of build:04/27/2004 19:31:22Time to build:14 minutes 12 secondsLast changed:04/27/2004 19:21:15Last log entry:Update SPECIFICATION_VERSION to "1.2 Maintenance Release"and

[JBoss-dev] JBoss Test Results: 93 % ( 1619 / 1733 ) - come on - pull your finger out. JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-04-27 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] Test Job Failed to Complete Successfully (or we gave up on it...)! JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-04-27 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] JBoss Test Results: % ( / ) - . JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-04-27 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] [Nukes Development] - Re: Pure-CMP FAQ Module revamp

2004-04-27 Thread hxp
hxp wrote : jae77 wrote : hxp wrote : | | | (Have fun in Las Vegas -- just don't go broke, 'cause we need you to be able to afford to keep working on Nukes ;-)) | | | | | | | hehe - shouldn't you be hoping that i win big so i can quit the day job and work on nukes full

[JBoss-dev] [JBoss IDE] - Re: I CAN'T UPDATE ... ?????

2004-04-27 Thread alemito
eheh ... I am stupid ... I have solved by running xdoclet and running packaging and then redeploying ... __ but my main problem is one: why I can execute successfully this application but if I try to type

[JBoss-dev] [Nukes Development] - Re: Pure-CMP FAQ Module revamp

2004-04-27 Thread jae77
hehe - sure - are you in the maryland area? i live in columbia (so i'm always w/in 25 miles of EC), but i'm headed back to nyc in the fall. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832762#3832762 Reply to the post :

[JBoss-dev] [EJB on JBoss] - Re: ClassCastException/Receive Timed Out

2004-04-27 Thread boxhead
Hi Bill, I only have jboss-app.xml: jboss-app loader-repositoryboxhead:loader=game.ear/loader-repository /jboss-app I do not have jboss-web.xml... does that make a difference? If so, where should jboss-web.xml reside .. web-inf? if so, got an example? View the original post :

[JBoss-dev] [EJB on JBoss] - Re: ClassCastException/Receive Timed Out

2004-04-27 Thread boxhead
Hi Bill; I don't quite understand calls over the net. According to the stack trace; javax.naming.CommunicationException: Failed to connect to server localhost:1099. Root exception is java.lang.ClassCastException at

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - how to define the variables

2004-04-27 Thread roger_cmu
This questions doesn't really pertain to jboss forum but I have tried everywhere else. xdoclet documentation says that one can use xdoclet in the following fashion. jboss.create-table create=${jboss.create.table} I have used ant extensively but this one throws me off. Do I need to have

[JBoss-dev] [Nukes Development] - Re: Pure-CMP FAQ Module revamp

2004-04-27 Thread hxp
hxp wrote : jae77 wrote : hehe - sure | | OK, great, we're on -- so I'm pulling for you to win bigtime! | | jae77 wrote : are you in the maryland area? | | No. Currently more like 2000 miles from where you are now; 700 from where you'll be this weekend. | | But considering

[JBoss-dev] [EJB on JBoss] - Re: ClassCastException/Receive Timed Out

2004-04-27 Thread boxhead
I modified the NamingContext.java to print some information that is coming back. Here is what I get: 23:44:18,029 INFO [STDOUT] stub = [EMAIL PROTECTED] 23:44:18,029 INFO [STDOUT] stub.getClass().getName() = java.rmi.MarshalledObject 23:44:18,079 INFO [STDOUT] namingPre =

[JBoss-dev] [JBoss IDE] - Re: tutorial help

2004-04-27 Thread stanley1610
Hi Wenger, I think we have discussed this problem for very long time. Actually you have not successfully deployed your application, although your IDE prompted our Deployment Successful. We have suffered from the same problem. You can download my source at

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Bela Ban
Remy Maucherat wrote: Bela Ban wrote: Yes, like the following snippet shows !-- Class of the session manager (used if context is marked as 'distributable'. Allowed values: - org.jboss.web.tomcat.tc5.session.JBossManager -

[JBoss-dev] jboss-head Build Failed

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040428001633 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:55: exec returned: 1Date of build:04/28/2004 00:16:33Time to build:9 minutes 25 secondsLast changed:04/28/2004 00:10:02Last log

[JBoss-dev] jboss-head Build Failed

2004-04-27 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040428011540 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:55: exec returned: 1Date of build:04/28/2004 01:15:40Time to build:9 minutes 7 secondsLast changed:04/28/2004 01:03:49Last log