[JBoss-dev] [ jboss-Bugs-957834 ] Attribute JBossWebDeploymentDescriptor returns null

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

[JBoss-dev] [EJB on JBoss] - Why not call getLockManager.removeLockRef?

2004-05-21 Thread liu_linux
Hi, I read the source code and find we do not call getLockManager.removeLockRef(id) at the end of StatefulSessionContainer.getEJBObject(). I think it is a bug because it may cause the lock-leak. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835770#3835770

[JBoss-dev] [EJB on JBoss] - Why there is a list-entity?

2004-05-21 Thread liu_linux
I searched list-entity and listEntityInterceptorClasses in all source files when I configured list-entity, home, and bean in standardjboss.xml for client-interceptor. But unlike beanInterceptorClasses and homeInterceptorClasses, I found there is no use for listEntityInterceptorClasses after we

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

2004-05-21 Thread lepe
Hi! First of all you should not put this question on a dev-forum but rather on the user forum. Anyway I know of a JBoss clusters in production that has both Linux and Windows boxes in same cluster partition. /L View the original post :

[JBoss-dev] [Tomcat] - WEB-INF/lib causes javax.servlet.ServletException

2004-05-21 Thread YoshioN
Hi! I'm in trouble with JBoss3.2.3 configuration with Tomcat. I find the JSP WAR file including a lib directory and jar files under WEB-INF directory causes javax.servlet.ServletException on JBoss3.2.3 startup. This doesn't depend on what kinds of jar files are included. Now Im developing a JSP

[JBoss-dev] [Nukes Development] - Re: can nukes support chinese now

2004-05-21 Thread cooper
I looked at the problem two days ago. The problem is mostly a charset issue. To reproduce and insert these chars in the HTML module, I had to switch my browser in chinese charset. After I pasted the chinese chars and submited them. The thing is that they are stored as XML entities in the

[JBoss-dev] [Security on JBoss] - Authorization JBoss 3.2.3

2004-05-21 Thread lalala
I'm currently installed the Jboss version 3.2.3, and my question is this: I want to allow to access to JBoss (my applications: ejb's and jsp's) only a few hosts (this pc's will be my server's and the clients connect to them), so I don't know how can I do this. I'm reading a lot of

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

2004-05-21 Thread kabkhan
1) How many subscribe to the JB newsletter :-) 2) Nukes, that'd be cool. I did some initial investigations, documented in a thread somewhere. I still don't really get the chainable mail listeners stuff, but am wondering if they would/could/should play a role in the Nukes integration. I'll get

[JBoss-dev] [JBossWeb] - jsp 2.0

2004-05-21 Thread gscarpellini
I want to use a jsp 2.0 and EL language for my web application (tomcat 5, I think...). Can I use tomcat 5 from jakarta and uninstall tomcat 4 from jboss? It's possible? what happen if I do it? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835786#3835786 Reply

[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread [EMAIL PROTECTED]
In JDK 1.4, annotations added to the class file will only work if you have access to the classloading mechanism. e.g. running an EJB container in an applet would not give you access to the classloading so you would need xml. View the original post :

[JBoss-dev] [TODO -- DEVELOPMENT] - 3.2.4 Release Tasks (Repost)

2004-05-21 Thread [EMAIL PROTECTED]
The following tasks need to be completed before the 3.2.4 release can be finalized. If there are other tasks, post them here along with the status and I'll integrate them into this summary post. Bug [ 925421 ] post data does not transit form based container logon, assigned to Remy: COMPLETED

[JBoss-dev] [TODO -- DEVELOPMENT] - 3.2.4 Release Tasks (Repost)

2004-05-21 Thread [EMAIL PROTECTED]
The following tasks need to be completed before the 3.2.4 release can be finalized. If there are other tasks, post them here along with the status and I'll integrate them into this summary post. Bug [ 925421 ] post data does not transit form based container logon, assigned to Remy: COMPLETED

[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread Bill Burke
Not true at all. You just need the classloader and then do a getResource on that classloader to load it into javassist. Take a look at the code. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835808#3835808 Reply to the post :

[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread [EMAIL PROTECTED]
You just need the classloader Getting hold of a classloader is a privileged operation. If anybody could do it, java would be very insecure. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835813#3835813 Reply to the post :

[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread Bill Burke
Then don't use the freakin shtuff in an applet. J2EE 1.5 is written towards JDK 1.5. This is an option to JDK 1.4 developers and to allow me to use JDK 1.4 and IDEA to code this shit up. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835814#3835814 Reply

[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread [EMAIL PROTECTED]
How relevant is this? Eventually the managed environments will be in JDK 1.5, where the full annotation is available. In the meanwhile it is an issue for JDK 1.4 based, but I can't think of an example that is using an EJB container in such a managed environment today...? Do we have such

[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread [EMAIL PROTECTED]
Applets are the acid test of our POJO middleware. If it will run in an applet (with unsigned jars preferably) it will run anywhere. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835820#3835820 Reply to the post :

[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Applets are the acid test of our POJO middleware. True. But is EJB3 part of that picture? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835823#3835823 Reply to the post :

[JBoss-dev] [EJB on JBoss] - Re: EJB3 meta model and JDK 1.4

2004-05-21 Thread Bill Burke
EJB3 can/should be able to run inside an applet, but only a JDK 1.5 based applet. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835825#3835825 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835825

[JBoss-dev] [Nukes Development] - Re: can nukes support chinese now

2004-05-21 Thread hawking
thank you so much. wait for your good news. i search the forum and find this can this help? paxsonyang wrote: First of all, I wanna say that the porting of module bb is really an admirable job. I installed the nukes as the internal knowledge sharing tool for our company in Taiwan. When using

[JBoss-dev] [Nukes Development] - Re: can nukes support chinese now

2004-05-21 Thread cooper
Yes I understand why it fixes the issue. Then I am wondering if doing that is the normal way to do it. I mean when I select chinese as charset in my browser and submit the infos, that force the browser to send the chars as unicode entity. So another way to handle it would be to decode such

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

2004-05-21 Thread acoliver
Number: A whole lot... I forget, somewhere I ahve the list. Unchained melody: The difference between chainable and non-chainable mail listeners. Chainable mail listeners affect what the mail listeners downstream see. They can even *change* the mail. non-chainable always get an exact copy

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: JBoss AOP 1.0 Beta2 Released

2004-05-21 Thread Squeak
Bill Burke wrote : | * Get working with JBoss 3.2 | Does Beta2 only work with the upcoming 3.2.4 release, or were the changes self-contaiend in the AOP tree, and will work in all of the 3.2 releases? View the original post :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: JBoss AOP 1.0 Beta2 Released

2004-05-21 Thread Bill Burke
Only 3.2.4RC2 and higher. Sorry. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835837#3835837 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835837 --- This SF.Net

[JBoss-dev] [ jboss-Bugs-957021 ] JMXDocletTask cannot be found

2004-05-21 Thread SourceForge.net
Bugs item #957021, was opened at 2004-05-19 15:18 Message generated for change (Comment added) made by toastchee You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=957021group_id=22866 Category: Build System Group: CVS HEAD Status: Open Resolution: None

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-05-21 Thread [EMAIL PROTECTED]
New JMSProviderLoader that takes jndi properties. Using this to configure HAJNDI access for HAJMS, but it can also be used to easily configure thirdparty jms jndi access more easily. e.g. | mbean code=org.jboss.jms.jndi.JMSProviderLoader |

[JBoss-dev] [JBoss IDE] - jboss IDE for jsp,entity bean

2004-05-21 Thread zhangj
can I use Jboss_ide develop jsp?if so,is there any example? is there any tutorial for develop entity bean?cmp,bmp thank you View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835853#3835853 Reply to the post :

[JBoss-dev] [IIOP on JBoss] - IIOP ans Security (a follow-up)

2004-05-21 Thread yzkbug
Is there any update on when CSIv2 will be supported in JBoss ? It seems that JacORB 2.1 already supports it. Thanks Eugene Ivanov --ORIGINAL THREAD On Fri, 29 Aug 2003, Francisco Reverbel wrote: Interoperable security for EJB invocations is not implemented yet.

[JBoss-dev] [ jboss-Bugs-957032 ] loader-repository in jboss-app.xml not working

2004-05-21 Thread SourceForge.net
Bugs item #957032, was opened at 2004-05-19 13:37 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=957032group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5

[JBoss-dev] [JBoss IDE] - Re: Unable to install the JBOSS PLUGIN in Eclipse

2004-05-21 Thread Kegel
jdmsai wrote : Hi, | I am having similar problem. | I can access http://jboss.sourceforge.net/jbosside/updates on a browser. | But in eclispe, it says Unable to access http://jboss.sourceforge.net/jbosside/updates when I use the update manager following the installation guide. | |

[JBoss-dev] [ jboss-Bugs-957704 ] Jaxen-based Applications no longer working wth JBoss =3.2.4

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

[JBoss-dev] [Mail Services] - Where to test

2004-05-21 Thread acoliver
I have a new account which can be used to send test messages acoliver ot gmail dat com. I get like a gig. Let me know if I need to clean it out ;-) -andy View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835883#3835883 Reply to the post :

[JBoss-dev] [JBoss IDE] - Error installing with Eclipse 3M9

2004-05-21 Thread joeask
Hi, i just downloaded and installed eclipse 3m9, and found this trying to install jboss-ide: Error: jboss-ide(1.2.330) requires plug-on org.apache.xerces I tried this way: help-software updates-find and install search for new features to install URL:

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

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

[JBoss-dev] [JBoss IDE] - update xdoclet

2004-05-21 Thread albertfang
I am trying to update xdoclet to version 1.2.1, but I am afraid to destroy everything. Can someone tell how to do it correctly ? Thanks ! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835898#3835898 Reply to the post :