Re: [JBoss-dev] jboss-most broken?

2001-09-02 Thread Jason Dillon

Fixed.  Thanks for letting me know.

--jason


On Sun, 2 Sep 2001, Dain Sundstrom wrote:

> $ cvs co jboss-most
> cvs server: cannot find module `_jboss_support' - ignored
> cvs [checkout aborted]: cannot expand modules
>
> jboss-all works fine, so whats the deal with jboss-most?
>
> -dain
>
>
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>


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



[JBoss-dev] CVS update: CVSROOT modules

2001-09-02 Thread Jason Dillon

  User: user57  
  Date: 01/09/02 21:56:01

  Modified:.modules
  Log:
   o fixed jboss-most
  
  Revision  ChangesPath
  1.56  +2 -1  CVSROOT/modules
  
  Index: modules
  ===
  RCS file: /cvsroot/jboss/CVSROOT/modules,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- modules   2001/08/30 21:58:14 1.55
  +++ modules   2001/09/03 04:56:00 1.56
  @@ -96,7 +96,8 @@
   
   jboss-most   -d jboss-most \
build/jboss/etc/root \
  - &_jboss_support \
  + &tools \
  + &thirdparty \
&jboss-most-modules \
&jboss-most-plugins
   
  
  
  

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



Re: [JBoss-dev] IllegalArgumentException: Argument Type Mismatch

2001-09-02 Thread Andreas Schaefer

No problemo:

[jmx/ejb/Adaptor] TRANSACTION ROLLBACK EXCEPTION:argument type mismatch;
nested exception is:

java.lang.IllegalArgumentException: argument type mismatch

[jmx/ejb/Adaptor] java.lang.IllegalArgumentException: argument type mismatch

[jmx/ejb/Adaptor] at java.lang.reflect.Method.invoke(Native Method)

[jmx/ejb/Adaptor] at
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(Stateles
sSessionContainer.java:543)

[jmx/ejb/Adaptor] at
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSe
ssionInstanceInterceptor.java:87)

[jmx/ejb/Adaptor] at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeNext(TxInterceptorCMT.java:133)

[jmx/ejb/Adaptor] at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.
java:307)

[jmx/ejb/Adaptor] at
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:99)

[jmx/ejb/Adaptor] at
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:12
8)

[jmx/ejb/Adaptor] at
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:195)

[jmx/ejb/Adaptor] at
org.jboss.ejb.StatelessSessionContainer.invoke(StatelessSessionContainer.jav
a:286)

[jmx/ejb/Adaptor] at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invoke(JRMPContainerI
nvoker.java:393)

[jmx/ejb/Adaptor] at java.lang.reflect.Method.invoke(Native Method)

[jmx/ejb/Adaptor] at
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:242)

[jmx/ejb/Adaptor] at sun.rmi.transport.Transport$1.run(Transport.java:155)

[jmx/ejb/Adaptor] at java.security.AccessController.doPrivileged(Native
Method)

[jmx/ejb/Adaptor] at
sun.rmi.transport.Transport.serviceCall(Transport.java:152)

[jmx/ejb/Adaptor] at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:462)

[jmx/ejb/Adaptor] at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:6
62)

[jmx/ejb/Adaptor] at java.lang.Thread.run(Thread.java:498)



-

Andy

- Original Message -
From: "Jason Dillon" <[EMAIL PROTECTED]>
To: "Andreas Schaefer" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, September 02, 2001 5:39 PM
Subject: Re: [JBoss-dev] IllegalArgumentException: Argument Type Mismatch


> Can we see a full stack trace?
>
> --jason
>
>
> On Sun, 2 Sep 2001, Andreas Schaefer wrote:
>
> > Hi Geeks
> >
> > I ran into a strange problem.
> >
> > I have an EJB which will send back events to the client.
> > The client can register the listener when it is an exported
> > RMI object and handed over to the EJB. Everything
> > compiles well and I can use all the other methods but when
> > I try to register a Listener the StatelessSessionContainer
> > throws an IllegalArgumetnException on Method.invoke()
> > when it tries to call the Bean method registering the listener.
> >
> > Now I pretty puzzled because it compiles and can send
> > over to the server (server knows the Stub) but I get this
> > strange exception. Does anyone has a clue?
> >
> > Thanx - Andy
> >
> >
> >
> > ___
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> >
>


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



[JBoss-dev] jboss-most broken?

2001-09-02 Thread Dain Sundstrom

$ cvs co jboss-most
cvs server: cannot find module `_jboss_support' - ignored
cvs [checkout aborted]: cannot expand modules

jboss-all works fine, so whats the deal with jboss-most?  

-dain


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



Re: [JBoss-dev] "Properties" format in *-services.xml

2001-09-02 Thread Scott M Stark

This means that the mbean must promote configuration properties of contained
objects
to mbean attributes rather than just allowing pass-through text. It was
suggested that
white-space be preserved when the element content was enclosed within a
CDATA
section.

- Original Message -
From: "David Jencks" <[EMAIL PROTECTED]>
To: "jboss-dev" <[EMAIL PROTECTED]>
Sent: Sunday, September 02, 2001 7:35 PM
Subject: [JBoss-dev] "Properties" format in *-services.xml


> Hi,
>
> The change to the new architecture seems to have changed xml parsing so
> that blank space is ignored (condensed into one character).  This breaks
> the previously working "properties.load" format stuff in
> ConnectionFactoryLoader.  I fixed this, but its still rather fragile.
>
> I propose we change to a pure-xml based solution as follows:
>
> 
>   joe
>   hereorthere
> 
>
> instead of
>
> 
>   UserName=joe
>   ConnectionURL=hereorthere
> 
>
> any objections or comments?
>
> david jencks
>
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>


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



[JBoss-dev] JavaWorld JBossSX article

2001-09-02 Thread Scott M Stark

My article on the JBossSX framework has been published in JavaWorld:

http://www.javaworld.com/javaworld/jw-08-2001/jw-0831-jaas.html


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



[JBoss-dev] "Properties" format in *-services.xml

2001-09-02 Thread David Jencks

Hi,

The change to the new architecture seems to have changed xml parsing so
that blank space is ignored (condensed into one character).  This breaks
the previously working "properties.load" format stuff in
ConnectionFactoryLoader.  I fixed this, but its still rather fragile.

I propose we change to a pure-xml based solution as follows:


  joe
  hereorthere


instead of


  UserName=joe
  ConnectionURL=hereorthere


any objections or comments?

david jencks

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



[JBoss-dev] CVS update: jbosscx build.xml

2001-09-02 Thread David Jencks

  User: d_jencks
  Date: 01/09/02 19:14:45

  Modified:.build.xml
  Log:
  fixed pretty task
  
  Revision  ChangesPath
  1.7   +2 -1  jbosscx/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jbosscx/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 2001/08/27 09:01:36 1.6
  +++ build.xml 2001/09/03 02:14:45 1.7
  @@ -10,7 +10,7 @@
   
   
   
  -
  +
   
   
   
  @@ -35,6 +35,7 @@
 
 
 
  +  
 
 
   
  
  
  

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



Re: [JBoss-dev] IllegalArgumentException: Argument Type Mismatch

2001-09-02 Thread Jason Dillon

Can we see a full stack trace?

--jason


On Sun, 2 Sep 2001, Andreas Schaefer wrote:

> Hi Geeks
>
> I ran into a strange problem.
>
> I have an EJB which will send back events to the client.
> The client can register the listener when it is an exported
> RMI object and handed over to the EJB. Everything
> compiles well and I can use all the other methods but when
> I try to register a Listener the StatelessSessionContainer
> throws an IllegalArgumetnException on Method.invoke()
> when it tries to call the Bean method registering the listener.
>
> Now I pretty puzzled because it compiles and can send
> over to the server (server knows the Stub) but I get this
> strange exception. Does anyone has a clue?
>
> Thanx - Andy
>
>
>
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>


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



Re: [JBoss-dev] JMX Event Notification Asynchronous

2001-09-02 Thread Jason Dillon

> Does anyone have an idea how this can be done
> J2EE based (meaning vendor neutral).

JMS.

> >From my point of view you cannot create a Queue
> in the EJB-Container w/o knowing the server (vendor)
> and a Topic would send all the events to all the clients.

Provide an interface which does this (like JMSProvider does).  Each vendor
could provide an adapter to bridge the gap.

--jason


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



[JBoss-dev] CVS update: manual build.xml

2001-09-02 Thread Jason Dillon

  User: user57  
  Date: 01/09/02 17:04:40

  Modified:.build.xml
  Log:
   o changed oasis.docbook.xml.root & oasis.docbook.xsl.root properties to be
 set from a path of the same name.  This should fix some platform problems.
  
  Revision  ChangesPath
  1.18  +9 -3  manual/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 2001/09/01 02:20:52 1.17
  +++ build.xml 2001/09/03 00:04:40 1.18
  @@ -10,7 +10,7 @@
   
   
   
  -
  +
   
   
   
  @@ -82,8 +82,14 @@
 
   
 
  -  
  -  
  +  
  +
  +  
  +  
  +  
  +
  +  
  +  
 
   
 
  
  
  

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



[JBoss-dev] IllegalArgumentException: Argument Type Mismatch

2001-09-02 Thread Andreas Schaefer

Hi Geeks

I ran into a strange problem.

I have an EJB which will send back events to the client.
The client can register the listener when it is an exported
RMI object and handed over to the EJB. Everything
compiles well and I can use all the other methods but when
I try to register a Listener the StatelessSessionContainer
throws an IllegalArgumetnException on Method.invoke()
when it tries to call the Bean method registering the listener.

Now I pretty puzzled because it compiles and can send
over to the server (server knows the Stub) but I get this
strange exception. Does anyone has a clue?

Thanx - Andy



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



Re: [JBoss-dev] buildmagic and target "compile"

2001-09-02 Thread Jason Dillon

The reason why "compile" won't work from build is because modules get there
dependency libs from other modules as jars.  If you don't build the jars,
then it won't work.

Perhaps compile could be removed from the build module.

Why don't you just use the default target (main) instead?

--jason


On Sun, 2 Sep 2001, Chris Kimpton wrote:

> Hi,
>
> I am trying to just compile the jboss code, no jars or distribution
> stuff.
>
> The compile target in the jboss-all/build directory looks like the
> one for me...
>
> ...but it seems to have a different classpath setting or something as
> I get errors about unresolved symbols on the javax.ejb imports in the
> server module.
>
> I had a quick look, but can't seem to see how the compile target
> would work differently from the "main" target - which works fine!
>
> Any hints?
>
> TIA,
> Chris
>
> =
> Need somewhere to Live in London - http://freeflats.com
>
> __
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
> http://im.yahoo.com
>
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>


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



Re: [JBoss-dev] CVS update: build/jboss build.xml

2001-09-02 Thread Jason Dillon

why mail over mimemail?

--jason


On Sun, 2 Sep 2001, Chris Kimpton wrote:

>   User: kimptoc
>   Date: 01/09/02 12:29:38
>
>   Modified:jbossbuild.xml
>   Log:
>   changes to make the testsuite email report more generic
>
>   Revision  ChangesPath
>   1.14  +20 -9 build/jboss/build.xml
>
>   Index: build.xml
>   ===
>   RCS file: /cvsroot/jboss/build/jboss/build.xml,v
>   retrieving revision 1.13
>   retrieving revision 1.14
>   diff -u -r1.13 -r1.14
>   --- build.xml   2001/08/31 10:01:18 1.13
>   +++ build.xml   2001/09/02 19:29:38 1.14
>   @@ -10,7 +10,7 @@
>
>
>
>   -
>   +
>
>
>
>   @@ -225,6 +225,10 @@
>  
>  
>
>   +  
>   +  value="[EMAIL PROTECTED]"/>
>   +  
>   +  
>
>  
>  
>   @@ -587,16 +591,23 @@
>  
>
>
>   +
>   +
>   +  
>   +
>   +  
>Sending Reports
>
>   -   - subject="Automated JBoss Testsuite"
>   - message="Automated JBoss Testsuite"
>   - from="[EMAIL PROTECTED]">
>   -  
>   -
>   -  
>   -
>   +   + subject="Automated JBoss Testsuite Results"
>   + message="Automated JBoss Testsuite Results"
>   + from="${run.nightly.email.from}"
>   +  mailhost="${run.nightly.email.mailhost}"
>   +  
>files="${project.root}/testsuite/output/reports/text/TESTS-TestSuites.txt"
>   +/>
>   +
>   +
>   +
>  
>
>
>
>
>
>
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>


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



[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm/file PersistenceManager.java

2001-09-02 Thread David Maplesden

  User: dmaplesden
  Date: 01/09/02 14:33:21

  Modified:src/main/org/jboss/mq/pm/file PersistenceManager.java
  Log:
  Fix reported bug in file PM.  You could get a NPE if transactFiles was null.
  
  Revision  ChangesPath
  1.5   +27 -22jbossmq/src/main/org/jboss/mq/pm/file/PersistenceManager.java
  
  Index: PersistenceManager.java
  ===
  RCS file: 
/cvsroot/jboss/jbossmq/src/main/org/jboss/mq/pm/file/PersistenceManager.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PersistenceManager.java   2001/09/01 03:00:59 1.4
  +++ PersistenceManager.java   2001/09/02 21:33:21 1.5
  @@ -35,7 +35,7 @@
*  persistence.
*
* @author Paul Kendall ([EMAIL PROTECTED])
  - * @version$Revision: 1.4 $
  + * @version$Revision: 1.5 $
*/
   public class PersistenceManager extends ServiceMBeanSupport implements 
PersistenceManagerMBean, org.jboss.mq.pm.PersistenceManager
   {
  @@ -143,30 +143,32 @@
 //reconstruct TXs
 TreeSet txs = new TreeSet();
 File[] transactFiles = dataDirFile.listFiles();
  -  for (int i = 0; i < transactFiles.length; i++)
  +  if(transactFiles != null)
 {
  - try
  + for (int i = 0; i < transactFiles.length; i++)
{
  -Long tx = new Long(Long.parseLong(transactFiles[i].getName()));
  -java.util.ArrayList removingMessages = readTxFile(transactFiles[i]);
  -if (testRollBackTx(tx, removingMessages))
  +try
   {
  -   txs.add(tx);
  +   Long tx = new Long(Long.parseLong(transactFiles[i].getName()));
  +   java.util.ArrayList removingMessages = readTxFile(transactFiles[i]);
  +   if (testRollBackTx(tx, removingMessages))
  +   {
  +  txs.add(tx);
  +   }
   }
  - }
  - catch (NumberFormatException e)
  - {
  -System.out.println("Ignoring invalid transaction record file " + 
transactFiles[i].getAbsolutePath());
  -transactFiles[i] = null;
  - }
  - catch (IOException e)
  - {
  -JMSException jmse = new SpyJMSException("IO Error when restoring.");
  -jmse.setLinkedException(e);
  -throw jmse;
  +catch (NumberFormatException e)
  +{
  +   System.out.println("Ignoring invalid transaction record file " + 
transactFiles[i].getAbsolutePath());
  +   transactFiles[i] = null;
  +}
  +catch (IOException e)
  +{
  +   JMSException jmse = new SpyJMSException("IO Error when restoring.");
  +   jmse.setLinkedException(e);
  +   throw jmse;
  +}
}
 }
  -
 if (!txs.isEmpty())
 {
this.tidcounter = ((Long)txs.last()).longValue() + 1;
  @@ -199,11 +201,14 @@
 }
   
 //all txs now committed or rolled back so delete tx files
  -  for (int i = 0; i < transactFiles.length; i++)
  +  if(transactFiles != null)
 {
  - if (transactFiles[i] != null)
  + for (int i = 0; i < transactFiles.length; i++)
{
  -deleteTxFile(transactFiles[i]);
  +if (transactFiles[i] != null)
  +{
  +   deleteTxFile(transactFiles[i]);
  +}
}
 }
  }
  
  
  

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



[JBoss-dev] CVS update: jbosstest build.xml

2001-09-02 Thread Chris Kimpton

  User: kimptoc 
  Date: 01/09/02 13:57:23

  Modified:.build.xml
  Log:
  corrected xslt to get testsuite summary working
  
  Revision  ChangesPath
  1.8   +7 -2  jbosstest/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 2001/09/02 19:29:38 1.7
  +++ build.xml 2001/09/02 20:57:23 1.8
  @@ -10,7 +10,7 @@
   
   
   
  -
  +
   
   
   
  @@ -1521,7 +1521,8 @@
   
 
   
  -  
  +
  +  
   
   
   
  @@ -1540,6 +1541,10 @@
   
 
   
  +
  +
  +   
  +
   
   

[JBoss-dev] CVS update: jbosstest/src/stylesheets summary1.xsl

2001-09-02 Thread Chris Kimpton

  User: kimptoc 
  Date: 01/09/02 13:57:24

  Modified:src/stylesheets summary1.xsl
  Log:
  corrected xslt to get testsuite summary working
  
  Revision  ChangesPath
  1.2   +12 -1 jbosstest/src/stylesheets/summary1.xsl
  
  Index: summary1.xsl
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/stylesheets/summary1.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- summary1.xsl  2001/08/27 04:48:25 1.1
  +++ summary1.xsl  2001/09/02 20:57:24 1.2
  @@ -2,8 +2,17 @@
   
   
   
  -undefined
  +
  +
  +
  +
  +
  +
  +
  +
  +
   
  +

   
   
  @@ -28,6 +37,8 @@
   Failures:  
   
   
  +
  +
   
   [time of test:  GMT]
   [java.version: ]
  
  
  

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



[JBoss-dev] CVS update: manual/src/xdocs jbossdocs.xml

2001-09-02 Thread Tobias Frech

  User: gropi   
  Date: 01/09/02 13:21:36

  Modified:src/xdocs jbossdocs.xml
  Log:
  shrunk the HOWTO chapter:
  created own chapters for
  - IDE integration and tools
  - third party examples
  
  Revision  ChangesPath
  1.3   +26 -17manual/src/xdocs/jbossdocs.xml
  
  Index: jbossdocs.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/xdocs/jbossdocs.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jbossdocs.xml 2001/09/01 02:52:42 1.2
  +++ jbossdocs.xml 2001/09/02 20:21:36 1.3
  @@ -39,11 +39,11 @@
  
   ]>
   
  -
  +
   
   
  
  -  JBoss 2.1+ Documentation
  +  JBoss 2.2+ Documentation
 
2000
 2001
  @@ -75,40 +75,49 @@
  &customizingjaws.xml;
  &advconfig.xml;
  &jbossjms.xml;
  -
  -   &designnotes.xml;
  &jbosssx.xml;
  +
  +   
  +  Development Tools and IDE Integration
  +  &howtojbuilderdebug.xml;
  +  &howtovisualagedebug.xml;
  +  &howtonetbeansdebug.xml;
  +  &howtoverifier.xml;
  +  &howtoejbdoclet.xml;
  +   
  +
  &production.xml;
   
  +   &designnotes.xml;
  +
  
 HOWTO
   
 &howtotomcat.xml;
 &howtojetty.xml;
  -  &howtormhexamples.xml;
  -  &howtombeans.xml;
  +  &howtowebcontainer.xml;
  +  &howtoclientapplet.xml;
   
  +  &howtombeans.xml;
 &howtojmx.xml;
 &howtotimer.xml;
  +
 &howtoj2eedeployer.xml;
  -  &howtojaas.xml;
   
  +  &howtojaas.xml;
 &howtojavamail.xml;
  -  &howtojbuilderdebug.xml;
  -  &howtovisualagedebug.xml;
  -  &howtonetbeansdebug.xml;
  -
 &howtoejx.xml;
 &howtojca.xml;
 &howtojndiexternal.xml;
 &howtosocketfactories.xml;
  -
 &howtojaxp.xml;
  -  &howtoverifier.xml;
  -  &howtopetstore.xml;
  -  &howtowebcontainer.xml;
   
  -  &howtoejbdoclet.xml;
  -  &howtoclientapplet.xml;
  
  +
  +   
  +  Third Party Examples
  +  &howtormhexamples.xml;
  +  &howtopetstore.xml;
  +   
  +
   
  
  
  

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



[JBoss-dev] CVS update: build/jboss build.xml

2001-09-02 Thread Chris Kimpton

  User: kimptoc 
  Date: 01/09/02 12:29:38

  Modified:jbossbuild.xml
  Log:
  changes to make the testsuite email report more generic
  
  Revision  ChangesPath
  1.14  +20 -9 build/jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 2001/08/31 10:01:18 1.13
  +++ build.xml 2001/09/02 19:29:38 1.14
  @@ -10,7 +10,7 @@
   
   
   
  -
  +
   
   
   
  @@ -225,6 +225,10 @@
 
 
   
  +  
  +  
  +  
  +  
   
 
 
  @@ -587,16 +591,23 @@
 
   
   
  +
  +
  +  
  +
  +  
   Sending Reports
   
  -
  -  
  -
  -  
  -
  +
  +  
  +  
  +  
 
   
   
  
  
  

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



[JBoss-dev] CVS update: jbosstest build.bat build.xml

2001-09-02 Thread Chris Kimpton

  User: kimptoc 
  Date: 01/09/02 12:29:38

  Modified:.build.xml
  Added:   .build.bat
  Log:
  changes to make the testsuite email report more generic
  
  Revision  ChangesPath
  1.7   +2 -2  jbosstest/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 2001/08/30 06:41:30 1.6
  +++ build.xml 2001/09/02 19:29:38 1.7
  @@ -10,7 +10,7 @@
   
   
   
  -
  +
   
   
   
  @@ -209,7 +209,7 @@
   
 
   
  -  
  +  
 
   
   
  
  
  
  1.2   +86 -0 jbosstest/build.bat
  
  
  
  

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



[JBoss-dev] CVS update: jboss build.xml

2001-09-02 Thread Chris Kimpton

  User: kimptoc 
  Date: 01/09/02 12:29:38

  Modified:.build.xml
  Log:
  changes to make the testsuite email report more generic
  
  Revision  ChangesPath
  1.22  +2 -2  jboss/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 2001/09/01 04:21:25 1.21
  +++ build.xml 2001/09/02 19:29:38 1.22
  @@ -10,7 +10,7 @@
   
   
   
  -
  +
   
   
   
  @@ -218,7 +218,7 @@
   
 
   
  -  
  +  
 
   
   
  
  
  

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



[JBoss-dev] [ jboss-Bugs-457772 ] not getting PropVals, jboss-service.xml

2001-09-02 Thread noreply

Bugs item #457772, was opened at 2001-09-02 10:15
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=457772&group_id=22866

Category: JBossServer
Group: v2.5 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Frank Langelage (lafr)
Assigned to: Nobody/Anonymous (nobody)
Summary: not getting PropVals, jboss-service.xml

Initial Comment:
Starting jboss it complains (WARN) about not set Values
for TransactionIsolation, UserName, Password, Driver,
AutoCommit.

I have set this values in jboss-service.xml like I did
in jboss.jcml.

But now, this aren't recognized.

Problem seems to be, that the value for the first
Property "ConnectionURL" doesn't end at linefeed.
All the text until  is assgined to this
Property.



--

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=457772&group_id=22866

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



[JBoss-dev] [ jboss-Bugs-457768 ] NPE in JBossMQ PersistanceManager

2001-09-02 Thread noreply

Bugs item #457768, was opened at 2001-09-02 10:02
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=457768&group_id=22866

Category: JBossMQ
Group: v2.5 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Frank Langelage (lafr)
Assigned to: Nobody/Anonymous (nobody)
Summary: NPE in JBossMQ PersistanceManager

Initial Comment:
Starting jboss-server I get an NullPointerException
(see attached file).

On the relevant Source PersistenceManager.java at line
146 the for-loop should only run if transactFiles !=
null.

The same for the for-loop near the end of this method.


UnixWare 7.1.1, JDK 1.3.0_02


--

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=457768&group_id=22866

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



[JBoss-dev] CVS update: newsite/src/docs/doco_files vaj-jnpserver222.jar vaj-jbossmq222.jar

2001-09-02 Thread Tobias Frech

  User: gropi   
  Date: 01/09/02 07:08:08

  Added:   src/docs/doco_files vaj-jnpserver222.jar vaj-jbossmq222.jar
  Log:
  Initial checking.
  Files that are needed for the JBoss integration into Visual Age for Java.
  See rerlated howto in the manual.
  Some JDK 1.3 features are "patched" to work in VAJ.
  
  Revision  ChangesPath
  1.1  newsite/src/docs/doco_files/vaj-jnpserver222.jar
  
<>
  
  
  1.1  newsite/src/docs/doco_files/vaj-jbossmq222.jar
  
<>
  
  

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



[JBoss-dev] CVS update: manual/src/xdocs/howto howtovisualagedebug.xml

2001-09-02 Thread Tobias Frech

  User: gropi   
  Date: 01/09/02 07:04:28

  Modified:src/xdocs/howto howtovisualagedebug.xml
  Log:
  Update by Craig Doremus and Chiew Kwooi Lee.
  Now there are two new files that simplify VAJ integration.
  Additional information about Tomcat.
  
  Revision  ChangesPath
  1.2   +374 -353  manual/src/xdocs/howto/howtovisualagedebug.xml
  
  Index: howtovisualagedebug.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/xdocs/howto/howtovisualagedebug.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howtovisualagedebug.xml   2001/08/29 09:19:37 1.1
  +++ howtovisualagedebug.xml   2001/09/02 14:04:28 1.2
  @@ -1,353 +1,374 @@
  -
  -
  - 
  -How to Run and Debug EJBs using jBoss 2.2.2 inside of 
  -Visual Age for Java version 3.5 (patch 2)
  -
  - 
  -Author:
  -
  - Craig
  - Doremus
  - 
  - [EMAIL PROTECTED]
  - 
  - Importing jBoss into Visual Age for Java (VAJ) allows you to develop and
  -debug EJBs using the latest Enterprise Java Beans standard (version 1.1 and Message 
Driven EJBs). 
  -The Enterprise version of Visual Age has built-in EJB debugging, but that 
  -edition of the IDE only supports version 1.0 of the EJB spec.  Currently, Visual 
Age only 
  -supports JDK 1.2.2.
  -
  - 
  -We created a jBoss Test Environment by manually importing jBoss source 
  -into Visual Age for Java. This import also 
  -involved a few code hacks to remove JDK 1.3 
  -code, to change the paths to configiration files and some
  -   modification of paths inside of configuration files. 
  -
  - 
  -Our jBoss import does not include an integrated 
  -http://jakarta.apache.org/tomcat/index.html";>Jakarta-Tomcat servlet 
engine.
  -IBM provides a Test Environment for Tomcat version 3.1 on their web site 
(see below)
  -that allows debugging of JSP and servlets inside of VAJ. Both Tomcat
  -and jBoss can be run inside of VAJ to provide the ability to debug EJBs
  -called by servlets.
  -
  - 
  - Requirements
  - 
  - 
  - Visual Age for Java Professional or Enterprise 
Edition Version 3.5 with patch 2 installed. Version 3.5.3 has recently been released, 
but there are some RMI bugs in it so we can't recommend using it at this time.
  - 
  - 
  - JBoss-2.2.2.zip downloaded (NOT the one with 
integrated Tomcat) http://prdownloads.sourceforge.net/jboss/JBoss-2.2.2.zip";>Download it here
  - 
  - 
  - 
  - 
  - 
  - 
  - 
  - Manually importing jBoss 2.2.2 source code into Visual 
Age
  - 
  - 
  - Unzip JBoss-2.2.2.zip into a temporary 
directory.
  - 
  - 
  - Create a jBoss project in VAJ. If jBoss 2.0 
is already installed, version it and delete all files and related projects before 
proceeding with the jBoss 2.2.2 install.
  - 
  - 
  - 
  - Import source, jar and class files into VAJ from 
the temporary directory including:
  - 
  - 
  - All jBoss source (src 
subdirectory).
  - 
  - Source from org.jnp.server from 
CVS (ver 1.2). Change org.jboss.naming.NamingService in the source distribution to CVS 
ver 1.9 to maintain compatibility with this class.
  - Source for org.jbossmq.* from 
CVS
  - 
  - 
  - In lib or lib/ext directory 
import the class files: 
  - 
  - All files from minerva-1_0b3.jar
  - All files from jbossmq.jar
  - All files from jbosssx.jar
  - All files from jbosscx-0.2.jar except org.jboss.resource.RARDepolyer,
  -which should be imported as source from CVS (ver 1.3) so to change tmp.properties 
reference (see below)
  - All org.jnp.server.* files from jnpdserver.jar except Main class needed to 
change reference to jnp.properties file (see below)
  - All files in ejxejb.jar
  - All files in ejxeditor.jar
  - All files in awt.jar
  - All files for openjms-client-patched-0.5.1.jar
  - All files from openjms-pool.jar
  - All files from openjms-rmi-patched-0.5.1.jar
  - For organizat

Re: [JBoss-dev] Enhydra vs. JBoss

2001-09-02 Thread Steven Shaw

I used to follow Enhydra and Enydra Enterprise quite closely. It is 
definitely open source and can be contributed to like other open source 
projects. The main license is a MPL derivative.

Details on CVS repository are here:

http://enterprise.enhydra.org/software/cvs/index.html

License is here:

http://enterprise.enhydra.org/software/license/index.html

Enhydra Enterprise has be on its way for a long-long time. It has had 
long alpha and beta periods. I think its just about to be released 
proper. Lutris are focussing on their commercialised version at the 
moment - I guess they are trying to recoup some of their investment!

I think that JBoss is a better bet. Its already proven and has some neat 
hot-deploy features. It definitely seems a more active and nimble 
project. Thats why Im here :-)

Steve.


danch wrote:

>They're barely and only lately J2EE. THey had a lot of resistence to the 
>whole JSP thing (based on some legitimate criticisms) and only recently 
>Started doing EJB (via Jonas, from Bull). I haven't looked in a while, 
>but I thought that EJB integration was only available in their 
>'enterprise' edition, which is available only at cost.
>
>Another thing that bothered me about the article was the apparent lack 
>of cluefulness about what open source _is_: they didn't mention the 
>difference in license terms or the fact that JBoss can be used by and 
>contributed to by anyone.
>
>-danch
>
>On Wed, Aug 29, 2001 at 12:22:46PM -0400, Bill Burke wrote:
>
>>>From reading the IBD article, is Enhydra a competitor of JBoss?  I went to
>>their web site and it seemed that Enhydra really wasn't "Open Source", but a
>>J2EE implementation that came with the source.  If they are a competitor in
>>the Open Source arena, how can we kick their ass?  Or maybe we already do?
>>
>>Bill
>>
>
>___
>Jboss-development mailing list
>[EMAIL PROTECTED]
>http://lists.sourceforge.net/lists/listinfo/jboss-development
>
>




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



Re: [JBoss-dev] the volume on this list

2001-09-02 Thread Steven Shaw

I have set up a mail filter to delete the cvs updates. I still have to 
download them, though :-(.

Ajay Gautam wrote:

>I agree with this. BTW for guys who don't like CVS
>msgs in their boxes, a filter is very easy to setup !
>
>my 2 cents
>
>--- marc fleury <[EMAIL PROTECTED]> wrote:
>
>>jboss-dev is not a social list where we discuss
>>wee-wee touching design
>>pattern pseudo intellectualism. Here I want the
>>grunge work of jboss-dev and
>>having the cvs commits in my face is more important
>>that discussing the
>>weather facade.  No offense, most are new and I
>>really hope some of you
>>"swim" beyond the commit waves, also the last days
>>are "atypical" of dev.
>>
>>thanks good luck
>>
>>marcf
>>
>>
>>
>>|-Original Message-
>>|From: [EMAIL PROTECTED]
>>
>|[mailto:[EMAIL PROTECTED]]On
>
>>Behalf Of
>>|[EMAIL PROTECTED]
>>|Sent: Wednesday, August 29, 2001 11:23 AM
>>|To: [EMAIL PROTECTED]
>>|Subject: Re: [JBoss-dev] the volume on this list
>>|
>>|
>>|
>>|Hi Steve,
>>|I agree with you 100%.
>>|
>>|I like JBoss, and am interested in issues in its
>>development.  But then
>>|these  CVS mail exchanges make me really sick.
>>|Please do something about this.
>>|
>>|Cheers,
>>|Gopi
>>|
>>|
>>|
>>|
>>|
>>|
>>|Steven Shaw
>><[EMAIL PROTECTED]>
>>|
>>|Sent by:   
>>   To:
>>|[EMAIL PROTECTED]
>>|   
>>[EMAIL PROTECTED]cc:
>>|
>>|eforge.net
>>|Subject: [JBoss-dev] the volume on this list
>>|
>>|
>>|
>>|
>>|08/29/01 08:21 PM
>>|
>>|Please respond to
>>jboss-development
>>|
>>|
>>|
>>|
>>|
>>|
>>|
>>|
>>|
>>|Hi there,
>>|
>>|Ive just subscribe to this list to find out about
>>JBoss development. I
>>|am loath to listen in though because of the volume
>>of messages (100s per
>>|day). This is a nightmare for my slow link! These
>>messages are mostly
>>|CVS commits on each and every file committed. Look,
>>its day one for me,
>>|but can I suggest that there be a separate
>>cvs-commit maillist from the
>>|main developer list. Those who are actually
>>interested in each and every
>>|commit could listen to both!
>>|
>>|cheers!
>>|
>>|Steve.
>>|
>>|
>>|___
>>|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
>
>>
>>___
>>Jboss-development mailing list
>>[EMAIL PROTECTED]
>>
>http://lists.sourceforge.net/lists/listinfo/jboss-development
>
>
>__
>Do You Yahoo!?
>Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
>http://im.yahoo.com
>
>___
>Jboss-development mailing list
>[EMAIL PROTECTED]
>http://lists.sourceforge.net/lists/listinfo/jboss-development
>
>




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



[JBoss-dev] buildmagic and target "compile"

2001-09-02 Thread Chris Kimpton

Hi,

I am trying to just compile the jboss code, no jars or distribution
stuff.

The compile target in the jboss-all/build directory looks like the
one for me...

...but it seems to have a different classpath setting or something as
I get errors about unresolved symbols on the javax.ejb imports in the
server module.

I had a quick look, but can't seem to see how the compile target
would work differently from the "main" target - which works fine!

Any hints?

TIA,
Chris

=
Need somewhere to Live in London - http://freeflats.com

__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

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



Re: [JBoss-dev] VerifyError: (class: org/jboss/web/WebServer

2001-09-02 Thread Chris Kimpton

Hi,

--- Scott M Stark <[EMAIL PROTECTED]> wrote:
> 
> Its a bug in the jikes compiler.
> 
> - Original Message -
> From: Jason Dillon
> To: [EMAIL PROTECTED]
> Sent: Monday, August 13, 2001 7:36 PM
> Subject: [JBoss-dev] VerifyError: (class: org/jboss/web/WebServer
> 
> 
> Does anyone know why this error might be showing up when using the
> Jikes
> compiler:
> 

For the record, I used the patched jikes compiler (sort of v14a) and
get several errors relating to the order of variable definition.

Probably best to wait for the next proper jikes release before trying
this again.

Chris

=
Need somewhere to Live in London - http://freeflats.com

__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

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