[JBoss-dev] [Nukes Development] - Re: Nukes compatibility to JBoss upgrade path

2004-08-03 Thread invisiblemage
Hi, yes, I have found that post two days ago... after several hours figuring out myself :-( what I did after that: I got MBeanNotCompliant, since the lifecycleinterceptor seems to be missing the default constructor, so I added public LifeCycleInterceptor() { super(); this.log

[JBoss-dev] [JBoss Remoting] - Re: remote jmx communication

2004-08-03 Thread telrod
Can find documentation on remoting at http://www.jboss.org/developers/projects/jboss/remoting. Can you provide a little sample code or give more detailed on how you are exposing your mbean remotely? There are several ways to do this, so would help in know approach you are using. -Tom View

[JBoss-dev] [JBoss Remoting] - Re: Classloading issue when setting remoting handlers

2004-08-03 Thread telrod
In the current code base (may have changed between DR4 and now, but don't think so), the package is org.jboss.aspects.remoting. Therefore the fully qualified class name should be: org.jboss.aspects.remoting.AOPRemotingInvocationHandler Can be found in the jboss-sapects.jar in the server/defaul

[JBoss-dev] [JBoss Remoting] - Re: Sample JSR160 code for Jboss?

2004-08-03 Thread telrod
There currently is not support for the JSR160 specification. There is, however, support for remote JMX, but is not compliant with JSR 160. What tests are you running? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844047#3844047 Reply to the post : http://

[JBoss-dev] [Nukes Development] - Re: Nukes compatibility to JBoss upgrade path

2004-08-03 Thread jae77
i could have sworn i posted something about this not to long ago, but i can't seem to find the thread, and i'm pretty worn out from relocating back to nyc, and i don't really have the energy to keep looking. :) the Invocation class that used to reside in org.jboss.mx.interceptor package no longe

[JBoss-dev] [JBoss Remoting] - Sample JSR160 code for Jboss?

2004-08-03 Thread abalan
Are there any sample JSR160 code for Jboss? I have tried some RI samples for remoting, but am having trouble, with ClassCastExceptions. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844034#3844034 Reply to the post : http://www.jboss.org/index.htm

[JBoss-dev] [ jboss-Bugs-1002748 ] jdbc3 PM throws null pointer error when restoring durable

2004-08-03 Thread SourceForge.net
Bugs item #1002748, was opened at 2004-08-03 17:08 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1002748&group_id=22866 Category: JBossMQ Group: v3.2 >Status: Closed >Resolution: Fixed Priori

[JBoss-dev] [JBoss IDE] - how to let jboss ide use single filed type as primary key ty

2004-08-03 Thread jackleeok
I use the lastest verion of jboss ide plug-in for eclipse 3.0. I defined a string attribute in an entity bean as primary key. but after I ran xdoclet, it created a ejb-jar.xml. In it, it use an automatic generated type as my entity bean's primary key type. Is it possible tell the ide put

[JBoss-dev] testsuite - jboss-3.2 and jdk1.5 beta2 problems

2004-08-03 Thread Chris Kimpton
Hi, I am trying to compile jboss-3.2 with jdk1.5 beta2 - but it fails like this: [exec] _buildmagic:modules:most: [exec] == [exec] == Executing 'most' in module 'common'... [exec] == [exec

[JBoss-dev] [ jboss-Bugs-1002748 ] jdbc3 PM throws null pointer error when restoring durable

2004-08-03 Thread SourceForge.net
Bugs item #1002748, was opened at 2004-08-03 12:08 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=1002748&group_id=22866 Category: JBossMQ Group: v3.2 Status: Open Resolution: N

[JBoss-dev] [JBoss IDE] - Re: very hard deployment problem -

2004-08-03 Thread aagmon
as i said the i have 3 jars -fiboEJB --> contain the session bean -cmpEJB --> contain the cmp called by the session bean and yes all the classes are present - and the cmp is called (as u can see above) with a local Ref View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-dev] [ jboss-Bugs-971010 ] 3.2.4 and 4DR4 can not handle spaces in dir names

2004-08-03 Thread SourceForge.net
Bugs item #971010, was opened at 2004-06-11 09:51 Message generated for change (Comment added) made by gohde You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=971010&group_id=22866 Category: JBossServer Group: v3.2 >Status: Open Resolution: Works For Me Pri

[JBoss-dev] [ jboss-Bugs-1000771 ] ejbStore not called when required

2004-08-03 Thread SourceForge.net
Bugs item #1000771, was opened at 2004-07-30 18:51 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1000771&group_id=22866 Category: JBossCMP Group: v3.2 >Status: Closed >Resolution: Fixed Pri

[JBoss-dev] [ jboss-Bugs-1002635 ] JBossIDE don't support encoding and docencoding attribute

2004-08-03 Thread SourceForge.net
Bugs item #1002635, was opened at 2004-08-03 22:59 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=1002635&group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution:

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: XDoclet Bug ???

2004-08-03 Thread pique
It's new tag. In the JBoss 3.0 jboss.xml deployment descriptor wasn't ejb-local-ref. (fig 3-3 in AdminDevGuide 305) I spent 5 min and found tag @jboss.ejb-local-ref on site xdoclet.net, I used version 12b2 - it contains only @jboss.ejb-ref-jndi, so download new, As write on XDoclet " Just beca

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Multiple pointcut expressions and advice bindings for sa

2004-08-03 Thread kabkhan
Taken a quick look at the code for the above, and the assumption above regarding ordering of interceptors seems safe. Now, in response to your actual question :-) The global/specific stuff is fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843975#3843975

[JBoss-dev] [Nukes Development] - Re: Problem of memory with file upload

2004-08-03 Thread theute
I am surprised you have no improvement, did you really recompile using the new library ? (do a build clean first) Yes in that case 12 fields in a lot :) You can also try to decrease the max size of a file, i think by default it's 4 MB. View the original post : http://www.jboss.org/index.html?

[JBoss-dev] [Nukes Development] - Re: Problem of memory with file upload

2004-08-03 Thread pista
Indeed, the module html have the same problem. In my form I have 6 file fields and 6 text fields ! It's a lot !! The unique solution for me it's to limit the number of my fields, isn't it? Because when I use the library you have fixed, the problem is not solved for me. I would to thank you for you

[JBoss-dev] [Nukes Development] - Re: Problem of memory with file upload

2004-08-03 Thread theute
I do have a great increase, the module HTML is my test by the way, it allocates way to much memory for a form. I used jprofiler to track the memory and realized that the Apache library was using many times big amount of memory, looking into the source code i saw that for each field of the form

[JBoss-dev] [Nukes Development] - Re: Problem of memory with file upload

2004-08-03 Thread pista
Thanks for your help Thomas but the new library commons-fileupload.jar doesn't resolve my problem. No improvement for me. And I don't understand because in the module html of Nukes, upload of file works fine... You get some improvement with your commons-fileupload library? View the original pos