[JBoss-dev] [ jboss-Bugs-1046721 ] DataSource metadata is incomplete/wrong

2004-10-18 Thread SourceForge.net
Bugs item #1046721, was opened at 2004-10-14 03:58 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1046721group_id=22866 Category: JBossCX Group: v4.0 Status: Open Resolution: None Priority: 5

[JBoss-dev] jboss-4.0 Build Failed

2004-10-18 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041018034821 BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:10/18/2004 03:48:21Time to build:32 minutes 33 secondsLast

[JBoss-dev] [ jboss-Bugs-1049111 ] Wrong warning when deploying a connector specifying an icon

2004-10-18 Thread SourceForge.net
Bugs item #1049111, was opened at 2004-10-18 09:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1049111group_id=22866 Category: JBossCX Group: v3.2 Status: Open Resolution:

[JBoss-dev] jboss-head build.321 Build Fixed

2004-10-18 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041018045120Lbuild.321 BUILD COMPLETE-build.321Date of build:10/18/2004 04:51:20Time to build:73 minutes 4 secondsLast changed:10/18/2004 04:21:47Last log entry:FIXME, does not compile

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - AOP interceptor applied to all JSP/Servlet requests?

2004-10-18 Thread hany_bee
I'm trying to create an interceptor that will be applied to all requests that the server receives, including all JSPs/Servlets, etc. Is this realistic and a good way to use AOP in this instance? If you have any ideas or experiences, it would be great if you can share a little bit. Thanks

[JBoss-dev] jboss-head Build Failed

2004-10-18 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041018065911 BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:10/18/2004 06:59:11Time to build:20 minutes 49 secondsLast

[JBoss-dev] [ jboss-Bugs-1049111 ] Wrong warning when deploying a connector specifying an icon

2004-10-18 Thread SourceForge.net
Bugs item #1049111, was opened at 2004-10-18 09:57 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1049111group_id=22866 Category: JBossCX Group: v3.2 Status: Closed Resolution: Fixed Priority: 5

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

2004-10-18 Thread Bill Burke
The way the AOP deployer works is that when jboss-aop.deployer is deployed, it inserts .aop and aop.xml into the MainDeployer suffix list. ARe you having problems? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851713#3851713 Reply to the post :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOP interceptor applied to all JSP/Servlet requests?

2004-10-18 Thread Bill Burke
I don't believe you can intercept code with JSPs within precompiling the JSPs. You MAY be able to do this with JDK 5.0 and our instrumentor, or the new JDK 1.4 classloader stuff we have in HEAD. Kabir is going to take a look. View the original post :

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

2004-10-18 Thread pilhuhn
No, no problems - au contraire. It wasn't obvious to be that it does this, and I apparently did not read enough of AspectDeployer.java ;-/ Thanks Heiko View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851716#3851716 Reply to the post :

[JBoss-dev] [ jboss-Bugs-1046721 ] DataSource metadata is incomplete/wrong

2004-10-18 Thread SourceForge.net
Bugs item #1046721, was opened at 2004-10-14 00:58 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1046721group_id=22866 Category: JBossCX Group: v4.0 Status: Open Resolution: None Priority: 5

[JBoss-dev] [ jboss-Bugs-1047373 ] PropertyNotFoundException on runtime HAR deployment

2004-10-18 Thread SourceForge.net
Bugs item #1047373, was opened at 2004-10-14 21:45 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1047373group_id=22866 Category: Hibernate Group: v4.0 Status: Open Resolution: None Priority: 5

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOP interceptor applied to all JSP/Servlet requests?

2004-10-18 Thread hany_bee
What's this new classloader stuff that you guys have in head? Mind sharing the concept a little bit? What I'm trying to do is to prototype some security framework that can be applied to web applications in a more or less uniform way. Unfortunately, having a clean and clear-cut interceptor

[JBoss-dev] [ jboss-Bugs-1046721 ] DataSource metadata is incomplete/wrong

2004-10-18 Thread SourceForge.net
Bugs item #1046721, was opened at 2004-10-14 03:58 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1046721group_id=22866 Category: JBossCX Group: v4.0 Status: Open Resolution: None Priority: 5

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - NOTYETINSTALLED error

2004-10-18 Thread Moss
Hi , Thank you for your time.. I searched all the archive but was unable to locate the ans to my problem. I have created a new mbean under jboss: domain. mbean code=Mmmm name=jboss:service=Mmmm,name=Mmmm classpath codebase=lib archives=jbossmq.jar depends

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOP interceptor applied to all JSP/Servlet requests?

2004-10-18 Thread Bill Burke
JBoss AOP works in two ways. Either you precompile your Java .class files to push in the AOP stuff, or you set JBoss AOP up so that it does the bytecode transformations at runtime when the class is loaded. Load-time transformation requires hooks into the classloader. With JDK 1.4, we

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOP interceptor applied to all JSP/Servlet requests?

2004-10-18 Thread nthx
Hi. My penny to disscussion. I have Struts application and been using Tomcat server. I'd like to use JBossAOP with it. So what I've tried is: precompiled my plain servlets, jsps (in Struts meaning) with jasper/jspc. This way I got sources of my web pages for my application. As I have sources

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOP interceptor applied to all JSP/Servlet requests?

2004-10-18 Thread hany_bee
Thanks for the explanation. The idea for the security framework is that, the declarative security model is static, and it's very hard to do dynamic access control management. For example, say I have a content management app, which I want to hook to an external acess manager. Let say I can

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOP interceptor applied to all JSP/Servlet requests?

2004-10-18 Thread nthx
Hey, thanks for explaining diff between static and dynamic sec model. I will need dynamic one in some application and was wondering whether to use already written JBoss' security aspects. Tomasz View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851733#3851733

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOP interceptor applied to all JSP/Servlet requests?

2004-10-18 Thread Bill Burke
hany_bee, What about a servlet filter or a Tomcat valve? This is how we implemented JBoss Security integration with Tomcat. If you're dealing with web requests (HttpServletRequests), then a filter or valve is probably a better solution anyways... Thomas, Kabir is working on JSP side of

[JBoss-dev] jboss-3.2 build.136 Build Successful

2004-10-18 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041018084700Lbuild.136 BUILD COMPLETE-build.136Date of build:10/18/2004 08:47:00Time to build:68 minutes 36 secondsLast changed:10/18/2004 08:20:29Last log entry:Unused metadata - debug

[JBoss-dev] [ jboss-Bugs-1049336 ] JBoss 3.2.6 startup fails in Java 5.0

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

[JBoss-dev] [JBossWS] - Re: EJB endpoint authentication and authorization

2004-10-18 Thread ddossot
Dear Werner, Thanks for your post. I have changed jboss.xml according to your suggestion and, yes, it changes something! Now I get a regular HTTP 401 error when calling the web service. Great stuff, except that I do not know how to authenticate: neither my Java default Authenticator or

[JBoss-dev] [Nukes Development] - Are 404's desirable for anyone else?

2004-10-18 Thread chasetec
I came across the need to have the HTMLModule generate 404's for pages that aren't present. In my case I wanted to specify my error pages in my Apache frontend that'll be connecting to JBoss through mod_jk2. It's a really quick fix(I think under 10 lines) but I wanted to see if anyone else

[JBoss-dev] [JBossCache] - How to configure JBossCache to commnicate between two nodes

2004-10-18 Thread javakishore
HI All, I am planning to use JBoss Cache. I am using JBOSS 3.0.3 version My problem is: I have two machines and both running JBOSS 3.0.3 I have written a class (say Class A) which uses JBOSS Cache and using class A in both the machines. In Machine 1, If I put an object in JBOSS cache through

[JBoss-dev] [JBossWS] - Re: EJB endpoint authentication and authorization

2004-10-18 Thread werner.jaeger
Dear David, here is a code fragment from my junit test case: public void testJAXRPCBinding() throws Exception |{ | final Service service = ServiceFactory.newInstance().createService(m_WsdldUrl, SERVICEQN); | final _DAMONA_INFO message

[JBoss-dev] [Nukes Development] - Re: Are 404's desirable for anyone else?

2004-10-18 Thread jae77
just make it configurable, w/ the default value being don't use - then if other ppl want to use it in the future, the functionality is there. personally, i think it's a good idea. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851746#3851746 Reply to the

[JBoss-dev] [JBossWS] - WARN [ServiceDescription] Guessing fault java type from qn

2004-10-18 Thread sonic-dre
Hello there. During the successfull deploying of my ws4ee Jboss Webservices, I ve got this Warnings for every Exception I throw in my Service Methods WARN [ServiceDescription] Guessing fault java type from qname: package.xy.SomeException I know that Java Exceptions not directly supported

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Primitive types transparency

2004-10-18 Thread Bill Burke
Finally got around to fixing this. Its in CVS now, will be in 1.0 Final release this week. Bill View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851754#3851754 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851754

[JBoss-dev] [ jboss-Bugs-1049336 ] JBoss 3.2.6 startup fails in Java 5.0

2004-10-18 Thread SourceForge.net
Bugs item #1049336, was opened at 2004-10-18 14:18 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1049336group_id=22866 Category: JBossServer Group: v3.2 Status: Closed Resolution: Out of Date

[JBoss-dev] jboss-head build.322 Build Fixed

2004-10-18 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041018104622Lbuild.322 BUILD COMPLETE-build.322Date of build:10/18/2004 10:46:22Time to build:95 minutes 29 secondsLast changed:10/18/2004 08:53:34Last log entry:Use the JAXB implementation

[JBoss-dev] jboss-4.0 Build Failed

2004-10-18 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041018132152 BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:10/18/2004 13:21:52Time to build:18 minutes 17 secondsLast

[JBoss-dev] [JBossCache] - Re: JBossCache in production

2004-10-18 Thread aubergine
Hi Bela I've just discovered that with 1.1 you have bundled sleepycats java db. Thi s is a little awkward for us as sleepycats license conflicts with jboss' lgpl. is there any chance you could find/use a db that is consistent with lgpl? Thanks Nick View the original post :

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - Re: autodiscovery and bind address

2004-10-18 Thread dfisher
I've been testing 3.2.6 and setting -Dbind.address does not seem to have any effect. I still see the following from netstat: udp4 0 0 *.1102 *.* udp4 0 0 *.45566*.* Can anyone post some info on getting autodiscovery and jgroups to bind to a

[JBoss-dev] [ jboss-Bugs-1048143 ] 3.2.6: Optimist Version Lock not assigneable

2004-10-18 Thread SourceForge.net
Bugs item #1048143, was opened at 2004-10-15 17:23 Message generated for change (Comment added) made by ioparra You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1048143group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5

[JBoss-dev] jboss-3.2 build.137 Build Successful

2004-10-18 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041018134917Lbuild.137 BUILD COMPLETE-build.137Date of build:10/18/2004 13:49:17Time to build:77 minutes 3 secondsLast changed:10/18/2004 11:53:16Last log entry:Correclty Synchronize the

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Problem with AopC Ant Task -- cmd too long!

2004-10-18 Thread Squeak
After following the instructions, and trying to run the AopC ant task, I constantly get the following error: BUILD FAILED: C:\eclipse\workspace\myproject\build.xml:309: java.io.IOException: CreateProcess: lots removed After much debugging, I have come to the conclusion that the issue stems

[JBoss-dev] [JBossCache] - Re: How to configure JBossCache to commnicate between two no

2004-10-18 Thread norbert
mcast_addr has to be the same on both machines. Additionally the NIC has to setup that multicast works (the route to 224.0.0.0 netmask 240.0.0.0 has to be bound to the NIC and not the local loopback only so the ip-packages actually leave the machine). Just search Google for 'multicast ip' to

[JBoss-dev] [JBossCache] - Re: How to configure JBossCache to commnicate between two no

2004-10-18 Thread norbert
given multicast is working on the machnice sample xml-files replSyncService.xml or replAsyncService.xml will work out-of-the box without modification. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851782#3851782 Reply to the post :

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

2004-10-18 Thread [EMAIL PROTECTED]
What was the reason for adding this dynamically as opposed to using the xbmean deployment descriptor attribute? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851784#3851784 Reply to the post :

[JBoss-dev] [JBossCache] - Re: JBossCache[AOP] on JDK 1.3.1

2004-10-18 Thread bwang00
If you do cvs checkout, cvs co jboss-head as an anynomous user, that should be it. Keep in mind that JBossCache don't officially support jdk1.3 though. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851786#3851786 Reply to the post :

[JBoss-dev] [JBossCache] - Re: putting, removing, and rolling back in the same transact

2004-10-18 Thread bwang00
Looks like this is a bug. Is it possible you can create a bug report in sourceforge and assign it to me for now? Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851787#3851787 Reply to the post :

[JBoss-dev] [JBossCache] - Re: JBossCache in production

2004-10-18 Thread bwang00
In 1.2 release (scheduled sometime in November), we plan to ship a cache loader that uses JDBC. That may be what you need. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851788#3851788 Reply to the post :

[JBoss-dev] [Security on JBoss] - javax.net.ssl.SSLException: No available certificate corresp

2004-10-18 Thread mcabrejo
Hi, I did installed a trial certificate SSL and when bought the full version Certificate I did installed on the Java Jboss Server without stoping the server, looks like I corrupted something because the server does not start anymore, just keeps looping the same message No available certificate

[JBoss-dev] [ jboss-Bugs-1049560 ] ConcurrentModificationException during rollback

2004-10-18 Thread SourceForge.net
Bugs item #1049560, was opened at 2004-10-18 20:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1049560group_id=22866 Category: JBossCache Group: v3.2 Status: Open Resolution:

[JBoss-dev] [ jboss-Bugs-1049560 ] ConcurrentModificationException during rollback

2004-10-18 Thread SourceForge.net
Bugs item #1049560, was opened at 2004-10-18 20:35 Message generated for change (Settings changed) made by lmoore You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1049560group_id=22866 Category: JBossCache Group: v3.2 Status: Open Resolution: None Priority:

[JBoss-dev] [Security on JBoss] - MY SERVER DOES NOT START: javax.net.ssl.SSLException: No av

2004-10-18 Thread mcabrejo
mcabrejo wrote : Hi, I did installed a trial certificate SSL and when bought the full version Certificate I did installed on the Java Jboss Server without stoping the server, looks like I corrupted something because the server does not start anymore, just keeps looping the same message No

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: I want to contribute a workflow/BPM engine

2004-10-18 Thread kukeltje
tom.baeyens wrote : | | Do you think that offering a BPM-module with JBoss is a good idea ? | Yes it is tom.baeyens wrote : | Do you think jBpm would be a good base to start from ? | Yes it is Goodluck, Ronald View the original post :

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

2004-10-18 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041018152618Lbuild.323 BUILD COMPLETE-build.323Date of build:10/18/2004 15:26:18Time to build:84 minutes 27 secondsLast changed:10/18/2004 14:53:10Last log entry:Port synchronization fixes

[JBoss-dev] [ jboss-Bugs-1049336 ] JBoss 3.2.6 startup fails in Java 5.0

2004-10-18 Thread SourceForge.net
Bugs item #1049336, was opened at 2004-10-18 07:18 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1049336group_id=22866 Category: JBossServer Group: v3.2 Status: Closed Resolution: Out of Date

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Clarifications on RC2 mechanism for aspects to load custom X

2004-10-18 Thread rkadayam
I read the release notes for RC2 and yet to start using it but have a few questions 1. Is the dependency on XmlLoadable completely removed in Aspects ? And if so does it also mean there is no more dependency with jboss-common.jar ? (That would be hallelujah when it comes to using with other

[JBoss-dev] [Mail Services] - Re: NIO

2004-10-18 Thread iwadasn
I was under the impression that SSL only worked with NIO as of java 1.5. You'll probably have to make it 1.5 only if you want to use NIO for SSL. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851807#3851807 Reply to the post :

[JBoss-dev] [Mail Services] - Re: Milestone 2

2004-10-18 Thread iwadasn
Here's my official whine Please finish Milestone 2 promptly. At work I'm trying to use jboss mail services with itracker to make an email-enabled issue tracker, it would help greatly if your mail services worked well. If they did, then we could bundle jboss mail services along with

[JBoss-dev] [Mail Services] - Few questions

2004-10-18 Thread iwadasn
This is basically asking for a short architectural overview. Some of this I dug up on the forums, but I would like a fairly detailed overview. Here's a little bit of a starting point.. I take it that the mail services uses ejb-cmp in order to store all the actual data. IMAP support is

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Ideas for a DeploymentService

2004-10-18 Thread [EMAIL PROTECTED]
I'm prototyping a DeploymentService that can generate simple deployment descriptors (e.g. to create a jms queue) or more complex unpacked archives (e.g. the ./deploy/jms or /jmx-console) that are created by copying a directory structure and overlaying/rendering any deployment descriptor using

[JBoss-dev] jboss-4.0 build.75 Build Fixed

2004-10-18 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041018174800Lbuild.75 BUILD COMPLETE-build.75Date of build:10/18/2004 17:48:00Time to build:83 minutes 56 secondsLast changed:10/18/2004 16:08:41Last log entry:Fix the CallerBean method name

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Ideas for a DeploymentService

2004-10-18 Thread [EMAIL PROTECTED]
Obviously you want this to be interactive so you can display errors back to the user. But I'm not convinced the deployers are thread safe enough to make this possible. e.g. after MainDeployer.deploy() it will check for incomplete deployments which will give spurious errors if there are concurrent

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Ideas for a DeploymentService

2004-10-18 Thread [EMAIL PROTECTED]
My preferred solution would be to do this via the Scanner. The farm is a subclass of DeploymentScanner. i.e. Telll the scanner you are adding a new url and get it to suspend its work while you deploy. This will also allow it to update its deployment/timestamp correctly so it doesn't try to

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Ideas for a DeploymentService

2004-10-18 Thread [EMAIL PROTECTED]
There is a TODO to make deploy-hasingleton an extension to Farm/Scanner. Currently it does not hot deploy new urls. The idea is that it would work like the Farm in distributing deployments, but they would only hotdeploy on the singleton server. View the original post :

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: conf/jbossmq-state.xml

2004-10-18 Thread [EMAIL PROTECTED]
I've removed jbossmq-state.xml from conf/ I don't see any advantage to changing the example config since the majority of users wanting to use it will be people porting from an older version of JBoss. Making them put it in data would just confuse them even more. This config can be achieved by

[JBoss-dev] [JBossWS] - JBOSS.net

2004-10-18 Thread rajpiso
Hi All, We are using JBOSS.net to expose ejb methods as SOAP based webservices. Question: How do we implement client Authorization in a webservice interface? what are pros cons? Can email to [EMAIL PROTECTED] thanks, Rp View the original post :

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: DO NOT POST USER QUESTIONS HERE

2004-10-18 Thread [EMAIL PROTECTED]
Bump View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851819#3851819 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851819 --- This SF.net email is sponsored by: IT

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Clarifications on RC2 mechanism for aspects to load cust

2004-10-18 Thread Bill Burke
The jboss-common.jar dependency still exists. Why would it matter with other app servers? Its only using a few org.jboss classes. Read this and let me know if it answers your config questions: http://docs.jboss.org/aop/aspect-framework/reference/en/html/xml.html#xml-aspect3 View the original

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Clarifications on RC2 mechanism for aspects to load cust

2004-10-18 Thread rkadayam
For one the packaging becomes lighter. It may not be an issue but have this fear that there might be some conflicts with maybe like xml parsers, etc. The javabean style attribute setting sort of takes away the generic property based configuration that was possible in the previous release.

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Clarifications on RC2 mechanism for aspects to load cust

2004-10-18 Thread Bill Burke
See section 4.4.4. You can write your own factory by implementing AspectFactory which accepts an Element. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851823#3851823 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851823

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Clarifications on RC2 mechanism for aspects to load cust

2004-10-18 Thread rkadayam
That helps, thanks a lot. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851824#3851824 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851824 --- This SF.net email is

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

2004-10-18 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041018202238Lbuild.324 BUILD COMPLETE-build.324Date of build:10/18/2004 20:22:38Time to build:82 minutes 3 secondsLast changed:10/18/2004 16:45:30Last log entry:down to one failure

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - *Have* to deploy as an *.aop file?

2004-10-18 Thread Squeak
I have an exisiting system where I am investigating using JBoss AOP to do TX demarcation. All I am using right now is the annotations for Transactions. If I first use the Annotation Compiler, and then the AopC compiler to instrument the classes before being deployed, is there any reason that

[JBoss-dev] jboss-4.0 build.76 Build Successful

2004-10-18 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041018220404Lbuild.76 BUILD COMPLETE-build.76Date of build:10/18/2004 22:04:04Time to build:73 minutes 0 secondsLast changed:10/18/2004 21:25:22Last log entry:Move jbossmq-state.xml to

[JBoss-dev] [JBoss Remoting, Unified Invokers] - Re: AbstractInvoker and thread context classloader

2004-10-18 Thread telrod
Think is refering to org.jboss.remoting.AbstractInvoker. Will fix. Thanks. -Tom View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851842#3851842 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851842

[JBoss-dev] jboss-3.2 build.138 Build Successful

2004-10-18 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041018232925Lbuild.138 BUILD COMPLETE-build.138Date of build:10/18/2004 23:29:25Time to build:60 minutes 13 secondsLast changed:10/18/2004 21:21:59Last log entry:Move jbossmq-state.xml to