Hi,

I am migratinng ejipt to jrun3.0. i solved all problems. But now i am
upgrading to EJB1.1. So i am trying to convert  ".properties" files to
".xml" file. Any tools to convert this one. Any one please give message
abt this one.  I am attaching one .propertyfile make changes in .xml and
send back to me if possilble.


Thanking u
Trilok.K
*******************************
****  Property File****************
********************************

ejb.homeInterfaceClassName=com.softalia.neoems.mo.basemo.DomainHome
ejb.remoteInterfaceClassName=com.softalia.neoems.mo.basemo.Domain
ejb.enterpriseBeanClassName=com.softalia.neoems.mo.basemo.DomainBean

ejb.primaryKeyClassName=com.softalia.neoems.mo.basemo.DomainKey
ejb.beanHomeName=EMS.DomainHome

create.ejb.allowedIdentities=all
findByPrimaryKey.ejb.allowedIdentities=all
findAllDomains.ejb.allowedIdentities=all

getPrimaryKey.ejb.allowedIdentities=all
getDomainData.ejb.allowedIdentities=all
setDomainData.ejb.allowedIdentities=all

ejipt.isLocal=true

# CMP properties
ejb.containerManagedFields=  m_name

# there is no need for ejipt.createSQL because ejbCreate initializes the
_id field
# necessary to create a PK

ejipt.postCreateSQL= INSERT into domain (name) values (?)
ejipt.postCreateSQL.source= source1
ejipt.postCreateSQL.params= m_name
ejipt.postCreateSQL.paramTypes= VARCHAR

#ejipt.loadSQL=  SELECT address FROM domain  WHERE name = ?
#ejipt.loadSQL.source=   source1
#ejipt.loadSQL.params=  m_name
#ejipt.loadSQL.paramTypes=  VARCHAR
#ejipt.loadSQL.fields=  m_address

#ejipt.storeSQL=  UPDATE domain  SET address = ? WHERE name = ?
#ejipt.storeSQL.source=      source1
#ejipt.storeSQL.params=      m_address , m_name
#ejipt.storeSQL.paramTypes=  VARCHAR ,VARCHAR

ejipt.findByPrimaryKeySQL=      SELECT name from domain  WHERE name = ?
ejipt.findByPrimaryKeySQL.source=   source1
ejipt.findByPrimaryKeySQL.params=   m_name
ejipt.findByPrimaryKeySQL.paramTypes= VARCHAR
ejipt.findByPrimaryKeySQL.fields=   m_name

ejipt.findAllDomainsSQL=   select name from domain
ejipt.findAllDomainsSQL.source=   source1
ejipt.findAllDomainsSQL.fields=   m_name

ejipt.removeSQL=      DELETE from domain  WHERE name = ?
ejipt.removeSQL.source=   source1
ejipt.removeSQL.params=   m_name
ejipt.removeSQL.paramTypes= VARCHAR
ejipt.removeSQL.fields=   m_name





begin:vcard 
n:Kantheti;Trilok
x-mozilla-html:FALSE
org:Softalia;EJB Wing
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Software Engg
x-mozilla-cpt:;0
fn:Trilok Kantheti
end:vcard

Reply via email to