Hi David
No, there is no problem. with MEJB. The problem is the Verifier and you can
find a bug report regarding this issue.
Yes, the javax.management.j2ee.Management is part of JSR-77 because it
is part of the client-interface you need to create a vendor-neutral
management
tool.
Andy
> I keep
I keep seeing this go by as jboss 3 starts and I wonder if there is a problem with
MEJB or the verifier???
23:52:29,827 INFO [EJBDeployer] Verifying
file:/usr/java/jboss/co9/jboss-all/build/output/jboss-3.0.0DR1/deploy/ejb-management.jar
23:52:30,010 INFO [EJBDeployer]
Bean : MEJB
Method :
JBoss daily test results
SUMMARY
Number of tests run: 484
Successful tests: 449
Errors:19
Failures: 16
[time of test: 10 February 2002 5:5 GMT]
[java.version: 1
User: d_jencks
Date: 02/02/09 20:37:43
Modified:src/etc farm-service.xml
Log:
fixed classpath codebase, however this relies on a nonexistent class so is broken
Revision ChangesPath
1.4 +3 -1 jbossmx/src/etc/farm-service.xml
Index: farm-service.xml
User: d_jencks
Date: 02/02/09 20:36:54
Modified:src/etc cluster-service.xml
Log:
fixed classpath codebase, removed useless depends tag
Revision ChangesPath
1.6 +1 -2 jbossmx/src/etc/cluster-service.xml
Index: cluster-service.xml
===
User: d_jencks
Date: 02/02/09 20:34:49
Removed: src/main/org/jboss/configuration ConfigurationException.java
ConfigurationService.java
ConfigurationServiceMBean.java package.html
Log:
removed obsolete classes
_
User: d_jencks
Date: 02/02/09 20:32:36
Modified:src/main/org/jboss/jms/jndi JMSProviderLoader.java
Log:
updated exception class
Revision ChangesPath
1.11 +4 -4 jboss/src/main/org/jboss/jms/jndi/JMSProviderLoader.java
Index: JMSProviderLoader.java
===
JBoss daily test results
SUMMARY
Number of tests run: 484
Successful tests: 449
Errors:19
Failures: 16
[time of test: 10 February 2002 4:16 GMT]
[java.version:
User: d_jencks
Date: 02/02/09 20:10:59
Modified:src/etc/conf/default jboss-service.xml
Log:
removed a mistake
Revision ChangesPath
1.27 +1 -2 jboss/src/etc/conf/default/jboss-service.xml
Index: jboss-service.xml
==
JBoss daily test results
SUMMARY
Number of tests run: 484
Successful tests: 440
Errors:21
Failures: 23
[time of test: 10 February 2002 3:21 GMT]
[java.version:
User: starksm
Date: 02/02/09 19:02:47
Modified:src/bin run.bat
Log:
The -classic option must be the first vm option when used
Revision ChangesPath
1.32 +2 -2 jboss/src/bin/run.bat
Index: run.bat
=
JBoss daily test results
SUMMARY
Number of tests run: 484
Successful tests: 449
Errors:19
Failures: 16
[time of test: 10 February 2002 2:53 GMT]
[java.version:
User: starksm
Date: 02/02/09 18:50:00
Modified:src/main/org/jboss/system InfoMBean.java Info.java
Log:
Add the listMemoryUsage, listThreadDump and displayPackageInfo methods
from the 2.4 version
Revision ChangesPath
1.5 +17 -6 jboss/src/main/org/jboss/system
Patches item #515411, was opened at 2002-02-09 18:48
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=515411&group_id=22866
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Quentin Conner (qconner)
Assigned to: Nobody/Anon
I'll agree and since a lot of these additions screwed up the
formatting this was just an exercise in wanking the code base. If
INFO level message are showing up in any profile then the wrong
level of logging if being used.
Scott Stark
Chief Technology Officer
JBoss Group,
IMHO this is excessive caution and bloated code. Lifecycle methods are not executed
often enough to make any difference in anythings speed.
I suggest our logging policy should be
--anything on the invocation path should be debug or trace and should be guarded.
--anything else should not be gu
I'm not saying style is not important, but to me your arguments
have no objective basis that tell me how they ensure management
scalability, hence its YOUR style viewpoint. While I thank you
for sharing, I have no interest in renaming packages unless you
can demonstrate a benefit.
- Original
User: starksm
Date: 02/02/09 15:36:52
Modified:src/main/org/jboss/deployment SARDeployer.java
Log:
Validate that the stream for the META-INF/jboss-service.xml is not null
to prevent an NPE from the xml parser
Revision ChangesPath
1.6 +46 -52jboss/src/main/or
You are right... what _was_ I thinking anyways?!? Style... pfff who
needs it!
I am going to go stick my head is a bucket.
Code is important. Code is Art. Art has style. Therefor code has
style and is important.
Of course the first two points are completely subjective. One might
think tha
User: starksm
Date: 02/02/09 14:33:30
Removed: catalina/src/main/org/jboss/contrib/catalina
AttributeSetter.java ConfigCatalinaService.java
ConfigCatalinaServiceMBean.java ConfigMapper.java
SaxMapper.java TagTracke
User: starksm
Date: 02/02/09 14:32:57
Removed: catalina/src/main/org/jboss/web ConfigHandler.java
EmbeddedCatalinaServiceSX.java
EmbeddedCatalinaServiceSXMBean.java
Log4jLogger.java
Log:
Classes have moved to o
User: starksm
Date: 02/02/09 14:32:18
Removed: catalina/src/main/org/jboss/web/security
JBossSecurityMgrRealm.java
SSLServerSocketFactory.java
Log:
Classes have moved to org.jboss.web.catalina.security
___
In line with the feature freeze and prepration for a 3.0 final release,
I'm making a 3.0 branch this coming Tuesday. Notification of the
completion of the branching will be mailed to this list.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
User: ejort
Date: 02/02/09 08:21:33
Modified:src/main/org/jboss/management/j2ee JDBCDataSource.java
JNDI.java
Log:
Guarded info logging. Faster when not interested in life-cycle logging
Revision ChangesPath
1.7 +5 -3 jboss/src/main/o
User: slaboure
Date: 02/02/09 08:12:58
Modified:src/bin run.bat
Log:
When the environment is correctly set, this script is not able to start JBoss.. ;)
Revision ChangesPath
1.31 +2 -2 jboss/src/bin/run.bat
Index: run.bat
User: ejort
Date: 02/02/09 08:09:25
Modified:src/main/org/jboss/web WebService.java
Log:
Guarded info logging. Faster when not interested in life-cycle logging
Revision ChangesPath
1.13 +6 -3 jboss/src/main/org/jboss/web/WebService.java
Index: WebServic
User: ejort
Date: 02/02/09 08:09:25
Modified:src/main/org/jboss/tm TransactionManagerService.java
Log:
Guarded info logging. Faster when not interested in life-cycle logging
Revision ChangesPath
1.16 +3 -2 jboss/src/main/org/jboss/tm/TransactionManagerServic
User: ejort
Date: 02/02/09 08:09:25
Modified:src/main/org/jboss/util Executor.java
Log:
Guarded info logging. Faster when not interested in life-cycle logging
Revision ChangesPath
1.9 +6 -3 jboss/src/main/org/jboss/util/Executor.java
Index: Executor.ja
User: ejort
Date: 02/02/09 08:09:25
Modified:src/main/org/jboss/security/plugins SecurityConfig.java
Log:
Guarded info logging. Faster when not interested in life-cycle logging
Revision ChangesPath
1.2 +3 -2 jboss/src/main/org/jboss/security/plugins/Securit
User: ejort
Date: 02/02/09 08:09:25
Modified:src/main/org/jboss/naming NamingService.java
Log:
Guarded info logging. Faster when not interested in life-cycle logging
Revision ChangesPath
1.26 +3 -2 jboss/src/main/org/jboss/naming/NamingService.java
Inde
User: ejort
Date: 02/02/09 08:09:24
Modified:src/main/org/jboss/ejb/plugins/jms DLQHandler.java
JMSContainerInvoker.java
Log:
Guarded info logging. Faster when not interested in life-cycle logging
Revision ChangesPath
1.8 +3 -3 jboss
User: ejort
Date: 02/02/09 08:09:24
Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc
JDBCStartCommand.java
Log:
Guarded info logging. Faster when not interested in life-cycle logging
Revision ChangesPath
1.20 +9 -4
jboss/src/main/org
User: ejort
Date: 02/02/09 08:09:22
Modified:src/main/org/jboss/ejb EJBDeployer.java EntityContainer.java
StatefulSessionContainer.java
Log:
Guarded info logging. Faster when not interested in life-cycle logging
Revision ChangesPath
1.3 +
User: ejort
Date: 02/02/09 08:09:25
Modified:src/main/org/jboss/mail MailService.java
Log:
Guarded info logging. Faster when not interested in life-cycle logging
Revision ChangesPath
1.7 +5 -3 jboss/src/main/org/jboss/mail/MailService.java
Index: MailS
User: ejort
Date: 02/02/09 08:09:24
Modified:src/main/org/jboss/jms/jndi JMSProviderLoader.java
Log:
Guarded info logging. Faster when not interested in life-cycle logging
Revision ChangesPath
1.10 +5 -3 jboss/src/main/org/jboss/jms/jndi/JMSProviderLoader.ja
User: ejort
Date: 02/02/09 08:09:18
Modified:src/main/org/jboss/deployment DeploymentInfo.java
EARDeployer.java MainDeployer.java SARDeployer.java
Log:
Guarded info logging. Faster when not interested in life-cycle logging
Revision ChangesPath
User: ejort
Date: 02/02/09 08:09:23
Modified:src/main/org/jboss/ejb/plugins
EntitySynchronizationInterceptor.java
MetricsInterceptor.java
SecurityProxyInterceptor.java
Log:
Guarded info logging. Faster when n
User: ejort
Date: 02/02/09 08:09:24
Modified:src/main/org/jboss/ejb/plugins/jaws/jdbc
JDBCInitCommand.java
Log:
Guarded info logging. Faster when not interested in life-cycle logging
Revision ChangesPath
1.19 +6 -3
jboss/src/main/org
User: ejort
Date: 02/02/09 08:09:24
Modified:src/main/org/jboss/jms/asf ServerSessionPoolLoader.java
Log:
Guarded info logging. Faster when not interested in life-cycle logging
Revision ChangesPath
1.8 +5 -3 jboss/src/main/org/jboss/jms/asf/ServerSessionPoo
User: slaboure
Date: 02/02/09 08:00:51
Modified:.build.xml
Log:
SerializedHttpSession must only be present in jbossha.jar
Revision ChangesPath
1.23 +7 -5 jbossmx/build.xml
Index: build.xml
=
User: mikesr
Date: 02/02/09 07:45:19
Modified:src/resources/org/jboss/metadata jboss_3_0.dtd
Log:
Added missing local-jndi-name element
Revision ChangesPath
1.3 +13 -4 jboss/src/resources/org/jboss/metadata/jboss_3_0.dtd
Index: jboss_3_0.dtd
==
Hi
just for session and entity - MDB doesn't have local interfaces so no
local-jndi?
Mike
At 10:04 09/02/2002, Vincent Harcq wrote:
>I think Local-jndi-name is missing for 3 bean types
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]] On
> > Behalf O
User: slaboure
Date: 02/02/09 07:38:29
Removed: src/main/org/jboss/ha/httpsession/ejb
ClusteredHTTPSessionBeanAbstract.java
ClusteredHTTPSessionBeanCmp11.java
ClusteredHTTPSessionBeanImpl.java
Log:
Moved to ./be
User: slaboure
Date: 02/02/09 07:39:45
Removed: src/main/org/jboss/ha/httpsession/interfaces
ClusteredHTTPSession.java
ClusteredHTTPSessionBusiness.java
ClusteredHTTPSessionHome.java
LocalClu
User: slaboure
Date: 02/02/09 07:27:35
Modified:src/main/org/jboss/ha/httpsession/server
ClusteredHTTPSessionService.java
Log:
- uses bean now in ./beanimpl
- state cleaner de-activated for now
- new session creation scheme: there was no creation until no
User: slaboure
Date: 02/02/09 07:16:16
jbossmx/src/main/org/jboss/ha/httpsession/beanimpl/ejb - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
User: slaboure
Date: 02/02/09 07:31:05
Modified:src/resources/ClusteredHTTPSessionBean/META-INF ejb-jar.xml
Log:
Bean implementation moved to ./beanimpl
Revision ChangesPath
1.4 +5 -5
jbossmx/src/resources/ClusteredHTTPSessionBean/META-INF/ejb-jar.xml
In
User: slaboure
Date: 02/02/09 07:29:39
Modified:src/main/org/jboss/ejb/plugins
CMPClusteredInMemoryPersistenceManager.java
Log:
Was using the bad stream class
Revision ChangesPath
1.5 +70 -70
jbossmx/src/main/org/jboss/ejb/plugins/CMPClu
User: slaboure
Date: 02/02/09 07:18:50
Added: src/main/org/jboss/ha/httpsession/beanimpl/interfaces
ClusteredHTTPSession.java
ClusteredHTTPSessionBusiness.java
ClusteredHTTPSessionHome.java
User: slaboure
Date: 02/02/09 07:18:08
jbossmx/src/main/org/jboss/ha/httpsession/beanimpl/interfaces - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
User: slaboure
Date: 02/02/09 07:17:54
Added: src/main/org/jboss/ha/httpsession/beanimpl/ejb
ClusteredHTTPSessionBeanAbstract.java
ClusteredHTTPSessionBeanCmp11.java
ClusteredHTTPSessionBeanImpl.java
Log:
Move
User: slaboure
Date: 02/02/09 07:00:39
jbossmx/src/main/org/jboss/ha/httpsession/beanimpl - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
...
> To that end, I love the T-Shirt slogan based on the Ghandi quote:
> "First they ignore us, then they laugh at us..."
I agree, this slogan is great!
cheers,
Sacha
___
Jboss-development mailing list
[EMAIL PROTECTED]
htt
I think Local-jndi-name is missing for 3 bean types
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On
> Behalf Of Scott M Stark
> Sent: vendredi 8 février 2002 18:36
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-dev] New jboss_3_0.dtd
>
>
> Thanks for upda
54 matches
Mail list logo