> don't need EJB's anymore, just plain jane
> MBeans and JDO will do the trick :-)
What deals with transactions? Do you think you have lost anything? Just
curious for a design standpoint (despite the thread on cvs commits).
> Maybe a twinkle of Jini just for
> fun. And it's...ahhh.. manageable
User: rickardoberg
Date: 01/08/30 00:03:59
Modified:.build.xml
Log:
Added project name
Revision ChangesPath
1.19 +2 -2 jboss/build.xml
Index: build.xml
===
RCS file: /cvsroot/jboss
I have to call the onMessage Method of my
messageListener when the message arrives at the queue.
The messageListener and the Server are on the
different machines.
So I guess the messageListener should be passed by
Referance .If it has to be passed by refearnce we
should use RMI. But From the so
*CHEERS* *APPLAUSE* *HOORAY!*
Absolutely fabulous! Now I don't need EJB's anymore, just plain jane
MBeans and JDO will do the trick :-) Maybe a twinkle of Jini just for
fun. And it's...ahhh.. manageable... :-)
/R
--
Rickard Öberg
Software Development Specialist
xlurc - Xpedio Linköping Ubiquit
User: user57
Date: 01/08/29 23:41:30
Modified:.build.xml
Log:
o truned on the tests-report-text target by default, it is fast but a little
loud, perhaps someone can fix that.
Revision ChangesPath
1.6 +2 -2 jbosstest/build.xml
Index: build.
User: user57
Date: 01/08/29 23:40:09
Modified:jbossbuild.xml
Log:
o added 'run-nightly', which could be the target used for the night
build/testsuite (once we have a machine to put it on).
! not really tested, names may changed, may not send report correctly,
o dro
This is mostly done, though I won't know for a while if it actually works.
The only think that it needs is a way to wait until the server has become
active (it is ready to serve) or timeout after x.
This should be fairly straight forward, just a tiny polling client.
start timer
attempt to conn
A couple of places in the code use the following to discover the
MBeanServer:
MBeanServerFactory.findMBeanServer(null).iterator().next();
This assumes that there's only one MBeanServer in the VM, which might not
always
be the case. Can we make the server or its ID globally available? Where
shoul
oka should be good
marcf
|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of marc
|fleury
|Sent: Thursday, August 30, 2001 12:57 AM
|To: marc fleury; Jboss-Development@Lists. Sourceforge. Net
|Subject: [JBoss-dev] RE: The Rabbit is out of the bag
|
|
|hm
User: mnf999
Date: 01/08/29 22:56:30
Modified:src/main/org/jboss/mq/server StateManager.java
Log:
No file stuff from jbos.jcml
Revision ChangesPath
1.4 +12 -5 jbossmq/src/main/org/jboss/mq/server/StateManager.java
Index: StateManager.java
=
> btw, do you see any value in adding the depend task before each compile? I
> found it useful on another project.
I haven't used depend yet. Is it fast? Can you send me a snippet?
--jason
___
Jboss-development mailing list
[EMAIL PROTECTED]
http:
User: mnf999
Date: 01/08/29 22:19:07
Added: src/etc/conf/default jboss-service.xml
Removed: src/etc/conf/default jboss.jcml
Log:
Just to make sure people know what file to use.
BTW jboss.jcml still works
Revision ChangesPath
1.1 jboss/src/
On 2001.08.30 00:48:14 -0400 Jason Dillon wrote:
> > > checkout jboss-all from cvs
> > > build
> > > start (in separate jvm)
> > > run tests
> > > email results
> > > stop
>
> chicken or the egg.
>
> do you mean to update the current workspace, clone the current workspace,
> or get a workspace w
User: mnf999
Date: 01/08/29 22:09:35
Modified:jbossbuild.xml
Log:
3.0
Revision ChangesPath
1.10 +3 -3 build/jboss/build.xml
Index: build.xml
===
RCS file: /cvsroot/jboss/build/jboss/
hmmm...
the build is fscked up ... will try to fix this tonight...
marcf
|-Original Message-
|From: marc fleury [mailto:[EMAIL PROTECTED]]
|Sent: Thursday, August 30, 2001 12:53 AM
|To: Jboss-Development@Lists. Sourceforge. Net
|Subject: The Rabbit is out of the bag
|
|
|Ok
|
|I am do
Ok
I am done with teh commits, doing a clean checkout and making sure it all
works.
If you want to do something fun with this download and build and go under
/lib/deploy and touch email-service.xml and the connectors.jsr. Basically
these are independent modules that can cycle. It is the stuff
> > checkout jboss-all from cvs
> > build
> > start (in separate jvm)
> > run tests
> > email results
> > stop
chicken or the egg.
do you mean to update the current workspace, clone the current workspace,
or get a workspace without already having one?
the rest is peanuts.
--jason
___
> Is there any chance you could come up with a little more ant stuff that
> would (in one target) ...
>
> checkout jboss-all from cvs
> build
> start (in separate jvm)
> run tests
> email results
> stop
Sure, most of this is there, , , , , and
again (for org.jboss.Shutdown). I have not played
User: mnf999
Date: 01/08/29 21:28:42
Modified:src/main/org/jboss Main.java
Log:
new Main for 3.0
Revision ChangesPath
1.44 +320 -234 jboss/src/main/org/jboss/Main.java
Index: Main.java
===
R
User: mnf999
Date: 01/08/29 21:25:41
Removed: src/main/org/jboss/ejb AutoDeployer.java
AutoDeployerMBean.java
Log:
move to deployer
___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.ne
User: mnf999
Date: 01/08/29 21:14:43
Modified:src/main/org/jboss/test/naming/test TestExternalContext.java
Log:
Revision ChangesPath
1.2 +2 -2
jbosstest/src/main/org/jboss/test/naming/test/TestExternalContext.java
Index: TestExternalContext.java
===
User: mnf999
Date: 01/08/29 21:13:42
Modified:src/main/org/jboss/web AbstractWebContainer.java
AbstractWebContainerMBean.java WebService.java
WebServiceMBean.java
Log:
Revision ChangesPath
1.6 +2 -2 jboss/src/
User: mnf999
Date: 01/08/29 21:07:01
Modified:src/main/test/jboss/naming TestExternalContext.java
Log:
Revision ChangesPath
1.3 +3 -3 jboss/src/main/test/jboss/naming/TestExternalContext.java
Index: TestExternalContext.java
==
User: mnf999
Date: 01/08/29 21:07:21
Modified:src/main/test/jboss/naming TestExternalContextMBean.java
Log:
Revision ChangesPath
1.3 +2 -2 jboss/src/main/test/jboss/naming/TestExternalContextMBean.java
Index: TestExternalContextMBean.java
===
Is there any chance you could come up with a little more ant stuff that
would (in one target) ...
checkout jboss-all from cvs
build
start (in separate jvm)
run tests
email results
stop
I could probably come up with this but I think you could probably do it in
1/4 the time.
I agree that the ti
oook
send your address privately
marcf
|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Jason
|Dillon
|Sent: Wednesday, August 29, 2001 11:51 PM
|To: [EMAIL PROTECTED]
|Subject: [JBoss-dev] who are kruder and dorfmeister?
|
|
|but...
|
|KRUDER AND DO
User: mnf999
Date: 01/08/29 20:59:25
Modified:src/main/org/jboss/management ContainerManagement.java
ContainerManagementMBean.java
Log:
Revision ChangesPath
1.5 +2 -2 jboss/src/main/org/jboss/management/ContainerManagement.java
User: mnf999
Date: 01/08/29 20:58:12
Modified:src/main/org/jboss/mail MailService.java
MailServiceMBean.java
Log:
Revision ChangesPath
1.5 +2 -2 jboss/src/main/org/jboss/mail/MailService.java
Index: MailService.java
==
User: mnf999
Date: 01/08/29 20:57:44
Modified:src/main/org/jboss/logging Log4jService.java Logger.java
Log:
Revision ChangesPath
1.10 +2 -2 jboss/src/main/org/jboss/logging/Log4jService.java
Index: Log4jService.java
===
I just switched this to -Ddummy, so it can't cause problems that I ran into
(could have been an ant 1.3'ism, but whatever). The property is still there
for those who need to add stuff to it as well.
--jason
On Thu, 30 Aug 2001, David Maplesden wrote:
> It should probably be one of the standar
User: mnf999
Date: 01/08/29 20:50:12
Modified:src/main/org/jboss/util CachePolicy.java
CounterInterceptor.java CounterService.java
CounterServiceMBean.java Scheduler.java
SchedulerMBean.java
Log:
Revisio
User: user57
Date: 01/08/29 20:49:34
Modified:.build.xml
Log:
o changed junit.jvm.options from -client to -Ddummy, so it is more portable
and won't cause java to freak out and try to execute "" as a class.
Revision ChangesPath
1.5 +2 -2 jbosste
but...
KRUDER AND DORFMEISTER ARE PRETTY COOL BUT THEY SHOULD GO EASY ON THE BUG
POWDER DUST
--jason
___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development
User: mnf999
Date: 01/08/29 20:46:48
Removed: src/main/org/jboss/util Service.java ServiceControl.java
ServiceControlMBean.java ServiceFactory.java
ServiceMBean.java ServiceMBeanSupport.java
Log:
moved to system
I remeber having to have something here, so that the java task could not
think that I was trying to start the class "". Perhaps a -Ddummy would
work.
--jason
On Thu, 30 Aug 2001, David Maplesden wrote:
> It should probably be one of the standard options as opposed to the
> non-standard -X one
User: mnf999
Date: 01/08/29 20:41:37
Removed: src/main/org/jboss/util ClassPathExtension.java
ClassPathExtensionMBean.java
Log:
CPE replaced by URLCL adn MBeanCL, buh bye
___
Jboss-development mailing list
[EMAIL
User: mnf999
Date: 01/08/29 20:39:18
Modified:src/main/org/jboss/tm TransactionManagerService.java
TransactionManagerServiceMBean.java
Log:
Revision ChangesPath
1.14 +2 -2 jboss/src/main/org/jboss/tm/TransactionManagerService.java
User: mnf999
Date: 01/08/29 20:39:18
Modified:src/main/org/jboss/tm/usertx/server
ClientUserTransactionService.java
ClientUserTransactionServiceMBean.java
Log:
Revision ChangesPath
1.3 +2 -2
jboss/src/main/or
User: mnf999
Date: 01/08/29 20:42:48
Removed: src/main/org/jboss/util Shutdown.java ShutdownMBean.java
Log:
moved to system
___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-developme
User: mnf999
Date: 01/08/29 20:33:23
Modified:src/main/org/jboss/security/plugins/samples
CacheRealmMapping.java
CacheRealmMappingService.java
CacheRealmMappingServiceMBean.java
DatabaseRea
User: mnf999
Date: 01/08/29 20:31:21
Modified:src/main/org/jboss/naming ExternalContext.java
ExternalContextMBean.java JNDIView.java
JNDIViewMBean.java NamingAlias.java
NamingAliasMBean.java NamingService.java
|It is another servlet engine. It sports native i/o I believe.
|
|http://www.caucho.com/products/resin/
|
|Looks like there might be more to it.
or not
marcf
|
|--jason
|
|
|On Wed, 29 Aug 2001, Bill Burke wrote:
|
|> What's Resin?
|>
|> > -Original Message-
|> > From: [EMAIL PROTECTED
It is another servlet engine. It sports native i/o I believe.
http://www.caucho.com/products/resin/
Looks like there might be more to it.
--jason
On Wed, 29 Aug 2001, Bill Burke wrote:
> What's Resin?
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]
User: mnf999
Date: 01/08/29 20:18:14
Modified:src/main/org/jboss/jmx/client ConnectorFactoryImpl.java
ConnectorFactoryService.java
ConnectorFactoryServiceMBean.java
RMIClientConnectorImpl.java
Log:
new name an
User: mnf999
Date: 01/08/29 20:18:14
Modified:src/main/org/jboss/jmx/server JMXAdaptorImpl.java
JMXAdaptorService.java JMXAdaptorServiceMBean.java
RMIConnectorImpl.java RMIConnectorService.java
RMIConnectorService
User: mnf999
Date: 01/08/29 20:17:12
Modified:.build.xml
Log:
build the boot/spine/xml/jsr
Revision ChangesPath
1.18 +87 -12jboss/build.xml
Index: build.xml
===
RCS file: /cvsroot
User: mnf999
Date: 01/08/29 20:12:52
Modified:jetty/src/build build.xml
Log:
The scope and the package (again)
Revision ChangesPath
1.12 +2 -2 contrib/jetty/src/build/build.xml
Index: build.xml
==
Vinay Menon wrote:
> Hello Folks,
> Is there any specific reason we have the jdbc datasources bound
> under java:/ as opposed to java:/comp/env/jdbc/ ?
The java:comp/env (note: no '/' between ':' and 'comp') is for the
environment of a J2EE component. This must be set up separately for
User: mnf999
Date: 01/08/29 20:12:52
Modified:jetty/src/main/org/jboss/jetty JettyService.java
Log:
The scope and the package (again)
Revision ChangesPath
1.20 +2 -2 contrib/jetty/src/main/org/jboss/jetty/JettyService.java
Index: JettyService.java
User: mnf999
Date: 01/08/29 20:10:02
Modified:src/main/org/jboss/ejb Application.java
ContainerFactory.java ContainerFactoryMBean.java
ContainerPlugin.java ContainerRelection.java
Log:
snore
Revision ChangesPath
1.18
User: mnf999
Date: 01/08/29 20:10:54
Modified:src/main/org/jboss/jms/asf ServerSessionPoolLoader.java
ServerSessionPoolLoaderMBean.java
Log:
Revision ChangesPath
1.4 +2 -2 jboss/src/main/org/jboss/jms/asf/ServerSessionPoolLoader.java
User: mnf999
Date: 01/08/29 20:10:54
Modified:src/main/org/jboss/jms/jndi JMSProviderLoader.java
JMSProviderLoaderMBean.java
Log:
Revision ChangesPath
1.6 +2 -2 jboss/src/main/org/jboss/jms/jndi/JMSProviderLoader.java
Index: JMS
User: mnf999
Date: 01/08/29 20:06:16
Modified:src/main/org/jboss/ejb/plugins
StatefulSessionFilePersistenceManager.java
Log:
using the right file... pfff
Revision ChangesPath
1.22 +3 -3
jboss/src/main/org/jboss/ejb/plugins/StatefulSes
User: mnf999
Date: 01/08/29 20:03:32
Modified:src/main/org/jboss/configuration ConfigurationService.java
Log:
Revision ChangesPath
1.39 +8 -8 jboss/src/main/org/jboss/configuration/ConfigurationService.java
Index: ConfigurationService.java
===
User: mnf999
Date: 01/08/29 19:59:30
Modified:src/main/org/jboss/security/srp SRPService.java
SRPServiceMBean.java SRPVerifierStoreService.java
SRPVerifierStoreServiceMBean.java
Log:
util->system
Revision ChangesPath
1.3
User: mnf999
Date: 01/08/29 19:59:30
Modified:src/main/org/jboss/security/plugins
JaasSecurityManagerService.java
JaasSecurityManagerServiceMBean.java
SecurityPolicyService.java
SecurityPol
User: mnf999
Date: 01/08/29 19:58:07
Modified:jbossconfig.xml
Log:
the 3.0 version
Revision ChangesPath
1.4 +4 -3 build/jboss/Attic/config.xml
___
Jboss-development mailing list
[EMAIL PROTECTED]
h
User: mnf999
Date: 01/08/29 19:55:29
Modified:src/etc run.mf
Log:
we now add teh "boot" files but the rest (crimson and all xml stuff) should really
move to a URLClassLoader *as soon as teh SUN folks get their shite together*.
Revision ChangesPath
1.13 +1 -1
User: mnf999
Date: 01/08/29 19:52:46
Modified:src/build build.xml
Log:
3.0 flag
Revision ChangesPath
1.85 +1 -1 jboss/src/build/Attic/build.xml
___
Jboss-development mailing list
[EMAIL PROTECTED]
http:
User: mnf999
Date: 01/08/29 19:50:57
Modified:src/bin run.sh
Log:
can't remember
Revision ChangesPath
1.27 +3 -3 jboss/src/bin/run.sh
Index: run.sh
===
RCS file: /cvsroot/jboss/jboss/sr
User: mnf999
Date: 01/08/29 19:47:42
Modified:src/main/org/jboss/jdbc JDBCDataSourceLoader.java
JDBCDataSourceLoaderMBean.java JdbcProvider.java
JdbcProviderMBean.java XADataSourceLoader.java
XADataSourceLoaderMBe
User: mnf999
Date: 01/08/29 19:42:38
Modified:varia/src/main/org/jboss/jdo/castor CastorJDOImpl.java
CastorJDOImplMBean.java
Log:
more package stuff
Revision ChangesPath
1.2 +2 -2 contrib/varia/src/main/org/jboss/jdo/castor/CastorJDOI
What's Resin?
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Vinay
> Menon
> Sent: Wednesday, August 29, 2001 7:50 PM
> To: [EMAIL PROTECTED]
> Cc: JBossDev
> Subject: [JBoss-dev] JBoss Integration
>
>
> Hello Folks,
> Have seen quite a few ema
User: mnf999
Date: 01/08/29 19:42:38
Modified:varia/src/main/org/jboss/tm/plugins/tyrex
TransactionManagerService.java
TransactionManagerServiceMBean.java
Log:
more package stuff
Revision ChangesPath
1.2 +2 -2
User: mnf999
Date: 01/08/29 19:35:54
Modified:src/main/org/jboss/mq/il/jvm JVMServerILService.java
Log:
just package names, nothing more
Revision ChangesPath
1.3 +2 -2 jbossmq/src/main/org/jboss/mq/il/jvm/JVMServerILService.java
Index: JVMServerILServic
User: mnf999
Date: 01/08/29 19:35:54
Modified:src/main/org/jboss/mq/il ServerILJMXService.java
ServerILJMXServiceMBean.java
Log:
just package names, nothing more
Revision ChangesPath
1.3 +3 -3 jbossmq/src/main/org/jboss/mq/il/ServerIL
User: mnf999
Date: 01/08/29 19:35:54
Modified:src/main/org/jboss/mq/il/oil OILServerILService.java
Log:
just package names, nothing more
Revision ChangesPath
1.3 +2 -2 jbossmq/src/main/org/jboss/mq/il/oil/OILServerILService.java
Index: OILServerILServic
User: mnf999
Date: 01/08/29 19:35:54
Modified:src/main/org/jboss/mq/pm/file PersistenceManagerMBean.java
Log:
just package names, nothing more
Revision ChangesPath
1.3 +2 -2
jbossmq/src/main/org/jboss/mq/pm/file/PersistenceManagerMBean.java
Index: Pers
User: mnf999
Date: 01/08/29 19:34:52
Modified:src/main/org/jboss/mq/pm/file PersistenceManager.java
Log:
just making sure the file is used correctly
Revision ChangesPath
1.3 +14 -7 jbossmq/src/main/org/jboss/mq/pm/file/PersistenceManager.java
Index: Pers
User: mnf999
Date: 01/08/29 19:35:54
Modified:src/main/org/jboss/mq/il/rmi RMIServerILService.java
Log:
just package names, nothing more
Revision ChangesPath
1.3 +2 -2 jbossmq/src/main/org/jboss/mq/il/rmi/RMIServerILService.java
Index: RMIServerILServic
User: mnf999
Date: 01/08/29 19:35:55
Modified:src/main/org/jboss/mq/pm/rollinglogged
PersistenceManager.java
PersistenceManagerMBean.java
Log:
just package names, nothing more
Revision ChangesPath
1.4 +3 -3
jb
User: mnf999
Date: 01/08/29 19:37:56
Modified:varia/src/main/org/jboss/jdbc HypersonicDatabase.java
HypersonicDatabaseMBean.java InstantDBDatabase.java
InstantDBDatabaseMBean.java
Log:
working from http installs correctly
Revisi
User: mnf999
Date: 01/08/29 19:35:55
Modified:src/main/org/jboss/mq/server JBossMQService.java
JBossMQServiceMBean.java QueueManager.java
QueueManagerMBean.java StateManager.java
StateManagerMBean.java TopicManage
User: mnf999
Date: 01/08/29 19:35:55
Modified:src/main/org/jboss/mq/pm/jdbc PersistenceManager.java
PersistenceManagerMBean.java
Log:
just package names, nothing more
Revision ChangesPath
1.3 +3 -3 jbossmq/src/main/org/jboss/mq/pm/jdb
User: mnf999
Date: 01/08/29 19:35:55
Modified:src/main/org/jboss/mq/pm/logged PersistenceManager.java
PersistenceManagerMBean.java
Log:
just package names, nothing more
Revision ChangesPath
1.3 +3 -3 jbossmq/src/main/org/jboss/mq/pm/l
User: mnf999
Date: 01/08/29 19:35:54
Modified:src/main/org/jboss/mq/il/uil UILServerILService.java
Log:
just package names, nothing more
Revision ChangesPath
1.3 +2 -2 jbossmq/src/main/org/jboss/mq/il/uil/UILServerILService.java
Index: UILServerILServic
User: mnf999
Date: 01/08/29 19:25:06
Modified:src/docs basicconfiguration.xml
Log:
Scope changes
Revision ChangesPath
1.11 +2 -2 manual/src/docs/Attic/basicconfiguration.xml
___
Jboss-development mailin
User: mnf999
Date: 01/08/29 19:26:23
Modified:src/docs howtojbuilderdebug.xml howtojmx.xml
howtojndi_external.xml howtombeans.xml
howtomssql.xml howtotimer.xml howtotomcat.xml
jdbc-database.xml resource.xml
Log:
> I am playing with the current sources and testing a 1 to many
> relationship. I have the following two tables
>
> order with pk: int objectid
ok
> and
> orderdetail
> pk: int order_oid,int line_num
Does order detail have a compund key using both order_oid and line_num?
> The link..
> order_
User: mnf999
Date: 01/08/29 19:24:12
Modified:src/docs advconfig.xml
Log:
manual scope changes
Revision ChangesPath
1.19 +1 -1 manual/src/docs/Attic/advconfig.xml
___
Jboss-development mailing list
[EMA
User: mnf999
Date: 01/08/29 19:16:50
Modified:src/main/org/jboss/ha HAConfigServer.java
HAConfigServerMBean.java
Log:
Revision ChangesPath
1.2 +2 -2 jbossmx/src/main/org/jboss/ha/HAConfigServer.java
Index: HAConfigServer.java
User: mnf999
Date: 01/08/29 19:16:49
Modified:src/examples ActiveAgentMLet.xml FailoverAgentMLet.xml
Log:
Revision ChangesPath
1.3 +4 -4 jbossmx/src/examples/ActiveAgentMLet.xml
Index: ActiveAgentMLet.xml
=
User: mnf999
Date: 01/08/29 19:14:58
Modified:src/main/org/jboss/admin/mbean AdminServerMBean.java
SystemMonitor.java SystemMonitorMBean.java
Log:
mostly package name changes
Revision ChangesPath
1.3 +2 -2 admin/src/main/org/jboss/adm
Hunter,
I don't know about Marc's code but it sounds like his new stuff is working.
As for the CMP 2.0 code, I think it is in need of some more new users. I
have unit tested the cmp code, ant think it is solid. I do know there are
many undiscovered bugs, so I think it depends on how risk adverse
User: user57
Date: 01/08/29 18:33:51
Modified:src/main/org/jnp/client Main.java
Log:
o javadoc fix
Revision ChangesPath
1.7 +8 -7 jnp/src/main/org/jnp/client/Main.java
Index: Main.java
=
User: user57
Date: 01/08/29 18:14:31
Modified:.modules
Log:
o tad more comments
Revision ChangesPath
1.54 +5 -0 CVSROOT/modules
Index: modules
===
RCS file: /cvsroot/jboss/CVSRO
It should probably be one of the standard options as opposed to the
non-standard -X ones. Trouble is all the standard options (except for
-client under linux) actually do something we don't really want it to do.
Is there any reason under linux can't it just be empty? It seems to work
for me unde
sorry about letting it all hang out I was on the phone with my lawyer for
about an hour and now I need to cook for my wife
will try to commit tonight so that Euros waking up tomorrow will find a
clean JBoss.
thanks
amrcf
"Take me home"
_
Marc Fleury, Ph.D
[EMAIL PROTECTED]
|What does "bandage small idiots" mean?
|> PS: bande de petits cons
it's more like "little punks" and above
marcf
|>
|>
|> |-Original Message-
|> |From: [EMAIL PROTECTED]
|> |[mailto:[EMAIL PROTECTED]]On Behalf Of marc
|> |fleury
|> |Sent: Wednesday, August 29, 2001 11:17 AM
|> |To: [EM
User: user57
Date: 01/08/29 17:43:15
Modified:.modules
Log:
dropped a comment around jbosstest
Revision ChangesPath
1.53 +0 -2 CVSROOT/modules
Index: modules
===
RCS file: /cvsro
What does "bandage small idiots" mean?
--jason
On Wed, 29 Aug 2001, marc fleury wrote:
> Listen script kiddies,
>
> I was up till 4:30 for the umpth time this week last night working on RH'
> core. It is working, it is great work.
> (working on the autodeployer right now with 5 hours sleep).
>
Lets change the default to -Xmx128m or something. Can we assume that users
will have a vm that can support 128m?
--jason
On Thu, 30 Aug 2001, David Maplesden wrote:
> Hmmm, mines the same (or very similar) so I looked at the documentation.
> -client is a standard option for java under linux b
Agreed.
--jason
On Wed, 29 Aug 2001, Bill Burke wrote:
> Actually the CVS messages are important. It allows us to see changes and
> then comment on changes in the code and create a discussion around code
> changes. Well, that's my 2 cents.
>
> Bill
>
> > -Original Message-
> > From:
Hello Folks,
Have seen quite a few emails fly around regarding JBoss - Resin
integration at a VM level and was wondering if something of this sort has
already been done. If so can you please share it. If it has not been done is
anyone who's played around with Resin for a while and have CVS acc
User: mnf999
Date: 01/08/29 16:39:11
Modified:src/main/org/jboss/admin/mbean AdminServer.java
Log:
package changes
Revision ChangesPath
1.3 +2 -2 admin/src/main/org/jboss/admin/mbean/AdminServer.java
Index: AdminServer.java
===
User: mnf999
Date: 01/08/29 16:36:50
Added: src/main/org/jboss/jmx/META-INF jboss-service.xml
Log:
The JMX connectors now come in the JSR format.
A JSR takes a META-INF/jboss-service.xml file
the jboss-service.xml is essentially a jboss.jcml snippet with optional clasp
User: mnf999
Date: 01/08/29 16:34:52
jboss/src/main/org/jboss/jmx/META-INF - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development
User: mnf999
Date: 01/08/29 16:23:00
Added: src/main/org/jboss/system ServiceController.java
Log:
The Service Controller is responsible for the lifecycle of the MBeans representing
Services
Revision ChangesPath
1.1 jboss/src/main/org/jboss/system/Se
User: mnf999
Date: 01/08/29 16:22:01
Added: src/main/org/jboss/system ServiceCreator.java
Log:
A helper class to create an MBean from an XML snippet
Revision ChangesPath
1.1 jboss/src/main/org/jboss/system/ServiceCreator.java
Index: ServiceCreat
User: mnf999
Date: 01/08/29 16:21:32
Added: src/main/org/jboss/system ServiceFactory.java
Log:
The ServiceFactory from Scott to mask services...
Revision ChangesPath
1.1 jboss/src/main/org/jboss/system/ServiceFactory.java
Index: ServiceFactory.j
1 - 100 of 193 matches
Mail list logo