[JBoss-user] [JBossCache] - Re: How to use TreeCache inside JBoss

2005-11-25 Thread kongdy
Where is the unit test case under 4.0 testsuite?  Is it in the jboss-4.0.0 zip 
that I downloaded?  I don't see it in archive.

Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909128#3909128

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909128


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Initial Start Date for startup class

2005-02-08 Thread kongdy
Hi,

I am trying to write a MBean startup class to startup my ejb scheduler when 
deploy.  In my MBean class, I have

protected void startService() throws Exception {
   ...
  timer.initializeTimer(getFirstDate(), getInterval(), getName());
}

My question is, what value do I put for the attribute 'firstDate' in the 
jboss-service.xml if I want it to always set to the current date time?


 .
 ??
  6
  MyTimer
  .


Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865788#3865788

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865788


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - fail to obtain type-mapping metada

2004-11-15 Thread kongdy
I got a "fail to obtain type-mapping metadata" error when deploying CMP.  I am 
using JBoss 4.0.0./Java 1.4.  I am using mySQL database.  

My mysqldb-ds.xml in my deploy directiory looks like:


   
  DefaultDS
  jdbc:mysql://localhost:3306/test
  com.mysql.jdbc.Driver
  root
  
   



I have the datasource in standardjbosscmp-jdbc.xml to have the value 
"java:/DefaultDS".  The datasource and type-mapping in standardjaws.xml have 
the values "java:/DefaultDS" and "mySQL", respectively.


I also have the datasource and type-mapping in my own jbosscmp-jdbc.xml in 
META-INF to have the values "DefaultDS" and "mySQL".

Do you know why is it complaining jboss.jdbc:datasource=DefaultDS, 
service=metadata is not registered?

Thanks


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855267#3855267

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855267


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user