リモートマップのルートの要素です。
remoteMapタグのアトリビュートは指定できません。
コンテントには以下をこの順番で記述します。
configタグ(必ず1個記述します。)
ejbタグ, localタグ, ejbExtタグ(任意個数を任意の順番で記述できます。)
<?xml version="1.0" encoding="Shift_JIS"?> <remoteMap xmlns="http://interstage.fujitsu.com/schemas/uji/remoteMap" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://interstage.fujitsu.com/schemas/uji/remoteMap http://interstage.fujitsu.com/schemas/uji/remotemap.xsd"> <config> <version>5.0</version> </config> <ejb name="MySessionBean" application="java:comp/env/ejb/MySessionBean"/> </remoteMap>