[JBoss-dev] CVS update: jboss/src/main/org/jboss/mgt JBossApplication.java JBossModule.java JBossServer.java JBossServerMBean.java

2001-05-12 Thread schaefera

  User: schaefera
  Date: 01/05/12 20:34:20

  Added:   src/main/org/jboss/mgt JBossApplication.java
JBossModule.java JBossServer.java
JBossServerMBean.java
  Log:
  First Draft for the JBoss management classes delivering the necessary
  information for a management tool to work with JBoss.
  
  Revision  ChangesPath
  1.1  jboss/src/main/org/jboss/mgt/JBossApplication.java
  
  Index: JBossApplication.java
  ===
  /*
   * JBoss, the OpenSource EJB server
   *
   * Distributable under LGPL license.
   * See terms of license at gnu.org.
   */
  package org.jboss.mgt;
  
  import java.util.Collection;
  
  /**
   * Contains the management information about
   * a deployed applications.
   *
   * @author Marc Fleury
   **/
  public class JBossApplication {
 // -
 // Members
 // -  
  
 private String mApplicationId;
 private String mDeploymentDescriptor;
 private Collection mModules;
  
 // -
 // Constructors
 // -
  
 /**
  * @param pApplicationId Id of these Application which must be unique within
  *   the node/server.
  * @param pDeploymentDescriptor Deployment Descriptor of this application
  *  which maybe is not set.
  * @param pModules Collection of modules deployed with the given application
  * each item is of type {@link org.jboss.mgt.JBossModule
  * JBossModule}.
  **/
 public JBossApplication(
String pApplicationId,
String pDeploymentDescriptor,
Collection pModules
 ) {
mApplicationId = pApplicationId;
setDeploymentDescriptor( pDeploymentDescriptor );
mModules = pModules;
 }
  
 // -
 // Properties (Getters/Setters)
 // -  
  
 /**
  * @return Id of these Application
  **/
 public String getId() {
return mApplicationId;
 }
 
 /**
  * Returns the deployment descriptor
  *
  * @return Deployment Descriptor of this application which maybe is not set.
  **/
 public String getDeploymentDescriptor() {
return mDeploymentDescriptor;
 }
 
 /**
  * Sets the deployment descriptor
  *
  * @param pDeploymentDescriptor Deployment Descriptor of this application
  *  which maybe is not set.
  **/
 public void setDeploymentDescriptor( String pDeploymentDescriptor ) {
mDeploymentDescriptor = pDeploymentDescriptor;
 }
 
 /**
  * Adds a new Module
  *
  * @param pModule Module to be added
  **/
 public void addModule( JBossModule pModule ) {
mModules.add( pModule );
 }

 /**
  * Removes a Module
  *
  * @param pModule Module to be removed
  **/
 public void removeModule( JBossModule pModule ) {
mModules.remove( pModule );
 }
  
 /**
  * @return Collection of Modules deployed with this application. Each
  * item is of type {@link org.jboss.mgt.JBossModule JBossModule}.
  **/
 public Collection getModules() {
return mModules;
 }
  }
  
  
  
  1.1  jboss/src/main/org/jboss/mgt/JBossModule.java
  
  Index: JBossModule.java
  ===
  /*
   * JBoss, the OpenSource EJB server
   *
   * Distributable under LGPL license.
   * See terms of license at gnu.org.
   */
  package org.jboss.mgt;
  
  import java.util.Collection;
  
  /**
   * Contains the management information about
   * a deployed applications.
   *
   * @author Marc Fleury
   **/
  public class JBossModule {
 // -
 // Members
 // -  
  
 private String mModuleId;
 private String mDeploymentDescriptor;
 private Collection mItems;
  
 // -
 // Constructors
 // -
  
 /**
  * @param pModuleId Id of these module which must be unique within the 
application.
  * @param pDeploymentDescriptor Deployment Descriptor of this module
  * @param pItems Collection of Entities
  **/
 public JBossModule(
String pMod

[JBoss-dev] CVS update: jboss/src/etc/conf/default jboss.jcml

2001-05-12 Thread schaefera

  User: schaefera
  Date: 01/05/12 20:34:20

  Modified:src/etc/conf/default jboss.jcml
  Log:
  First Draft for the JBoss management classes delivering the necessary
  information for a management tool to work with JBoss.
  
  Revision  ChangesPath
  1.30  +5 -0  jboss/src/etc/conf/default/jboss.jcml
  
  Index: jboss.jcml
  ===
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss.jcml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- jboss.jcml2001/05/08 07:17:50 1.29
  +++ jboss.jcml2001/05/13 03:34:20 1.30
  @@ -389,6 +389,11 @@
 
   
 
  +  
  +  
  +  
  +
  +  
 
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: jboss/src/main/org/jboss/mgt - New directory

2001-05-12 Thread schaefera

  User: schaefera
  Date: 01/05/12 20:32:36

  jboss/src/main/org/jboss/mgt - New directory

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Booth hitchiking

2001-05-12 Thread Jim Archer

Just tell everyone that you'll be 15 feet in front of the BEA booth...


--On Friday, May 11, 2001 7:37 PM -0400 marc fleury <[EMAIL PROTECTED]> 
wrote:

> Ah the great days when Telkel was fully funded and we could afford a booth
> at JavaONE.
>
> This year, i am a guerillero, I come with my weapons loaded my head up
> but I really can't buy a booth all for JBoss. I am still wanting a place
> where people can find me.
>
> My question is very simple, I am looking for someone to let me use their
> booth as a meeting point, so I could say I will be at "XXX booth at 2pm
> every day for 2 hours" and we could meet people. Could be good publicity
> for everyone.
>
> Either that or I wear a big Alien space-suit saying "I am the one that
> founded JBoss.org" and walk through the show so people can recognize me:)
>
> your help is greatly appreciated
>
> _
> Marc Fleury, Ph.D
> [EMAIL PROTECTED]
> _
>
>
>
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development




I shall be telling this with a sigh
Somewhere ages and ages hence:
Two roads diverged in a wood, and I -
I took the one less traveled by,
And that has made all the difference.

- Robert Frost, 1916


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] jboss daily test results

2001-05-12 Thread chris


=
==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
=



JBoss daily test results

SUMMARY

Number of tests run:   67



Successful tests:  61

Errors:2

Failures:  4



DETAILS OF ERRORS



Suite:   org.jboss.test.cts.test.AllJUnitTests
Test:testRemoveSessionObject
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: [EJB 1.1, p42, section 5.3.2] Expected 'RemoveException' when remove-ing 
a session object, detail:java.rmi.ServerException: RemoteException occurred in server 
thread; nested exception is:   javax.transaction.TransactionRolledbackException: Could 
not activate; nested exception is:   java.io.FileNotFoundException: 
[EMAIL PROTECTED]
 (No such file or directory); nested exception is:   java.rmi.NoSuchObjectException: 
Could not activate; nested exception is:   java.io.FileNotFoundException: 
[EMAIL PROTECTED]
 (No such file or directory)
Stack Trace:
junit.framework.AssertionFailedError: [EJB 1.1, p42, section 5.3.2] Expected 
'RemoveException' when remove-ing a session object, detail:java.rmi.ServerException: 
RemoteException occurred in server thread; nested exception is: 
javax.transaction.TransactionRolledbackException: Could not activate; nested 
exception is: 
java.io.FileNotFoundException: 
[EMAIL PROTECTED]
 (No such file or directory); nested exception is: 
java.rmi.NoSuchObjectException: Could not activate; nested exception is: 
java.io.FileNotFoundException: 
[EMAIL PROTECTED]
 (No such file or directory)
at junit.framework.Assert.fail(Assert.java:143)
at 
org.jboss.test.cts.test.StatefulSessionTest.testRemoveSessionObject(StatefulSessionTest.java:188)
at java.lang.reflect.Method.invoke(Native Method)
at junit.framework.TestCase.runTest(TestCase.java:155)
at junit.framework.TestCase.runBare(TestCase.java:129)
at junit.framework.TestResult$1.protect(TestResult.java:100)
at junit.framework.TestResult.runProtected(TestResult.java:117)
at junit.framework.TestResult.run(TestResult.java:103)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.run(TestSuite.java:144)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:202)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:326)

-



Suite:   org.jboss.test.cts.test.AllJUnitTests
Test:testProbeBeanContext
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: Caught an unknown exception in testProbeBeanContex
Stack Trace:
junit.framework.AssertionFailedError: Caught an unknown exception in 
testProbeBeanContex
at junit.framework.Assert.fail(Assert.java:143)
at 
org.jboss.test.cts.test.StatefulSessionTest.testProbeBeanContext(StatefulSessionTest.java:467)
at java.lang.reflect.Method.invoke(Native Method)
at junit.framework.TestCase.runTest(TestCase.java:155)
at junit.framework.TestCase.runBare(TestCase.java:129)
at junit.framework.TestResult$1.protect(TestResult.java:100)
at junit.framework.TestResult.runProtected(TestResult.java:117)
at junit.framework.TestResult.run(TestResult.java:103)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.run(TestSuite.java:144)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:202)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:326)

-



Suite:   org.jboss.test.cts.test.AllJUnitTests
Test:testEjbRemove
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: Got Exception: expecting NoSuchObjectExceptionjava.rmi.ServerException: 
RemoteException occurred in server thread; nested exception is:   
javax.transaction.TransactionRolledbackException: Instance 007 not found in database.; 
nested exception is:   javax.ejb.NoSuchEntityException: Instance 007 not found in 
database.
Stack Trace:
junit.framework.AssertionFailedError: Got Exception: expecting 
NoSuchObjectExceptionjava.rmi.ServerException: RemoteException occurred in server 
thread; nested exception is: 
javax.transaction.TransactionRolledbackException: Instance 007 not found in 
database.; nested exception is: 
javax.ejb.NoSuchEntityException: Instance 007 not found in database.
at junit.framework.Assert.fail(Assert.java:143)
at org.jboss.test.cts.test.BmpTest.testEjbRemove(BmpTest.java:224)
at java.lang.reflect.Method

[JBoss-dev] WebSite unified look

2001-05-12 Thread marc fleury

Gentlemen,

the website needs to be unified, we have a look for the first pages and then
the projects have their own little look.  I would want the maintainers of
the different projects to put some work into making the webpages all look
the same.

You can work in the web module (newsite) and work from the JBossServer
template page.

JBossMail
JBossTest
JBossSoap
JBossSX
JBossTX
JBossCX
JBossCMP
JBossMQ

thanks

marc


_
Marc Fleury, Ph.D
[EMAIL PROTECTED]
_



___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] JBoss Management

2001-05-12 Thread Andreas Schaefer



Hi Geeks
 
I will start right now to expose management 
informations from the
various JBoss components.
 
General design is:
- adding a management MBean to each JBoss server 
collecting the
  information for a node/server.
- sending the management information from the JBoss 
components
  (like J2EEDeployer) to this management MBean 
throgh JMX.
- create management data classes
 
Therefore we have a local push strategie but for 
the remote management
a pull strategie where the management tool must 
collect the information
when needed.
 
Because of JMX you can decide if you want to 
collect the information
locally by adding the management MBean to 
jboss.jcml.
 
With this design I do not have to change the MBeans 
nor changing the
code much (just adding to send the info by 
JMX).
 
Any objections ?
 
Have fun - Andy


[JBoss-dev] CVS update: newsite/pictures stark2.gif vladimir1.jpg

2001-05-12 Thread mnf999

  User: mnf999  
  Date: 01/05/12 13:52:46

  Added:   pictures stark2.gif vladimir1.jpg
  Log:
  new faces old faces
  
  Revision  ChangesPath
  1.1  newsite/pictures/stark2.gif
  
<>
  
  
  1.1  newsite/pictures/vladimir1.jpg
  
<>
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] TR: [JBoss-user] Obscure issue (bug?) with CMP using column mapping

2001-05-12 Thread Vincent Harcq

marc,

The problem is at very rare occasion on remove() of entity B loaded
previously by entity A :

java.lang.IllegalArgumentException: object is not an instance of declaring
class
   at java.lang.reflect.Field.get(Native Method)
   at
org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand.getPkFieldValue(JDBCCommand.java
:660)
   at
org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand.setPrimaryKeyParameters(JDBCComm
and.java:364)
   at
org.jboss.ejb.plugins.jaws.jdbc.JDBCLoadEntityCommand.setParameters(JDBCLoad
EntityCommand.java:97)
   at
org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand.jdbcExecute(JDBCCommand.java:159
)
   at
org.jboss.ejb.plugins.jaws.jdbc.JDBCLoadEntityCommand.execute(JDBCLoadEntity
Command.java:82)
   at
org.jboss.ejb.plugins.jaws.JAWSPersistenceManager.loadEntity(JAWSPersistence
Manager.java:150)
   at
org.jboss.ejb.plugins.CMPPersistenceManager.loadEntity(CMPPersistenceManager
.java:349)
   at
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invoke(EntitySynchron
izationInterceptor.java:193)
   at
org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstanceInterce
ptor.java:186)
   at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeNext(TxInterceptorCMT.java:133)
   at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.
java:263)
   at
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:99)
   at
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:19
0)
   at
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:195)
   at org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:329)
   at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invoke(JRMPContainerI
nvoker.java:480)
   at
org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.invokeContainer(GenericPr
oxy.java:335)
   at
org.jboss.ejb.plugins.jrmp.interfaces.EntityProxy.invoke(EntityProxy.java:13
3)
   at $Proxy74.remove(Unknown Source)

"not an instance" because the classloader of the Class and the Object are
different even if they should be the same.
   protected Object getPkFieldValue(Object pk, PkFieldMetaData
pkFieldMetaData)
  throws IllegalAccessException
   {
  Field field = pkFieldMetaData.getPkField();
  System.out.println(pkFieldMetaData.getClass().getClassLoader());
  System.out.println(pk.getClass().getClassLoader());
  return field.get(pk);
   }
I think this is a correct analysis no ?

Different because the Object is get from EntityEnterpriseContext with a
ClassLoader linked to another EntityContainer that this one.  I have
verified that.  It has the classloader of the entity container A that has
"wake up" the entity B.
These 2 are in different ejb jar, so don't have the same parent class
loader.  Correct ?

So I think a problem occurs in the cache pool of Authorization when entity
User load entity Authorization

Only with Optimize false else the calls are completely different (from
JRPMContainerInvoker) and RMied or marshalled whatecver you call that ...

It is a very rare case because normally if A calls B, they will probably be
in the same ejb jar and the problem vanishes.

Est ce que je raconte jusqu'ici a du sens ou pas ?  Si oui je continue...

Merci.
Vincent.




> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de marc
> fleury
> Envoyé : samedi 12 mai 2001 19:15
> À : [EMAIL PROTECTED]
> Objet : RE: [JBoss-dev] TR: [JBoss-user] Obscure issue (bug?) with CMP
> using column mapping
>
>
> c'est quoi ton probleme exactement?
>
> marc
>
>
> |-Original Message-
> |From: [EMAIL PROTECTED]
> |[mailto:[EMAIL PROTECTED]]On Behalf Of
> |Vincent Harcq
> |Sent: Saturday, May 12, 2001 1:16 PM
> |To: Dev JBoss
> |Subject: [JBoss-dev] TR: [JBoss-user] Obscure issue (bug?) with CMP
> |using column mapping
> |
> |
> |Hi,
> |I give up.
> |I now understand (a bit) the interceptors, the cache, the proxy, ... (btw
> |wooow,quel pied!) but still can not fix this problem...
> |All what I can say is that it occurs only with Optimized true,
> |with 2 entity
> |beans being in 2 different ejb jars, when the first jar remove the
> |entity of
> |the second jar.
> |Because when calling remove() directly, the loadEntity is make and
> |cause the
> |problem because the entity enterprise context has been loaded by another
> |classloader, but why ? don't know.  They are switched correctly
> |depending of
> |the container in JRMPContainerInvoker so why ?
> |if I call a remote method before the remove(), this will loadEntity
> |correctly, then remove does not need to do it (isValid TRUE in
> |EntitySynchronizationInterceptor and so no problemo.
> |Why this difference in loadEntity ?  because remobe() comes from
> EJBObject
> |and not from the remote interface of the bean ?  dont know...
> |
> |Bullshit de putain de merde, there are other more interesting
> things to do
> |that fighting a bug that you'll never have...
>

RE: [JBoss-user] RE: [JBoss-dev] add-on for JBOSS

2001-05-12 Thread marc fleury

It is even a bit deeper than that, in some cases where the code is "core"
then we would want to Open Source at some point, it would be a requirement
only for *very* succesful components.

A bit like Windows really.  Windows TCP/IP stacks were add-ons a couple of
years ago and then the browser etc etc the idea is that you have an
expanding sphere of knowledge and code that joins the free base (just like
an ever expanding set of features always joins the Operating Systems, the
web Operating System will be no exception).   With this we just find a way
to finance the add-on development and grow the base of JBoss, it also enable
some of us to remain fully dedicated to the free core (I will not work on
add-ons I will work on the core JBoss and make sure JBoss remains a strong
brand like it is today).

We are a BEA killer, we will kill BEA.
Pass it on gentlemen, pass it on.



MarcF


|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of aswath
|satrasala
|Sent: Saturday, May 12, 2001 1:14 PM
|To: [EMAIL PROTECTED];
|[EMAIL PROTECTED]
|Subject: [JBoss-user] RE: [JBoss-dev] add-on for JBOSS
|
|
|Thanks Marc for your interest shown
|Your business proposition for sale of add-ons with in
|Jboss.org site is promising
|Numbers you mentioned are very promising to catch on
|to this for one developers effort and time.
|
|I will share on this with the list, as I make progress
|on this integration idea.
|
|Regards
|-Aswath
|
|
|>From: "marc fleury" <[EMAIL PROTECTED]>
|>Reply-To: [EMAIL PROTECTED]
|>To: <[EMAIL PROTECTED]>
|>Subject: RE: [JBoss-dev] add-on for JBOSS
|>Date: Sat, 12 May 2001 10:00:55 -0400
|>
|>I think it is a good idea to have something tightly integrated with JBoss.
|>
|>you can either give it for free, or you can decide to charge some
|money for
|>it.
|>
|>Say you charge $30 for your JBoss plugin.  We have about 1500 downloads a
|>day, imagine you sell 10,000 copies over the year, well that is $300,000.
|>We get to keep a portion of course.
|>
|>The name of the game is "who wants to be a millionaire".  So go ahead and
|>write that plugin will you?
|>
|>Be careful that core JBoss stuff will remain free, and that is what I
|>commit
|>to develop with the "Open Source" programmers, but the add-ons can be
|>closed.
|>
|>"Me Tarzan, free, you Jane, not free"
|>
|>clear?
|>
|>marc
|>
|>
|>|-Original Message-
|>|From: [EMAIL PROTECTED]
|>|[mailto:[EMAIL PROTECTED]]On Behalf Of
|>|aswath satrasala
|>|Sent: Saturday, May 12, 2001 9:43 AM
|>|To: [EMAIL PROTECTED];
|>|[EMAIL PROTECTED]
|>|Subject: RE: [JBoss-dev] add-on for JBOSS
|>|
|>|
|>|Thanks for sharing the thought.
|>|
|>|I am working on netbeans open source a little bit.(It is a
|>|Java development IDE)
|>|I am user of jboss a little bit for learning EJB
|>|
|>|I think there is a good business opportunity on integrating these
|>|two great
|>|products.
|>|
|>|Are there any commercial or open source products
|>|based on the tight integration between netbeans and jboss?
|>|Are anyone interested in this kind of effort, and work on
|>|adding value/infrastructure for both netbeans and jboss.
|>|
|>|>From message archives, I see a lot of companies using
|>|JBOSS for almost commercial purposes.
|>|Can users of the those companies give an input on this.
|>|
|>|-Aswath
|>|
|>|>From: "marc fleury" <[EMAIL PROTECTED]>
|>|>Reply-To: [EMAIL PROTECTED]
|>|>To: <[EMAIL PROTECTED]>
|>|>Subject: RE: [JBoss-dev] add-on for JBOSS
|>|>Date: Fri, 11 May 2001 23:19:04 -0400
|>|>
|>|>Hello,
|>|>
|>|>yes it is legal to develop commercial add-ons to JBoss.
|>|>
|>|>In fact if you wanted to sell it through JBoss.org we would put
|it on our
|>|>download page and charge for every sale.  We are a distribution
|>|channel and
|>|>your sales help pay for the development of the core.
|>|>
|>|>marc
|>|>
|>|>
|>|>|-Original Message-
|>|>|From: [EMAIL PROTECTED]
|>|>|[mailto:[EMAIL PROTECTED]]On Behalf Of
|>|>|aswath satrasala
|>|>|Sent: Friday, May 11, 2001 7:43 PM
|>|>|To: [EMAIL PROTECTED]
|>|>|Subject: [JBoss-dev] add-on for JBOSS
|>|>|
|>|>|
|>|>|Hello All,
|>|>|Are there any commercial vendors developing
|>|>|modules or add-ons connected with JBOSS
|>|>|
|>|>|Is it legal to develop/package commercial
|>|>|products based on JBOSS?
|>|>|If there were already discussions on this subject,
|>|>|point me to those emails or archives.
|>|>|
|>|>|Thanks
|>|>|-Aswath
|>|>|
|>|>|
|>|>|
|>|>|_
|>|>|Get your FREE download of MSN Explorer at http://explorer.msn.com
|>|>|
|>|>|
|>|>|___
|>|>|Jboss-development mailing list
|>|>|[EMAIL PROTECTED]
|>|>|http://lists.sourceforge.net/lists/listinfo/jboss-development
|>|>
|>|>
|>|>
|>|>___
|>|>Jboss-development mailing list
|>|>[EMAIL PROTECTED]
|>|>http://lists.sourceforge.net/lists/listinfo/jboss-development
|>|
|>|

Re: [JBoss-dev] add-on for JBOSS

2001-05-12 Thread aswath satrasala

Sure, if I make a good progress and users like it, then
I can pass some of it to open source community.

-Aswath


>From: "K.V. Vinay Menon" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: Re: [JBoss-dev] add-on for JBOSS
>Date: Sat, 12 May 2001 15:33:41 +0100
>
>If there is good integration betwee NetBeans and JBoss will that be passed
>on to say something like Forte for Java Community edition?
>
>Vinay
>- Original Message -
>From: "aswath satrasala" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>;
><[EMAIL PROTECTED]>
>Sent: Saturday, May 12, 2001 2:42 PM
>Subject: RE: [JBoss-dev] add-on for JBOSS
>
>
> > Thanks for sharing the thought.
> >
> > I am working on netbeans open source a little bit.(It is a
> > Java development IDE)
> > I am user of jboss a little bit for learning EJB
> >
> > I think there is a good business opportunity on integrating these two
>great
> > products.
> >
> > Are there any commercial or open source products
> > based on the tight integration between netbeans and jboss?
> > Are anyone interested in this kind of effort, and work on
> > adding value/infrastructure for both netbeans and jboss.
> >
> > From message archives, I see a lot of companies using
> > JBOSS for almost commercial purposes.
> > Can users of the those companies give an input on this.
> >
> > -Aswath
> >
> > >From: "marc fleury" <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: <[EMAIL PROTECTED]>
> > >Subject: RE: [JBoss-dev] add-on for JBOSS
> > >Date: Fri, 11 May 2001 23:19:04 -0400
> > >
> > >Hello,
> > >
> > >yes it is legal to develop commercial add-ons to JBoss.
> > >
> > >In fact if you wanted to sell it through JBoss.org we would put it on 
>our
> > >download page and charge for every sale.  We are a distribution channel
>and
> > >your sales help pay for the development of the core.
> > >
> > >marc
> > >
> > >
> > >|-Original Message-
> > >|From: [EMAIL PROTECTED]
> > >|[mailto:[EMAIL PROTECTED]]On Behalf Of
> > >|aswath satrasala
> > >|Sent: Friday, May 11, 2001 7:43 PM
> > >|To: [EMAIL PROTECTED]
> > >|Subject: [JBoss-dev] add-on for JBOSS
> > >|
> > >|
> > >|Hello All,
> > >|Are there any commercial vendors developing
> > >|modules or add-ons connected with JBOSS
> > >|
> > >|Is it legal to develop/package commercial
> > >|products based on JBOSS?
> > >|If there were already discussions on this subject,
> > >|point me to those emails or archives.
> > >|
> > >|Thanks
> > >|-Aswath
> > >|
> > >|
> > >|
> > >|_
> > >|Get your FREE download of MSN Explorer at http://explorer.msn.com
> > >|
> > >|
> > >|___
> > >|Jboss-development mailing list
> > >|[EMAIL PROTECTED]
> > >|http://lists.sourceforge.net/lists/listinfo/jboss-development
> > >
> > >
> > >
> > >___
> > >Jboss-development mailing list
> > >[EMAIL PROTECTED]
> > >http://lists.sourceforge.net/lists/listinfo/jboss-development
> >
> > _
> > Get your FREE download of MSN Explorer at http://explorer.msn.com
> >
> >
> > ___
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-development
>
>
>___
>Jboss-development mailing list
>[EMAIL PROTECTED]
>http://lists.sourceforge.net/lists/listinfo/jboss-development

_
Get your FREE download of MSN Explorer at http://explorer.msn.com


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] add-on for JBOSS

2001-05-12 Thread aswath satrasala

Thanks Marc for your interest shown
Your business proposition for sale of add-ons with in
Jboss.org site is promising
Numbers you mentioned are very promising to catch on
to this for one developers effort and time.

I will share on this with the list, as I make progress
on this integration idea.

Regards
-Aswath


>From: "marc fleury" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: RE: [JBoss-dev] add-on for JBOSS
>Date: Sat, 12 May 2001 10:00:55 -0400
>
>I think it is a good idea to have something tightly integrated with JBoss.
>
>you can either give it for free, or you can decide to charge some money for
>it.
>
>Say you charge $30 for your JBoss plugin.  We have about 1500 downloads a
>day, imagine you sell 10,000 copies over the year, well that is $300,000.
>We get to keep a portion of course.
>
>The name of the game is "who wants to be a millionaire".  So go ahead and
>write that plugin will you?
>
>Be careful that core JBoss stuff will remain free, and that is what I 
>commit
>to develop with the "Open Source" programmers, but the add-ons can be
>closed.
>
>"Me Tarzan, free, you Jane, not free"
>
>clear?
>
>marc
>
>
>|-Original Message-
>|From: [EMAIL PROTECTED]
>|[mailto:[EMAIL PROTECTED]]On Behalf Of
>|aswath satrasala
>|Sent: Saturday, May 12, 2001 9:43 AM
>|To: [EMAIL PROTECTED];
>|[EMAIL PROTECTED]
>|Subject: RE: [JBoss-dev] add-on for JBOSS
>|
>|
>|Thanks for sharing the thought.
>|
>|I am working on netbeans open source a little bit.(It is a
>|Java development IDE)
>|I am user of jboss a little bit for learning EJB
>|
>|I think there is a good business opportunity on integrating these
>|two great
>|products.
>|
>|Are there any commercial or open source products
>|based on the tight integration between netbeans and jboss?
>|Are anyone interested in this kind of effort, and work on
>|adding value/infrastructure for both netbeans and jboss.
>|
>|>From message archives, I see a lot of companies using
>|JBOSS for almost commercial purposes.
>|Can users of the those companies give an input on this.
>|
>|-Aswath
>|
>|>From: "marc fleury" <[EMAIL PROTECTED]>
>|>Reply-To: [EMAIL PROTECTED]
>|>To: <[EMAIL PROTECTED]>
>|>Subject: RE: [JBoss-dev] add-on for JBOSS
>|>Date: Fri, 11 May 2001 23:19:04 -0400
>|>
>|>Hello,
>|>
>|>yes it is legal to develop commercial add-ons to JBoss.
>|>
>|>In fact if you wanted to sell it through JBoss.org we would put it on our
>|>download page and charge for every sale.  We are a distribution
>|channel and
>|>your sales help pay for the development of the core.
>|>
>|>marc
>|>
>|>
>|>|-Original Message-
>|>|From: [EMAIL PROTECTED]
>|>|[mailto:[EMAIL PROTECTED]]On Behalf Of
>|>|aswath satrasala
>|>|Sent: Friday, May 11, 2001 7:43 PM
>|>|To: [EMAIL PROTECTED]
>|>|Subject: [JBoss-dev] add-on for JBOSS
>|>|
>|>|
>|>|Hello All,
>|>|Are there any commercial vendors developing
>|>|modules or add-ons connected with JBOSS
>|>|
>|>|Is it legal to develop/package commercial
>|>|products based on JBOSS?
>|>|If there were already discussions on this subject,
>|>|point me to those emails or archives.
>|>|
>|>|Thanks
>|>|-Aswath
>|>|
>|>|
>|>|
>|>|_
>|>|Get your FREE download of MSN Explorer at http://explorer.msn.com
>|>|
>|>|
>|>|___
>|>|Jboss-development mailing list
>|>|[EMAIL PROTECTED]
>|>|http://lists.sourceforge.net/lists/listinfo/jboss-development
>|>
>|>
>|>
>|>___
>|>Jboss-development mailing list
>|>[EMAIL PROTECTED]
>|>http://lists.sourceforge.net/lists/listinfo/jboss-development
>|
>|_
>|Get your FREE download of MSN Explorer at http://explorer.msn.com
>|
>|
>|___
>|Jboss-development mailing list
>|[EMAIL PROTECTED]
>|http://lists.sourceforge.net/lists/listinfo/jboss-development
>
>
>
>___
>Jboss-development mailing list
>[EMAIL PROTECTED]
>http://lists.sourceforge.net/lists/listinfo/jboss-development

_
Get your FREE download of MSN Explorer at http://explorer.msn.com


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] TR: [JBoss-user] Obscure issue (bug?) with CMP using column mapping

2001-05-12 Thread marc fleury

c'est quoi ton probleme exactement?

marc


|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of
|Vincent Harcq
|Sent: Saturday, May 12, 2001 1:16 PM
|To: Dev JBoss
|Subject: [JBoss-dev] TR: [JBoss-user] Obscure issue (bug?) with CMP
|using column mapping
|
|
|Hi,
|I give up.
|I now understand (a bit) the interceptors, the cache, the proxy, ... (btw
|wooow,quel pied!) but still can not fix this problem...
|All what I can say is that it occurs only with Optimized true,
|with 2 entity
|beans being in 2 different ejb jars, when the first jar remove the
|entity of
|the second jar.
|Because when calling remove() directly, the loadEntity is make and
|cause the
|problem because the entity enterprise context has been loaded by another
|classloader, but why ? don't know.  They are switched correctly
|depending of
|the container in JRMPContainerInvoker so why ?
|if I call a remote method before the remove(), this will loadEntity
|correctly, then remove does not need to do it (isValid TRUE in
|EntitySynchronizationInterceptor and so no problemo.
|Why this difference in loadEntity ?  because remobe() comes from EJBObject
|and not from the remote interface of the bean ?  dont know...
|
|Bullshit de putain de merde, there are other more interesting things to do
|that fighting a bug that you'll never have...
|
|Disappointed and learning Vincent.
|
|
|> The spec requires that the state of the bean is loaded before
|> ejbRemove is called. The JBoss container is not doing this, in
|> violation of the spec.
|>
|> Because commit option A is the default, the state of the bean will
|> often already be loaded when ejbRemove is called, and the effects
|> of this bug will not be visible.
|>
|> If the state is not already loaded, calling a "get" method will load
|> the state, which will make it available in ejbRemove, assuming "A".
|> (If you want to break your workaround, switch to commit "C".)
|>
|> Any volunteers to fix this?
|>
|> -Dan
|>
|> On 8 May 01, at 17:39, David Esposito wrote:
|>
|> > Vincent,
|> >
|> > You are my hero .. :) ... it works now ... it's always nice when the
|> > workarounds are painless to integrate ... ;)
|> >
|> > Here's the snippet of code:
|> >
|> > joinRecords = repHome.findByRetailerID(params.memberCompanyID);}
|> >
|> > //Clear the table out for this company
|> > while(joinRecords != null && joinRecords.hasMoreElements())
|> > {
|> >   RepresentativeJoin joinRec =
|> > (RepresentativeJoin)joinRecords.nextElement();
|> >
|> >   log("Representative_ID = " + joinRec.getRepresentative());
|> >
|> >   log("Deleting rec...");
|> >   joinRec.remove();
|> >   log("Delete succeeded...");
|> > }
|> >
|> > if the first log() line is missing, the thing bombs out on
|> remove() like I
|> > described below ... with one call to the remote interface, the remove()
|> > works smoothly ...
|> >
|> > Is this issue documented sufficiently for you to add it to the list of,
|> > ahem, "known issues" or do you need me to explore it further?
|> >
|> > Thank you very much ...
|> >
|> > -Dave
|> >
|> > > -Original Message-
|> > > From: [EMAIL PROTECTED]
|> > > [mailto:[EMAIL PROTECTED]]On Behalf Of Vincent
|> > > Harcq
|> > > Sent: Tuesday, May 08, 2001 4:38 PM
|> > > To: [EMAIL PROTECTED]
|> > > Subject: RE: [JBoss-user] Obscure issue (bug?) with CMP using column
|> > > mapping
|> > >
|> > >
|> > > Hi,
|> > > if you run remote= fBPK() then remote.remove(), can you try a
|> > > remote.getanyfield() in between and let me know if it solve
|> the problem or
|> > > not.  I also saw something similar to that.
|> > > Thanks.
|> > > Vincent.
|> > >
|> > > > -Message d'origine-
|> > > > De : [EMAIL PROTECTED]
|> > > > [mailto:[EMAIL PROTECTED]]De la part de David
|> > > > Esposito
|> > > > Envoyé : mardi 8 mai 2001 17:33
|> > > > À : [EMAIL PROTECTED]
|> > > > Objet : [JBoss-user] Obscure issue (bug?) with CMP using
|> column mapping
|> > > >
|> > > >
|> > > > Hello all,
|> > > >
|> > > > I have a weird situation:
|> > > > JBOSS 2.2.1
|> > > > Sun JDK 1.3
|> > > > PostGreSQL 7.1 (although I have the same problem with Oracle 8.1.7)
|> > > >
|> > > > I have a CMP bean that is used to manipulate join tables
|> ... (you know,
|> > > > tables with only 2 columns used for a many-many
|> relationship) ... rather
|> > > > than create a half dozen beans, I have created only one and use the
|> > > > deployment descriptor to map it to the appropriate table. All
|> > > of my tables
|> > > > contain 2 integer fields which, when concatenated, form the
|> PK for the
|> > > > table. So my deployment descriptors look like the following:
|> > > >
|> > > > From ejb-jar.xml:
|> > > >
|> > > > 
|> > > >   Supplier_Representative
|> > > >
|> mypackage.ejb.representativejoin.RepresentativeJoinHome
|> > > >
|> mypackage.ejb.representativejoin.RepresentativeJoin
|> > > >
|> > > > mypackage.ejb.representativejoin.RepresentativeJoinBean
|> > > >  > > > s>
|> > > >   Container
|> > > >
|> > > > mypac

[JBoss-dev] TR: [JBoss-user] Obscure issue (bug?) with CMP using column mapping

2001-05-12 Thread Vincent Harcq

Hi,
I give up.
I now understand (a bit) the interceptors, the cache, the proxy, ... (btw
wooow,quel pied!) but still can not fix this problem...
All what I can say is that it occurs only with Optimized true, with 2 entity
beans being in 2 different ejb jars, when the first jar remove the entity of
the second jar.
Because when calling remove() directly, the loadEntity is make and cause the
problem because the entity enterprise context has been loaded by another
classloader, but why ? don't know.  They are switched correctly depending of
the container in JRMPContainerInvoker so why ?
if I call a remote method before the remove(), this will loadEntity
correctly, then remove does not need to do it (isValid TRUE in
EntitySynchronizationInterceptor and so no problemo.
Why this difference in loadEntity ?  because remobe() comes from EJBObject
and not from the remote interface of the bean ?  dont know...

Bullshit de putain de merde, there are other more interesting things to do
that fighting a bug that you'll never have...

Disappointed and learning Vincent.


> The spec requires that the state of the bean is loaded before
> ejbRemove is called. The JBoss container is not doing this, in
> violation of the spec.
>
> Because commit option A is the default, the state of the bean will
> often already be loaded when ejbRemove is called, and the effects
> of this bug will not be visible.
>
> If the state is not already loaded, calling a "get" method will load
> the state, which will make it available in ejbRemove, assuming "A".
> (If you want to break your workaround, switch to commit "C".)
>
> Any volunteers to fix this?
>
> -Dan
>
> On 8 May 01, at 17:39, David Esposito wrote:
>
> > Vincent,
> >
> > You are my hero .. :) ... it works now ... it's always nice when the
> > workarounds are painless to integrate ... ;)
> >
> > Here's the snippet of code:
> >
> > joinRecords = repHome.findByRetailerID(params.memberCompanyID);}
> >
> > //Clear the table out for this company
> > while(joinRecords != null && joinRecords.hasMoreElements())
> > {
> >   RepresentativeJoin joinRec =
> > (RepresentativeJoin)joinRecords.nextElement();
> >
> >   log("Representative_ID = " + joinRec.getRepresentative());
> >
> >   log("Deleting rec...");
> >   joinRec.remove();
> >   log("Delete succeeded...");
> > }
> >
> > if the first log() line is missing, the thing bombs out on
> remove() like I
> > described below ... with one call to the remote interface, the remove()
> > works smoothly ...
> >
> > Is this issue documented sufficiently for you to add it to the list of,
> > ahem, "known issues" or do you need me to explore it further?
> >
> > Thank you very much ...
> >
> > -Dave
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]On Behalf Of Vincent
> > > Harcq
> > > Sent: Tuesday, May 08, 2001 4:38 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: [JBoss-user] Obscure issue (bug?) with CMP using column
> > > mapping
> > >
> > >
> > > Hi,
> > > if you run remote= fBPK() then remote.remove(), can you try a
> > > remote.getanyfield() in between and let me know if it solve
> the problem or
> > > not.  I also saw something similar to that.
> > > Thanks.
> > > Vincent.
> > >
> > > > -Message d'origine-
> > > > De : [EMAIL PROTECTED]
> > > > [mailto:[EMAIL PROTECTED]]De la part de David
> > > > Esposito
> > > > Envoyé : mardi 8 mai 2001 17:33
> > > > À : [EMAIL PROTECTED]
> > > > Objet : [JBoss-user] Obscure issue (bug?) with CMP using
> column mapping
> > > >
> > > >
> > > > Hello all,
> > > >
> > > > I have a weird situation:
> > > > JBOSS 2.2.1
> > > > Sun JDK 1.3
> > > > PostGreSQL 7.1 (although I have the same problem with Oracle 8.1.7)
> > > >
> > > > I have a CMP bean that is used to manipulate join tables
> ... (you know,
> > > > tables with only 2 columns used for a many-many
> relationship) ... rather
> > > > than create a half dozen beans, I have created only one and use the
> > > > deployment descriptor to map it to the appropriate table. All
> > > of my tables
> > > > contain 2 integer fields which, when concatenated, form the
> PK for the
> > > > table. So my deployment descriptors look like the following:
> > > >
> > > > From ejb-jar.xml:
> > > >
> > > > 
> > > >   Supplier_Representative
> > > >
> mypackage.ejb.representativejoin.RepresentativeJoinHome
> > > >
> mypackage.ejb.representativejoin.RepresentativeJoin
> > > >
> > > > mypackage.ejb.representativejoin.RepresentativeJoinBean
> > > >  > > > s>
> > > >   Container
> > > >
> > > > mypackage.ejb.representativejoin.RepresentativeJoi
> > > > nPK > > > key-class>
> > > >   False
> > > >
> > > >   representative_id
> > > >   reference_id
> > > >
> > > >   
> > > > Data source
> > > > jdbc/MyDB
> > > > javax.sql.DataSource
> > > > Container
> > > >   
> > > > 
> > > >
> > > > From jaws.xml:
> > > >
> > > > 
> > > >   Supplier_Representative
> > > >   
> > > > representative_id
> > > > representative

[JBoss-dev] CVS update: newsite index.html

2001-05-12 Thread mnf999

  User: mnf999  
  Date: 01/05/12 09:01:12

  Modified:.index.html
  Log:
  We have WY more downloads than that
  
  Revision  ChangesPath
  1.15  +3 -3  newsite/index.html
  
  Index: index.html
  ===
  RCS file: /cvsroot/jboss/newsite/index.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- index.html2001/04/30 19:27:10 1.14
  +++ index.html2001/05/12 16:01:12 1.15
  @@ -2,7 +2,7 @@
 JBoss - WORLD CLASS J2EE TECHNOLOGIES IN OPEN SOURCE

  
  -   
  +   
  
  
  
  @@ -47,9 +47,9 @@

   
HOW WE ARE CODING THE FUTURE
  - The JBoss/Server is an Open Source, 
standards-compliant, Enterprise JavaBeans application server implemented in 100% Pure 
Java, as is our full product suite. The JBoss community of over 500 developers world 
wide is working to deliver the full range of J2EE tools as the premier Enterprise Java 
application server for the Java 2 Enterprise Edition platform. The JBoss/Server and 
complement of products are delivered under a public license. With 500 downloads per 
day on average, JBossServer is the fastest growing J2EE based server. 
  + The JBoss/Server is an Open Source, 
standards-compliant, Enterprise JavaBeans application server implemented in 100% Pure 
Java, as is our full product suite. The JBoss community of over 500 developers world 
wide is working to deliver the full range of J2EE tools as the premier Enterprise Java 
application server for the Java 2 Enterprise Edition platform. The JBoss/Server and 
complement of products are delivered under a public license. With 1500 downloads per 
day on average, JBossServer is the fastest growing J2EE based server. 
Why should you pay tens or even hundreds of thousands 
of dollars to Java-enable your business enterprise? At those costs it doesn't take 
long to figure out there is no future in that, unless you are the server vendor! But 
JBoss is not just about zero cost. Our tools are innovative. We sport features, such 
as "hot deploy", "Dynamic Proxies", and a JMX based fully modular design that enables 
you to replace virtually every component of the server, that just can't be found in 
many commercial Enterprise Java servers, no matter how much you are willing to pay! 
  - So what are you waiting for? Download JBoss/Server and 
our other JBoss components, today and try them out. Join the community by contributing 
features and fixes. Tell your fellow architects, engineers, and programmers about 
JBoss-we are certain they will want to know! The hundreds of others who are obtaining 
JBoss products every day are finding out just why we have become so popular, why we 
are deployed all over the world.
  + So what are you waiting for? Download JBoss/Server and 
our other JBoss components, today and try them out. Join the community by contributing 
features and fixes. Tell your fellow architects, engineers, and programmers about 
JBoss-we are certain they will want to know! The hundreds of others who are obtaining 
JBoss products every day are finding out just why we have become so popular, why we 
are deployed all over the world and embedded in leading applications.
We are JBoss.org. We are creating world-class J2EE 
technologies in open source. We are "coding the future."
   
  
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] add-on for JBOSS

2001-05-12 Thread K.V. Vinay Menon

If there is good integration betwee NetBeans and JBoss will that be passed
on to say something like Forte for Java Community edition?

Vinay
- Original Message -
From: "aswath satrasala" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Saturday, May 12, 2001 2:42 PM
Subject: RE: [JBoss-dev] add-on for JBOSS


> Thanks for sharing the thought.
>
> I am working on netbeans open source a little bit.(It is a
> Java development IDE)
> I am user of jboss a little bit for learning EJB
>
> I think there is a good business opportunity on integrating these two
great
> products.
>
> Are there any commercial or open source products
> based on the tight integration between netbeans and jboss?
> Are anyone interested in this kind of effort, and work on
> adding value/infrastructure for both netbeans and jboss.
>
> From message archives, I see a lot of companies using
> JBOSS for almost commercial purposes.
> Can users of the those companies give an input on this.
>
> -Aswath
>
> >From: "marc fleury" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >Subject: RE: [JBoss-dev] add-on for JBOSS
> >Date: Fri, 11 May 2001 23:19:04 -0400
> >
> >Hello,
> >
> >yes it is legal to develop commercial add-ons to JBoss.
> >
> >In fact if you wanted to sell it through JBoss.org we would put it on our
> >download page and charge for every sale.  We are a distribution channel
and
> >your sales help pay for the development of the core.
> >
> >marc
> >
> >
> >|-Original Message-
> >|From: [EMAIL PROTECTED]
> >|[mailto:[EMAIL PROTECTED]]On Behalf Of
> >|aswath satrasala
> >|Sent: Friday, May 11, 2001 7:43 PM
> >|To: [EMAIL PROTECTED]
> >|Subject: [JBoss-dev] add-on for JBOSS
> >|
> >|
> >|Hello All,
> >|Are there any commercial vendors developing
> >|modules or add-ons connected with JBOSS
> >|
> >|Is it legal to develop/package commercial
> >|products based on JBOSS?
> >|If there were already discussions on this subject,
> >|point me to those emails or archives.
> >|
> >|Thanks
> >|-Aswath
> >|
> >|
> >|
> >|_
> >|Get your FREE download of MSN Explorer at http://explorer.msn.com
> >|
> >|
> >|___
> >|Jboss-development mailing list
> >|[EMAIL PROTECTED]
> >|http://lists.sourceforge.net/lists/listinfo/jboss-development
> >
> >
> >
> >___
> >Jboss-development mailing list
> >[EMAIL PROTECTED]
> >http://lists.sourceforge.net/lists/listinfo/jboss-development
>
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] add-on for JBOSS

2001-05-12 Thread marc fleury

I think it is a good idea to have something tightly integrated with JBoss.

you can either give it for free, or you can decide to charge some money for
it.

Say you charge $30 for your JBoss plugin.  We have about 1500 downloads a
day, imagine you sell 10,000 copies over the year, well that is $300,000.
We get to keep a portion of course.

The name of the game is "who wants to be a millionaire".  So go ahead and
write that plugin will you?

Be careful that core JBoss stuff will remain free, and that is what I commit
to develop with the "Open Source" programmers, but the add-ons can be
closed.

"Me Tarzan, free, you Jane, not free"

clear?

marc


|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of
|aswath satrasala
|Sent: Saturday, May 12, 2001 9:43 AM
|To: [EMAIL PROTECTED];
|[EMAIL PROTECTED]
|Subject: RE: [JBoss-dev] add-on for JBOSS
|
|
|Thanks for sharing the thought.
|
|I am working on netbeans open source a little bit.(It is a
|Java development IDE)
|I am user of jboss a little bit for learning EJB
|
|I think there is a good business opportunity on integrating these
|two great
|products.
|
|Are there any commercial or open source products
|based on the tight integration between netbeans and jboss?
|Are anyone interested in this kind of effort, and work on
|adding value/infrastructure for both netbeans and jboss.
|
|>From message archives, I see a lot of companies using
|JBOSS for almost commercial purposes.
|Can users of the those companies give an input on this.
|
|-Aswath
|
|>From: "marc fleury" <[EMAIL PROTECTED]>
|>Reply-To: [EMAIL PROTECTED]
|>To: <[EMAIL PROTECTED]>
|>Subject: RE: [JBoss-dev] add-on for JBOSS
|>Date: Fri, 11 May 2001 23:19:04 -0400
|>
|>Hello,
|>
|>yes it is legal to develop commercial add-ons to JBoss.
|>
|>In fact if you wanted to sell it through JBoss.org we would put it on our
|>download page and charge for every sale.  We are a distribution
|channel and
|>your sales help pay for the development of the core.
|>
|>marc
|>
|>
|>|-Original Message-
|>|From: [EMAIL PROTECTED]
|>|[mailto:[EMAIL PROTECTED]]On Behalf Of
|>|aswath satrasala
|>|Sent: Friday, May 11, 2001 7:43 PM
|>|To: [EMAIL PROTECTED]
|>|Subject: [JBoss-dev] add-on for JBOSS
|>|
|>|
|>|Hello All,
|>|Are there any commercial vendors developing
|>|modules or add-ons connected with JBOSS
|>|
|>|Is it legal to develop/package commercial
|>|products based on JBOSS?
|>|If there were already discussions on this subject,
|>|point me to those emails or archives.
|>|
|>|Thanks
|>|-Aswath
|>|
|>|
|>|
|>|_
|>|Get your FREE download of MSN Explorer at http://explorer.msn.com
|>|
|>|
|>|___
|>|Jboss-development mailing list
|>|[EMAIL PROTECTED]
|>|http://lists.sourceforge.net/lists/listinfo/jboss-development
|>
|>
|>
|>___
|>Jboss-development mailing list
|>[EMAIL PROTECTED]
|>http://lists.sourceforge.net/lists/listinfo/jboss-development
|
|_
|Get your FREE download of MSN Explorer at http://explorer.msn.com
|
|
|___
|Jboss-development mailing list
|[EMAIL PROTECTED]
|http://lists.sourceforge.net/lists/listinfo/jboss-development



___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] add-on for JBOSS

2001-05-12 Thread aswath satrasala

Thanks for sharing the thought.

I am working on netbeans open source a little bit.(It is a
Java development IDE)
I am user of jboss a little bit for learning EJB

I think there is a good business opportunity on integrating these two great 
products.

Are there any commercial or open source products
based on the tight integration between netbeans and jboss?
Are anyone interested in this kind of effort, and work on
adding value/infrastructure for both netbeans and jboss.

>From message archives, I see a lot of companies using
JBOSS for almost commercial purposes.
Can users of the those companies give an input on this.

-Aswath

>From: "marc fleury" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: RE: [JBoss-dev] add-on for JBOSS
>Date: Fri, 11 May 2001 23:19:04 -0400
>
>Hello,
>
>yes it is legal to develop commercial add-ons to JBoss.
>
>In fact if you wanted to sell it through JBoss.org we would put it on our
>download page and charge for every sale.  We are a distribution channel and
>your sales help pay for the development of the core.
>
>marc
>
>
>|-Original Message-
>|From: [EMAIL PROTECTED]
>|[mailto:[EMAIL PROTECTED]]On Behalf Of
>|aswath satrasala
>|Sent: Friday, May 11, 2001 7:43 PM
>|To: [EMAIL PROTECTED]
>|Subject: [JBoss-dev] add-on for JBOSS
>|
>|
>|Hello All,
>|Are there any commercial vendors developing
>|modules or add-ons connected with JBOSS
>|
>|Is it legal to develop/package commercial
>|products based on JBOSS?
>|If there were already discussions on this subject,
>|point me to those emails or archives.
>|
>|Thanks
>|-Aswath
>|
>|
>|
>|_
>|Get your FREE download of MSN Explorer at http://explorer.msn.com
>|
>|
>|___
>|Jboss-development mailing list
>|[EMAIL PROTECTED]
>|http://lists.sourceforge.net/lists/listinfo/jboss-development
>
>
>
>___
>Jboss-development mailing list
>[EMAIL PROTECTED]
>http://lists.sourceforge.net/lists/listinfo/jboss-development

_
Get your FREE download of MSN Explorer at http://explorer.msn.com


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Dynamic class downloading from distant host: working? Bug?

2001-05-12 Thread Sacha Labourey

Resent from JBoss-User...
=
Hello,

Sorry to insist on this topic... but it is late and I think it is really
strange.

In org.jboss.ejb.ContainerFactory.deploy (line 342 and around), we have
this:

  // create the _real_ classloader for this app
  ClassLoader cl = new URLClassLoader( jarUrls,
Thread.currentThread().getContextClassLoader() );
  app.setClassLoader( cl );

  for( int i = 0; i < jarUrls.length; i++ )
   deploy( app, jarUrls[ i ], cl );

  // Init application
  app.init();
  // Start application
  app.start();

  // Add to webserver so client can access classes through dynamic class
downloading
  WebServiceMBean webServer = (WebServiceMBean)
BeanProxy.create( WebServiceMBean.class, WebServiceMBean.OBJECT_NAME );

  webServer.addClassLoader( cl );


=>
- a new classloader is created for the application
- each jar of the application is deployed thanks to this newly created CL
- the webserver is extended with our new CL so that it is able to also
provide this application classes

BUT when we deploy an application through the deploy directory, jarUrls will
point to a *file* URL (e.g. /c:/jboss/tmp/deploy/default/myBean.jar).
Consequently, when the RMI engine will create the home and remote stub, it
will set its codebase to the URLClassLoader URL and *not* to the webService
URL.

=> the client, potentially located on another host, will try to download
the missing class from a *file path* that does not exist on its system and
not from a http URL (the one of our webservicembean)


Please, tell me that I am wrong... it kills me... ;)

Thank you. Cheers,



Sacha


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development