[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Database trigger and Jboss Caching

2004-07-14 Thread bela
Updating/invalidating a cache in a (Java) trigger should be okay. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841970#3841970 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841970

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Using JBossCache with WebLogic 8.1 and WebSphere 5.1

2004-07-14 Thread mplesser
Here you go, just the package name is left out, adjust as you see fit. Code is tested using Orion, OC4J, JBoss and WebSphere 5.1 -markus | import org.apache.log4j.Logger; | import org.jboss.cache.TransactionManagerLookup; | import org.jboss.cache.transaction.DummyTransactionManager; |

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - a question about advisable

2004-07-14 Thread davidxie
Hi, I am writing my master thesis about AOP. But I found an error when I used advisable tag in the jboss-aop.xml. I wish someone can do me some help. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841978#3841978 Reply to the post :

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Using JBossCache with WebLogic 8.1 and WebSphere 5.1

2004-07-14 Thread bela
Thanks, I have checked it into jboss-head. I will backport it to jboss-3.2 once I release JBossCache 1.1. I had to fix some index error, plus a method.invoke() args error. Could you check it out from the CVS and see whether it works with my changes ? Also: if you could test whether this runs

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Using JBossCache with WebLogic 8.1 and WebSphere 5.1

2004-07-14 Thread bela
Thanks, I have checked it into jboss-head. I will backport it to jboss-3.2 once I release JBossCache 1.1. I had to fix some index error, plus a method.invoke() args error. Could you check it out from the CVS and see whether it works with my changes ? Also: if you could test whether this runs

[JBoss-dev] [ jboss-Bugs-990243 ] CMP does not handle NULL data in IMAGE fields (MS SQL)

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

[JBoss-dev] [JBoss IDE] - about jboss IDE source code

2004-07-14 Thread tiansun
Hi, I am new to jboss IDE and to the open source world, but I do feel very interested in them. Please forgive me if my question is too stupid. I've downloaded Jboss IDE 1.2.430 and made it work with eclipse 3.0. I would like to have a look at the source code of it, but cannot find it anywhere

[JBoss-dev] [ jboss-Bugs-990243 ] CMP does not handle NULL data in IMAGE fields (MS SQL)

2004-07-14 Thread SourceForge.net
Bugs item #990243, was opened at 2004-07-13 18:51 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=990243group_id=22866 Category: JBossCMP Group: v3.2 Status: Closed Resolution: Fixed Priority:

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

2004-07-14 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040714054651Lbuild.139 BUILD COMPLETE-build.139Date of build:07/14/2004 05:46:51Time to build:16 minutes 56 secondsLast changed:07/14/2004 05:26:51Last log entry:javadocs, fix for [ 990243 ] CMP does

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - AOP Security+AOP Remoting

2004-07-14 Thread kado0002
I use AOP Security Service and it works. But when I use AOP Remoting with the security service I got a lot of problems. Always when I want to execute a secured method of an object, which is called by the remote proxy object I get an Authentication exception. Example: jboss-aop.xml |

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

2004-07-14 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040714075656Lbuild.140 BUILD COMPLETE-build.140Date of build:07/14/2004 07:56:56Time to build:14 minutes 13 secondsLast changed:07/14/2004 07:26:27Last log entry:use 'and' instead of ','

[JBoss-dev] [JBoss IDE] - Re: Jboss ide 1.2.4 question

2004-07-14 Thread slackjack
Update your xdoclet jars as specified in the Jboss IDE pdfs. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842019#3842019 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842019

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: a question about advisable

2004-07-14 Thread Bill Burke
JBoss AOP has changed significantly since the DR2 release. advisable is now prepare http://www.jboss.org/wiki/Wiki.jsp?page=DynamicAOP View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842020#3842020 Reply to the post :

[JBoss-dev] [ jboss-Bugs-990882 ] destroying context with tomcat5 happens too late

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

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Using JBossCache with WebLogic 8.1 and WebSphere 5.1

2004-07-14 Thread mplesser
You're welcome. It took me some time to verify due to a deployment issue of my app on JBoss, but i can confirm now that it is working in the current jboss-head. There is one issue though: The moment you modify a node during a transaction it is replicated across all members of the cluster. Once

[JBoss-dev] [JBoss IDE] - Can't create struts-config.xml

2004-07-14 Thread tcross
Probably I'm doing something stupid, or not doing something smart, but I add a strutsconfigxml task to my Web config's webdoclet task in the hopes of getting a default struts-config.xml file, and I get the following error: BUILD FAILED:

[JBoss-dev] [IIOP on JBoss] - Problem calling EJB using RMI/IIOP while providing IOR for N

2004-07-14 Thread alan_burton
I'm trying to call a remote EJB deployed on JBoss 3.2.4 using RMI/IIOP. I reviewed the article located at http://www.jboss.org/developers/projects/jboss/IIOP. I was successful in calling the EJB using both corbaloc and IOR for the provider url when my client is compiled and run using JDK

[JBoss-dev] [ jboss-Bugs-990315 ] rollinglogger PersistenceManager fails to reset Tx from pool

2004-07-14 Thread SourceForge.net
Bugs item #990315, was opened at 2004-07-13 17:30 Message generated for change (Comment added) made by jdefelice You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=990315group_id=22866 Category: JBossMQ Group: v3.2 Status: Closed Resolution: Postponed

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: XML parsing problem with JBossCache

2004-07-14 Thread mounikap
Hi All, I am encountering same problem. Also bwang00, what do you mean by this The other question is whether the xml files run during standalone mode thanks in advance for the reply, Mounika View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842055#3842055

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

2004-07-14 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040714112131Lbuild.141 BUILD COMPLETE-build.141Date of build:07/14/2004 11:21:31Time to build:12 minutes 37 secondsLast changed:07/14/2004 10:58:02Last log entry:return EJB[Local]Object instead of

[JBoss-dev] [JBossWeb] - How to map a URI to a directory on my filesystem

2004-07-14 Thread tsnowden552
Hello everyone, I have been trying to figure out how to map incoming requests to http://localhost/imagebase to an exploded directory /home/imagebase which contains all of our images and related files. I have been packaging imagebase into a WAR, which has worked fine, but we are in need of

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

2004-07-14 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040714124548Lbuild.142 BUILD COMPLETE-build.142Date of build:07/14/2004 12:45:48Time to build:11 minutes 5 secondsLast changed:07/14/2004 12:25:48Last log entry:try to load CMR field from foreign key

[JBoss-dev] [JBoss IDE] - Re: about jboss IDE source code

2004-07-14 Thread darranl
http://sourceforge.net/projects/jboss View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842073#3842073 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842073 --- This SF.Net

[JBoss-dev] [Security on JBoss] - Re: JBOSS - Embedded TOMCAT JAAS Failure

2004-07-14 Thread auckyboy
Fixed. The credentials are associated with a thread View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842078#3842078 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842078

[JBoss-dev] [JBoss IDE] - Re: Expanded Deploy does not trigger Jboss deployment scanne

2004-07-14 Thread letiemble
Hi, JBoss is not monitoring all the files in the expanded package. If I remember well, only descriptors are monitored, so you have to touch the descriptors to trigger the re-deployment. Laurent. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842088#3842088

[JBoss-dev] [JBoss IDE] - Re: Can't create struts-config.xml

2004-07-14 Thread letiemble
Hi, JBoss-IDE is not shipped with all the XDoclet modules. You have to add it by your-self. See FAQ to see how to upgrade XDoclet (it is the same process to add new modules). http://www.jboss.org/wiki/Wiki.jsp?page=JBossIDEGeneralFAQ Laurent. View the original post :

[JBoss-dev] [JBoss IDE] - Re: about jboss IDE source code

2004-07-14 Thread letiemble
Hi, See http://www.jboss.org/wiki/Wiki.jsp?page=JBossIDEBuild for details. Laurent. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842091#3842091 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842091

[JBoss-dev] [Build System] - Re: cvs build questions on jboss-head and jms

2004-07-14 Thread bisla
Scott, I don't get xdoclet-xdoclet under the thirdpart directory... Even when you browse the sources through the web you wouldn't find a xdoclet-xdoclet dir instead what u see is xdoclet/xdoclet . Is there something I'm missing. thanks View the original post :

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: XML parsing problem with JBossCache

2004-07-14 Thread bwang00
What I meant was that can you run build.bat run.demo from the jboss-cache that you have downloaded? If you can, then tree cache is started correctly in standalone mode. Hope this help, -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842123#3842123 Reply

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Using JBossCache with WebLogic 8.1 and WebSphere 5.1

2004-07-14 Thread bela
mplesser wrote : | There is one issue though: The moment you modify a node during a transaction it is replicated across all members of the cluster. | Not correct: I only replicate at the end of a TX. anonymous wrote : | Once you roll it back the 'original' state is correctly restored

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - XA Messaging

2004-07-14 Thread pharaohh
Adrian et al., I'm publishing to a Topic during a transaction. The basic gist of execution is as follows: 1. Client calls method on SLSB 2. Do some stuff 3. Save data to db 4. Publish JMS message to clients that data has been updated 5. Do a little cleanup 6. SLSB method returns (i.e.

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Pointcut expression for methods that take arrays as argument

2004-07-14 Thread rkadayam
I could'nt find it in the forums. Does anyone know how to frame a pointcut expression for a method such as POJO.methodOne(Object[] array, CustomObject[] array2); I need to fine grain every method in POJO so the generic stuff (..) will not work for me. thanks rajiv View the original post :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Pointcut expression for methods that take arrays as argu

2004-07-14 Thread Bill Burke
This should work | execution(void java.lang.Object[],com.pkg.CustomObject[]) | | Don't forget that any class, even if it is in java.lang package must be fully qualified. Bill View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842134#3842134 Reply to

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: XA Messaging

2004-07-14 Thread [EMAIL PROTECTED]
Wrong forum. Use the user forum. This post will be deleted. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842137#3842137 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842137

[JBoss-dev] [JBossWeb] - org.jboss.web.localhost.Engine] SingleSignOnContextConfig[/b

2004-07-14 Thread cgardn2004
Project Duke's Bank Application selection 4.1.4 Package the WAR file. The ant War task also adds a WEB-INF directory ... Where is this directory? Here is the error I get when I deploy the Duke's Bank Application. I would create one if I knew where to put it. 2004-07-14 10:25:11,515 INFO

[JBoss-dev] [JBoss IDE] - Re: about jboss IDE source code

2004-07-14 Thread tiansun
I found it. I've been to that page, but I never used CVS, and didn't get correct meaning of snapshot. So missed it. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842141#3842141 Reply to the post :