Re: [JBoss-dev] CVS HEAD doesn't start with jdk 1.4 ?

2002-03-26 Thread Ricardo Argüello

I have the same problem.

JBoss 3.0.0beta2 (CVS HEAD) gives me the same exception with JDK 1.4 on Windows 2000.

Ricardo

- Original Message - 
From: "Francisco Reverbel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 26, 2002 6:23 PM
Subject: [JBoss-dev] CVS HEAD doesn't start with jdk 1.4 ?


> It may not be a good idea to ask such a thing while people are celebrating
> at JBossOne... :-)
> 
> Anyway, is this happening with somebody else? Or is it just with me?
> 
> I am running jdk 1.4 on Linux. The relevant log excerpt is included below. 
> 
> Best,
> 
> Francisco
> 
> PS: So Marc had to attend the award ceremony while everybody else was 
> having a party at JBossOne? ;-) 
> 
> > log excerpt <---
> 2002-03-26 20:05:43,946 INFO  [org.jboss.security.plugins.SecurityConfig] Starting
> 2002-03-26 20:05:44,124 ERROR [org.jboss.security.plugins.SecurityConfig] Starting 
>failed
> java.lang.SecurityException: Configuration Error:
> Line 60: system property [] expanded to empty value
> at com.sun.security.auth.login.ConfigFile.(ConfigFile.java:97)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at 
>sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> at 
>sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
> at java.lang.Class.newInstance0(Class.java:296)
> at java.lang.Class.newInstance(Class.java:249)
> at javax.security.auth.login.Configuration$3.run(Configuration.java:221)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.login.Configuration.getConfiguration(Configuration.java:215)
> at 
>org.jboss.security.plugins.DefaultLoginConfig.getConfiguration(DefaultLoginConfig.java:78)
> at org.jboss.security.plugins.DefaultLoginConfig.invoke(DefaultLoginConfig.java:155)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:441)
> at org.jboss.security.plugins.SecurityConfig.installConfig(SecurityConfig.java:138)
> at org.jboss.security.plugins.SecurityConfig.pushLoginConfig(SecurityConfig.java:106)
> at org.jboss.security.plugins.SecurityConfig.startService(SecurityConfig.java:79)
> at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:162)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at 
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at 
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:441)
> at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:673)
> at $Proxy1.start(Unknown Source)
> at org.jboss.system.ServiceController.start(ServiceController.java:280)
> at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
> at 
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at 
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:441)
> at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:169)
> at $Proxy4.start(Unknown Source)
> at org.jboss.deployment.SARDeployer.start(SARDeployer.java:276)
> at org.jboss.deployment.MainDeployer.start(MainDeployer.java:642)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:500)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:463)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:445)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at 
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at 
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:441)
> at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:320)
> at org.jboss.system.server.ServerImpl.start(ServerImpl.java:208)
> at org.jboss.Main.boot(Main.java:138)
> at org.jboss.Main$1.run(Main.java:371)
> at java.lang.Thread.run(Thread.java:536)
> Caused by: java.io.IOException: Configuration Error:
> Line 60: system property [] expanded to empty value
> at com.sun.security.auth.login.ConfigFile.expand(ConfigFile.java:571)
> at com.sun.security.auth.login.ConfigFile.parseLoginEntry(ConfigFile.java:366)
> at com.sun.security.auth.login.ConfigFile.readConfig(ConfigFile.java:308)
> at com.sun.security.auth.lo

[JBoss-dev] mysql-service.xml: jndi name conflict

2002-04-14 Thread Ricardo Argüello

Hello,

In connector/src/etc/example-config/mysql-service.xml

  DefaultDS

Needs to be changed to:
  MySqlDS

to deploy. Otherwise, it conflicts with the deployed hsqldb jndi name.


Ricardo Arguello





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



[JBoss-dev] mysql-service.xml: java.lang.NumberFormatException

2002-04-15 Thread Ricardo Argüello

Hello,

In the connector/src/etc/example-config/mysql-service.xml example file:
  jdbc:mysql://dell:/jbossdb

Needs to be changed to:
  jdbc:mysql://dell:3306/jbossdb


Because of this exception:

Caused by: java.sql.SQLException: Unable to get Connection: 
javax.resource.ResourceException: Unable to create DB connection for url: 
jdbc:mysql://localhost:/jboss, user: jboss, exception: java.sql.SQLException: Cannot 
load connection class because of underlying exception: 
'java.lang.NumberFormatException: /'.
at org.jboss.resource.adapter.jdbc.JDBCDataSource.getConnection(JDBCData
Source.java:114)
at org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.fixTableName(SQLUtil.java:38)
... 84 more



Ricardo Arguello



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



Re: [JBoss-dev] mysql-service.xml: java.lang.NumberFormatException

2002-04-15 Thread Ricardo Argüello

Just MySql 3.23.46-nt + 2.0.11 mm.mysql drivers..   :-)

The old mysql-service.xml file worked fine with "jdbc:mysql://localhost:/mydb"...
The new one doesn't... go figure.

---
The MM.MySQL project has released a new 2.0.12 version:
http://sourceforge.net/project/showfiles.php?group_id=15923&release_id=83431

I'm going to try RC1 with it, and let you guys know how it went.

Maybe we would need to change:
  

To:
  


Hehehe, too many changes for the mysql-service.xml file in a day!


Ricardo Arguello



- Original Message - 
From: "David Jencks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 15, 2002 1:26 PM
Subject: Re: [JBoss-dev] mysql-service.xml: java.lang.NumberFormatException


I'll change it, but I'm curious as to what your configuration is since this
is exactly the configuration that worked on my machines;-)

david jencks

On 2002.04.15 13:57:32 -0400 Ricardo Argüello wrote:
> Hello,
> 
> In the connector/src/etc/example-config/mysql-service.xml example file:
>   jdbc:mysql://dell:/jbossdb
> 
> Needs to be changed to:
>   jdbc:mysql://dell:3306/jbossdb
> 
> 
> Because of this exception:
> 
> Caused by: java.sql.SQLException: Unable to get Connection:
> javax.resource.ResourceException: Unable to create DB connection for url:
> jdbc:mysql://localhost:/jboss, user: jboss, exception:
> java.sql.SQLException: Cannot load connection class because of underlying
> exception: 'java.lang.NumberFormatException: /'.
> at org.jboss.resource.adapter.jdbc.JDBCDataSource.getConnection(JDBCData
> Source.java:114)
> at org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.fixTableName(SQLUtil.java:38)
> ... 84 more
> 
> 
> 
> Ricardo Arguello
> 
> 
> 
> ___
> 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-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Oracle Configuration JBoss 3.0 RC1

2002-04-18 Thread Ricardo Argüello

Here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/jbosscx/src/etc/example-config/


- Original Message - 
From: "Craig Day" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 18, 2002 6:36 PM
Subject: Re: [JBoss-dev] Oracle Configuration JBoss 3.0 RC1


> i got an oracle datasource by hacking the hsqldb service. can you send 
> me the oracle-service.xml to have a look at?
> 
> c
> 
> 
> Raj Saini wrote:
> 
> >I have installed the JBoss 3.0 RC1. I am not able configure the oracle. I have 
>downloaded the oracle-service.xml from the cvs and made changes according to my site.
> >
> >The error I am getting is:-
> >
> >Class not found for mbean: DefautDomain:sevice=ConnectionFactoryLoader, 
>name=OracleDS
> >
> >I know there is some class not loaded but not sure it is the JDBC driver class or 
>some thing else.
> >
> >I have copied my classes12.zip (Ihave tried unzipping it and making a jar) in the 
>JBOSS_HOME/lib dir. I have also tried copying the file in JBOSS_HOME/lib/ext.
> >
> >Can any one point me to the my mistkae please.
> >
> >thanks
> >
> >
> >
> >* * *
> >
> >View thread online: http://jboss.org/forums/thread.jsp?forum=66&thread=13365
> >
> >___
> >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-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Re: mysql-service.xml

2002-04-18 Thread Ricardo Argüello

Check the example files here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/jbosscx/src/etc/example-config/


Follow the instructions in the XML comments.


Ricardo

- Original Message - 
From: "John Mello" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 18, 2002 5:40 PM
Subject: Re: [JBoss-dev] Re: mysql-service.xml


Hi Claus,
   Thank you for you help but now give the following error:
java.io.IOException: Properties file users.properties not found

Thanks,
   João

* * *

View thread online: http://jboss.org/forums/thread.jsp?forum=66&thread=13151

___
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] Eclipse?

2002-04-19 Thread Ricardo Argüello

> What is eclipse?
> 
> --jason


The best Java IDE out there!
hehehe

Check www.eclipse.org



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



[JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-27 Thread Ricardo Argüello
Hi,

I did a "cvs get _jboss_xdoclet" in jboss-head, but I can't build JBoss anymore.
Tried running build.bat twice, as the message suggests, and doesn't work either.
It was compiling perfectly before that change...

JDK: Sun 1.4.1_01
OS: Windows XP Pro

Here is the message I get:
-

C:\cvs\jboss\HEAD\jboss-head\build>build
Calling ..\tools\bin\ant.bat -logger org.apache.tools.ant.NoBannerLogger
Buildfile: build.xml

_buildmagic:init:
Trying to override old definition of task property

configure-modules:
Overriding previous definition of reference to jboss.naming.classpath

configure-project:
 [echo] groups:  default
 [echo] modules: xdoclet,common,jmx,system,aop,cache,j2ee,naming,management,
transaction,server,blocks,console,security,messaging,connector,varia,cluster,jet
ty,jboss.net,iiop

_buildmagic:modules:most:

 ==
 ==
 ==  Executing 'most' in module 'xdoclet'...
 ==
 ==

configure-modules:
Overriding previous definition of reference to jboss.naming.classpath

build-xjavadoc:
 [echo] XJavaDoc sources are available and newer than xjavadoc.jar. Building
 xjavadoc...

init:
 [echo] C:\cvs\jboss\HEAD\jboss-head\xdoclet\checkout\xdoclet-all\xjavadoc/l
ib C:\cvs\jboss\HEAD\jboss-head\xdoclet\output/lib/xdoclet-xjavadoc-jb4.jar C:\c
vs\jboss\HEAD\jboss-head\xdoclet\checkout\xdoclet-all\xjavadoc/build/regular C:\
cvs\jboss\HEAD\jboss-head\xdoclet\checkout\xdoclet-all\xjavadoc C:\cvs\jboss\HEA
D\jboss-head\xdoclet\output/lib

init:
 [echo] C:\cvs\jboss\HEAD\jboss-head\xdoclet\checkout\xdoclet-all\xjavadoc/l
ib C:\cvs\jboss\HEAD\jboss-head\xdoclet\output/lib/xdoclet-xjavadoc-uc-jb4.jar C
:\cvs\jboss\HEAD\jboss-head\xdoclet\checkout\xdoclet-all\xjavadoc/build/unicode
C:\cvs\jboss\HEAD\jboss-head\xdoclet\checkout\xdoclet-all\xjavadoc C:\cvs\jboss\
HEAD\jboss-head\xdoclet\output/lib

init:
 [echo]
 [echo] +---
---
 [echo] |
 [echo] | B U I L D I N G  X D O C L E T  M O D U L E  'xdoclet'
 [echo] |
 [echo] +---
---

validate-xtags:
[xmlvalidate] C:/cvs/jboss/HEAD/jboss-head/xdoclet/checkout/xdoclet-all/xdoclet/
modules/xdoclet/src/META-INF/xtags.xml:1: Declared encoding "ISO-8859-1" does no
t match actual one "Cp1252"; this might not be an error.
[xmlvalidate] 1 file(s) have been successfully validated.

dist:
  [builder] Buildfile: build.xml
  [builder] BUILD FAILED
  [builder] Target `Files\Common' does not exist in this project.
  [builder] Total time: 1 second

BUILD FAILED
file:C:/cvs/jboss/HEAD/jboss-head/xdoclet/checkout/xdoclet-all/xdoclet/modules/b
uild.xml:24: 1

Total time: 6 seconds
Press any key to continue . . .





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-28 Thread Ricardo Argüello
If I run ant from xdoclet-ant\xdoclet I get a different error.
This is the error I get (ran ant twice, only to get the error message we need, 
otherwise the log is to long):

-

C:\cvs\jboss\HEAD\jboss-head\xdoclet\checkout\xdoclet-all\xdoclet>ant
Buildfile: build.xml

core:

init:

build-xjavadoc:
 [echo] XJavaDoc sources are available and newer than xjavadoc.jar. Building 
xjavadoc...

init:
 [echo] C:\cvs\jboss\HEAD\jboss-head\xdoclet\checkout\xdoclet-all\xjavadoc/lib 
C:\cvs\jboss\HEAD\jboss-head\xdoclet\
checkout\xdoclet-all\xdoclet/target/lib/xdoclet-xjavadoc-1.2b2.jar 
C:\cvs\jboss\HEAD\jboss-head\xdoclet\checkout\xdoclet
-all\xjavadoc/build/regular 
C:\cvs\jboss\HEAD\jboss-head\xdoclet\checkout\xdoclet-all\xjavadoc 
C:\cvs\jboss\HEAD\jboss-h
ead\xdoclet\checkout\xdoclet-all\xdoclet/target/lib

pretty:

prepare:

jjtree:

copy-grammar:

generate-node-parser:

generate-simple-parser:

copy-grammar:

generate-parsers:

compile:

jar:

init:
 [echo] C:\cvs\jboss\HEAD\jboss-head\xdoclet\checkout\xdoclet-all\xjavadoc/lib 
C:\cvs\jboss\HEAD\jboss-head\xdoclet\
checkout\xdoclet-all\xdoclet/target/lib/xdoclet-xjavadoc-uc-1.2b2.jar 
C:\cvs\jboss\HEAD\jboss-head\xdoclet\checkout\xdoc
let-all\xjavadoc/build/unicode 
C:\cvs\jboss\HEAD\jboss-head\xdoclet\checkout\xdoclet-all\xjavadoc 
C:\cvs\jboss\HEAD\jbos
s-head\xdoclet\checkout\xdoclet-all\xdoclet/target/lib

pretty:

prepare:

jjtree:

copy-grammar:

generate-node-parser:

generate-simple-parser:

copy-grammar:

generate-parsers:

compile:

jar:

prepare:

beautify:

compile:

build-externalizer:

init:
 [echo]
 [echo] +--
 [echo] |
 [echo] | B U I L D I N G  X D O C L E T  M O D U L E  'xdoclet'
 [echo] |
 [echo] +--

validate-xtags:
[xmlvalidate] 1 file(s) have been successfully validated.

beautify:

compile:

xdoclet-xml:

externalizer:

jar:

docs:

copy-src:

all:

externalizer:

jar:

modules:

dist:
  [builder] Buildfile: build.xml

  [builder] BUILD FAILED
  [builder] Target `and' does not exist in this project.

  [builder] Total time: 1 second

BUILD FAILED
file:C:/cvs/jboss/HEAD/jboss-head/xdoclet/checkout/xdoclet-all/xdoclet/modules/build.xml:24:
 1

Total time: 7 seconds
C:\cvs\jboss\HEAD\jboss-head\xdoclet\checkout\xdoclet-all\xdoclet>

---

"and"?

Looks like a "directory with spaces" problem, but why?

My PATH (Windows XP Pro):

C:\Documents and Settings\Ricardo>echo %PATH%
C:\j2sdk1.4.1_01\bin;C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C
:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\Microsoft.NET\FrameworkSDK
\Bin\;C:\Program Files\Microsoft Visual Studio .NET\Common7\IDE\;C:\WINDOWS\Micr
osoft.NET\Framework\v1.0.3705\;C:\Program Files\Microsoft Visual Studio .NET\Vc7
\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\Program Files\C
ommon Files\Adaptec Shared\System;C:\Java\jakarta-ant-1.5.1\bin;C:\Java\maven-1.
0-beta-6\bin;C:\Java\jikes-1.16\bin;C:\Program Files\CVS for NT\;C:\Java\mjp-00.
03-win32\bin;;C:\Program Files\SharpDevelop\bin;

Thanks

Ricardo Argüello

- Original Message - 
From: "David Jencks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 27, 2002 9:50 AM
Subject: Re: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore


Can you go to 

C:/cvs/jboss/HEAD/jboss-head/xdoclet/checkout/xdoclet-all/xdoclet/

and run ant? this should build xdoclet "normally".  If it succeeds the
problems are with my modifications to make xdoclet build insode jboss:
otherwise the problem is in xdoclet build.

I don't have windows and it works for me on linux and os X.

thanks
david jencks


On 2002.12.27 03:31:12 -0500 Ricardo Argüello wrote:
> Hi,
> 
> I did a "cvs get _jboss_xdoclet" in jboss-head, but I can't build JBoss
> anymore.
> Tried running build.bat twice, as the message suggests, and doesn't work
> either.
> It was compiling perfectly before that change...
> 
> JDK: Sun 1.4.1_01
> OS: Windows XP Pro
> 
> Here is the message I get:
> -
> 
> C:\cvs\jboss\HEAD\jboss-head\build>build
> Calling ..\tools\bin\ant.bat -logger org.apache.tools.ant.NoBannerLogger
> Buildfile: build.xml
> 
> _buildmagic:init:
> Trying to override old definition of task property
> 
> configure-modules:
> Overriding previous definition of reference to jboss.naming.classpath
> 
> configure-project:
>  [echo] groups:  default
>  [echo] modules: xdoclet,common,jmx,system,aop,cache,j2ee,naming,management,
> transaction,server,blocks,console,security,messaging,connector,varia,cluster,jet
> ty,jboss.net,iiop
> 
> _buildmagic:modul

Re: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-28 Thread Ricardo Argüello
Adrian,

Your patch worked. Thanks!
I can build JBoss again.

I have built XDoclet from the CVS in the past, and this problem never happened.
This is really strange!

Thanks anyway,

Ricardo Arguello


- Original Message - 
From: "Adrian Brock" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 28, 2002 9:53 AM
Subject: Re: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore


> Hi David,
> 
> I'm not seeing Scott's problems
> Windows XP
> j2sdk1.4.1_01
> ant-1.5.1 (October 2 2002)
> 
> I'm seeing problems with the command line and
> the "Builder" task. It passes all system and
> environment properties.
> But it doesn't work very well when a value contains
> a space, e.g. "Documents and Settings" or
> "JBoss Group, LLC"
> The following temporary hack allows me to
> build xdoclet.
> 
> Index: ModulesGrandBuilderTask.java
> ===
> RCS file: 
> 
>/cvsroot/xdoclet/xdoclet/core/src/xdoclet/ant/modulesbuilder/ModulesGrandBuilderTask.java,v
> retrieving revision 1.10
> diff -u -r1.10 ModulesGrandBuilderTask.java
> --- ModulesGrandBuilderTask.java 20 Dec 2002 16:49:10 - 1.10
> +++ ModulesGrandBuilderTask.java 28 Dec 2002 14:44:32 -
> @@ -289,7 +289,8 @@
> 
>  String value = props.get(arg).toString();
> 
> -cmdl.createArgument().setValue("-D" + arg + "=" + value);
> +if (value.indexOf(" ") == -1)
> +cmdl.createArgument().setValue("-D" + arg + "=" + value);
>  }
> 
>  exe.setCommandline(cmdl.getCommandline());
> 
> 
> Regards,
> Adrian
> 
> >From: "Scott M Stark" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >Subject: Re: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore
> >Date: Fri, 27 Dec 2002 16:04:11 -0800
> >
> >This is just a stupid ass eol issue. I have cygwin setup to use unix style 
> >linefeeds
> >and the .cvspass file is using the platform default. If I add the a fixcrlf 
> >command to
> >the passfile target:
> >
> >   
> >  >   password=""
> >   passfile=".cvspass"/>
> > 
> >   
> >
> >then the checkout works file. This needs to be a conditionally enabled 
> >command
> >to address this.
> >
> >Beyond that, the build still fails at the same point even if run more than 
> >once. I also
> >see the same error if I run the build from whithin 
> >jboss-head/xdoclet/checkout/xdoclet-all/xdoclet/
> >
> >build-externalizer:
> >
> >init:
> >  [echo]
> >  [echo] 
> >+--
> >  [echo] |
> >  [echo] | B U I L D I N G  X D O C L E T  M O D U L E  'xdoclet'
> >  [echo] |
> >  [echo] 
> >+--
> >
> >validate-xtags:
> >[xmlvalidate] 1 file(s) have been successfully validated.
> >
> >beautify:
> >
> >compile:
> >
> >xdoclet-xml:
> >
> >externalizer:
> >
> >jar:
> >
> >docs:
> >  [xslt] DEPRECATED - xslp processor is deprecated. Use trax or xalan 
> >instead.
> >  [xslt] java.lang.NoClassDefFoundError: com/kvisco/xsl/XSLProcessor
> >  [xslt] at 
> >org.apache.tools.ant.taskdefs.optional.XslpLiaison.(XslpLiaison.java:80)
> >  [xslt] at java.lang.Class.newInstance0(Native Method)
> >  [xslt] at java.lang.Class.newInstance(Class.java:232)
> >  [xslt] at 
> >org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XSLTProcess.java:376)
> >  [xslt] at 
> >org.apache.tools.ant.taskdefs.XSLTProcess.getLiaison(XSLTProcess.java:557)
> >  [xslt] at 
> >org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:195)
> >  [xslt] at org.apache.tools.ant.Task.perform(Task.java:319)
> >  [xslt] at org.apache.tools.ant.Target.execute(Target.java:309)
> >  [xslt] at 
> >org.apache.tools.ant.Target.performTasks(Target.java:336)
> >  [xslt] at 
> >org.apache.tools.ant.Project.executeTarget(Project.java:1306)
> >  [xslt] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
> >  [xslt] at org.apache.tools.ant.Task.perform(Task.java:319)
> >  [xslt] at org.apache.tools.ant.Target.execute(Target.java:309)
> >  [xslt] at 
> >org.apache.tools.ant.Target.performTasks(Target.java:336)
> >  [xslt] at 
> >org.apache.tools.ant.Project.executeTarget(Project.java:1306)
> >  [xslt] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
> >  [xslt] at org.apache.tools.ant.Task.perform(Task.java:319)
> >  [xslt] at org.apache.tools.ant.Target.execute(Target.java:309)
> >  [xslt] at 
> >org.apache.tools.ant.Target.performTasks(Target.java:336)
> >  [xslt] at 
> >org.apache.tools.ant.Project.executeTarget(Project.java:1306)
> >  [xslt] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
> >  [xslt] at org.apache.tools.ant.Task.perform(Task.java:319)
> >  [xslt]

Re: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-28 Thread Ricardo Argüello
Two passes are needed.

Windows XP Pro
Sun JDK 1.4.1_01

Ricardo Arguello

- Original Message - 
From: "David Jencks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 28, 2002 3:04 PM
Subject: Re: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore


On 2002.12.28 14:00:09 -0500 Ricardo Argüello wrote:
> Adrian,
> 
> Your patch worked. Thanks!
> I can build JBoss again.
> 
> I have built XDoclet from the CVS in the past, and this problem never
> happened.
> This is really strange!

In the last few days they changed so the ModulesBuilder copies all
properties -- something we need anyway -- except for the ones with spaces.

Can you build jboss +xdoclet cleanly in one pass or is it taking 2 passes?
(I assume you are on windows?)

Many thanks
david jencks

> 
> Thanks anyway,
> 
> Ricardo Arguello
> 
> 
> - Original Message - 
> From: "Adrian Brock" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, December 28, 2002 9:53 AM
> Subject: Re: [JBoss-dev] New XDoclet module: I can't compile JBoss
> anymore
> 
> 
> > Hi David,
> > 
> > I'm not seeing Scott's problems
> > Windows XP
> > j2sdk1.4.1_01
> > ant-1.5.1 (October 2 2002)
> > 
> > I'm seeing problems with the command line and
> > the "Builder" task. It passes all system and
> > environment properties.
> > But it doesn't work very well when a value contains
> > a space, e.g. "Documents and Settings" or
> > "JBoss Group, LLC"
> > The following temporary hack allows me to
> > build xdoclet.
> > 
> > Index: ModulesGrandBuilderTask.java
> > ===
> > RCS file: 
> > 
>/cvsroot/xdoclet/xdoclet/core/src/xdoclet/ant/modulesbuilder/ModulesGrandBuilderTask.java,v
> > retrieving revision 1.10
> > diff -u -r1.10 ModulesGrandBuilderTask.java
> > --- ModulesGrandBuilderTask.java 20 Dec 2002 16:49:10 - 1.10
> > +++ ModulesGrandBuilderTask.java 28 Dec 2002 14:44:32 -
> > @@ -289,7 +289,8 @@
> > 
> >  String value = props.get(arg).toString();
> > 
> > -cmdl.createArgument().setValue("-D" + arg + "=" + value);
> > +if (value.indexOf(" ") == -1)
> > +cmdl.createArgument().setValue("-D" + arg + "=" +
> value);
> >  }
> > 
> >  exe.setCommandline(cmdl.getCommandline());
> > 
> > 
> > Regards,
> > Adrian
> > 
> > >From: "Scott M Stark" <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: <[EMAIL PROTECTED]>
> > >Subject: Re: [JBoss-dev] New XDoclet module: I can't compile JBoss
> anymore
> > >Date: Fri, 27 Dec 2002 16:04:11 -0800
> > >
> > >This is just a stupid ass eol issue. I have cygwin setup to use unix
> style 
> > >linefeeds
> > >and the .cvspass file is using the platform default. If I add the a
> fixcrlf 
> > >command to
> > >the passfile target:
> > >
> > >   
> > >  > >   password=""
> > >   passfile=".cvspass"/>
> > > 
> > >   
> > >
> > >then the checkout works file. This needs to be a conditionally enabled
> 
> > >command
> > >to address this.
> > >
> > >Beyond that, the build still fails at the same point even if run more
> than 
> > >once. I also
> > >see the same error if I run the build from whithin 
> > >jboss-head/xdoclet/checkout/xdoclet-all/xdoclet/
> > >
> > >build-externalizer:
> > >
> > >init:
> > >  [echo]
> > >  [echo] 
> > >+--
> > >  [echo] |
> > >  [echo] | B U I L D I N G  X D O C L E T  M O D U L E  'xdoclet'
> > >  [echo] |
> > >  [echo] 
> > >+--
> > >
> > >validate-xtags:
> > >[xmlvalidate] 1 file(s) have been successfully validated.
> > >
> > >beautify:
> > >
> > >compile:
> > >
> > >xdoclet-xml:
> > >
> > >externalizer:
> > >
> > >jar:
> > >
> > >docs:
> > >  [xslt] DEPRECATED - xslp processor is deprecated. Use trax 

[JBoss-dev] Enterprise Media Beans

2003-01-07 Thread Ricardo Argüello
Hi,

I've been working on an implementation of the Enterprise Media Beans API since July of 
last year, but I haven't found enough time to finish it.

The Enterprise Media Beans specification is described in the Java Specification 
Request 086 (JSR-86):
http://jcp.org/en/jsr/detail?id=086
http://jcp.org/aboutJava/communityprocess/review/jsr086/index.html
 
The Enterprise Media Beans architecture allows the integration of rich media (image, 
audio and video) into the J2EE programming model. This means your media could take 
advantage of all the capabilities of the Java2 Enterprise Edition: transactionality, 
security, scalability, availability, just to name a few.
 
The specification divides the architecture in two parts: Media Foundation Beans and 
Media Entity Beans.
 
Media Foundation Beans let you represent your media independently of its kind. It 
represents media in a uniform way, letting you program against interfaces representing 
the media and its metadata (width, height, color dept, frame rate, etc.) instead of 
programming against a particular media format (GIF or MPEG video for example).
 
You could use Media Foundation Beans to transcode from one format to another, for 
example to convert your GIF files to PNG (due to patent problems) when serving them 
from a Servlet. You could resize your media to certain needed dimensions, or add 
digital watermarks to the stock photographs you sell online. All these media 
transformations are represented with interfaces, this allows to implement 
transformation chains of any kind, from any media to any media.
 
Media formats and media converters are designed in a pluggable fashion. In my 
implementation I'm using Java2 1.4's new Image I/O API (javax.imageio.*) to represent 
image media (PNG, GIF and JPG) and it's metadata, but since the architecture is 
pluggable, anybody could implement a new TIFF media format using Image I/O and it 
could be used to represent that type of image with Media Foundation Beans (TIFF format 
is not available in Sun's Java2 Standard Edition SDK 1.4).
 
I could have implemented every media format available using third party libraries 
found on the Internet, to read media headers (mostly magic numbers) and extract 
metadata information by hand, but the Java2 1.4 SDK has a whole API to represent 
graphics (javax.imageio.*), so I decided to use it. The only problem is that I'm only 
representing graphics, not audio or video yet. But since the API is designed to be 
pluggable, new media could be more or less easily supported, depending on the 
availability of utility libraries to decode media formats and their metadata. One 
thing that is remarkable is that the javax.imageio.* formats are represented 
internally as an XML document.
 
According to the spec, Media Entity Beans (MEB) integrate the services provided by 
Media Foundation Beans into the Enterprise JavaBeans architecture, adding additional 
services that require media persistence. That means MEBs could participate in 
relationships with Entity Beans in J2EE! Imagine your Emmy Awards Enterprise JavaBean 
System (EAWEJB) representing media clips and domain objects (Artist --> Video Clip) in 
a transparent "CMP style" way. No more BLOB nonsense!
 
I'm planning to incorporate my work into JBoss in the next months (JBossMedia is a 
cool name, isn't it?). 

I have most of the *only image-format support* Media Foundation Beans API implemented. 
The most important part, Media Entity Beans, is still missing.

If you'd like to help, please drop me a line.
 
Ricardo Argüello
[EMAIL PROTECTED]




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] RE: Are you in functional programming and JSR94? How can I join this?

2003-02-01 Thread Ricardo Argüello
Have you checked "drools"?
http://www.drools.org/


Ricardo Argüello




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] The new "tests" target

2003-02-14 Thread Ricardo Argüello
Hi,

I'm trying to use the new "tests" target for JBoss-Media (CVS module: jboss-media).

I need to access files with media to do some unit testing. I'm doing it this way:

>From jboss-head/media/src/test/org/jboss/media/JBossMediaUnitTestCase.java:
...
 ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
 InputStream inputStream = classLoader.getResourceAsStream(resourceName);
...

Most of the code was copied from the 
"jboss-head/testsuite/src/main/org/jboss/test/cmp2/lob" testcase. In that testcase, 
getResourceAsStream works with files under src/resources

resourceName is in my case "data/image.png". I've tried putting the file in src/main, 
src/resources and src/test with no luck: I can't read the file.

I can run the test from Eclipse, running JBossMediaUnitTestCase as a Junit test, 
"build tests" gives me Errors:


  java.lang.NullPointerException at 
org.jboss.media.JBossMediaUnitTestCase.createFileFromResource(JBossMediaUnitTestCase.java:196)
 at 
org.jboss.media.JBossMediaUnitTestCase.setUp(JBossMediaUnitTestCase.java:61) 
  

  java.lang.NullPointerException at 
org.jboss.media.JBossMediaUnitTestCase.createFileFromResource(JBossMediaUnitTestCase.java:196)
 at 
org.jboss.media.JBossMediaUnitTestCase.setUp(JBossMediaUnitTestCase.java:61) 
  

  java.lang.NullPointerException at 
org.jboss.media.JBossMediaUnitTestCase.createFileFromResource(JBossMediaUnitTestCase.java:196)
 at 
org.jboss.media.JBossMediaUnitTestCase.setUp(JBossMediaUnitTestCase.java:61) 


*Maybe* some change needs to be added to tools/etc/buildfragments/targets.ent?

Where should I put files to be readed with ClassLoader.getResourceAsStream(...) form 
within a JUnit testcase to be run with the new "tests" target?

You can find all the code in the jboss-media CVS module.

Thanks in advance,

Ricardo Argüello
[EMAIL PROTECTED]
www.freeroller.net/page/ricardo

-- 
I took the red pill.




---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Re: [jboss-cvs] nukes-website/jboss/src/bin jai_codec.jar jai_core.jar jive.jar

2003-02-14 Thread Ricardo Argüello
Julien,

Is this JAI, as in Java Advanced Imaging? What are you using this for in Nukes?

I'd like to use JAI in JBoss Media. Maybe it's a good idea to put these jars in 
thirdparty, what do you think?

Thanks in advance,

Ricardo Argüello

- Original Message - 
From: "Julien Viet" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 14, 2003 5:01 PM
Subject: [jboss-cvs] nukes-website/jboss/src/bin jai_codec.jar jai_core.jar jive.jar


>   User: cooperfbi
>   Date: 03/02/14 14:01:21
> 
>   Added:   jboss/src/bin jai_codec.jar jai_core.jar jive.jar
>   Log:
>   added binary files for import
>   
>   Revision  ChangesPath
>   1.1  nukes-website/jboss/src/bin/jai_codec.jar
>   
>   <>
>   
>   
>   1.1  nukes-website/jboss/src/bin/jai_core.jar
>   
>   <>
>   
>   
>   1.1  nukes-website/jboss/src/bin/jive.jar
>   
>   <>
>   
>   
> 
> 
> ---
> This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
> are you planning your Web Server Security? Click here to get a FREE
> Thawte SSL guide and find the answers to all your  SSL security issues.
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
> ___
> jboss-cvs-commits mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
> 
>



---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] 4.0 and JDK 1.4.1 discussion

2003-02-28 Thread Ricardo Argüello
I was planning to use the new non-blocking I/O API for JBoss Media.
I'm already using the new Java Image I/O available only in 1.4 and above.

So it's not only a nested exceptions problem...

Ricardo Argüello

- Original Message - 
From: "Bill Burke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 28, 2003 7:28 PM
Subject: RE: [JBoss-dev] 4.0 and JDK 1.4.1 discussion


> I hope we're not going to have pre-compile directives everywhere just so
> that people can use nested Runtime, Remote, and regular Exceptions.
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of Scott
> > M Stark
> > Sent: Friday, February 28, 2003 6:49 PM
> > To: [EMAIL PROTECTED]
> > Subject: [JBoss-dev] 4.0 and JDK 1.4.1 discussion
> >
> >
> > I have had a few developers ask that 1.4.1 be required for
> > compiling 4.0 to simplify the
> > use of 1.4.1 features while still supporting JDK 1.3.1 for
> > runtime for features backward
> > compatible with 3.2. That seems like a reasonable comprimise
> > given that 4.0 is a
> > major release. The challenge is how to segment the testsuite into
> > the unit tests that
> > are required to run under a 1.3.1 VM.
> >
> > 
> > Scott Stark
> > Chief Technology Officer
> > JBoss Group, LLC
> > 
> >
> >
> > ---
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > ___
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 
> 
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Checking out 3.2 From CVS

2003-03-14 Thread Ricardo Argüello
Read this:
http://www.jboss.org/developers/guides/quickstart.jsp

Ricardo Argüello

- Original Message - 
From: "Hunter Hillegas" <[EMAIL PROTECTED]>
To: "JBoss Dev" <[EMAIL PROTECTED]>
Sent: Thursday, March 13, 2003 12:43 AM
Subject: [JBoss-dev] Checking out 3.2 From CVS


> Okay, I give up. I looked all over and I couldn't find the info...
> 
> How do I check out JBoss 3.2 from CVS? What is the module name? Is there a
> branch name?
> 
> Also, is there a page where this info is kept up to date?
> 
> Thanks,
> Hunter
>




---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: [jboss-cvs] jboss-system/src/bin run.bat

2003-03-22 Thread Ricardo Argüello
Hi,

I enabled the Hotspot Server VM in run.bat.

It was already enabled in run.sh (with some bash magic to test if we are using a Sun 
JVM... Don't know how to do that in a batch file, does anybody know, so we don't 
hardcode Sun's JVM?)

It would be interesting to test if there is a significant speed gain with this change. 
Anybody?

Could somebody backport all these changes to the 3.0 and 3.2 branches?

I don't know why we didn't enable the Hotspot Server VM before... The docs say a 
significant speed gain should be noted...

Thanks

Ricardo Argüello

- Original Message - 
From: "Ricardo Arg?ello" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 23, 2003 2:36 AM
Subject: [jboss-cvs] jboss-system/src/bin run.bat


>   User: ricardoarguello
>   Date: 03/03/22 23:36:03
> 
>   Modified:src/bin  run.bat
>   Log:
>   - Enable Sun Hotspot Server VM in run.bat, already enabled in run.sh.
>   - Fixed commented JPDA parameters.
>   - Added commented memory allocation pool parameters.
>   
>   Revision  ChangesPath
>   1.7   +9 -4  jboss-system/src/bin/run.bat
>   
>   Index: run.bat
>   ===
>   RCS file: /cvsroot/jboss/jboss-system/src/bin/run.bat,v
>   retrieving revision 1.6
>   retrieving revision 1.7
>   diff -u -r1.6 -r1.7
>   --- run.bat 15 Jan 2003 03:26:11 - 1.6
>   +++ run.bat 23 Mar 2003 07:36:03 - 1.7
>   @@ -3,7 +3,7 @@
>rem JBoss Bootstrap Script for Win32
>rem -
>
>   -rem $Id: run.bat,v 1.6 2003/01/15 03:26:11 patriot1burke Exp $
>   +rem $Id: run.bat,v 1.7 2003/03/23 07:36:03 ricardoarguello Exp $
>
>@if not "%ECHO%" == ""  echo %ECHO%
>@if "%OS%" == "Windows_NT"  setlocal
>   @@ -57,13 +57,18 @@
>set JAVAC_JAR=%JAVA_HOME%\lib\tools.jar
>set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%JAVAC_JAR%;%RUNJAR%
>
>   -rem Setup JBoss sepecific properties
>   +rem Enable Sun HotSpot Server VM
>   +set JAVA_OPTS=-server %JAVA_OPTS%
>   +
>   +rem Setup JBoss specific properties
>set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME%
>set JBOSS_HOME=%DIRNAME%\..
>
>   -rem JPDA options. Uncomment and modify as appropriate to enable remote debugging.
>   -rem set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE 
> -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS%
>   +rem Sun JVM memory allocation pool parameters. Uncomment and modify as 
> appropriate.
>   +rem JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m
>
>   +rem JPDA options. Uncomment and modify as appropriate to enable remote debugging.
>   +rem set JAVA_OPTS=%JAVA_OPTS% -Xdebug -Xnoagent -Djava.compiler=NONE 
> -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5000
>
>echo 
> ===
>echo .
>   
>   
>   
> 
> 
> ---
> This SF.net email is sponsored by:Crypto Challenge is now open! 
> Get cracking and register here for some mind boggling fun and 
> the chance of winning an Apple iPod:
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
> ___
> jboss-cvs-commits mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
>



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: [jboss-cvs] jboss/src/bin shutdown.bat

2003-03-22 Thread Ricardo Argüello
Again, could somebody please backport this to the 3.0 and 3.2 branches?

Thanks in advance,

Ricardo Arguello

- Original Message - 
From: "Ricardo Arg?ello" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 23, 2003 2:37 AM
Subject: [jboss-cvs] jboss/src/bin shutdown.bat


>   User: ricardoarguello
>   Date: 03/03/22 23:37:42
> 
>   Modified:src/bin  shutdown.bat
>   Log:
>   JPDA options not needed here.
>   
>   Revision  ChangesPath
>   1.6   +1 -4  jboss/src/bin/shutdown.bat
>   
>   Index: shutdown.bat
>   ===
>   RCS file: /cvsroot/jboss/jboss/src/bin/shutdown.bat,v
>   retrieving revision 1.5
>   retrieving revision 1.6
>   diff -u -r1.5 -r1.6
>   --- shutdown.bat 13 Jun 2002 18:17:24 - 1.5
>   +++ shutdown.bat 23 Mar 2003 07:37:42 - 1.6
>   @@ -3,7 +3,7 @@
>rem JBoss JVM Launcher
>rem -
>
>   -rem $Id: shutdown.bat,v 1.5 2002/06/13 18:17:24 starksm Exp $
>   +rem $Id: shutdown.bat,v 1.6 2003/03/23 07:37:42 ricardoarguello Exp $
>
>if not "%ECHO%" == ""  echo %ECHO%
>if "%OS%" == "Windows_NT"  setlocal
>   @@ -54,9 +54,6 @@
>
>rem Setup JBoss sepecific properties
>set JAVA_OPTS=%JAVA_OPTS% -Djboss.boot.loader.name=%PROGNAME%
>   -
>   -rem JPDA options. Uncomment and modify as appropriate to enable remote debugging.
>   -rem set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE 
> -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS%
>
>%JAVA% %JAVA_OPTS% -classpath "%JBOSS_CLASSPATH%" %MAIN_CLASS% %ARGS%
>
>   
>   
>   
> 
> 
> ---
> This SF.net email is sponsored by:Crypto Challenge is now open! 
> Get cracking and register here for some mind boggling fun and 
> the chance of winning an Apple iPod:
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
> ___
> jboss-cvs-commits mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
>



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Fw: Enhydra-announce: ObjectWeb taking over sponsorship of Enhydra.org!

2002-04-24 Thread Ricardo Argüello

Don't know if it's appropiate to forward this to this mailing list... but I'll just do 
it.   :-)

FYI:

- Original Message - 
From: "Paul Morgan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; 
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; 
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, April 24, 2002 2:49 PM
Subject: Enhydra-announce: ObjectWeb taking over sponsorship of Enhydra.org!


> ObjectWeb taking over sponsorship of Enhydra.org
> 
> Many years ago we at Lutris had a vision to build a commercial
> quality open-source application server and associated
> technologies and thus founded the Enhydra.org initiative. During
> that period the Enhydra projects have been very successful and we
> were able to achieve our open source goals, but unfortunately,
> not the commercial goals necessary to continue the initiative.
> Despite the views of the public critics we still share desire to
> see Enhydra.org continue and the work we founded to develop and
> thus have been looking for alternatives to closing down the site.
> Indeed we recently encouraged projects to find alternative homes,
> however given the generous offer from ObjectWeb I think there is
> a better solution - not to move and break up the cohesiveness of
> the projects, but rather to leave the projects where they are!
> Having been involved with ObjectWeb since its inception I know
> the commitment and resources that this team of people share and
> thus I can't recommend strongly enough that you support this
> effort. Lutris also intends to support this change of control by
> releasing some of the frequently requested enhancements that we
> have made to XMLC.
> 
> Here is the announcement that ObjectWeb has asked me to make:-
> 
> We are pleased to announce that the ObjectWeb Consortium has
> decided to take over the sponsorship of the Enhydra initiative.
> 
> As a result the Enhydra.org web site will not stop as announced
> last week by Lutris, but will continue to operate.
> 
> Starting from beginning of May, ObjectWeb will ensure the hosting
> of Enhydra.org helping developers to continue providing valuable
> contributions to the Open Source community.
> 
> ObjectWeb ( http://www.objectweb.org ) is an open international
> consortium hosted  by INRIA like the well-known W3C (
> http://www.w3.org ). Unlike the W3C, the main target of ObjectWeb
> is not the definition of new standards, but the development of a
> coherent set of high-quality Open Source middleware components.
> This includes implementations of major relevant standards in the
> area of distributed systems. The ObjectWeb code base supports
> most of the relevant middleware standards, such as Sun's EJB[tm]
> and OMG CORBA.
> 
> The ObjectWeb and Enhydra cooperation has been going on since
> 1999, in particular with the integration of the ObjectWeb JOnAS
> J2EE/EJB server (http://www.objectweb.org/jonas) within Lutris
> EAS.  ObjectWeb projects have also been using Enhydra
> technologies such as Zeus.
> 
> By hosting Enhydra.org, ObjectWeb aims at extending cooperation
> between the two Open Source communities and will ensure that the
> Enhydra group of projects has a safe and open haven for the
> future. With this transfer of control ObjectWeb would like to
> invite all the projects to re-engage with the new management to
> build on what Lutris Technologies founded.
> 
> For more information please contact Gerard Vandome, President of
> ObjectWeb executive committee mailto:[EMAIL PROTECTED]
> 
> 
> --
> Paul A Morgan
> Chief Technology Officer
> Lutris Technologies, Inc.
> 1200 Pacific Avenue, Suite 300
> Santa Cruz, CA 95060 USA
> 831.460.7307; 831.471.9754 (fax)
> http://www.lutris.com
> http://www.enhydra.org
> 
> Gérard Vandôme
> ObjectWeb Consortium
> [EMAIL PROTECTED] phone: +33 4 76 61 54 87
> http://www.inrialpes.frhttp://www.objectweb.org
> 
> 
> 
> ___
> Enhydra-announce mailing list
> [EMAIL PROTECTED]
> http://www.enhydra.org/mailman/listinfo.cgi/enhydra-announce
> 


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



[JBoss-dev] mm.mysql 2.0.13 available

2002-04-24 Thread Ricardo Argüello

Hello,

mm.mysql 2.0.13 JDBC drivers are available:
http://sourceforge.net/project/showfiles.php?group_id=15923&release_id=86431


One changelog entry says:
  > Rudimentary version of Statement.getGeneratedKeys()
  > from JDBC-3.0 now implemented (you need to be using
  > JDK-1.4 for this to work, I believe)

So now it's possible to get the autogenerated key via a JDBC 3.0 method.

It could make the autonomber "database independent" implementation for CMP easier.

Just a thought...

Ricardo Argüello



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



Re: [JBoss-dev] jboss3.0 + apache2.0.35 + tomcat4.0.3 + virtual hosts

2002-04-29 Thread Ricardo Argüello

I sent this last week to jboss-user:

Finally somebody with a Visual C++ compiler provides a binary distribution for the new 
tomcat-connectors:

http://www.acg-gmbh.de/mod_jk/
http://www.jguru.com/faq/view.jsp?EID=853905


Ricardo Argüello



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

- Original Message - 
From: "Michael Delamere" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 29, 2002 2:03 AM
Subject: Re: [JBoss-dev] jboss3.0 + apache2.0.35 + tomcat4.0.3 + virtual hosts


sorry,

I´ll drop the subject.

Michael Delamere


- Original Message -
From: "Scott M Stark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 29, 2002 12:44 AM
Subject: Re: [JBoss-dev] jboss3.0 + apache2.0.35 + tomcat4.0.3 + virtual
hosts


> Your asking at the wrong time as I don't care about hooking up an
> external Apache server to Tomcat while Tomcat inside of JBoss
> works and we are in the process of getting releases out. Further,
> mod_webapp seems about an alpha release given all the problems
> on the tomcat list and I'm not debugging this connector until
> the final 3.0 release is out in about 2 weeks.
>
> 
> Scott Stark
> Chief Technology Officer
> JBoss Group, LLC
> 
> - Original Message -
> From: "Michael Delamere" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, April 28, 2002 3:16 PM
> Subject: [JBoss-dev] jboss3.0 + apache2.0.35 + tomcat4.0.3 + virtual hosts
>
>
> Hi,
>
> Sorry, it´s me again.
>
> I´m still trying to get virtual hosts working via apache2.0.35 using the
> mod_webapp connector, jboss3.0RC1 and tomcat4.0.3.
>
> I don´t want to get on your nerves but I´ve tried just about everything
and
> I haven´t received any answers to my previous virtual host questions.
>
> The strange thing is that when using mod_jk I at least get a "tomcat"
> directory listing of my virtual host, however I haven´t managed to get any
> servlets running yet.
>
> When I switch to mod_webapp whilst keeping everything else the same I
don´t
> even get that.
> I decided to tamper a bit with the webapp code and the output tells me
that
> the context is "null"!  Why?  I know this might not be a jboss question
and
> more a webapp question but I´m hoping that you might be able to shed some
> light on the topic.
>
> + CODE CHANGED +++
> try {
>   context=deploy(connection,logger,appl,host,path);
>   logger.log("+++ MD_CONTEXT_OUTPUT: " + context + " +++");
> } catch (Exception e) {
>   logger.log(e);
> }
>
>  OUTPUT 
> 00:04:50,966 ERROR [Engine]
> [org.apache.catalina.connector.warp.WarpConfigurationHandler] +++
> MD_CONTEXT_OUTPUT: null +++
> 00:04:50,966 ERROR [Engine]
> [org.apache.catalina.connector.warp.WarpConfigurationHandler] +++_MD_+++
> Error deploying web ap
>
> This must be just about my 5th posting on this subject.  Maybe this time
> I´ll have more luck :-).
> Any hints at all would be of great help!!
>
> bye Michael Delamere
>
>
> ___
> 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-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] Use of InMemory and File persistent manager?

2003-03-24 Thread Ricardo Argüello
You really need Eclipse.

:-)

Sorry, I couldn't help it...

- Original Message - 
From: "Dain Sundstrom" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 24, 2003 8:05 PM
Subject: Re: [JBoss-dev] Use of InMemory and File persistent manager?


> Where is the code that uses it?
> 
> -dain
> 
> On Monday, March 24, 2003, at 06:12 PM, Bill Burke wrote:
> 
> > Don't! InMemory is used by clustering for HTTP Session replication.
> >
> > Bill
> >
> >> -Original Message-
> >> From: [EMAIL PROTECTED]
> >> [mailto:[EMAIL PROTECTED] Behalf Of 
> >> Dain
> >> Sundstrom
> >> Sent: Monday, March 24, 2003 9:59 AM
> >> To: [EMAIL PROTECTED]
> >> Subject: [JBoss-dev] Use of InMemory and File persistent manager?
> >>
> >>
> >> Do any of you use or know of a user of the
> >> CMPInMemoryPersistenceManager or CMPFilePersistenceManager?  I would
> >> like to get rid of them, to make the integration of the new 
> >> persistence
> >> engine easier.  We will eventually have file and in memory stores 
> >> under
> >> the new persistence engine, but we don't right now.  Is this a problem
> >> for anyone?
> >>
> >> -dain
> >>
> >>
> >>
> >> ---
> >> This sf.net email is sponsored by:ThinkGeek
> >> Welcome to geek heaven.
> >> http://thinkgeek.com/sf
> >> ___
> >> Jboss-development mailing list
> >> [EMAIL PROTECTED]
> >> https://lists.sourceforge.net/lists/listinfo/jboss-development
> >
> >
> > ---
> > This SF.net email is sponsored by:
> > The Definitive IT and Networking Event. Be There!
> > NetWorld+Interop Las Vegas 2003 -- Register today!
> > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
> > ___
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 
> 
> ---
> This SF.net email is sponsored by:
> The Definitive IT and Networking Event. Be There!
> NetWorld+Interop Las Vegas 2003 -- Register today!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>



---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Looking to do 3.2.0 final next this weekend

2003-03-25 Thread Ricardo Argüello
I agree, but we should document this option somewhere, not burried in the run.bat file.

Maybe a README.TXT file is needed in the bin/ directory

If somebody knows how to duplicate the behavior of the run.sh in a Windows batch file, 
please let us know.

We need to identify the JVM, just like in run.sh. If it is a Sun's JVM we add a 
-server option...

Please read the bin/run.sh file.

Ricardo Argüello

- Original Message - 
From: "Scott M Stark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 25, 2003 7:17 PM
Subject: Re: [JBoss-dev] Looking to do 3.2.0 final next this weekend


> It should only be added as a commented out option as not all vms on win2k suppor this
> option.
> 
> 
> Scott Stark
> Chief Technology Officer
> JBoss Group, LLC
> xxxx
> 
> - Original Message -
> From: "Ricardo Argüello" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, March 25, 2003 11:32 AM
> Subject: Re: [JBoss-dev] Looking to do 3.2.0 final next this weekend
> 
> 
> Hi,
> 
> Do you think that adding the "-server" flag to the bin\run.bat file would be a good 
> idea for the 3.2 release?
> 
> The Hotspot Server VM is used in run.sh, but not in run.bat actually ("-server" is 
> added as a parameter to the
> $JAVA_HOME/bin/java invocation).
> 
> The Hotspot Server VM should perform A LOT better than the Client one (that one is 
> used if no -server parameter is added to
> the java.exe command).
> 
> As I said in one previous message, run.sh is already using that VM, why shouldn't we 
> add that option to run.bat? I don't think
> it would be a problem, now that we are releasing 3.2, do you?
> 
> Please read the message I sent the other day about that change in HEAD, and if you 
> find it appropiate, I'll backport it to the
> 3.2 branch.
> 
> Please let me know what do you think about that change.
> 
> Thanks in advance,
> 
> Ricardo Arguello
> 
> 
> 
> ---
> This SF.net email is sponsored by:
> The Definitive IT and Networking Event. Be There!
> NetWorld+Interop Las Vegas 2003 -- Register today!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
>



---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Looking to do 3.2.0 final next this weekend

2003-03-25 Thread Ricardo Argüello
In run.sh the output of the "java" command is grepped for the "Hotspot" string, to 
determine if we have a Sun JVM.

I'm not a "batch expert". How do you do something like that in a .bat file?

Ricardo Argüello

- Original Message - 
From: "Hunter Hillegas" <[EMAIL PROTECTED]>
To: "JBoss Dev" <[EMAIL PROTECTED]>
Sent: Tuesday, March 25, 2003 3:17 PM
Subject: Re: [JBoss-dev] Looking to do 3.2.0 final next this weekend


Just a thought...

AFAIK, the -server flag is not required to be supported by all VMs, and at
one point the OS X VM didn't support it (it does now)... Obviously run.bat
is for Windows but logic to detect if -server is supported might be a good
thing in case certain VMs don¹t include it.

> From: Ricardo Argüello <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Tue, 25 Mar 2003 14:32:50 -0500
> To: <[EMAIL PROTECTED]>
> Subject: Re: [JBoss-dev] Looking to do 3.2.0 final next this weekend
> 
> Hi,
> 
> Do you think that adding the "-server" flag to the bin\run.bat file would be a
> good idea for the 3.2 release?
> 
> The Hotspot Server VM is used in run.sh, but not in run.bat actually
> ("-server" is added as a parameter to the $JAVA_HOME/bin/java invocation).
> 
> The Hotspot Server VM should perform A LOT better than the Client one (that
> one is used if no -server parameter is added to the java.exe command).
> 
> As I said in one previous message, run.sh is already using that VM, why
> shouldn't we add that option to run.bat? I don't think it would be a problem,
> now that we are releasing 3.2, do you?
> 
> Please read the message I sent the other day about that change in HEAD, and if
> you find it appropiate, I'll backport it to the 3.2 branch.
> 
> Please let me know what do you think about that change.
> 
> Thanks in advance,
> 
> Ricardo Arguello
> 
> - Original Message -
> From: "Scott M Stark" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 24, 2003 7:12 PM
> Subject: [JBoss-dev] Looking to do 3.2.0 final next this weekend
> 
> 
>> I'm looking to do the 3.2.0 final release this weekend so please try to clean
>> up any outstanding bugs in your areas by then. I'll start putting the release
>> together on the 30th and finalize it something on the 31st barring any
>> major problems.
>> 
>> 
>> Scott Stark
>> Chief Technology Officer
>> JBoss Group, LLC
>> 
>> 
>> 
>> ---
>> This SF.net email is sponsored by:
>> The Definitive IT and Networking Event. Be There!
>> NetWorld+Interop Las Vegas 2003 -- Register today!
>> http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
>> ___
>> Jboss-development mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/jboss-development
>> 
>> 
> 
> 
> 
> ---
> This SF.net email is sponsored by:
> The Definitive IT and Networking Event. Be There!
> NetWorld+Interop Las Vegas 2003 -- Register today!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Looking to do 3.2.0 final next this weekend

2003-03-25 Thread Ricardo Argüello
Yeah, grep is part of Cygwin.

I think it is unfair that run.sh has the -server option enabled (if we have a Sun 
JVM), and that the run.bat uses the Hotspot Client JVM by default (again, if we are 
using the Sun JVM).

The Hotspot Server JVM should be A LOT FASTER than the Client one.

* From Sun's docs at http://java.sun.com/j2se/1.4.1/docs/guide/vm/index.html :

"Java HotSpot Server VM: The Java HotSpot Server VM is designed for maximum program 
execution speed for applications running in a server environment. The Java HotSpot 
Server VM is invoked by using the -server command-line option when launching an 
application."

JBoss would perform better and _faster_, by just adding one parameter in the run.bat 
file.

We must find a way to enable that option by default...

Ricardo Argüello

- Original Message - 
From: "Hunter Hillegas" <[EMAIL PROTECTED]>
To: "JBoss Dev" <[EMAIL PROTECTED]>
Sent: Tuesday, March 25, 2003 11:22 PM
Subject: Re: [JBoss-dev] Looking to do 3.2.0 final next this weekend


No clue. I'm a *nix guy.

Is grep part of Cygwin?

> From: Ricardo Argüello <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Tue, 25 Mar 2003 22:34:51 -0500
> To: <[EMAIL PROTECTED]>
> Subject: Re: [JBoss-dev] Looking to do 3.2.0 final next this weekend
> 
> In run.sh the output of the "java" command is grepped for the "Hotspot"
> string, to determine if we have a Sun JVM.
> 
> I'm not a "batch expert". How do you do something like that in a .bat file?
> 
> Ricardo Argüello
> 
> - Original Message -
> From: "Hunter Hillegas" <[EMAIL PROTECTED]>
> To: "JBoss Dev" <[EMAIL PROTECTED]>
> Sent: Tuesday, March 25, 2003 3:17 PM
> Subject: Re: [JBoss-dev] Looking to do 3.2.0 final next this weekend
> 
> 
> Just a thought...
> 
> AFAIK, the -server flag is not required to be supported by all VMs, and at
> one point the OS X VM didn't support it (it does now)... Obviously run.bat
> is for Windows but logic to detect if -server is supported might be a good
> thing in case certain VMs don¹t include it.
> 
>> From: Ricardo Argüello <[EMAIL PROTECTED]>
>> Reply-To: [EMAIL PROTECTED]
>> Date: Tue, 25 Mar 2003 14:32:50 -0500
>> To: <[EMAIL PROTECTED]>
>> Subject: Re: [JBoss-dev] Looking to do 3.2.0 final next this weekend
>> 
>> Hi,
>> 
>> Do you think that adding the "-server" flag to the bin\run.bat file would be
>> a
>> good idea for the 3.2 release?
>> 
>> The Hotspot Server VM is used in run.sh, but not in run.bat actually
>> ("-server" is added as a parameter to the $JAVA_HOME/bin/java invocation).
>> 
>> The Hotspot Server VM should perform A LOT better than the Client one (that
>> one is used if no -server parameter is added to the java.exe command).
>> 
>> As I said in one previous message, run.sh is already using that VM, why
>> shouldn't we add that option to run.bat? I don't think it would be a problem,
>> now that we are releasing 3.2, do you?
>> 
>> Please read the message I sent the other day about that change in HEAD, and
>> if
>> you find it appropiate, I'll backport it to the 3.2 branch.
>> 
>> Please let me know what do you think about that change.
>> 
>> Thanks in advance,
>> 
>> Ricardo Arguello
>> 
>> - Original Message -
>> From: "Scott M Stark" <[EMAIL PROTECTED]>
>> To: <[EMAIL PROTECTED]>
>> Sent: Monday, March 24, 2003 7:12 PM
>> Subject: [JBoss-dev] Looking to do 3.2.0 final next this weekend
>> 
>> 
>>> I'm looking to do the 3.2.0 final release this weekend so please try to
>>> clean
>>> up any outstanding bugs in your areas by then. I'll start putting the
>>> release
>>> together on the 30th and finalize it something on the 31st barring any
>>> major problems.
>>> 
>>> 
>>> Scott Stark
>>> Chief Technology Officer
>>> JBoss Group, LLC
>>> 
>>> 
>>> 
>>> ---
>>> This SF.net email is sponsored by:
>>> The Definitive IT and Networking Event. Be There!
>>> NetWorld+Interop Las Vegas 2003 -- Register today!
>>> http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
>>> ___
>>> Jboss-development mailing list
>>> [EMAIL PROTECTED]
>>> https://lists.sourceforge.net/lists/listinfo/jboss-de

Re: [JBoss-dev] Looking to do 3.2.0 final next this weekend

2003-03-25 Thread Ricardo Argüello
Hi,

Do you think that adding the "-server" flag to the bin\run.bat file would be a good 
idea for the 3.2 release?

The Hotspot Server VM is used in run.sh, but not in run.bat actually ("-server" is 
added as a parameter to the $JAVA_HOME/bin/java invocation).

The Hotspot Server VM should perform A LOT better than the Client one (that one is 
used if no -server parameter is added to the java.exe command).

As I said in one previous message, run.sh is already using that VM, why shouldn't we 
add that option to run.bat? I don't think it would be a problem, now that we are 
releasing 3.2, do you?

Please read the message I sent the other day about that change in HEAD, and if you 
find it appropiate, I'll backport it to the 3.2 branch.

Please let me know what do you think about that change.

Thanks in advance,

Ricardo Arguello

- Original Message - 
From: "Scott M Stark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 24, 2003 7:12 PM
Subject: [JBoss-dev] Looking to do 3.2.0 final next this weekend


> I'm looking to do the 3.2.0 final release this weekend so please try to clean
> up any outstanding bugs in your areas by then. I'll start putting the release
> together on the 30th and finalize it something on the 31st barring any
> major problems.
> 
> 
> Scott Stark
> Chief Technology Officer
> JBoss Group, LLC
> 
> 
> 
> ---
> This SF.net email is sponsored by:
> The Definitive IT and Networking Event. Be There!
> NetWorld+Interop Las Vegas 2003 -- Register today!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
>



---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [jboss-group] RE: [JBoss-dev] 4.0 rollback 1st phase complete

2003-08-29 Thread Ricardo Argüello
On Windows you can use Pagent, from Putty:
http://www.chiark.greenend.org.uk/~sgtatham/putty/
More info on SourceForge.net:
http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1#pageant
Ricardo Argüello

Rupp, Heiko wrote:

On Unix you can use ssh-agent. There you only type in your 
passphrase once and the ssh that is used for cvs communication
fetches it from there.

 

-Original Message-
From: Sacha Labourey [mailto:[EMAIL PROTECTED]
Sent: Friday, August 29, 2003 8:33 AM
To: 'Private list for internal JBoss Group discussion'
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [jboss-group] RE: [JBoss-dev] 4.0 rollback 1st phase
complete
I have to admit that I've decided, long time ago, to have a 
empty secret
passphrase for my CVS account... Never type a password, 
simply commit ;)

   

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Burke
Sent: jeudi, 28. août 2003 23:44
To: Private list for internal JBoss Group discussion
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [jboss-group] RE: [JBoss-dev] 4.0 rollback 1st 
phase complete

Yes, it was a PAIN!  My fingers hurt from typing in my CVS 
password so 
many times.

marc fleury wrote:

 

Phew, 

I am glad we are done, that was what about 2000 emails on 
   

cvs-commit?
 

Wow

marcf

   

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Bill Burke
Sent: Thursday, August 28, 2003 12:52 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] 4.0 rollback 1st phase complete

FYI, I forgot to say that the old HEAD code is under the:

Branch_4_0_DR3

Bill

Bill Burke wrote:

 

Completed rollback of 4.0 to 3.2 on HEAD.  I will start 
   

merging 4.0 
 

code
tomorrow slowly.  I will probably need a lot of help here.  
   

Especially 

 

in the webservices stuff that was added to 4.0 over the 
   

past 9 months.

 

For HEAD modules that exist in Branch_3_2, these modules 
   

have been
   

rolled back entirely to the 3.2 series.  All new modules in 
   

HEAD after 

 

3.2 have been retained in head.

Now that we've rolled back, let's start being really 
   

careful on how we

 

treat HEAD.  HEAD is not a playground.  Let's not be sloppy 
   

coders.  Run 

 

the testsuite before you commit anything big.  If you are 
   

experimenting 

 

with a rewrite, create your own branch to work on.  Let's 
   

keep HEAD 
 

stable this time around.

Thanks and sorry for the inconveniences.

Bill

   

--

Bill Burke
Chief Architect
JBoss Group LLC.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf 
___
JBoss-Development mailing list 
 

[EMAIL PROTECTED]
 

https://lists.sourceforge.net/lists/listinfo/jboss-development

 

___
jboss-group mailing list
[EMAIL PROTECTED]
https://mail.jboss.org/mailman/listinfo/jboss-group
   

--

Bill Burke
Chief Architect
JBoss Group LLC.

___
jboss-group mailing list
[EMAIL PROTECTED]
https://mail.jboss.org/mailman/listinfo/jboss-group


 



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
   



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
 





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] FW: JSR 86: Proposed Final Draft

2003-10-29 Thread Ricardo Argüello
Yeah, I'm already making changes to JBoss Media according to the PFD.

I'll commit in the next few days.

Ricardo Argüello
http://blog.ndeveloper.com
Sacha Labourey wrote:

FYI 

-Original Message-
From: JCP-INTEREST [mailto:[EMAIL PROTECTED] On Behalf Of Harold
Ogle
Sent: mardi, 28. octobre 2003 22:30
To: [EMAIL PROTECTED]
Subject: JSR 86: Proposed Final Draft
The Proposed Final Draft Specification for

   JSR-86 Enterprise Media Beans

is now available from

   http://jcp.org/en/jsr/stage?listBy=proposed

as well as the JSR page:

   http://jcp.org/en/jsr/detail?id=86

   "Enterprise Media Beans provide a framework to integrate rich media data
(i.e. audio, video, or image) into applications based on EJB Entity Beans
within
the J2EE application development model."
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JCP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
 





---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Logging CVS commits to #commits on freenode.net

2003-11-03 Thread Ricardo Argüello
I think that's a good idea.

Please join the #jboss IRC channel on irc.freenode.net.

Ricardo Argüello

Tobias Frech wrote:

Hi!
Does anyone have objections against logging the CVS commit message not 
only to the public jboss-cvs mailing list (as it is done right now) 
but also to the #commits channel on the irc.freenode.net network in 
real time?

To see who else logs their commits there visit 
http://navi.picogui.org/cgi-bin/cia_stats.cgi

Ciao,
Tobias


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] CVSspam

2003-11-03 Thread Ricardo Argüello
Would anybody like to have CVSspam sending colored diffs to the 
jboss-cvs-commits list?

Check CVSspam here:
http://www.badgers-in-foil.co.uk/projects/cvsspam/
Very nice colored diffs...

Example 1:
http://www.badgers-in-foil.co.uk/projects/cvsspam/example-simple.html
Example 2:
http://www.badgers-in-foil.co.uk/projects/cvsspam/example.html
We need to change CVSROOT files to do this, maybe Matias Frech could 
take care of that.

Ricardo Argüello



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Can't exec "sendmail"

2003-11-04 Thread Ricardo Argüello
Looks like the CIA bot is not working right yet...

This is the message I get when I commit.

Ricardo Argüello


In C:\cvs\jboss\jboss-head\media: cvs -q commit -m "No constructor" 
src/main/javax/emb/ProtocolConstraints.java
CVSROOT=:ext:[EMAIL PROTECTED]:/cvsroot/jboss

Checking in src/main/javax/emb/ProtocolConstraints.java;
/cvsroot/jboss/jboss-media/src/main/javax/emb/ProtocolConstraints.java,v  
<--  ProtocolConstraints.java
new revision: 1.4; previous revision: 1.3
done
Processing log script arguments...
Mailing the commit message...
Can't exec "sendmail": No such file or directory at 
/cvsroot/jboss/CVSROOT/ciabot_cvs.pl line 207.

Success, CVS operation completed





---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Re: [Core] WG: Comparison between BEA & JBoss

2003-11-04 Thread Ricardo Argüello
Holger Baxmann - bitwind wrote:

Am 05.11.2003 um 02:53 schrieb Juha Lindfors:

On Wed, 5 Nov 2003, Holger Baxmann - bitwind wrote:

Bill Burke wrote:

LETS TAKE THESE DISCUSSIONS TO JBOSS-DEV PLEASE!
Yes, IMO, migration should be a separate distinct tool/step.  We
should not be maintaining past versions of deployment descriptors in
4.0, 3.2, or 3.0.  Anybody know what other vendors do?
Bill
Scott M Stark wrote:
That is a possibility that Bill suggested before, but it excludes
the possibility of supporting hot deploy with migration, something
we can do. They will be exposed to xsl if there is a problem with
the migration. Maybe migration should be a separate step.
Juha Lindfors wrote:

Migration yes. But for that XSL would work just as well, you just
run the
script to convert between the descriptors, right? The admin is 
never
actually exposed to reading or modifying the XSLT... ?

When does JBoss.org have the meta-model of the whole stuff defined in
XSD and throuw the ugly DTD's away?
Then one is able to appy XSLT on the XSD's and all migration things
belonging to the meta-level are handled by the meta-level.


EJB 2.1 & J2EE 1.4 IIRC


Is anybody working on this DTD -> XSD transition ?
Couldn't it be handy in this case, could it ?
bax 


It's already done:
http://java.sun.com/xml/ns/j2ee/
It's part of the 1.4 spec!

Ricardo Argüello



-- Juha

IMHO

bax





---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] metadata management

2003-11-14 Thread Ricardo Argüello
Why not use JAXB, or BEA's XMLBeans?

Since in J2EE 1.4 deployment descriptors are specified in XML Schema, it 
should be very easy to get an object model from that, using any XML/Java 
binding tool.

I would be interested in collaborating to code that.

Ricardo Argüello

Alexey Loubyansky wrote:

What are our plans for metadata? I remember various discussions but 
can we revisit it again? What are the requirements and wishes?

I am facing it right now. I would like to have, say, entity metadata 
from various sources (ejb-jar.xml, jbossxmp-jdbc.xml) in one place. 
So, I wrote a very simple frame that reads xml files and constructs 
the metadata tree. Actually, the metadata tree is built while reading 
ejb-jar.xml and then populated with other data from jboss.xml and 
jbosscmp-jdbc.xml.

But I would like to use something common, i.e. server-wide solution if 
we are going to agree on it.



---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] metadata management

2003-11-15 Thread Ricardo Argüello
J2EE 1.4 Deployment Descriptors are specified in XML Schema, not in RelaxNG:
http://java.sun.com/xml/ns/j2ee/
And if they were, what we need is to map them to a Java object model.

For the curious, there is some experimental support for RelaxNG under JAXB:
http://java.sun.com/webservices/docs/1.2/jaxb/relaxng.html
I propose we use XML Beans instead of JAXB:
http://dev2dev.bea.com/technologies/xmlbeans/
Ricardo Argüello

Holger Baxmann @ mac wrote:

IMHO RelaxNG could be the tool to get grip with thiss issue.

bax

Am 15.11.2003 um 06:25 schrieb Ricardo Argüello:

Why not use JAXB, or BEA's XMLBeans?

Since in J2EE 1.4 deployment descriptors are specified in XML 
Schema,  it should be very easy to get an object model from that, 
using any  XML/Java binding tool.

I would be interested in collaborating to code that.

Ricardo Argüello

Alexey Loubyansky wrote:

What are our plans for metadata? I remember various discussions but  
can we revisit it again? What are the requirements and wishes?

I am facing it right now. I would like to have, say, entity 
metadata  from various sources (ejb-jar.xml, jbossxmp-jdbc.xml) in 
one place.  So, I wrote a very simple frame that reads xml files and 
constructs  the metadata tree. Actually, the metadata tree is built 
while reading  ejb-jar.xml and then populated with other data from 
jboss.xml and  jbosscmp-jdbc.xml.

But I would like to use something common, i.e. server-wide solution  
if we are going to agree on it.



---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/ 
g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development






---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp? 
Target___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] metadata management

2003-11-15 Thread Ricardo Argüello
Why complicate things so much?

Sun provides XML Schema files, no RelaxNG ones.

Even if RelaxNG is far better than XML Schema (it is):
1) We don't have Relax NG descriptors. We would have to *translate* the 
official, Sun provided, XML Schema files.
2) We don't have tools to map RelaxNG to an object model, or at least 
not as well tested as the ones existing for XML Schema.

Even tho Relax NG might be better than XML Schema, we don't have to 
complicate things so much.

Let's use the provided XML Schema files, and a good mapping tool.

Ricardo Argüello

julien viet wrote:

you would have to translate schema to relaxNG first, and relaxNG does
validation only. maybe there is a binding tool.
from my experience with schema, XML W3C schema are a big mess,they are
ambigous, there is not a formal model underlysing etc.. and relax is cool.
But schema are widely accepted (microsost push) and recognized by the
industry and J2EE gives all its schema in w3c schema.
 

IMHO RelaxNG could be the tool to get grip with thiss issue.

bax

Am 15.11.2003 um 06:25 schrieb Ricardo Argüello:

   

Why not use JAXB, or BEA's XMLBeans?

Since in J2EE 1.4 deployment descriptors are specified in XML Schema,
it should be very easy to get an object model from that, using any
XML/Java binding tool.
I would be interested in collaborating to code that.

Ricardo Argüello

Alexey Loubyansky wrote:

 

What are our plans for metadata? I remember various discussions but
can we revisit it again? What are the requirements and wishes?
I am facing it right now. I would like to have, say, entity metadata
from various sources (ejb-jar.xml, jbossxmp-jdbc.xml) in one place.
So, I wrote a very simple frame that reads xml files and constructs
the metadata tree. Actually, the metadata tree is built while reading
ejb-jar.xml and then populated with other data from jboss.xml and
jbosscmp-jdbc.xml.
But I would like to use something common, i.e. server-wide solution
if we are going to agree on it.


---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/
g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
   



---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?
Target___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
 

---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
   



---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
 





---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] metadata management

2003-11-15 Thread Ricardo Argüello
Should we create a new module for this, or use the server module?
Where should we put XML Schema files, and generated Java files?
Ricardo Argüello

Ricardo Argüello wrote:

Why not use JAXB, or BEA's XMLBeans?

Since in J2EE 1.4 deployment descriptors are specified in XML Schema, 
it should be very easy to get an object model from that, using any 
XML/Java binding tool.

I would be interested in collaborating to code that.

Ricardo Argüello

Alexey Loubyansky wrote:

What are our plans for metadata? I remember various discussions but 
can we revisit it again? What are the requirements and wishes?

I am facing it right now. I would like to have, say, entity metadata 
from various sources (ejb-jar.xml, jbossxmp-jdbc.xml) in one place. 
So, I wrote a very simple frame that reads xml files and constructs 
the metadata tree. Actually, the metadata tree is built while reading 
ejb-jar.xml and then populated with other data from jboss.xml and 
jbosscmp-jdbc.xml.

But I would like to use something common, i.e. server-wide solution 
if we are going to agree on it.



---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] metadata management

2003-11-15 Thread Ricardo Argüello
Alexey Loubyansky wrote:

Ricardo Argüello wrote:

Why not use JAXB, or BEA's XMLBeans?


Perhaps. But I don't have much of experience with JAXB and no at all 
with XMLBeans. So, maybe you can tell me why?
Because it will generate the complex object model specified in the J2EE 
Deployment Descriptors, in a very easy way.

For example, it would generate an object to represent  ... 
 from the EJB 2.1 deployment descriptor:

EjbJar ejbJar = EjbJarFactory.readFromFileSystem(deploymentDescriptorFile);
String name = ejbJar.getEjbName();
...
I have made up all this code, but is a good example of what you would 
expect from a XML/Java binding tool, as JAXB or XMLBeans.
Without having to write XML navigation/marshalling/unmarshalling code. A 
binding tool will generate all necesary Java files representing what's 
described in an XML Schema file, including validation.
We will have objets to refer to  ... ,  ... 
, etc. with all complex relations between objets already coded.

And all these automaticaly generated from the official XML Schema files 
posted by Sun here:
http://java.sun.com/xml/ns/j2ee/

Think XDoclet... but for XML Schema files :-)


Since in J2EE 1.4 deployment descriptors are specified in XML Schema, 
it should be very easy to get an object model from that, using any 
XML/Java binding tool.


For example...
Sun's JAXB:
http://java.sun.com/xml/jaxb/
BEA's XMLBeans:
http://dev2dev.bea.com/technologies/xmlbeans/
XMLBeans is very new, but more flexible than JAXB.
I have experience with JAXB, and none with XMLBeans, but it is basically 
the same thing...
We could try both and decide later.

Ricardo Argüello

Thanks.

I would be interested in collaborating to code that.

Ricardo Argüello

Alexey Loubyansky wrote:

What are our plans for metadata? I remember various discussions but 
can we revisit it again? What are the requirements and wishes?

I am facing it right now. I would like to have, say, entity metadata 
from various sources (ejb-jar.xml, jbossxmp-jdbc.xml) in one place. 
So, I wrote a very simple frame that reads xml files and constructs 
the metadata tree. Actually, the metadata tree is built while 
reading ejb-jar.xml and then populated with other data from 
jboss.xml and jbosscmp-jdbc.xml.

But I would like to use something common, i.e. server-wide solution 
if we are going to agree on it.





---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] metadata management

2003-11-16 Thread Ricardo Argüello
We could add vendor specific elements (i.e. the ones found in 
jbosscmp-jdbc.xml) using namespaces.

I'll have to investigate if we could generate a different object model 
for each namespace.

But, altough it might be possible to do this, I wouldn't recommend it.

I would generate a different object model for each deployment 
descriptor: One object model for each Sun's standard XML Schema and one 
object model for each JBoss' deployment descriptor.

Maybe then we could write another object model to integrate both object 
models:



// This object was generated from j2ee-1.4.xsd:
EjbJar ejbJar = EjbJarFactory.create(standarDDFile);
String name = ejbJar.getEjbName();
// This object was generated from jboss-j2ee-1.4.xsd:
JBossEjbJar jbossJar =
   JBossEjbJarFactory.create(jbossDDFile);
// We could have a single object to integrate both object models:
EjbMetadata metadata =
new EjbMetadata();
metadata.setStandarDeploymentDescriptor(ejbJar);
metadata.setJBossDeploymentDescriptor(jbossJar);
// We could then work with only one object model:
String name =
  metadata.getStandardDeploymentDescriptor().getName();
String jbossSpecificProperty =
  metadata.getJBossDeploymentDescriptor().getJBossSpecificProperty();


In conclusion:

1) We would generate the first object model using JAXB or XMLBeans, from 
Sun's XML Schema files.

2) We need to write XML Schemas for each JBoss vendor deployment descriptor.

3) We would generate the sencond object model from JBoss' XML Schema files.

4) We *could* integrate both object models coding another object model 
on top (no generation here). Then we could use this object model to 
access standard properties or JBoss' properties.

What do you think?

Ricardo Argüello

Alexey Loubyansky wrote:
Will we be able to have, say, entity related data from ejb-jar.xml, 
jboss.xml and jbosscmp-jdbc.xml in the same class? Or will we need three 
classes?

Ricardo Argüello wrote:

Alexey Loubyansky wrote:

Ricardo Argüello wrote:

Why not use JAXB, or BEA's XMLBeans?




Perhaps. But I don't have much of experience with JAXB and no at all 
with XMLBeans. So, maybe you can tell me why?


Because it will generate the complex object model specified in the 
J2EE Deployment Descriptors, in a very easy way.

For example, it would generate an object to represent  ... 
 from the EJB 2.1 deployment descriptor:

EjbJar ejbJar = 
EjbJarFactory.readFromFileSystem(deploymentDescriptorFile);
String name = ejbJar.getEjbName();
...

I have made up all this code, but is a good example of what you would 
expect from a XML/Java binding tool, as JAXB or XMLBeans.
Without having to write XML navigation/marshalling/unmarshalling code. 
A binding tool will generate all necesary Java files representing 
what's described in an XML Schema file, including validation.
We will have objets to refer to  ... ,  
... , etc. with all complex relations between objets already 
coded.

And all these automaticaly generated from the official XML Schema 
files posted by Sun here:
http://java.sun.com/xml/ns/j2ee/

Think XDoclet... but for XML Schema files :-)


Since in J2EE 1.4 deployment descriptors are specified in XML 
Schema, it should be very easy to get an object model from that, 
using any XML/Java binding tool.




For example...


Sun's JAXB:
http://java.sun.com/xml/jaxb/
BEA's XMLBeans:
http://dev2dev.bea.com/technologies/xmlbeans/
XMLBeans is very new, but more flexible than JAXB.
I have experience with JAXB, and none with XMLBeans, but it is 
basically the same thing...
We could try both and decide later.

Ricardo Argüello




---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] metadata management

2003-11-16 Thread Ricardo Argüello
I was thinking about metadata management for all JBoss.

I still believe that we should generate code from XML Schema files, 
either using JAXB or XMLBeans. The generated code would take care of 
marshalling/unmarshallign/validation/XML-Java mapping/etc, in a very 
elegant an easy way.

Since metadata is a common problema for all of JBoss codebase, my 
proposal was oriented in that direction. I was not necessarily thinking 
about your scenario alone.

Ricardo Argüello

Alexey Loubyansky wrote:

As for me, this is the worst scenario.
- generate interfaces for three schemas,
- implement those interfaces,
- merge them into another object model.
Why would we want to change the existing code then?

I could provide an implementation that will populate just one object 
model w/o generating additional interfaces by improving the 'IOC' 
metadata factory with 'look-ahead' feature.

In fact, my approach would solve my current problems. The binding tools 
that looked at seem to be too heavy weight for me. But metadata is a 
common problem. Therefore, I wanted to know about other requirements. 
But noone wrote any till the moment. So, if your proposition is for my 
problems then negative.

Ricardo Argüello wrote:

We could add vendor specific elements (i.e. the ones found in 
jbosscmp-jdbc.xml) using namespaces.

I'll have to investigate if we could generate a different object model 
for each namespace.

But, altough it might be possible to do this, I wouldn't recommend it.

I would generate a different object model for each deployment 
descriptor: One object model for each Sun's standard XML Schema and 
one object model for each JBoss' deployment descriptor.

Maybe then we could write another object model to integrate both 
object models:



// This object was generated from j2ee-1.4.xsd:
EjbJar ejbJar = EjbJarFactory.create(standarDDFile);
String name = ejbJar.getEjbName();
// This object was generated from jboss-j2ee-1.4.xsd:
JBossEjbJar jbossJar =
   JBossEjbJarFactory.create(jbossDDFile);
// We could have a single object to integrate both object models:
EjbMetadata metadata =
new EjbMetadata();
metadata.setStandarDeploymentDescriptor(ejbJar);
metadata.setJBossDeploymentDescriptor(jbossJar);
// We could then work with only one object model:
String name =
  metadata.getStandardDeploymentDescriptor().getName();
String jbossSpecificProperty =
  metadata.getJBossDeploymentDescriptor().getJBossSpecificProperty();


In conclusion:

1) We would generate the first object model using JAXB or XMLBeans, 
from Sun's XML Schema files.

2) We need to write XML Schemas for each JBoss vendor deployment 
descriptor.

3) We would generate the sencond object model from JBoss' XML Schema 
files.

4) We *could* integrate both object models coding another object model 
on top (no generation here). Then we could use this object model to 
access standard properties or JBoss' properties.

What do you think?

Ricardo Argüello

Alexey Loubyansky wrote:

Will we be able to have, say, entity related data from ejb-jar.xml, 
jboss.xml and jbosscmp-jdbc.xml in the same class? Or will we need 
three classes?




---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] JBoss IRC channel

2003-11-18 Thread Ricardo Argüello
You are invited to join the #jboss IRC channel:

Network: Freenode
Server: irc.freenode.net
Port: 6667
Channel: #jboss
Also, check JBoss' and other project's CVS commits on the #commits channel.

See you there,

Ricardo Argüello



---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] [ANN] JBoss-IDE 1.2.2 released

2003-11-22 Thread Ricardo Argüello
Doesn't it work with recently released Eclipse M5?

Ricardo Argüello

Laurent Etiemble wrote:

Hi,

The JBoss-IDE 1.2.2 release is available. It is a maintenance release which
addresses many bugs. See release notes for more details :
https://sourceforge.net/project/shownotes.php?release_id=199388
Available releases are :
- JBoss-IDE 1.2.2 for Eclipse 2.1.1 or higher
- JBoss-IDE 1.2.2330 for Eclipes 3.0.0M4
There is no more bundle available for download. All installation/upgrade
must be done through the Eclipse install/update manager. See the
documentation for that.
Available documentation are :
- Installation Guide : contains all you need to install/upgrade JBoss-IDE
http://prdownloads.sourceforge.net/jboss/Install-1.2.2.pdf?download
- Quick Start Guide : provides an overview of what brings JBoss-IDE
http://prdownloads.sourceforge.net/jboss/QuickStart-1.2.2.pdf?download
- Tutorial Guide : provides a tutorial to explore some features of JBoss-IDE
http://prdownloads.sourceforge.net/jboss/Tutorial-1.2.2.pdf?download
Bugs can be reported here (don't forget to put everything needed to help) :
https://sourceforge.net/tracker/?group_id=22866&atid=376685
Any feedback can be posted through the JBoss Forums (don't forget to put
everything needed to help) :
http://www.jboss.org/forum.jsp?forum=162
Enjoy and code.

Laurent Etiemble,
JBoss-IDE project lead.


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



--

Ricardo Argüello
[EMAIL PROTECTED]
www.ndeveloper.com


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Build is failing: Use a fileset to copy directories

2003-11-22 Thread Ricardo Argüello
Build is failing...

It looks like a problem with the loadbalancer.sar

It works if you build after a clean, but if you build again (no clean) 
it fails with this message:

---
most:
==
==  Finished with 'most' in module 'varia'.
==
_module-varia-most:
[unjar] Expanding: 
C:\cvs\jboss\HEAD\jboss-head\varia\output\lib\htmladaptor
.war into 
C:\cvs\jboss\HEAD\jboss-head\build\output\jboss-4.0.0DR3\server\all\deploy\jmx-console.war
[unjar] Expanding: 
C:\cvs\jboss\HEAD\jboss-head\varia\output\lib\http-invoker.sar into 
C:\cvs\jboss\HEAD\jboss-head\build\output\jboss-4.0.0DR3\server\all\deploy\http-invoker.sar
 [move] Moving 1 files to 
C:\cvs\jboss\HEAD\jboss-head\build\output\jboss-4.0.0DR3\server\all\deploy\http-invoker.sar
[unjar] Expanding: 
C:\cvs\jboss\HEAD\jboss-head\build\output\jboss-4.0.0DR3\server\all\deploy\http-invoker.sar\tmp.war 
into 
C:\cvs\jboss\HEAD\jboss-head\build\output\jboss-4.0.0DR3\server\all\deploy\http-invoker.sar\invoker.war
   [delete] Deleting: 
C:\cvs\jboss\HEAD\jboss-head\build\output\jboss-4.0.0DR3\server\all\deploy\http-invoker.sar\tmp.war
[unjar] Expanding: 
C:\cvs\jboss\HEAD\jboss-head\varia\output\lib\loadbalancer.sar into 
C:\cvs\jboss\HEAD\jboss-head\build\output\jboss-4.0.0DR3\docs\examples\varia\loadbalancer\loadbalancer.sar
[unjar] Unable to expand to file 
C:\cvs\jboss\HEAD\jboss-head\build\output\jboss-4.0.0DR3\docs\examples\varia\loadbalancer\loadbalancer.sar\loadbalancer.war

BUILD FAILED
file:c:/cvs/jboss/HEAD/jboss-head/build/build.xml:1231: Use a fileset to 
copy directories.

Total time: 1 minute 14 seconds
-------
Ricardo Argüello



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Build in 3.2

2003-11-25 Thread Ricardo Argüello
Adrian Brock wrote:

The big problem (which probably hit Bill) is that a cvs update
doesn't pull down new jars in thirdparty.
Are we going to keep everything separated in CVS modules, with 
CVSROOT/modules hacks and thirdparty "magic"? Or isn't it time for us to 
reconsider the repository organization? What do you think?

I'd like to have everything under ONE module ("jboss"), and BRANCHes for 
every major release (3.0, 3.2, 4.0 or HEAD).

Thirdparty is an example of how hacky our cvs setup is. I know jboss is 
a complex project, but we should try to make it easier for new 
developers to get their hands dirty and help us.

The build process could be improved too. I'm not suggesting Maven, no, 
but maybe something in the middle between Ant copy/paste build files and 
Maven "get the latest jar from ibilbio every build" aproaches.

What do you guys think?

Ricardo Argüello



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Fwd: JSR 88: Maintenance Release]

2003-11-25 Thread Ricardo Argüello
FYI

 Original Message 
Subject: JSR 88: Maintenance Release
Date: Mon, 24 Nov 2003 21:14:41 -0800
From: Harold Ogle <[EMAIL PROTECTED]>
Reply-To: Java Community Process (JCP) general information/announcement 
  list <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]

The Maintenance Lead for JSR-88 J2EE Application Deployment
has published a Maintenance Release of its specification.
This updated Final Release of the specification is available from the Java
Community Process Web site at:
 http://jcp.org/en/jsr/stage?listBy=final

and also from the JSR page:

 http://jcp.org/en/jsr/detail?id=88

===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JCP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".


--

Ricardo Argüello
[EMAIL PROTECTED]
www.ndeveloper.com


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Build in 3.2

2003-11-25 Thread Ricardo Argüello
Maybe we should give Maven a try then...

I remember that someone successfully built JBoss using Maven. I can't 
remember who it was, or where was that documented.

I'm not a Maven fan, but with jars not being part of the repository 
anymore, we could host different sub-projects in a hierarchical way:

/cvsroot/jboss/projects/
/cvsroot/jboss/projects/jms
/cvsroot/jboss/projects/nukes
/cvsroot/jboss/projects/jboss
/cvsroot/jboss/projects/jboss/common
...
/cvsroot/jboss/projects/jboss/varia
Each directory with it's own maven.xml

I'm not a Maven wiz, maybe somebody who is could suggest a better layout.

But if thidparty jars dependancy and innecessary jar downloads are our 
problems, then Maven is the solution, IMHO. We could solve 2 problems 
then: thirdparty hacks and build.xml redundancy. In the end, we could 
have ONE cvs module, "like every one else" hehe :-)

Ricardo Argüello

Scott M Stark wrote:

The problem is that we do alternate release builds off the different
slices of the cvs modules, nukes, jmx, jmx-remoting, jms, etc. I'm
all for cleaning up the build, but there really is not one monolithic
release. What is your suggestion for a reorg that allows for obtaining
a jmx build that does not have to pulling in tens of uneeded MBs of
code and thirdparty jars?




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Build in 3.2

2003-11-25 Thread Ricardo Argüello
I remember that someone successfully built JBoss using Maven. I can't 
remember who it was, or where was that documented.
Here:
http://marc.theaimsgroup.com/?l=jboss-development&m=105734564109596&w=2
Build files:
http://www.monkeymachine.ltd.uk/jbossmaven.zip
Maven site:
http://monkeymachine.ath.cx/jboss/
Ricardo Argüello



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] cvs lock?

2003-11-29 Thread Ricardo Argüello
I was trying to do an anonymous checkout of jboss-head and it loooks 
like there is a lock in the cvs:

cvs server: [11:24:21] waiting for anoncvs_jboss's lock in /cvsroot/jboss/
jbosstest/src/main/org/jboss/test/jmx/invoker
I've retried several times with no luck.
Anybody experienced the same problem?
Ricardo Argüello



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] left-join read-ahead

2003-12-15 Thread Ricardo Argüello
I don't think there is any Open Source Java database with row locking 
support...

Check these:

Mckoi:
http://www.mckoi.com/database/
Axion:
http://axion.tigris.org/
Ricardo Argüello

Maybe we should find another embeddable RDBMS then that does support 
this stuff.

Bill

Alexey Loubyansky wrote:

Support for Oracle 8 is another syntax of LEFT OUTER JOIN, right?
Then we should use templates like we do for other vendor specific 
syntaxes. It should not be hard.

One more problem with this kind of stuff (row-locking, outer joins, 
etc)  hsqldb does not support them. So, we don't have tests for them. 
I do have them locally. I am thinking about adding some advanced cmp 
tests that would not be built (compiled) by default. You would need to 
run some target cmp-advanced to build them and set some properties 
like the datasource and datasource mapping to run.
Any ideas in this regard?

Bill Burke wrote:

Great work.  Sorry I did a sloppy job with deep-read-ahead and sort 
of made it only specific to Specj.  We should make this work with 
Oracle 8 though I believe (well, if I want it, I guess I should 
implement)

Bill




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Consistent build failure in media module on first run of ant

2004-03-31 Thread Ricardo Argüello
I have checked out a fresh copy of HEAD this morning, and it builds 
perfectly for me:

--
...
   [unjar] Expanding: 
E:\cvs\jboss\HEAD-31-mar\jboss-head\build\output\jboss-4.
0.0DR4\client\jnp-client.jar into 
E:\cvs\jboss\HEAD-31-mar\jboss-head\build\buil
d
 [jar] Building jar: 
E:\cvs\jboss\HEAD-31-mar\jboss-head\build\output\jboss
-4.0.0DR4\client\jbossall-client.jar
  [delete] Deleting directory 
E:\cvs\jboss\HEAD-31-mar\jboss-head\build\build

install:

most:

main:

BUILD SUCCESSFUL
Total time: 3 minutes 28 seconds
--
The jboss-media module is not failing.
I've cleaned and tried to build again, and it also works perfectly.
Ricardo Argüello

Scott M Stark wrote:

I have been seeing this failure in the build for 2 weeks now. After
a clean, a build is always failing in xdoclet in the media module with
this uninformative error:
C:\cvs\JBossHead\jboss-head\media\src\main\org\jboss\media\engine\image\ImageFil
eMediaPublisher.java --> ImageFileMediaPublisherMBean qualified to org.jboss.med
ia.engine.image.ImageFileMediaPublisherMBean
BUILD FAILED
file:C:/cvs/JBossHead/jboss-head/media/build.xml:232: null
Total time: 4 minutes 46 seconds
[EMAIL PROTECTED] build]$
Anyone know what the problem here is?


Scott Stark
Chief Technology Officer
JBoss Group, LLC
 
 





---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ alexandria-Support Requests-926909 ] CVS repository clean-up: jboss

2004-04-03 Thread Ricardo Argüello
FYI:

I asked the SF.net admins to remove the aop directory I created by 
accident in the CVS root directory:

[ alexandria-Support Requests-926909 ] CVS repository clean-up: jboss
https://sourceforge.net/tracker/?func=detail&atid=21&aid=926909&group_id=1
As you can see here, there is no aop directory in the CVS root anymore:
http://cvs.sourceforge.net/viewcvs.py/jboss/
Ricardo Argüello



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development