===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
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
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
---
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
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
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
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
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
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
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
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
-
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
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
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
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
--
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
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
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
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
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
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[][]
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
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
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
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
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
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
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:
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
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
"[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
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
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
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
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#
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
--
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
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
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
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
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
--
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#
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
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
-
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
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
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
48 matches
Mail list logo