[JBoss-user] JMS exception in Web Start application

2003-07-03 Thread Anthony Mowers
Hi All, I get an exception when trying to run a JMS subscriber from within a java app launched via Web Start. It appears the authentication for the JMS connection fails because the JMS SocketHandler code makes calls to System.getProperty. This sort of operation is not allowed within the security

[JBoss-user] Entity bean Attribute Changed Notifications

2003-07-03 Thread Brian Wallis
I need to generate some sort of notification when attributes are changed on certain entity beans. The notifications need to contain the identity of the authenticated user and the old and new value of the attribute (or just the new value would be OK). (I'm running 3.0.7 jboss) I'm not sure how

Re: [JBoss-user] constraining session bean pool

2003-07-03 Thread Brian Wallis
On Fri, 4 Jul 2003 07:40, Erik Price wrote: > How to configure JBoss 3.0 to constrain the session bean pool to only a > certain number of session beans? (For stateful beans.) > > I wish to test ejbPassivate() and ejbActivate() in action. You will need to define your own session bean container con

[JBoss-user] CMR Problem in 3.2.2?

2003-07-03 Thread Gavin Matthews
Hi, I posted yesterday and last week about a problem I was having with CMR when I upgraded from 3.2.0 to 3.2.2. I've done more investigation and I don't think my previous mails were entirely accurate (or very clear) so let me start over. The Problem: I'm experiencing NPE in our app because the

[JBoss-user] Sourceforge cvs is very slow

2003-07-03 Thread snpe
What is with sourceforge cvs ? regards Haris Peco --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Stu

Problem after problem... (Re: [JBoss-user] http session clustering)

2003-07-03 Thread Joao Clemente
sorry for replying so late, but here goes: No, my problems are still not solved... And I almost gave up on this... This is my university thesis, and I'm already almost a year late (it should take a year and I've started my research almost two years ago). If this is not finished in the 2 year-time,

Re: [JBoss-user] 3.2.1: Persistence for SystemPropertiesService?

2003-07-03 Thread Scott M Stark
Last months subscription updated included a draft edition of the 3.2.1 docs that described XMBeans in some detail with examples of persistence, custom security and custom detached invokers. The 3.2.1 release version was updated and given to component source last Friday so it should be available

[JBoss-user] constraining session bean pool

2003-07-03 Thread Erik Price
How to configure JBoss 3.0 to constrain the session bean pool to only a certain number of session beans? (For stateful beans.) I wish to test ejbPassivate() and ejbActivate() in action. Thanks and regards, Erik --- This SF.Net email sponso

Re: [JBoss-user] Datasource Problems

2003-07-03 Thread Guy Rouillier
Edgar Silva wrote: Roullier... I Can understand you, but you agree to me that is strange? Not really, seems to me to be an apples to oranges comparison. Sure, at a basic level we are all talking about data sources, but the runtime semantics are very different. I don't wanna also get into a pro

Re: [JBoss-user] JBoss-Net xdoclet in JBoss-IDE

2003-07-03 Thread Andy Godwin
> (not that the xTags file is completely up to date with the module). It's not, no ... sorry, that's my fault, I simply didn't find the time to update the XDoclet library with Bill's latest poincut code in time for the DR2 release :( I will be updating it this weekend, tho, so it should be in ste

Re: [JBoss-user] DR2 Released

2003-07-03 Thread Hunter Hillegas
Is this the case? Why was the default servlet engine changed? Was it a technical or business decision? I'd like to know more about this. In our tests Jetty has performed much better than Tomcat. Hunter > From: Vladyslav Kosulin <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Thu, 03 J

RE: [JBoss-user] jboss 3.2 datasource password decoder

2003-07-03 Thread Adrian Brock
Have a look at the login modules used by jca adaptors. They are configured in login-config.xml, the default is ConfiguredIdentity. You can write your own to do whatever you like. You'll probably also need to flush the pool? Regards, Adrian Adrian Brock Director of Supp

Re: [JBoss-user] JBossDO page is on the site

2003-07-03 Thread Dan Christopherson
Erik Price wrote: Thank you for posting this, as I have not yet learned enough about EJB (or JDO for that matter) to have an opinion on this subject. But it seems that what you suggest is at odds with some of the writings of Marc Fleury. I am trying to reconcile all of these different perspect

Re: [JBoss-user] JBossDO page is on the site

2003-07-03 Thread Bruce Snyder
This one time, at band camp, Erik Price said: EP>Pete Beck wrote: EP>> I think the confusion arises where people people assume EJB's were EP>> designed for object persistance. EP>> EP>> They weren't, and in fact the persistance stuff was probably added more EP>> as an afterthought than anything.

Re: [JBoss-user] JBoss-Net xdoclet in JBoss-IDE

2003-07-03 Thread Jason Essington
Dustin just drag the jar file for the JBoss-Net stuff into the ECLIPSE_HOME/plugins/org.jboss.ide.eclipse.xdoclet.core_1.x.x/ directory. Then start eclipse and you'll have the tags. (not that the xTags file is completely up to date with the module). -jason On Friday, June 27, 2003, at 11:43 AM,

Re: [JBoss-user] JBoss and Lucene search engine

2003-07-03 Thread Marco Garbelini
This is GREAT !!! I was just talking last night with my project manager that we would have to implement an MBean to do exactly what this LuceneService does. Now I´ll only have to adapt some stuff. : Thanks again folks !!! - Original Message - From: "julien viet" <[EMAIL PROTECTED]>

Re: [JBoss-user] Question on JBossDO vs. JDO

2003-07-03 Thread Alexey Loubyansky
Thursday, July 03, 2003, 7:18:56 PM, Bernhard Meyer-Willner wrote: MWB> Hi, MWB> seems like JBossDO in JBoss 4.0 DR2 is now meant to be fully compatible to MWB> the JDO spec (apart from not being fully implemented yet)? Is this so? It is not yet fully compatible. The goal is to be. MWB> When M

[JBoss-user] jboss 3.2 datasource password decoder

2003-07-03 Thread _/^\_ _/^\_
Hello: To keep the datasource alive. Is it possible to change the 'password' to the userID in a scheduled interval by calling another custom 'java-package' with a decoder class to retrieve the value and update the userid, pw for the datasource. The reason is , In a production system, for securi

Re: [JBoss-user] JBossDO page is on the site

2003-07-03 Thread Erik Price
Pete Beck wrote: I think the confusion arises where people people assume EJB's were designed for object persistance. They weren't, and in fact the persistance stuff was probably added more as an afterthought than anything. [...] However, as CMP was the only standard that offered a way of doing O

Re: [JBoss-user] Renaming a cluster partition

2003-07-03 Thread Simone Milani
Hi Sacha, Thanks! I guess is more efficient to change the Multicast adress, right? Is a problem to change both? And last issue: I will need to change the autodiscoveryaddress as well: I tried to use from my client the -Djnp.discoveryGroup property to match the changed value in the cluster_s

[JBoss-user] Question on JBossDO vs. JDO

2003-07-03 Thread Meyer-Willner, Bernhard
Hi, seems like JBossDO in JBoss 4.0 DR2 is now meant to be fully compatible to the JDO spec (apart from not being fully implemented yet)? Is this so? When I first heard rumors about JBossDO it sounded like it would be a proprietary POJO persistence mechanism. Now this is really great news for me

Re: [JBoss-user] JBoss and Lucene search engine

2003-07-03 Thread julien viet
you could simply wrap it in an mbean, having a background thread peeriodically optimizing the index. you can have a look at : http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/applications/forums/src/main/org/jboss/forums/lucene/LuceneService.java julien PB> Has anyone integrated Apache Lucen

[JBoss-user] JBoss and Lucene search engine

2003-07-03 Thread Pete Beck
Has anyone integrated Apache Lucene into JBoss? What would be the best way to do it? Is there JCA adaptor? Thanks, Pete -- Peter Beck BEng (hons) MIEE - Managing Director, Electrostrata Ltd. http://www.electrostrata.com --+-+-- Experts in e-business and e-commerce -

Re: [JBoss-user] JBossDO page is on the site

2003-07-03 Thread Pete Beck
"Enhancement at deployment time" I have one word: wow! Yet again JBoss kicks some backsides with its deployment process. This looks like some great work guys; I can't wait for inheritance and more JDOQL support. :-) On Wed, 2003-07-02 at 18:58, Alexey Loubyansky wrote: > http://jboss.org/index

Re: [JBoss-user] DR2 Released

2003-07-03 Thread Vladyslav Kosulin
Bill Burke wrote: DR2 is finally released. Download here: http://prdownloads.sourceforge.net/jboss/jboss-4.0.0DR2.zip?download JBoss 4 Developer Release 2 Features include: And one more feature: now the default servlet engine is Tomcat. The first outcome of JBoss Group's split? :-( Too bad for me

[JBoss-user] Issues with 3.0.7

2003-07-03 Thread Muraly R
Hi Gurus, I am having a very confusing scenario in my application. Intially in our development environment we were using JBoss-3.0.4. But when moving to real environment we moved to JBoss3.0.7. Here one of the main scenario of the application is failing. The scenario is one RMI VM tries to upd

Re: [JBoss-user] JBossDO page is on the site

2003-07-03 Thread Pete Beck
I think the confusion arises where people people assume EJB's were designed for object persistance. They weren't, and in fact the persistance stuff was probably added more as an afterthought than anything. The technology emerged at the time where distributed object frameworks like CORBA and DCOM

RE: [JBoss-user] Renaming a cluster partition

2003-07-03 Thread Sacha Labourey
Change it everywhere OR simply change the multicast address BUT NOT the partition name. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Simone Milani > Sent: jeudi, 3. juillet 2003 14:33 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Renaming a

Re: [JBoss-user] CMP custom field

2003-07-03 Thread Marek Lange
[EMAIL PROTECTED] wrote: Hi all, I have a CMP bean with a field 'description'. This field is a java.lang.String. But can contain more than 250 characters. What do I have to do to make JBoss persist into a 'TEXT' database field instead of VARCHAR(250)? All you have to do is to override the jbo

[JBoss-user] Renaming a cluster partition

2003-07-03 Thread Simone Milani
Hi, I know this subject has been discussed prevously many times, apologies but I would appreciate a clarification. I need to change the name of the cluster partition for a server in all configuration. My question is, do I need to replace globally all the occurrence of the word DefaultPartion

[JBoss-user] Jboss Net Question

2003-07-03 Thread Ramrakhiani, Vikas
Hi, I want to know what is the limit (max. size) of soap messages we can send in a web service hosted on Jboss Axis. How Can I send attachments with soap messages (usually large files) ? thanks, vikas. --- This SF.Net email sponsored by: Fr

[JBoss-user] CMP custom field

2003-07-03 Thread harm
Hi all, I have a CMP bean with a field 'description'. This field is a java.lang.String. But can contain more than 250 characters. What do I have to do to make JBoss persist into a 'TEXT' database field instead of VARCHAR(250)? Thanks, Harm de Laat Informatiefabriek --

Re: [JBoss-user] JBossDO page is on the site

2003-07-03 Thread Ionel Gardais
Hi, I was already wondering why to use JDO when someone is already using EJBs. This feature confuses me more ! Make a POJO persistant archieve the same goal as an Entity bean ? so why bother : I do not see any other advantages than the speed of developpement (no EJB overhead, just POJO). Back

RE: [JBoss-user] External JNDI

2003-07-03 Thread Adrian Brock
You could probably hack it with multiple invoker bindings in 3.2 But why don't you do it the other way around? Use the external context on the naming server. Or, have you looked at HAJNDI? Adrian Brock Director of Support Back Office JBoss Group, LLC xx

[JBoss-user] DR2 Released

2003-07-03 Thread Bill Burke
DR2 is finally released. Download here: http://prdownloads.sourceforge.net/jboss/jboss-4.0.0DR2.zip?download JBoss 4 Developer Release 2 Features include: * JBossDO. JDO for transperent persistence for POJOs. First iteration from the hard work of Alex Loubyansky. http://jboss.org/index.html?mod