[JBoss-dev] [Nukes Development] - Re: Nukes Build error

2004-05-17 Thread KaMiKaTze
Hi Fralin, I hope so: The javax.mail.Session.setDebugOut() is a method that came in with JavaMail 1.3 between J2EE 1.3 and 1.4. So on the one hand you can't use J2EE 1.4 with jboss-3.2-3 and on the other hand this method is missing in J2EE 1.3, but luckily it is defined in jboss/server/default

[JBoss-dev] jboss-head Build Failed

2004-05-17 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040518014430 BUILD FAILEDAnt Error Message: file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: -122Date of build: 05/18/2004 01:44:30Time to build: 12 minutes 54 secondsLast changed: 05/

[JBoss-dev] [Nukes Development] - Re: postgres and cmp issues

2004-05-17 Thread joehobson
I downloaded your changes for the TopicEJB and tried it out with no luck - same problem as before. Since i didn't completely understand how it would be different from the faq module I dropped my faq tables (manually this time, relied on the installer to do it last time) and rebuilt & redeployed

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

2004-05-17 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040518003232Lbuild.169 BUILD COMPLETE - build.169Date of build: 05/18/2004 00:32:32Time to build: 12 minutes 39 secondsLast changed: 05/17/2004 22:10:30Last log entry: make sure pkgSets are fully cle

[JBoss-dev] [JBoss.net] - JBoss.net Axis version

2004-05-17 Thread new2jbossapp
Hi I am new to the Web services world. I am using Jboss 3.2.1 and trying to run a Hello World example (uses Xdoclet). Its the example that comes with jboss322.pdf. The problem is that it does not create the client-stubs for complex types. A little research led me to believe that JBoss 3.2.1 use

[JBoss-dev] [Nukes Development] - Re: postgres and cmp issues

2004-05-17 Thread jae77
ok - i've checked in some changes, but i'm not sure if they will 100% solve the problem. i can successfully create topics, but i am unable to post a story. it keeps telling me that i am trying to insert null into the topic_id column (but a quick debug session shows that the topicEJBLocal object

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

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

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

2004-05-17 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040517190721Lbuild.168 BUILD COMPLETE - build.168Date of build: 05/17/2004 19:07:21Time to build: 14 minutes 15 secondsLast changed: 05/17/2004 18:41:10Last log entry: Drop the use of SpyEncapsulated

[JBoss-dev] [Nukes Development] - Modules under GPL?

2004-05-17 Thread joehobson
I've worked with some open source stuff in the past but never really took time to understand the licensing terms until the last few weeks. I started wondering about JBoss and Nukes and how those fit into open source licensing. The JBoss site explains that the JBossAS is licensed under LGPL (good

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

2004-05-17 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040517175010Lbuild.167 BUILD COMPLETE - build.167Date of build: 05/17/2004 17:50:10Time to build: 23 minutes 15 secondsLast changed: 05/17/2004 17:24:05Last log entry: + fix IncompatibleClassChangeEr

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Can JBoss AOP work on Entity EJB?

2004-05-17 Thread Bill Burke
Not possible at this time as in JBoss, entity class implementations are generated at runtime and that classloader isn't set up for dynamic loadtime transformations at this time. $instanceof would work, except for the above problem. Sorry. What you can do is do traditional JBoss interceptors. s

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Passing parameters to Aspects

2004-05-17 Thread Bill Burke
I haven't documented it yet, but if the Interceptor class implements org.jboss.util.xml.XmlLoadable then the importXml will be called at interceptor creation time. I will eventually add this to the creation of aspects as well. | public interface XmlLoadable | { | |// Public --

[JBoss-dev] [Nukes Development] - Re: postgres and cmp issues

2004-05-17 Thread joehobson
I posted an update with some additional thoughts on the user side, continuing the previous discussion. The dev forum is a better place for CMP issues than the user area of course. See what i speculated on that side... http://www.jboss.org/index.html?module=bb&op=viewtopic&t=48788&start=10 ...

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

2004-05-17 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040517171642Lbuild.32 BUILD COMPLETE - build.32Date of build: 05/17/2004 17:16:42Time to build: 12 minutes 46 secondsLast changed: 05/17/2004 14:30:29Last log entry: Fix the datasource jndi module opt

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Can JBoss AOP work on Entity EJB?

2004-05-17 Thread bensench
I tried to use JBoss AOP on Entity EJB. It doesn't work on the getter/setter of entity EJB possibly due to the fact that they are public abstract methods. Is there any way to make it work on these public abstract getter/setter method? Thanks in advance. Bensen View the original post : http://w

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Passing parameters to Aspects

2004-05-17 Thread rkadayam
Apart from Meta-data is there a provision to define some name-value pairs in the jboss-aop.xml file that could be rendered by the interceptors or advice classes ? It was'nt obvious to me from the documentation. Any possibility of adding that feature ? thanks -rajiv View the original post : htt

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Invoking session beans from Interceptors

2004-05-17 Thread rkadayam
You'll have to follow the JBoss AOP for standalone instructions when working with Weblogic. Set the system property jboss.aop.path= in your startweblogicserver script and in addition you may have to add the jboss-aop.jar and javassist.jar to the classpath. The interceptor jars will have to be a

[JBoss-dev] [Nukes Development] - postgres and cmp issues

2004-05-17 Thread jae77
i've tracked down the postgres problem, and it stems from the fact that the db does not support "auto-increment" in the same way that hsqldb (and i'm assuming mysql does) - rather then repost past disucssions, use the following as a search criteria if you want to read up on it "postgres AND crea

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

2004-05-17 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040517163232Lbuild.166 BUILD COMPLETE - build.166Date of build: 05/17/2004 16:32:32Time to build: 14 minutes 36 secondsLast changed: 05/17/2004 15:46:34Last log entry: Fix the MBean permission serial

[JBoss-dev] [Nukes Development] - Nukes Build error

2004-05-17 Thread fralin
I have use build.bat in de nukes/build directory. This build action give a error. Can you help me ? [javac] Compiling 98 source files to D:\anva-abs\nukes\nukes-snapshot\nukes\output\classes [execmodules] D:\anva-abs\nukes\nukes-snapshot\nukes\src\main\org\jboss\nukes\core\modules\mail\MailModu

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - heterogeneous cluster nodes

2004-05-17 Thread nmounasamy
Hi! Anyone knows if Jboss cluster can support different platforms participate in a cluster? We may have to consider some linux based nodes and other solaris based nodes, if this works. Pls. reply. Thanks in advance. regards Nanda View the original post : http://www.jboss.org/index.html?mo

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - NPE on invoking an "advised" session bean

2004-05-17 Thread rkadayam
I have some utility beans that basically performs the following 1. introspecting the session bean classes and generates the required XML for AOP pre-compilation. 2. Ability to lookup a session bean and attach/detach interceptor bindings on it at run-time. ( I use a combination of AspectManager.

[JBoss-dev] [Mail Services] - Mail Services for JBoss Milestone 1 released

2004-05-17 Thread acoliver
http://jboss.org/jbossBlog/blog/acoliver/?permalink=0013.html The first milestone of Mail Services for JBoss (unofficial codename: "Kabir") has been released. It has full support for basic SMTP/POP services including SSL and TLS support. It is built on JBoss and J2EE technologies. Messages are q

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Problem with TreeCache in JBoss 3.2.3

2004-05-17 Thread bela
You'll need to run with the JBossTransactionManagerLookup class rather than the DummyTxManagerLookup. The latter is only usable outside of JBoss. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835218#3835218 Reply to the post : http://www.jboss.org/inde

[JBoss-dev] [Nukes Development] - Re: View newest Post Bug

2004-05-17 Thread LCB
After making a complete new install i can`t replyto a post anymore. I tougth this has something to do with the changes i made. After searching the code i found an bug in the Context.class Index: Context.java | === | RCS file:

[JBoss-dev] [Mail Services] - TODO: (M2) switch to JBoss key generation for entity store

2004-05-17 Thread acoliver
Presently the Entity stuff does this strange key generation gambit. It should instead use the JBoss support. I lean towards just using database sequence support, but for some reason we do a REAL stupid thing with the way JBoss support sequences. Sequence support in JBossCMP makes you write wh

[JBoss-dev] [Nukes Development] - Re: Translating Nukes to spanish

2004-05-17 Thread marcord
yes i could start to cleanup, i'll start with the core files and work my way to the addon modules, i'll check out from the cvs and let you know when i have the core modules so i can get write acces to put them back View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-dev] [Mail Services] - TODO: (M2) TLS/SSL does not work with Entourage (and Outlook

2004-05-17 Thread acoliver
Neither TLS or SSL support in M1 seems to work with M$ Entourage. I tested it with Thunderbird and it worked okay. Not sure why. I'll test it with outlook soon, but most problems with Entourage are also problems with Outlook/Win32 and oddly the Mac mail client as well. (I'd suspect 1 and 3 b

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Invoking session beans from Interceptors

2004-05-17 Thread Bill Burke
Ben, You'll have to tell me your exact setup and steps you made to do things. 1. Did you precompile your clases with aopc? 2. Did you set the System Property jboss.aop.path? Thanks, Bill View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835207#3835207 Reply t

[JBoss-dev] [Javassist development Forum] - How to stop directory listings in JBoss3.2.3

2004-05-17 Thread ramasubbu12
Hi, Could anyone u help me out to stop directory listings in JBoss3.2.3. When I give http://localhost:8080/myapp/jsp in the url, all the jsps and subdirectories/files are listing. I need to avoid that. I have also specified welcome file list in my web.xml. Thanks in advance. -RamaSubramanian

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: TODO: JMX Message Listing

2004-05-17 Thread [EMAIL PROTECTED]
At the moment it is just reusing the same code as QueueBrowser.browse(...) We need a different version for paging BasicQueue.browse(Selector, int start, int pageSize) throws JMSException; This will avoid loading the entire thing into memory. The QueueBrowser should really be using a proxy enumer

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

2004-05-17 Thread Bill Burke
"spiritualmechanic" wrote : In the Wiki it says that we can precompile our aspects and then run them inside the JBoss server. I've adapted the build.xml from one of the examples, and aopc runs on my Driver class, but I can't really tell if it's being modified or not. Should it be modified, or is

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: TODO: JMX Message Listing

2004-05-17 Thread raja05
How about adding a method that sets the number of messages that are retrieved for doing the list operation alone? The browse code could be modified to take in a start and number of messages to return a subset of total number of documents. As of 3.2.2.RC4, only the JMSQueue's browse method is the

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: TODO: JMX Message Listing

2004-05-17 Thread raja05
OOps Sorry, Dint check the change notesfor 3.2.4 before posting this View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835188#3835188 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835188 --

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: TODO: JMX Message Listing

2004-05-17 Thread raja05
Adrian Which version is this added to? HEAD? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835187#3835187 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835187

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

2004-05-17 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040517085628Lbuild.31 BUILD COMPLETE - build.31Date of build: 05/17/2004 08:56:28Time to build: 10 minutes 16 secondsLast changed: 05/17/2004 02:19:29Last log entry: Set the cvs tag to JBoss_3_2_4_RC2

[JBoss-dev] [Nukes Development] - Re: View newest Post Bug

2004-05-17 Thread cooper
that makes sense, I have just commited the patch in the CVS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835183#3835183 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835183 -

[JBoss-dev] [Nukes Development] - Re: View newest Post Bug

2004-05-17 Thread LCB
Hmm, i will try to explain. You must go to a forum which has new Posts for you. For each topic in this Forum which has new Posts for you, you will find an icon left beside the topic headline. A click on this should bring you to the newest post of this topic, but it doesn`t. View the orig

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

2004-05-17 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040517083233Lbuild.165 BUILD COMPLETE - build.165Date of build: 05/17/2004 08:32:33Time to build: 13 minutes 26 secondsLast changed: 05/17/2004 05:37:02Last log entry: Move more things upto the Repos

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

2004-05-17 Thread oz59
Hello again. Now I think I understand your question (sorry!). Yes, a precompiled .class is modified. You can verify by file size or decompiling. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835179#3835179 Reply to the post : http://www.jboss.org/index.h

[JBoss-dev] [Mail Services] - TODO: (M2) fix packaging

2004-05-17 Thread acoliver
Right now our packaging is a bit of a mess (every package has all classes in it!). I think we should have: SAR containing an EAR which contains the ejb-jars. There should be one JAR of all of the classes (for now) inside of the ear. Deployment in JBoss supports arbitrary russian-dolls and th

[JBoss-dev] [Nukes Development] - Re: View newest Post Bug

2004-05-17 Thread cooper
I would like to know how to trigger that view :-) to test it by myself. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835173#3835173 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835173 -

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Problem with TreeCache in JBoss 3.2.3

2004-05-17 Thread victor.sauermann
Hello! Here is some. I hope the amount fits your interest. Many thanks so far Vic anonymous wrote : | 14:23:32,504 INFO [MainDeployer] Deployed package: file:/D:/Projects/Java/jboss3/server/all/deploy/test-ejb.jar | 14:24:17,359 INFO [STDOUT] >>>Creating<<< | 14:24:17,4

[JBoss-dev] [Nukes Development] - View newest Post Bug

2004-05-17 Thread LCB
The "View newest Post" Button shows the newest Post in the forum, not in the topic. I think i have found the solution for this problem: Index: PostEJB.java | === | RCS file: /cvsroot/jboss/nukes/bb/src/main/org/jboss/nukes/addon

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Relationships

2004-05-17 Thread jdwn
Hello, I'm using Lomboz for Eclipse and I want to create a 1-1 relationship between two entity beans. But each bean is in a different ejb-jar file. So bean A is in a.jar and bean B is in b.jar I think I have to use @ejb.ejb-external-ref, but when I generate the EJB classes I always get errors.

[JBoss-dev] [Nukes Development] - Re: question DataBase

2004-05-17 Thread pista
anonymous wrote : you run multiple instance of JBoss per OS I thought also do that, but I hoped that there was a best solution... Thanks to confirm my idea ! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835161#3835161 Reply to the post : http://www.jboss.or

[JBoss-dev] [Nukes Development] - Re: question DataBase

2004-05-17 Thread cooper
you run multiple instance of JBoss per OS. Then you have technics to avoid port conflicts between these instances. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835156#3835156 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-dev] [Nukes Development] - Re: question DataBase

2004-05-17 Thread pista
anonymous wrote : Then you can do multi instance of JBoss per box if you want to share them. | I don't understand, can you explain me please? Thanks for your reply which have been fast !! :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835154#3835154

[JBoss-dev] [Nukes Development] - Re: question DataBase

2004-05-17 Thread cooper
how do you want to share your hosting ? I would recommand one customer per JBoss instance (this is not possible to deploy several Nukes in one JBoss). Then you can do multi instance of JBoss per box if you want to share them. View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-dev] [Nukes Development] - question DataBase

2004-05-17 Thread pista
Hi !! I want to use Nukes with several DataBase, is it possible? In fact, I want to propose an application for several customers and I want to have a database per customer. Can I do that? Thanks a lot ! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835151#

[JBoss-dev] [Nukes Development] - Re: Translating Nukes to spanish

2004-05-17 Thread cooper
yes, but first you need to cleanup the existing language files. some have already wanted to do that but never started to cleanup these. are you ok with that ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835142#3835142 Reply to the post : http://www.jboss.

[JBoss-dev] [JBossWeb] - jboss-3.2.3 not working

2004-05-17 Thread shbgupta_2000
Dear Sir, I have downloaded jboss-3.2.3 in (d:\jboss-3.2.3, and unzip the folder and run the command at d:\jboss-3.2.3\bin\run -c minimal the command will worked and finally comes 'Started in 7s:832ms' after that i placed the one simple jsp file(like out.println command) at d:\jboss-3.2.3\se

[JBoss-dev] [JBoss IDE] - Re: organize import failed during XDoclet code generation (e

2004-05-17 Thread Capricorn
Hi! Thanks a lot. Seems to be a problem of XDoclet. Everything works fine after downgrading to Version 1.2b3. I even tried the Version 1.2.1 of XDoclet but this version does not work, too. ciao Capricorn. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835139#