[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - how to deploy MBeans

2004-08-26 Thread itteerde
ok, outing myself as the noob... i have my MBean interface and implementing class i want to deploy to JBoss 3.2.5 in order to manage the components behaviour using the JBoss JMX-Console. how do i deploy a MBean/where is the documentation how to do it? (in the 321book there seems to be only an e

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: datasource-mapping

2004-08-18 Thread itteerde
ok, they appeared in my jbosscmp-jdbc.xml :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845414#3845414 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845414 ---

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: datasource-mapping

2004-08-18 Thread itteerde
i guess the code below is the way to do this? if not plz correct me/point me to the docs - if it is: what task(s)... (question above) /* * Project name : ofas * File name: ConnectorBean.java * * Created on Aug 16, 2004 * Author : itteerde * * History: * * Last

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: datasource-mapping

2004-08-17 Thread itteerde
guess i can do something with the webdoclet/jboss:jbosscmptemplate attribute? if thats the template i refered to in the poste above: is there such a template somewhere for oracle 9.2 or do i have to write that on my own? View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - datasource-mapping

2004-08-17 Thread itteerde
how do i specify the datasource-mapping using XDoclet for entity beans in the @jboss.persistence tag - is there a template i have to name or do i include a xml-fragment i ll have to write my own (if so how do i incl. it)? i am using oracle 9.2 (just for the case its just about setting some strin

[JBoss-dev] [JBoss IDE] - Re: cannot go further than tutorial

2004-08-16 Thread itteerde
perhaps anyone could give me a hint what i have to do if i want both interfaces - not just remote (if i declare only remote it works)? i so far: - added localinterface to ejbdoclet - added localhomeinterface to ejbdoclet View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-dev] [JBoss IDE] - cannot go further than tutorial

2004-08-12 Thread itteerde
hi, i just wanted to deploy a quite simple stateless session bean with both interfaces to 3.2.5 using the latest JBoss-IDE for Eclipse 3.0. where implementing and deploying the tutorial worked fine i keep getting the errors below for my Bean. i added localinterface and localhomeinterface tasks