You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(157) |
May
(789) |
Jun
(608) |
Jul
(554) |
Aug
(868) |
Sep
(654) |
Oct
(994) |
Nov
(803) |
Dec
(982) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(1006) |
Feb
(1054) |
Mar
(1345) |
Apr
(1305) |
May
(1392) |
Jun
(1016) |
Jul
(265) |
Aug
(1) |
Sep
(8) |
Oct
(9) |
Nov
(8) |
Dec
(19) |
2007 |
Jan
(20) |
Feb
(10) |
Mar
(20) |
Apr
(8) |
May
(4) |
Jun
(1) |
Jul
(6) |
Aug
(3) |
Sep
(6) |
Oct
(12) |
Nov
(7) |
Dec
(13) |
2008 |
Jan
(5) |
Feb
(4) |
Mar
(34) |
Apr
(32) |
May
(22) |
Jun
(21) |
Jul
(30) |
Aug
(18) |
Sep
(30) |
Oct
(23) |
Nov
(86) |
Dec
(51) |
2009 |
Jan
(25) |
Feb
(26) |
Mar
(34) |
Apr
(47) |
May
(38) |
Jun
(25) |
Jul
(36) |
Aug
(9) |
Sep
(8) |
Oct
(10) |
Nov
(4) |
Dec
(17) |
2010 |
Jan
(7) |
Feb
(9) |
Mar
(26) |
Apr
(49) |
May
(52) |
Jun
(48) |
Jul
(39) |
Aug
(27) |
Sep
(9) |
Oct
(14) |
Nov
(7) |
Dec
(10) |
2011 |
Jan
(12) |
Feb
(9) |
Mar
(17) |
Apr
(33) |
May
(39) |
Jun
(36) |
Jul
(29) |
Aug
(26) |
Sep
(29) |
Oct
(38) |
Nov
(35) |
Dec
(27) |
2012 |
Jan
(20) |
Feb
(34) |
Mar
(29) |
Apr
(33) |
May
(45) |
Jun
(46) |
Jul
(50) |
Aug
(35) |
Sep
(55) |
Oct
(68) |
Nov
(79) |
Dec
(45) |
2013 |
Jan
(67) |
Feb
(20) |
Mar
(55) |
Apr
(52) |
May
(25) |
Jun
(25) |
Jul
(34) |
Aug
(27) |
Sep
(21) |
Oct
(21) |
Nov
(19) |
Dec
(12) |
2014 |
Jan
(10) |
Feb
(8) |
Mar
(13) |
Apr
(18) |
May
(36) |
Jun
(26) |
Jul
(17) |
Aug
(19) |
Sep
(13) |
Oct
(8) |
Nov
(7) |
Dec
(5) |
2015 |
Jan
(11) |
Feb
(2) |
Mar
(13) |
Apr
(15) |
May
(7) |
Jun
(2) |
Jul
(4) |
Aug
(3) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
(1) |
2016 |
Jan
(3) |
Feb
(5) |
Mar
(19) |
Apr
(34) |
May
(9) |
Jun
(10) |
Jul
(5) |
Aug
(10) |
Sep
(5) |
Oct
(11) |
Nov
(19) |
Dec
(7) |
2017 |
Jan
(4) |
Feb
(4) |
Mar
(8) |
Apr
(5) |
May
(12) |
Jun
(5) |
Jul
(11) |
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
From: andrejusc <nu...@jb...> - 2005-07-20 11:53:26
|
Well, first I'd like to ask if it possible to integrate both Tomcat 5.5.9 with JBoss 4.0.2? Any document on that? And then if yes - is it possible to remain Tomcat admin UI inside that integrated version? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885691#3885691 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885691 |
From: <kab...@jb...> - 2005-07-20 11:27:57
|
Actually, post your jboss-aop-jdk50.deployer/META-INF/jboss-service.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885686#3885686 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885686 |
From: <kab...@jb...> - 2005-07-20 11:25:53
|
Have you followed the steps outlined here? http://www.jboss.org/index.html?module=bb&op=viewtopic&t=65741 especially note that org.jboss.injbossaop must be added to the Include attribute of the aspect manager service. In 1.3.1 I have added this so it should work out of the box View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885685#3885685 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885685 |
From: mlybarger <nu...@jb...> - 2005-07-20 10:38:21
|
any ideas why the aopexample output shown above doesn't appear to have the interceptors being applied to the pointcuts? the SimpleInterceptor seems to be just using System.out.prinln to log that it's working, but i can't see that happening. i'd really like to get to learn and use jboss aop in a dynamic web environment.... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885681#3885681 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885681 |
From: <ju...@jb...> - 2005-07-20 08:51:35
|
if you can, make the method in portlet B static and public and call it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885665#3885665 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885665 |
From: zeroconf <nu...@jb...> - 2005-07-20 08:24:54
|
Is there any way to invoke a method of a portlet instance from another portlet? Or is just the JSR-168 container allowed do do so? so for example in portlet A I might call a method of portlet B in processAction() of Portlet A. thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885661#3885661 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885661 |
From: <kab...@jb...> - 2005-07-20 08:21:24
|
Have you modified Include attribute of the aspect manager service to include org.jboss.injbossaop? e.g. | <attribute name="Include">org.jboss.test,org.jboss.injbossaop</attribute> | <attribute name="Exclude">org.jboss.</attribute> | I have set this up by default in 1.3.1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885660#3885660 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885660 |
From: mcaughey <nu...@jb...> - 2005-07-20 06:33:16
|
Is it possile to create a Topic on demand? The goal is to at run time determine if and when new topics are required and start them up. Is this possible? If so where do I look? i've been reading everything I can find on JBossMQ. Thanks in advance, Michael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885641#3885641 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885641 |
From: <sco...@jb...> - 2005-07-20 06:04:57
|
I have added support for mapping missing attributes with defaults to head, and the org.jboss.test.xml.jbxb.defaults.DefaultsUnitTestCase is passing, but the org.jboss.test.xml.JNDIBindingUnitTestCase continues to fail because the java object stack and type stacks seem to be out of synch when it comes to the JNDIBinding object and associated jndi:binding element. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885639#3885639 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885639 |
From: umaroy <nu...@jb...> - 2005-07-20 05:58:03
|
Hi I would like to implement single sign on and was wondering where do I start? I am using Windows XP and would like to sign on at my pc and when I activate the application which is deployed on Jboss 4.0.0., have it sign me on automatically utilising my current security credentials.I am using a kerberos5login module. So when i access the application through browser the authentication should not be repeated for the application. With the setting of valve in the jbossweb-tomcat50.sar/sever.xml is enough for specifying the single sign on to be enabled. but how do we configure the details about the login module (Kerberos)? All and any suggestions of software, servers, sites to visit etc would be most appreciated. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885636#3885636 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885636 |
From: umaroy <nu...@jb...> - 2005-07-20 05:07:10
|
Hi I would like to implement single sign on and was wondering where do I start? I am using Windows XP and would like to sign on at my pc and when I activate the application which is deployed on Jboss 4.0.0., have it sign me on automatically utilising my current security credentials.I am using a kerberos5login module. So when i access the application through browser the authentication should not be repeated for the application. With the setting of valve in the jbossweb-tomcat50.sar/sever.xml is enough for specifying the single sign on to be enabled. but how do we configure the details about the login module (Kerberos)? All and any suggestions of software, servers, sites to visit etc would be most appreciated. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885630#3885630 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885630 |
From: <mcu...@jb...> - 2005-07-20 02:40:56
|
1.5M2 Release Notes: Some early adopters in our forums quickly identified a bug with the first round of 1.5M2 zips that was fixed and re-uploaded. If you are having a problem accessing the JSP or XML syntax preference pages from JBossIDE 1.5M2, please re-download the binary from sourceforge as the bug has been addressed. You can see the forum reference here: http://jboss.com/index.html?module=bb&op=viewtopic&t=66528 Some new documentation has been added. Firstly, there is a new JBossIDE Development Cookbook written by Rob Stryker. The goal of this tutorial / walk-through is to give current and potential JBoss committers an idea how to enter into the world of JBossIDE and develop plugins for various JBoss products. Next we have a new walkthrough document for JBossAOP Developer also written by Rob Stryker. This walkthrough has been expanded to cover the new breadth of features in JBossAOP Developer including introductions with mixins, typedefs, and the new pointcut expression wizard. Lastly, we have a Trailblazer demonstration suite that shows off our new EJB3 technology and also highlights JBossIDE's EJB3 Tools. This was a collaborative effort between Michael Yuan and Marshall Culpepper. You can view all of our documentation and related packages on our newly designed docs page here: http://jboss.com/products/jbosside/docs View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885593#3885593 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885593 |
From: <mcu...@jb...> - 2005-07-20 02:40:29
|
1.5M2 Changes: The JBossIDE Team is pleased to announce the long awaited 1.5 Milestone 2 (compatible with Eclipse 3.1 final). Major changes are broken down by component: Hibernate Tools (3.0 alpha 4) --- See the new and noteworthy page here: http://www.hibernate.org/hib_docs/tools/newandnoteworthy/hibernate-eclipse-news-3.0.0.alpha4.html jBPM Designer (3.0) --- See the jBPM website here: http://jbpm.org JBossAOP Developer (1.1 beta 3) --- - A new graphical pointcut expression creation wizard. - New JBossAOP constructs implemented: typedefs, introductions, and mixins - Editor markers for typedefs and introductions added - Integrated build support for typedefs and introductions - "advice" (ctrl+1 in editor) added for typedefs & introductions - A new typedef creation wizard EJB3 Tools (1.0 beta 3) --- - EJB3 libraries can be added to standard Java projects through the project's Java Build Path - Minor UI and error checking enhancements to prevent bugs during JBoss AS selection - A new lightweight installation. All JARs are expected to be found in the selected JBossAS installation. JBossIDE Core (1.5 Milestone 2) --- - Compatibility with Eclipse 3.1 final View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885594#3885594 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885594 |
From: <mcu...@jb...> - 2005-07-20 02:39:20
|
1.5M2 Release Notes: Some early adopters in our forums quickly identified a bug with the first round of 1.5M2 zips that was fixed and re-uploaded. If you are having a problem accessing the JSP or XML syntax preference pages from JBossIDE 1.5M2, please re-download the binary from sourceforge as the bug has been addressed. You can see the forum reference here: http://jboss.com/index.html?module=bb&op=viewtopic&t=66528 Some new documentation has been added. Firstly, there is a new JBossIDE Development Cookbook written by Rob Stryker. The goal of this tutorial / walk-through is to give current and potential JBoss committers an idea how to enter into the world of JBossIDE and develop plugins for various JBoss products. Next we have a new walkthrough document for JBossAOP Developer also written by Rob Stryker. This walkthrough has been expanded to cover the new breadth of features in JBossAOP Developer including introductions with mixins, typedefs, and the new pointcut expression wizard. Lastly, we have a Trailblazer demonstration suite that shows off our new EJB3 technology and also highlights JBossIDE's EJB3 Tools. This was a collaborative effort between Michael Yuan and Marshall Culpepper. You can view all of our documentation and related packages on our newly designed docs page here: http://jboss.com/products/jbosside/docs View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885593#3885593 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885593 |
From: <mcu...@jb...> - 2005-07-20 02:38:14
|
The JBossIDE team is pleased to present you with the long awaited 3.1 final compatible release! The release notes and changes will be seperate posts under this thread. Download Guide: http://jboss.com/products/jbosside/downloads JBossIDE 1.5M2 Downloads: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=72248&release_id=342411 The update site is still being updated, I will be posting once it's ready. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885592#3885592 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885592 |
From: kukeltje <nu...@jb...> - 2005-07-20 00:30:30
|
It would be realy usefull, especially when combined with a DMS. Putting a JSR-170 compliant content repository beneath it (see http://incubator.apache.org/jackrabbit/index.html) jBPM is also looking at something like a DMS. Couldn't we make this a joint effort? jBPM for the processes regarding DMS (default processes for reassing, approvement based on roles etc...) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885583#3885583 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885583 |
From: oberon777 <nu...@jb...> - 2005-07-19 21:47:06
|
No, jboss-aop.xml is outside. I tried EAR deployment as well with the same effect. Somehow, SimpleInterceptor in injboss doesn't fire. I don't know how to trace this issue. How can I figure out why that's happening? Pointcuts specified in jboss-aop.xml are listed under AOP in Webconsole. However, all of them are listed as unbound. I have no idea why. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885554#3885554 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885554 |
From: <bil...@jb...> - 2005-07-19 21:39:42
|
So, your jboss-aop.xml file is wihtin your WAR? This will not work. The deployer will not look in WARs for aop.xml files. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885552#3885552 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885552 |
From: oberon777 <nu...@jb...> - 2005-07-19 21:32:31
|
Thanks for your reply, Bill. Is the 1.3.1 bundle available? I am adding my aspects to the war file the appilication is contained in, which is done by running ant deploy-basic-lt-war. This uses a standalone jboss-aop.xml file. I am not using any *.aop files at all. Is that a problem? What's the search path for aspects listed in a standalone jboss-aop.xml file? I.e., if I have this | <?xml version="1.0" encoding="UTF-8"?> | <aop> | <bind pointcut="call(* org.jboss.injbossaop.lib.ExampleValue->getMessage())"> | <interceptor class="CallerInterceptor"/> | </bind> | ... | where is CallerInterceptor supposed to be located? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885550#3885550 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885550 |
From: <bil...@jb...> - 2005-07-19 21:15:36
|
I did the 1.3.0 and 1.3.1 bundles. I tested them on Linux before deploying... Make sure you are packing your aspects within .aop archives. If you are bundling .aop files within an EAR, make sure you have them EXPLICITLY listed in modules in jboss-aop.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885547#3885547 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885547 |
From: oberon777 <nu...@jb...> - 2005-07-19 21:06:36
|
Yes, I saw the same messages. I am having a great deal of trouble getting JBoss 4.0.3RC1 and AOP 1.3 work together. Somehow, I managed to get the injboss example to work on Windows, however, the Linux version still remains disfunctional. Are there people out there that have successfully deployed their aspects using this combination? I have difficulty adding aspects to injboss -- apparently, my aspects are not being found or something. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885546#3885546 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885546 |
From: adamw <nu...@jb...> - 2005-07-19 20:21:18
|
Hello, is there anything else I should do to make it work? I though I had it working when I saw some "22:10:04,063 INFO [STDOUT] [warn] AOP Instrumentor failed to transform org.apache.catalina.core.StandardContext" messages during startup (and OutOfMemoryExceptions at the end ...), but neither my very simple examples, nor in-jboss examples (from here: http://docs.jboss.com/aop/1.3/aspect-framework/examples/injboss/aopInJbossPackaging.html) work. Cheers, Adam View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885539#3885539 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885539 |
From: kachingkazoo <nu...@jb...> - 2005-07-19 20:16:27
|
Sorry, I forgot the Code tag. Here is the content of the blank spaces in the previous post. | <complexType name="ParameterGroupSelectable"> | <complexContent> | <extension base="tns1:ParameterGroup"> | <sequence> | <element name="defaultParameterID" nillable="true" type="xsd:string" /> | <element name="selectedParameterID" nillable="true" type="xsd:string" /> | </sequence> | </extension> | </complexContent> | </complexType> | | <wscompile fork ="true" | import ="true" | keep ="true" | sourceBase ="${gend.dir}" | base ="${build.dir}" | mapping ="${gend.dir}/${ejb.package}/META-INF/${ejb.name}-mapping.xml" | model ="${gend.dir}/${ejb.package}/META-INF/${ejb.name}.xml.gz" | xprintstacktrace="true" | config ="${config.file}"> | <classpath refid="build.classpath"/> | </wscompile> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885538#3885538 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885538 |
From: <kab...@jb...> - 2005-07-19 20:16:24
|
Yes, The 1.3.1 release contains some more aggressive commenting for doing this. I'll add a task to the JIRa to make the deployers reference the correct service View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885537#3885537 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885537 |
From: <cle...@jb...> - 2005-07-19 20:14:08
|
Man... Have you changed the address of the emulator? Remember that the emulator property changes the descriptors. Double check your properties a jboss-Oracle-run.properties, and make sure you change build.xml to reflect into jboss-Oracle-run.properties. Clebert View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885536#3885536 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885536 |