[JBoss-dev] Compilation Failed! JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

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

[JBoss-dev] Compilation Failed! JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

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

[JBoss-dev] [ jboss-Bugs-634910 ] arbitrary Exception: iterator of a CMR..

2004-03-30 Thread SourceForge.net
Bugs item #634910, was opened at 2002-11-07 12:03 Message generated for change (Comment added) made by jernej4321 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=634910group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None

[JBoss-dev] [Mail Services] - Re: TODO: TLS and JBossSX integration

2004-03-30 Thread kabkhan
I've based the stuff on this example, it is working and once I get the unit test working I'll commit. Should be in a few hours. I added the MBean to jboss-service.xml and as a depends to SMTPProtocol. If you have added the SecurityDomain as an attribute to your MBean you will need to provide

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Pls. suggest me What are general MBeans for JBoss to write a

2004-03-30 Thread kondetisree
Hi scott.. First let me thank for u to respond all my queries. Here we are into Developement of JbossAgent.java by which we have to discover and identifies that Jboss server is running in the remote machine or in local machine. As we looked into Jboss we came to know that its completly

[JBoss-dev] Compilation Failed! JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

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

[JBoss-dev] Compilation Failed! JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

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

[JBoss-dev] Compilation Failed! JBoss (HEAD/linux1/1.4.2_03) [AUTOMATED]

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

[JBoss-dev] Compilation Failed! JBoss (HEAD/linux1/1.4.1_06) [AUTOMATED]

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

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: XFFDS Server on Jboss /AOP framework

2004-03-30 Thread BigBoss
Thanks for the [implicit] encouragement. I shall be back in a few days with some working code. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828068#3828068 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3828068

[JBoss-dev] [Build System] - Re: Failing building 3.2.3 for lack of org.opennms.protocols

2004-03-30 Thread hbaxmann
I am not verry sure about 3.2.3, my knowledge end at 3.2.1, but there it helps to get a joesnmp.jar and put it the lib dir. A search about joesnmp or snmp in the forums should give some results too. HTH bax View the original post :

[JBoss-dev] [Build System] - Re: Failing building 3.2.3 for lack of org.opennms.protocols

2004-03-30 Thread dimitris
isn't there an: thirdparty\opennms\joesnmp\lib\joesnmp.jar In the source distribution you have? What's the exact error you're getting? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828073#3828073 Reply to the post :

[JBoss-dev] [Mail Services] - Re: TODO: logging refactoring

2004-03-30 Thread mikea-xoba
getting ready to commit some work on this; just making sure the tests run fine first. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828074#3828074 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3828074

[JBoss-dev] [Nukes Development] - Re: Template in template

2004-03-30 Thread rebornspirit
Never mind, found out how to place templates on modules, but sill a question. Can you use the template engine from Nukes but get the data out of the database repostory so that I don't have the .html file on my system??? Are there any changes on the way so that i can dynamically changes

[JBoss-dev] Compilation Failed! JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

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

[JBoss-dev] Compilation Failed! JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

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

[JBoss-dev] [Nukes Development] - Get templates from repository???

2004-03-30 Thread rebornspirit
I can use templates on my modules using html files on my disc, but is it possible to get html files from the repository to use as templates??? Now i just do: Document doc = repository.loadTemplate(/template.html); repository.addTemplate(main, (org.dom4j.Element)

[JBoss-dev] [Nukes Development] - Re: Get templates from repository???

2004-03-30 Thread cooper
yes there is an HTMLLoader in the HTML module, you have to create a repository with that loader that will get the data in the HTML module View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828080#3828080 Reply to the post :

[JBoss-dev] [Nukes Development] - Re: Get templates from repository???

2004-03-30 Thread rebornspirit
ok, thx, but still a question, so now I have the following code in my module: HtmlLoader htmlLoader = new HtmlLoader(server); TemplateLoader templateLoader = new TemplateLoader(htmlLoader); Document doc = templateLoader.loadTemplate(/template.html); templateLoader.addTemplate(main,

[JBoss-dev] [Nukes Development] - Re: Get templates from repository???

2004-03-30 Thread rebornspirit
Additional information on the previous post, what I'm actually getting on the server is a runtimeexception in MBean operation getResource - cause = nullpointerexception Is the nullpointer being throwed because he can't find teh resource or ... When creating the HtmlLoader i place the variable

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - How can I deploy the -ds.xml before my EJBs when they are in

2004-03-30 Thread neva
Hello All, I have been searching around for a way to tell jboss which components to deploy first within one .ear file but haven't been successful.. I tried adding the -ds.xml into one of the jars in the .ear. knowing that all jars use the same datasource.. Sometimes it deploys without any

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: How can I deploy the -ds.xml before my EJBs when they ar

2004-03-30 Thread pilhuhn
Order depends on two things: - russion doll packaging (you can have a jar and a war in a ear) - order of extensions, which is SAR, RAR, *ds.xml, *service.xml, JAR, WAR, WSR, EAR, ZIP, BSH, last View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828094#3828094

[JBoss-dev] [Nukes Development] - Still problems - template from databse

2004-03-30 Thread rebornspirit
Please read the prvious post, it's a rather urgent problem, if I can't get my templates from the database, and so having to store them on disc, i'm not going to be able to use nukes in our projects. But I REALLY want to use it so HELP :D View the original post :

[JBoss-dev] [JBoss IDE] - Re: Searching for talent

2004-03-30 Thread oz59
Laurent, quick update/questions: I've been hacking on head. What's your take on getting 2.x working and then porting to 3? Also, what's your preference for prototype preview? thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828097#3828097 Reply to

[JBoss-dev] [EJB on JBoss] - EJB Interceptor - passing context between invokeHome and inv

2004-03-30 Thread n9086822
Hello, I am using a client side EJB interceptor. I intercept the call to the home object using Interceptor.invokeHome, i would then like to store some context which i can access when I intercept methods on the resultant EJB. I.e in the Interceptor.invoke method. I was thinking of having a

[JBoss-dev] [EJB on JBoss] - EJB Interceptor - passing context between invokeHome and inv

2004-03-30 Thread n9086822
Hello, I am using a client side EJB interceptor. I intercept the call to the home object using Interceptor.invokeHome, i would then like to store some context which i can access when I intercept methods on the resultant EJB. I.e in the Interceptor.invoke method. I was thinking of having a

[JBoss-dev] [EJB on JBoss] - EJB Interceptor - passing context between invokeHome and inv

2004-03-30 Thread n9086822
Hello, I am using a client side EJB interceptor. I intercept the call to the home object using Interceptor.invokeHome, i would then like to store some context which i can access when I intercept methods on the resultant EJB. I.e in the Interceptor.invoke method. I was thinking of having a

[JBoss-dev] [EJB on JBoss] - EJB Interceptor - passing context between invokeHome and inv

2004-03-30 Thread n9086822
Hello, I am using a client side EJB interceptor. I intercept the call to the home object using Interceptor.invokeHome, i would then like to store some context which i can access when I intercept methods on the resultant EJB. I.e in the Interceptor.invoke method. I was thinking of having a

[JBoss-dev] [EJB on JBoss] - Sorry!

2004-03-30 Thread n9086822
Sorry about the multiple postings, When I submitted i received an error saying: The topic or post you have sellected does not exist So i tried a few things to correct the problem before i realised it had still posted. Doh! View the original post :

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: How can I deploy the -ds.xml before my EJBs when they ar

2004-03-30 Thread neva
Thanks for thr reply.. But that applies for deployment sequence in the /deploy folder but not within the .ear, right? To deploy the ear (the big doll), the war and jar included in it(small dolls) will be deployed but which is deployed first, the war of the jar? View the original post :

[JBoss-dev] [ jboss-Bugs-926018 ] Problem using oracle-sequence key generation

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

[JBoss-dev] [Nukes Development] - Re: Get templates from repository???

2004-03-30 Thread cooper
look here, that theme is doing that : http://cvs.sourceforge.net/viewcvs.py/*checkout*/jboss/nukes/nukes/src/main/org/jboss/nukes/theme/ThemeTemplate.java?content-type=text%2Fplainrev=1.2 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828110#3828110 Reply to

[JBoss-dev] [Mail Services] - Re: TODO: TLS and JBossSX integration

2004-03-30 Thread spiritualmechanic
Yeah I added the getters/setters, but it couldn't deal with the data correctly. I'll check it out when you're done. Steve View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828111#3828111 Reply to the post :

[JBoss-dev] [Nukes Development] - Re: Get templates from repository???

2004-03-30 Thread rebornspirit
owke, so what I'm doing was ok, but I'm still not getting how the name should be formatted from the example you gave, i can understand that the template uses a name like html:blabla bbut wthat is the blabla? This are perhaps stupid questions but I'm not getting it :) View the original post :

[JBoss-dev] [Mail Services] - Re: TODO: TLS and JBossSX integration

2004-03-30 Thread kabkhan
Got some problems changing the unit tests. They often seem harder to do than the code itself :-( View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828113#3828113 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3828113

[JBoss-dev] [Nukes Development] - Re: Get templates from repository???

2004-03-30 Thread cooper
in the loader you should use name like : /a/b/c that should map to the names in the HTML module which have the same structure. with classloader loaders it's different, you need a base first. if the base is empty, then the first char is removed from the string because classloaders load resource

[JBoss-dev] [Nukes Development] - Re: Get templates from repository???

2004-03-30 Thread rebornspirit
that's exactly what i'm doing i have: - in my code: Document doc = repository.loadTemplate(/template); - in my html module: /template - tested it by just surfing to localhost:8080/template, it works So I'm REALLY NOT getting what is going wrong, the code is exactly the same, I(m working with a

[JBoss-dev] [Mail Services] - Re: TODO: logging refactoring

2004-03-30 Thread mikea-xoba
just committed my changes a few moments ago and verified that all junit tests complete successfully. got rid of custom conversational logging implementation originally available through MailLogMBean, and now instead rely exclusively on log4j with NDC's. MailLogMBean is now just there to

[JBoss-dev] [Nukes Development] - Re: Get templates from repository???

2004-03-30 Thread cooper
it may be a security issue, now when someone access a resource it will be checked if it can or not. try to put the followoing rule in the permissions : .*:: with level READ the problem is that the loader as not identity associed, so I don't know if it will work. Otherwise you can try to

[JBoss-dev] [Mail Services] - Re: TODO: Script Runner

2004-03-30 Thread mikea-xoba
may be interested in tackling this. just want to make sure that this is solely seen as a development or testing tool, and not something for production. if just for development, should be pretty straightforward. if for production, may be more difficult because then we'd have security to worry

[JBoss-dev] [Mail Services] - Re: TODO: Script Runner

2004-03-30 Thread kabkhan
AFAIK it is just for development/testing. Here's some stuff from Andy a month or so ago: Well need to create a injbosstest target soon. Im working on a script runner which will let us write branched conditional scripts like below inside of unit tests. Im also writing a server side one which

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Example metadata doesn't work

2004-03-30 Thread kado0002
The Problem was the system property! I thought that when I am put both xml -files into Meta-inf it works, that was the problem. With the command java -Djboss.aop.aoppath=metadata.xml;jboss-aop.xml it works on commandline View the original post :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Example metadata doesn't work

2004-03-30 Thread kado0002
The Problem was the system property I thought that when I am put both xml -files into Meta-inf it works, that was the problem. With the command java -Djboss.aop.aoppath=metadata.xml;jboss-aop.xml it works on commandline View the original post :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Example metadata doesn't work

2004-03-30 Thread Bill Burke
yes, putting stuff in META-INF only recognizes jboss-aop.xml. The way the AOP framework finds non-system-property-wise is ClassLoader.getResource(META-INF/jboss-aop.xml) this method does not take wildcards. Bill View the original post :

[JBoss-dev] [Nukes Development] - Re: Get templates from repository???

2004-03-30 Thread rebornspirit
WWHHHOOOHOO well I guess the above expression of joy indicates that it works. Adjusting the permision didn't work, hacking the HtmlLoader did work fine. But is it safe to do this? Just a last question, would you recommend its better to get the template just from a file on

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: How can I deploy the -ds.xml before my EJBs when they ar

2004-03-30 Thread neva
I tried to implement the Russian Doll Packaging in a rather stupid way to see what happens in this case. I put my -ds.xml file in a jar called firstJar.jar then I put that one into another jar called secondJar.jar (so that the -ds.xml can be considered a smaller doll that other jars) Then I

[JBoss-dev] [ jboss-Bugs-925597 ] Problem with JDBCLoadEntityCommand in 3.2.4

2004-03-30 Thread SourceForge.net
Bugs item #925597, was opened at 2004-03-29 14:35 Message generated for change (Comment added) made by jacyg You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=925597group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: Invalid Priority: 5

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: How can I deploy the -ds.xml before my EJBs when they ar

2004-03-30 Thread pilhuhn
Within the big doll, the same rules apply. SO the jar(s) within an ear are always deployed before the war(s). For the deploy order of jars in deploy/ - afaik this follows the dir walking semantics of java.io.File. If you want to enforce a certain order, use the url prefix sorter. You can

[JBoss-dev] [Mail Services] - Re: TODO: Bounce Messages

2004-03-30 Thread kabkhan
Sorry to keep on doing this... I am really stuck in the testing of the JBossSX stuff. I originally thought it would take about an hour, but ages later I have still not cracked it. If anybody wants this task jot your name down, and I won't hog this task again until I am ready to start it...

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: How can I deploy the -ds.xml before my EJBs when they ar

2004-03-30 Thread triathlon98
For some reason, I always thought this could be controlled using application.xml, but I could be wrong here. Joachim View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828162#3828162 Reply to the post :

[JBoss-dev] Testsuite Compilation Failed! JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

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

[JBoss-dev] Testsuite Compilation Failed! JBoss (HEAD/linux1/1.4.1_06) [AUTOMATED]

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

[JBoss-dev] Testsuite Compilation Failed! JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

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

[JBoss-dev] [JCA on JBoss] - Connection to SAP not succesful

2004-03-30 Thread dovb
Hi, I am trying to make a connection using sap JRA, in its latest beta version. I have configured JBOSS XML file according to the example file in the docs directory of JBOSS: connection-factories tx-connection-factory adapter-display-nameSAPJRA/adapter-display-name

[JBoss-dev] [JCA on JBoss] - Connection to SAP R/3 using JRA

2004-03-30 Thread dovb
Hi, I am trying to make a connection using sap JRA, in its latest beta version. I have configured JBOSS XML file according to the example file in the docs directory of JBOSS: connection-factories tx-connection-factory adapter-display-nameSAPJRA/adapter-display-name

[JBoss-dev] [JCA on JBoss] - Connection to SAP R/3 using JRA

2004-03-30 Thread dovb
Hi, I am trying to make a connection using sap JRA, in its latest beta version. I have configured JBOSS XML file according to the example file in the docs directory of JBOSS: connection-factories tx-connection-factory adapter-display-nameSAPJRA/adapter-display-name

[JBoss-dev] Testsuite Compilation Failed! JBoss (HEAD/linux1/1.4.2_03) [AUTOMATED]

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

[JBoss-dev] [JBoss IDE] - Re: JBoss-IDE and Eclipse 3.0M8

2004-03-30 Thread kurtkrumm
anonymous wrote : i don't see this a directory for this in cvs, what am i missing? check here: http://jboss.org/wiki/Wiki.jsp?page=JBossIDEBuild. After seeng that very helpful wiki doc, I've begun to dig in to the code and doing some testing. I want to help in the testing process and perhaps

[JBoss-dev] [JBoss IDE] - Re: JBoss-IDE and Eclipse 3.0M8

2004-03-30 Thread kurtkrumm
anonymous wrote : i don't see this a directory for this in cvs, what am i missing? check here: http://jboss.org/wiki/Wiki.jsp?page=JBossIDEBuild. After seeng that very helpful wiki doc, I've begun to dig in to the code and doing some testing. I want to help in the testing process and perhaps

[JBoss-dev] [ jboss-Bugs-926222 ] EJB-QL NoSuchMethodError at deploy time with J2SDK 1.3.x

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

[JBoss-dev] Seeing sporadic failures in the head jboss-local-jdbc.rar deployment

2004-03-30 Thread Scott M Stark
Using a snapshot from Mar 29 15:06 - 8:00 from jboss-head I'm seeing frequent startup failures due to what appears to be a failure to obtain an remote schema. There is a 15-20 sec delay when this failure occurs. 11:49:59,568 INFO [MainDeployer] Starting deployment of package: file:/C:/cvs/J

[JBoss-dev] [ jboss-Bugs-926222 ] EJB-QL NoSuchMethodError at deploy time with J2SDK 1.3.x

2004-03-30 Thread SourceForge.net
Bugs item #926222, was opened at 2004-03-30 22:02 Message generated for change (Comment added) made by triathlon98 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=926222group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5

Re: [JBoss-dev] Seeing sporadic failures in the head jboss-local-jdbc.rar deployment

2004-03-30 Thread Adrian Brock
Ok, I'll look at it. Regards, Adrian On Tue, 2004-03-30 at 21:03, Scott M Stark wrote: Using a snapshot from Mar 29 15:06 - 8:00 from jboss-head I'm seeing frequent startup failures due to what appears to be a failure to obtain an remote schema. There is a 15-20 sec delay when this failure

[JBoss-dev] [JBoss Media (EMB)] - Re: EMB - done?

2004-03-30 Thread dhartford
hey all, First, confirmed jboss-media and Media in jboss-head are the same. Second, making headway on the MFB side of the spec. I'm still working with the JAI, the JAI-IO, and the Sun Java 1.4.2 IO libraries but plan on also adding in support for Batik-based library formats, then open to ideas

[JBoss-dev] [JBoss Media (EMB)] - Re: EMB - done?

2004-03-30 Thread dhartford
hey all, First, confirmed jboss-media and Media in jboss-head are the same. Second, making headway on the MFB side of the spec. I'm still working with the JAI, the JAI-IO, and the Sun Java 1.4.2 IO libraries but plan on also adding in support for Batik-based library formats, then open to ideas

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Is anyone debugging with AOP?

2004-03-30 Thread brainjava
I've been wanting to get into AOP, but I have so many questions. I guess the main question is how does debugging work? Usually a debugger loads the class and the ide then steps through the code based on the source files it has available. IDE's figure this out by the class name, so does this

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Is anyone debugging with AOP?

2004-03-30 Thread Bill Burke
With JBoss-AOP you write your aspects/advices/interceptors as Plain java classes. There is only a tiny bit of bytecode manipulation that happens. When using a debugger, you may have to hit StepInto a few times before you get to your advice/aspect code, and/or your real methods. In short,

Re: [JBoss-dev] Seeing sporadic failures in the head jboss-local-jdbc.rar deployment

2004-03-30 Thread Adrian Brock
Try again from cvs. At least the j2ee1.4 and connector schemas were old. I also put a hack in the entity resolver to cater for schema includes. Does anybody know how you are supposed to do this properly? It seems to want to find the xsds in the same place it got the original xml document rather

[JBoss-dev] [JTA on JBoss] - Re: Maybe A bug in Jboss 3.2: TxManager.java

2004-03-30 Thread [EMAIL PROTECTED]
The idea of this interface is that it takes an id and looks up the real transaction. JBoss/JTA doesn't support distrbiuted transactions. See the comments about CosTransactions. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828224#3828224

[JBoss-dev] [Mail Services] - Re: TODO: Script Runner

2004-03-30 Thread spiritualmechanic
How do you see tying JUnit into this? I hacked my own assert thing for some tests a few years ago, where you send in input, send in expected output, and compare to actual output. So you would put the expected output in the text file as well, and then you could do asserts off of that. Steve

[JBoss-dev] [ jboss-Bugs-834021 ] Original jarfile is kept open in exploded EAR

2004-03-30 Thread SourceForge.net
Bugs item #834021, was opened at 2003-11-01 06:23 Message generated for change (Comment added) made by wesgere You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=834021group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5

[JBoss-dev] [ jboss-Bugs-925421 ] post data does not transit form based container logon

2004-03-30 Thread SourceForge.net
Bugs item #925421, was opened at 2004-03-29 08:48 Message generated for change (Settings changed) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=925421group_id=22866 Category: JBossWeb Group: v3.2 Status: Open Resolution: None Priority: 7

[JBoss-dev] [TODO -- DEVELOPMENT] - 3.2.4 Release Tasks

2004-03-30 Thread [EMAIL PROTECTED]
The following tasks need to be completed before the 3.2.4 release can be finalized. If there are others post them here along with the status and I'll integrate them into this summary post. Bug [ 925421 ] post data does not transit form based container logon, assigned to Remy Update of jgroups

[JBoss-dev] Consistent build failure in media module on first run of ant

2004-03-30 Thread Scott M Stark
I have been seeing this failure in the build for 2 weeks now. After a clean, a build is always failing in xdoclet in the media module with this uninformative error: C:\cvs\JBossHead\jboss-head\media\src\main\org\jboss\media\engine\image\ImageFil eMediaPublisher.java --

RE: [JBoss-dev] Seeing sporadic failures in the headjboss-local-jdbc.rar deployment

2004-03-30 Thread Scott M Stark
Now its just failing: 17:48:15,755 ERROR [MainDeployer] Could not initialise deployment: file:/C:/cvs JBossHead/jboss-head/build/output/jboss-4.0.0DR4/server/cts/deploy/jboss-local-dbc.rar org.jboss.deployment.DeploymentException: Error parsing meta data jar:file:/C:/

[JBoss-dev] [JBoss IDE] - Re: Error when click

2004-03-30 Thread stlum9495
Hi, I've got the same error...I shutdown the appserver and redeployed the .ear file, but still get the 404 error. Quick question; is your web.xml and jbossweb.xml blank? I'm new to JBoss and maybe config is different, but I was expecting to see ComputeServlet declared here. Thanks View the

RE: [JBoss-dev] Seeing sporadic failures in the headjboss-local-jdbc.rar deployment

2004-03-30 Thread Scott M Stark
See this discussion of catalogs, is this what we need? http://wwws.sun.com/software/xml/developers/resolver/article/ Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [JBoss-dev] Seeing sporadic failures in the headjboss-local-jdbc.rar deployment

2004-03-30 Thread Scott M Stark
Also, http://www.xml.com/lpt/a/2004/03/03/catalogs.html Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Brock Sent: Tuesday, March 30,

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Question on error

2004-03-30 Thread cwampler
I am using the LRUAlgorithm for my puts. They all work perfectly nicely but every once and a while on a put I will get this: java.lang.NullPointerException at org.jboss.cache.eviction.LRUAlgorithm.processQueues(LRUAlgorithm.java:72) at

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Problems with concurrent transactions isolation levels

2004-03-30 Thread bwang00
HHi, Stefan, I am out of town right now. When I get back I will look into your problem. Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828262#3828262 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3828262

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

2004-03-30 Thread bwang00
Chris, Thanks for reporting the problem. Can you give me more detailed info on how can I reproduce the problem? BTW, I am currently out of town and won't be able to look into this problem untill next week. Thanks, -Ben View the original post :

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: 3.2.4 Release Tasks

2004-03-30 Thread ivelin
What is Add support for bean level TX timeouts. Who is it assigned to? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828265#3828265 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3828265

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: JMX architecture

2004-03-30 Thread kondetisree
Pls .find the JMX book here and get it online http://vig.pearsoned.com/store/product/1,3498,store-6781_isbn-0672322889,00.html Regards, Srikanth Kondeti View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828267#3828267 Reply to the post :

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: 3.2.4 Release Tasks

2004-03-30 Thread [EMAIL PROTECTED]
Allow for ejb level overrides of the jta timeout value. Its not assigned to anyone yet. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828269#3828269 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3828269

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: 3.2.4 Release Tasks

2004-03-30 Thread [EMAIL PROTECTED]
Hi Ivelin, The idea is to add support for CMT transaction time-out config in jboss.xml Something like: |assembly-descriptor |container-transaction | method | ejb-nameStatelessSessionBean/ejb-name | method-name*/method-name |/method |

[JBoss-dev] [JBoss Media (EMB)] - Re: EMB - done?

2004-03-30 Thread ricardoarguello
Yes, the jboss-media module is checked out as media when you checkout HEAD. I agree with you, we need to have some kind of sample application to show the power of EMB. I was thinking about an application that shows the format independent metadata querying available in MFB. An MP3 library, with

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: 3.2.4 Release Tasks

2004-03-30 Thread ivelin
Thanks Adrian. This clarification makes the task more attractive challange to contributors. If I find the time to work on it myself I'll post on this thread. Ivelin View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828277#3828277 Reply to the post :

RE: [JBoss-dev] Seeing sporadic failures in the headjboss-local-jdbc.rar deployment

2004-03-30 Thread Scott M Stark
If I use the CatalogResolver from this article in place of the current MetaDataEntityResolver: package org.jboss.xml.binding; import org.apache.xml.resolver.tools.CatalogResolver; public class Unmarshaller { ... entityResolver = new CatalogResolver(); //MetaDataEntityResolver(null); the

[JBoss-dev] [Build System] - Re: advice on building api docs

2004-03-30 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : No. Many developers don't even write javadocs. | | Regards, | Adrian This is sad. I was learning jboss and its jmx implementation. As a newbie, I find having adequate documentation and javadoc(if its language is java) is just as important as having quality

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Is anyone debugging with AOP?

2004-03-30 Thread oz59
Bill Burke wrote : | In short, debuggers should work fine. | I just verified this with some mods made to the JBossIDE. At this point in my prototype, breakpoints needed to literally be set on the Interceptor(s) to enable debug functionality. I haven't looked too deeply into stepping from

[JBoss-dev] [JBoss IDE] - Re: JBoss-IDE and Eclipse 3.0M8

2004-03-30 Thread letiemble
Hi, Bugs and patches can be posted on SourceForge : - http://sourceforge.net/tracker/?group_id=22866atid=376685 for bugs - http://sourceforge.net/tracker/?group_id=22866atid=376687 for patches It would be great if several people can test the CVS version before the release. Thanks in advance.

[JBoss-dev] [JBoss IDE] - Re: Searching for talent

2004-03-30 Thread letiemble
Hi, I usually developp for 2.x and then port to 3.x. This process begins to be heavy because of the gap between the two series but until 3.x is final, it is important to offer the choice. For a prototype, I simply code quick and dirty to have an UI to test. Then, I refactor and make it

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: How can I deploy the -ds.xml before my EJBs when they ar

2004-03-30 Thread neva
I tried to use application.xml to control the order in which jars are deployed but the order in which the modules are defined doesn't make any difference. I tried to look for specific tags or something but no luck.. pilhuhn, the war is deployed before the jar (u r right) but what about the

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - how to create ejbSelect using Xdoclet

2004-03-30 Thread findatalus
Guys I need help.. i could not find a single place showing a working ejbSelect method generated by XDoclet. can any one share source or give me a reference to a good article / tutorial addressing ejbSelect ? Many thanks in advance!! Ben View the original post :