[JBoss-user] [Management, JMX/JBoss] - Re: why throw java.net.MalformedURLException: no !/ in spec

2004-11-16 Thread [EMAIL PROTECTED]
Where is your mbean descriptor? You are showing your xmbean descriptor but 
there must be an mbean descriptor also to either point to or include the xmbean 
descriptor.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855320#3855320

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855320


---
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


[JBoss-user] [Management, JMX/JBoss] - Re: why throw java.net.MalformedURLException: no !/ in spec

2004-11-16 Thread cool_xiong
I get it, thank you very much.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855345#3855345

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855345


---
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


[JBoss-user] [Management, JMX/JBoss] - Re: why throw java.net.MalformedURLException: no !/ in spec

2004-11-15 Thread cool_xiong
?xml version=1.0 encoding=UTF-8?
!DOCTYPE mbean SYSTEM D:\eclipse\workspace\ibsext\jboss_xmbean_1_0.dtd
!--mbean
The IBS CONFIG XMBean Example



state-action-on-update value=keep-running/

com.ibs.cofig.mbean.ConfigFile

The default constructor
ConfigFile



The location in JNDI where the Map we manage will be bound
jndiName
java.lang.String






The start lifecycle operation
start


The stop lifecycle operation
stop


Save a file into database
setFile

File's system indentifier
id
int


File to be saved
file
java.io.File



Get a file from database
getFile

File's system indentifier
id
int

return-typejava.io.InputStream/return-type


Save a file into database
setConfigFile

File's name
name
String


File to be saved
file
java.io.File



Get a file from database
getConfigFile

File's name
name
String

return-typejava.io.InputStream/return-type


Save a file into database
setConfigSchemaFile

File's name
name
String


File to be saved
file
java.io.File



Get a file from database
getConfigSchemaFile

File's name
name
String

return-typejava.io.InputStream/return-type


Save a file into database
setConfigExtFile

File's name
name
String


File to be saved
file
java.io.File



Get a file from database
getConfigExtFile

File's name
name
String

return-typejava.io.InputStream/return-type



The notification sent whenever a value is saved
javax.management.Notification

notification-typecom.ibs.cofig.mbean.setFile/notification-type

/mbean--



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855210#3855210

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855210


---
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


[JBoss-user] [Management, JMX/JBoss] - Re: why throw java.net.MalformedURLException: no !/ in spec

2004-11-15 Thread cool_xiong

?xml version=1.0 encoding=UTF-8?
!DOCTYPE mbean SYSTEM D:\eclipse\workspace\ibsext\jboss_xmbean_1_0.dtd

The IBS CONFIG XMBean Example



state-action-on-update value=keep-running/

com.ibs.cofig.mbean.ConfigFile

The default constructor
ConfigFile

!-- Attributes --

The location in JNDI where the Map we manage will be bound
jndiName
java.lang.String




!-- Operations --

The start lifecycle operation
start


The stop lifecycle operation
stop


Save a file into database
setFile

File's system indentifier
id
int


File to be saved
file
java.io.File



Get a file from database
getFile

File's system indentifier
id
int

return-typejava.io.InputStream/return-type


Save a file into database
setConfigFile

File's name
name
String


File to be saved
file
java.io.File



Get a file from database
getConfigFile

File's name
name
String

return-typejava.io.InputStream/return-type


Save a file into database
setConfigSchemaFile

File's name
name
String


File to be saved
file
java.io.File



Get a file from database
getConfigSchemaFile

File's name
name
String

return-typejava.io.InputStream/return-type


Save a file into database
setConfigExtFile

File's name
name
String


File to be saved
file
java.io.File



Get a file from database
getConfigExtFile

File's name
name
String

return-typejava.io.InputStream/return-type

!--Notifications--

The notification sent whenever a value is saved
javax.management.Notification

notification-typecom.ibs.cofig.mbean.setFile/notification-type





View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855292#3855292

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855292


---
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


[JBoss-user] [Management, JMX/JBoss] - Re: why throw java.net.MalformedURLException: no !/ in spec

2004-11-15 Thread cool_xiong
?xml version=1.0 encoding=UTF-8?
!DOCTYPE mbean SYSTEM D:\eclipse\workspace\ibsext\jboss_xmbean_1_0.dtd
 mbean
 descriptionThe IBS CONFIG XMBean Example /description
 descriptors
 persistence persistPolicy=Never persistPeriod=10 
persistLocation=data/JNDIMap.data persistName=JNDIMap/
 currencyTimeLimit value=10/
 state-action-on-update value=keep-running/
 /descriptors
 classcom.ibs.cofig.mbean.ConfigFile /class
 constructor
 descriptionThe default constructor /description
 nameConfigFile /name
 /constructor
 !-- Attributes --
 attribute access=read-write getMethod=getJndiName 
setMethod=setJndiName
 descriptionThe location in JNDI where the Map we manage will 
be bound /description
 namejndiName /name
 typejava.lang.String /type
 descriptors
 default value=ibs/config/IBS_CONFIG/
 /descriptors
 /attribute
 !-- Operations --
 operation
 descriptionThe start lifecycle operation /description
 namestart
 /operation
 operation
 descriptionThe stop lifecycle operation /description
 namestop
 /operation
 operation impact=ACTION
 descriptionSave a file into database /description
 namesetFile /name
 parameter
 descriptionFile's system indentifier /description
 nameid /name
 typeint /type
 /parameter
 parameter
 descriptionFile to be saved /description
 namefile /name
 typejava.io.File /type
 /parameter
 /operation
 operation impact=INFO
 descriptionGet a file from database /description
 namegetFile /name
 parameter
 descriptionFile's system indentifier /description
 nameid /name
 typeint /type
 /parameter
 return-typejava.io.InputStream /return-type
 /operation
 operation impact=ACTION
 descriptionSave a file into database
 namesetConfigFile
 parameter
 descriptionFile's name /description
 namename /name
 typeString /type
 /parameter
 parameter
 descriptionFile to be saved /description
 namefile /name
 typejava.io.File /type
 /parameter
 /operation
 operation impact=INFO
 descriptionGet a file from database /description
 namegetConfigFile /name
 parameter
 descriptionFile's name /description
 namename /name
 typeString /type
 /parameter
 return-typejava.io.InputStream /return-type
 /operation
 operation impact=ACTION
 descriptionSave a file into database
 namesetConfigSchemaFile /name
 parameter
 descriptionFile's name /description
 namename /name
 typeString /type
 /parameter
 parameter
 descriptionFile to be saved /description
 namefile /name
 typejava.io.File /type
 /parameter
 /operation
 operation impact=INFO
 descriptionGet a file from database /description
 namegetConfigSchemaFile /name
 parameter
 descriptionFile's name /description
 namename /name
 typeString /type
 /parameter
 return-typejava.io.InputStream /return-type
 /operation
 operation impact=ACTION
 descriptionSave a file into database /description
 namesetConfigExtFile /name
 parameter
 descriptionFile's name /description
 namename /name
 typeString /type
 /parameter
 parameter
 descriptionFile to be saved /description
 namefile /name
 typejava.io.File /type
 /parameter
 /operation
 operation impact=INFO
 descriptionGet a file from database /description
 

[JBoss-user] [Management, JMX/JBoss] - Re: why throw java.net.MalformedURLException: no !/ in spec

2004-11-15 Thread cool_xiong
I understand your meaning, thanks.

I use jboss3.2.1


  | ?xml version=1.0 encoding=UTF-8?
  | !DOCTYPE mbean SYSTEM D:\eclipse\workspace\ibsext\jboss_xmbean_1_0.dtd
  | mbean
  | descriptionThe IBS CONFIG XMBean Example/description
  | descriptors
  | persistence persistPolicy=Never persistPeriod=10 
persistLocation=data/JNDIMap.data persistName=JNDIMap/
  | currencyTimeLimit value=10/
  | state-action-on-update value=keep-running/
  | /descriptors
  | classcom.ibs.cofig.mbean.ConfigFile/class
  | constructor
  | descriptionThe default constructor/description
  | nameConfigFile/name
  | /constructor
  | !-- Attributes --
  | attribute access=read-write getMethod=getJndiName 
setMethod=setJndiName
  | descriptionThe location in JNDI where the Map we manage will 
be bound/description
  | namejndiName/name
  | typejava.lang.String/type
  | descriptors
  | default value=ibs/config/IBS_CONFIG/
  | /descriptors
  | /attribute
  | !-- Operations --
  | operation
  | descriptionThe start lifecycle operation/description
  | namestart/name
  | /operation
  | operation
  | descriptionThe stop lifecycle operation/description
  | namestop/name
  | /operation
  | operation impact=ACTION
  | descriptionSave a file into database/description
  | namesetFile/name
  | parameter
  | descriptionFile's system indentifier/description
  | nameid/name
  | typeint/type
  | /parameter
  | parameter
  | descriptionFile to be saved/description
  | namefile/name
  | typejava.io.File/type
  | /parameter
  | /operation
  | operation impact=INFO
  | descriptionGet a file from database/description
  | namegetFile/name
  | parameter
  | descriptionFile's system indentifier/description
  | nameid/name
  | typeint/type
  | /parameter
  | return-typejava.io.InputStream/return-type
  | /operation
  | operation impact=ACTION
  | descriptionSave a file into database/description
  | namesetConfigFile/name
  | parameter
  | descriptionFile's name/description
  | namename/name
  | typeString/type
  | /parameter
  | parameter
  | descriptionFile to be saved/description
  | namefile/name
  | typejava.io.File/type
  | /parameter
  | /operation
  | operation impact=INFO
  | descriptionGet a file from database/description
  | namegetConfigFile/name
  | parameter
  | descriptionFile's name/description
  | namename/name
  | typeString/type
  | /parameter
  | return-typejava.io.InputStream/return-type
  | /operation
  | operation impact=ACTION
  | descriptionSave a file into database/description
  | namesetConfigSchemaFile/name
  | parameter
  | descriptionFile's name/description
  | namename/name
  | typeString/type
  | /parameter
  | parameter
  | descriptionFile to be saved/description
  | namefile/name
  | typejava.io.File/type
  | /parameter
  | /operation
  | operation impact=INFO
  | descriptionGet a file from database/description
  | namegetConfigSchemaFile/name
  | parameter
  | descriptionFile's name/description
  | namename/name
  | typeString/type
  | /parameter
  | return-typejava.io.InputStream/return-type
  | /operation
  | operation impact=ACTION
  | descriptionSave a file into database/description
  | namesetConfigExtFile/name
  | parameter
  | descriptionFile's name/description
  | namename/name
  | typeString/type
  | /parameter
  | parameter
  | descriptionFile to be saved/description
  | namefile/name
  | typejava.io.File/type
  | /parameter
  | /operation
  | operation impact=INFO
  | descriptionGet a file from database/description
  | namegetConfigExtFile/name
  | parameter
  |