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

2004-05-26 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.1_06) [AUTOMATED]

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

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Looking for source code of JBossCache 1.0.1

2004-05-26 Thread bwang00
The latest JBossCache source can also be obtained from the nightly snapshot here: http://jboss.sourceforge.net/snapshots/ -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836384#3836384 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-dev] [JCA on JBoss] - Re: TODO: ConnectionDefinitionDeployer - replace XSLSubDeplo

2004-05-26 Thread [EMAIL PROTECTED]
If it already existed, this TODO would not. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836378#3836378 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836378 ---

[JBoss-dev] [JCA on JBoss] - Re: TODO: ConnectionDefinitionDeployer - replace XSLSubDeplo

2004-05-26 Thread [EMAIL PROTECTED]
DataSources are just ConnectionFactories with some hard-wiring. See the xsl - if you can read xsl :-) You can actually configure a DataSource using the more long winded ConnectionFactory method! Most of the config is actually ManagedConnectionFactory properties. What the -ds.xml does is hide fro

[JBoss-dev] [ jboss-Bugs-961330 ] Tomcat jsr77 mbeans incorrect

2004-05-26 Thread SourceForge.net
Bugs item #961330, was opened at 2004-05-27 03:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=961330&group_id=22866 Category: JBossWeb Group: v3.2 Status: Open Resolution: No

[JBoss-dev] [JCA on JBoss] - Re: TODO: ConnectionDefinitionDeployer - replace XSLSubDeplo

2004-05-26 Thread spiritualmechanic
Right. That makes sense. It doesn't matter what the XML looks like as long as the metadata accurately describes the configuration options. XML is just a store of that. Is there a preferred JMX operation: "There should be an option to create ConnectionFactories/DataSources by passing the meta da

[JBoss-dev] [JCA on JBoss] - Re: TODO: ConnectionDefinitionDeployer - replace XSLSubDeplo

2004-05-26 Thread [EMAIL PROTECTED]
I suppose ConnectionFactoryDeployer would be the most logical name. Forget about the xml format. We are interested in how you deploy a single ConnectionFactory and its associated connection manager, pool and jndi binding. In future there will be other things like the container definitions (interc

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Intercepting java.lang.reflect methods -- bad idea?

2004-05-26 Thread Squeak
No worries, thanks for the help. I will try to dig into it more tomorrow and see what I can find as well. The 'within' clause seems to work -- without it I get all of the Field.set()'s from OJB. As for the clone method -- some background: I have a base object called BusinessObject, that includ

[JBoss-dev] [JCA on JBoss] - Re: TODO: ConnectionDefinitionDeployer - replace XSLSubDeplo

2004-05-26 Thread spiritualmechanic
Would the meta data name be something like "ConnectionDefinitionMetaData"? Or actually that'd be for RARDeployer. What would the name be to replace XSLSubDeployer? ConnectionInstanceDeployment? Minimal methods of the metadata would be: importXml(Element) setClassLoader getClassLoader jndiName

[JBoss-dev] [JBoss IDE] - Re: Error installing with Eclipse 3M9

2004-05-26 Thread chuisman9955
Hello, I have the plugin installed and it seems to work fine except under project properties I do not see the "XDoclet Configurations". Any suggestions as to what I'm doing wrong? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836292#3836292 Reply to th

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: upgrade thirdparty dir's version of xdoclet

2004-05-26 Thread jae77
hrm - fun - looks like this will be my first foray compiling jboss from source. :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836360#3836360 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836360 -

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: upgrade thirdparty dir's version of xdoclet

2004-05-26 Thread [EMAIL PROTECTED]
The procedure is to run the testsuite with the modified third party component and then make sure you document its version and license as described here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=47520 Unless your familar with the current state of the testsuite errors, you need to

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

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

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Intercepting java.lang.reflect methods -- bad idea?

2004-05-26 Thread Bill Burke
This should work. It may be a bug in the expression parser although I thought I tested for this. I'm consulting this week, but I'll try to take a look as soon as I can. Thanks, Bill View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836350#3836350 Reply to

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Intercepting java.lang.reflect methods -- bad idea?

2004-05-26 Thread kabkhan
I haven't checked properly, but does not "within" have to take a full class name? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836349#3836349 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836349 --

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Intercepting java.lang.reflect methods -- bad idea?

2004-05-26 Thread Squeak
Wow, that stuff rocks! Now, let me ask you this: I have tried to define the following pointcut, but it is not working as I would think | | | | What the intent of this is to say that whenever the set method on Field is called from anywhere within in the org.osn.* pa

[JBoss-dev] [TODO -- DEVELOPMENT] - upgrade thirdparty dir's version of xdoclet

2004-05-26 Thread jae77
applogies if this is the incorrect forum for this, i wasn't really sure where to post this... the current version of xdoclet being used by jboss (to build source) is 1.2b3. this version doesn't have support for the sql-type and jdbc-type attributes on the @jboss.relation tag, which is going to

[JBoss-dev] [ jboss-Bugs-960920 ] deep-read-ahead generate invalid findByPrimaryKey

2004-05-26 Thread SourceForge.net
Bugs item #960920, was opened at 2004-05-26 11:30 Message generated for change (Comment added) made by robmv You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=960920&group_id=22866 Category: JBossServer Group: v3.2 Status: Closed Resolution: Out of Date Pri

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Intercepting java.lang.reflect methods -- bad idea?

2004-05-26 Thread kabkhan
There is some brand new stuff for intercepting reflection using caller pointcuts in cvs, it's in the aop module under org.jboss.aop.reflection. There's a page on the wiki too that explains it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836306#3836306 Rep

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Intercepting java.lang.reflect methods -- bad idea?

2004-05-26 Thread Squeak
I am trying to develop a pattern where I am handing out to my Client Tier DataObjects that are read-only, until the Client asked for it to be unlocked. My thinking is that it will be more efficient to 'lock' down objects that are coming from my O/R layer (cache), as opposed to either cloning th

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Intercepting set on bidim array

2004-05-26 Thread Frank.Astier
I was wondering how I could get the values of the indices that refer to a specific var in a bidim array. I want to intercept any attempt to set on someStrings (below), find out which String you are trying to modify and do something at that point. public class SomeClass { private String[][]

[JBoss-dev] [Nukes Development] - xdoclet libraries

2004-05-26 Thread jae77
are any of the xdoclet libs in the tools directory "jboss specific" or is it safe to upgrade to version 1.2.1? according to the author of this post (http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836283#3836283) the tags required to allow postgres to work w/ the "pure" cmp solution

[JBoss-dev] [ jboss-Bugs-960920 ] deep-read-ahead generate invalid findByPrimaryKey

2004-05-26 Thread SourceForge.net
Bugs item #960920, was opened at 2004-05-26 18:30 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=960920&group_id=22866 Category: JBossServer Group: v3.2 >Status: Closed >Resolution: Out of D

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Find IP address of a subscriber

2004-05-26 Thread [EMAIL PROTECTED]
The Subscription is passed over the wire during the runtime operations, I don't want to bloat it with useless metadata. It was my mistake to use this class in the management operations. The JMX operations should either expose their own javabean with all the information or expose the data as Subsc

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Find IP address of a subscriber

2004-05-26 Thread [EMAIL PROTECTED]
The same goes for the connection token. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836285#3836285 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836285 --- This

[JBoss-dev] [ jboss-Bugs-960488 ] jca 1.5 config properties broken

2004-05-26 Thread SourceForge.net
Bugs item #960488, was opened at 2004-05-26 00:03 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=960488&group_id=22866 Category: JBossCX Group: CVS HEAD >Status: Closed >Resolution: Fixed Priorit

[JBoss-dev] [ jboss-Bugs-960488 ] jca 1.5 config properties broken

2004-05-26 Thread SourceForge.net
Bugs item #960488, was opened at 2004-05-26 00:03 Message generated for change (Comment added) made by charp3r You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=960488&group_id=22866 Category: JBossCX Group: CVS HEAD Status: Open Resolution: Accepted Priori

[JBoss-dev] [ jboss-Bugs-960920 ] deep-read-ahead generate invalid findByPrimaryKey

2004-05-26 Thread SourceForge.net
Bugs item #960920, was opened at 2004-05-26 11:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=960920&group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution:

[JBoss-dev] [ jboss-Bugs-960488 ] jca 1.5 config properties broken

2004-05-26 Thread SourceForge.net
Bugs item #960488, was opened at 2004-05-26 00:03 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=960488&group_id=22866 Category: JBossCX Group: CVS HEAD Status: Open >Resolution: Accepted Priorit

[JBoss-dev] [ jboss-Bugs-960488 ] jca 1.5 config properties broken

2004-05-26 Thread SourceForge.net
Bugs item #960488, was opened at 2004-05-26 00:03 Message generated for change (Comment added) made by charp3r You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=960488&group_id=22866 Category: JBossCX Group: CVS HEAD >Status: Open Resolution: Fixed Priority

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Find IP address of a subscriber

2004-05-26 Thread richieb
"[EMAIL PROTECTED]" wrote : The client ip address is not currently exposed in the API. | It would require modifications to each il to make this available, probably | by adding to a transient field on the connection token. Hmm... Do you really think this field should be transient? If so, it wou

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Find IP address of a subscriber

2004-05-26 Thread [EMAIL PROTECTED]
The client ip address is not currently exposed in the API. It would require modifications to each il to make this available, probably by adding to a transient field on the connection token. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836261#3836261 Reply to

[JBoss-dev] [JBoss IDE] - Re: Error installing with Eclipse 3M9

2004-05-26 Thread wytten
There was an article authored by 'tbech' that addressed this, but it seems to have disappeared since yesterday. His suggestion worked for me: Install the latest JBoss-IDE in your Eclipse M8 Copy the JBoss-IDE {features,plugins} files from M8 to M9 Edit the just-copied M9 files, removing refere

[JBoss-dev] [Mail Services] - Re: server log errors

2004-05-26 Thread acoliver
We should do both I think. LIST does one thing, GET another. Also pay attention the the load semantics. Right now we're eager loading. We might even consider dropping the eager loading becuase we are on option A but I figured there was a high chance we wouldn't be in cache. Over the summer

[JBoss-dev] [Nukes Development] - Re: JSP security

2004-05-26 Thread pista
There is, in Nukes, a module named JSP. I want to know how work the security in this module... I have several Java Server Pages and I want to know if they will have the security defined in the module JSP. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836231#

[JBoss-dev] [Nukes Development] - Re: JSP security

2004-05-26 Thread sgwood
What sort of security are you looking for? Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836216#3836216 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836216 --

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Find IP address of a subscriber

2004-05-26 Thread richieb
I'm trying to find a way to display the IP address of subscriber. When I retrieve all the Subscription objects from a topic, I'm not sure where to go to find out how the subscriber gets messages and if it's a socket connection I'd like to get hold of the IP address. This is with Jboss 3.2.x. A

[JBoss-dev] [Mail Services] - server log errors

2004-05-26 Thread mikea-xoba
i guess we can switch back to forum discussions from private email now, since the forums seem to have recovered from their recent hiccup. saw some interesting things in andy's machine's log at 07:00am this morning when acoliver's mailbox was accessed (presumably by pop3)... MessageSB.getMessages

[JBoss-dev] [JBoss IDE] - XDoclet broken

2004-05-26 Thread [EMAIL PROTECTED]
Hi, OS : WinXP JBoss : 3.2.3 Eclipse : 3.0.0 JBoss IDE : 1.2.330 Can anybody tell me why my XDoclet has stopped working? I haven't made any system changes and it has been working fine for the past 2 months. When I "Run XDoclet" I get the following error in the console: | Buildfile: C:\Docum

[JBoss-dev] [JBoss IDE] - installing jboss-ide in eclipse 3.0

2004-05-26 Thread FLY
i have follow these steps: ? Start Eclipse. ? Select Help > Software Updates > Find and Install ? Select Search for new features to install ? Select Add Update Site from the right menu. In the dialog fill the name with an unused one and the URL like written in the installation guide but w

[JBoss-dev] [Nukes Development] - Re: i18n

2004-05-26 Thread Janoz
This is the topic by the way: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=47887 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836193#3836193 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836193 --

[JBoss-dev] [EJB on JBoss] - Re: Undetectable ApplicationDeadlockExceptions

2004-05-26 Thread [EMAIL PROTECTED]
Modifying the retry behavior in the tx interceptor for sfsb / reconfiguring a custom interceptor stack sound like what you'll have to do in this case. If you work it out, a patch would be welcome too :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836177#

[JBoss-dev] [ jboss-Bugs-960677 ] HttpContextFactory: java.naming.provider.url wrong

2004-05-26 Thread SourceForge.net
Bugs item #960677, was opened at 2004-05-26 11:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=960677&group_id=22866 Category: Docs Group: v3.2 Status: Open Resolution: None P

[JBoss-dev] [Nukes Development] - JSP security

2004-05-26 Thread pista
Hi ! Can you tell me what manage the jsp security? Thanks !! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836191#3836191 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836191 -

[JBoss-dev] [Nukes Development] - i18n

2004-05-26 Thread Janoz
Yesterday I posted a reply in an i18n topic of mine with a patch. These messages are dissapeared or something. The search doesn't work either. What's wrong with this forum? Ok the patch again. I've been working on a dutch translation and bumped into a lot of hardcoded text in classfiles and temp

[JBoss-dev] [EJB on JBoss] - About namingservice

2004-05-26 Thread autocrab
Hi,I have a problem when make some change to the source file. I rename source file NamingServer.java in package "org.jnp.server" to MyNamingServer.java and change type "NamingServer" in source file Main.java to "MyNamingServer". I recompile the source file of JBoss3.2.3 and it suceeds, but when

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Context

2004-05-26 Thread Bill Burke
yes, invocation.getTargetObject() will give you the object that is being invoked on. It will be null if you are invoking on something that is static. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835801#3835801 Reply to the post : http://www.jboss.org/i