<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-13393</id>
	<title>Nabble - Sun - JAIN</title>
	<updated>2008-08-22T08:01:17Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Sun---JAIN-f13393.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Sun---JAIN-f13393.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19109242</id>
	<title>JAIN SLEE 1.1 Specification and implementation inconsistency for ProfileMBean description</title>
	<published>2008-08-22T08:01:17Z</published>
	<updated>2008-08-22T08:01:17Z</updated>
	<author>
		<name>Pavel Moukhataev</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;I've found inconsistency between SLEE 1.1 specification and implementation.
&lt;br&gt;&lt;br&gt;See item 10.26.3 ProfileMBean interface:
&lt;br&gt;&lt;br&gt;There is the only field in ProfileMBean interface:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Base JMX Object Name string of a ProfileMBean
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public static final String BASE_OBJECT_NAME =
&lt;br&gt;&amp;quot;javax.slee.profile:type=Profile&amp;quot;;
&lt;br&gt;&lt;br&gt;But in implementation there are 3 fields:
&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The base JMX Object Name string of all SLEE Profile MBeans.
&lt;br&gt;This string is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* equal to &amp;quot;javax.slee.profile:type=Profile&amp;quot; and the string
&lt;br&gt;&amp;lt;code&amp;gt;BASE_OBJECT_NAME + &amp;quot;,*&amp;quot;&amp;lt;/code&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* defines a JMX Object Name property pattern which matches with
&lt;br&gt;all Profile MBeans
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* that are registered with the MBean Server. &amp;nbsp;A Profile MBean is
&lt;br&gt;registered with
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* the MBean Server using this base name in conjunction with
&lt;br&gt;properties whose keys
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* are specified by the {@link #PROFILE_TABLE_NAME_KEY} and {@link
&lt;br&gt;#PROFILE_NAME_KEY}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* constants.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* @since SLEE 1.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; public static final String BASE_OBJECT_NAME =
&lt;br&gt;&amp;quot;javax.slee.profile:type=Profile&amp;quot;;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The JMX Object Name property key that identifies a Profile
&lt;br&gt;MBean as representing
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* a profile belonging to the profile table specified by the value
&lt;br&gt;of this key in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* the Object Name. &amp;nbsp;This key is equal to the string &amp;quot;profileTableName&amp;quot;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* @see #BASE_OBJECT_NAME
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* @see #PROFILE_NAME_KEY
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* @since SLEE 1.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; public static final String PROFILE_TABLE_NAME_KEY = &amp;quot;profileTableName&amp;quot;;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The JMX Object Name property key that identifies a Profile
&lt;br&gt;MBean as representing
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* the profile specified by the value of this key in the Object
&lt;br&gt;Name. &amp;nbsp;This key
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* is equal to the string &amp;quot;profileName&amp;quot;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* @see #BASE_OBJECT_NAME
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* @see #PROFILE_TABLE_NAME_KEY
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* @since SLEE 1.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; public static final String PROFILE_NAME_KEY = &amp;quot;profileName&amp;quot;;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Pavel
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JAIN-SLEE-1.1-Specification-and-implementation-inconsistency-for-ProfileMBean-description-tp19109242p19109242.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19106026</id>
	<title>Copy interpretation for profilce CMP fields</title>
	<published>2008-08-22T05:04:00Z</published>
	<updated>2008-08-22T05:04:00Z</updated>
	<author>
		<name>Pavel Moukhataev</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;In JAIN SLEE 1.1 specification there is the following rule for CMP
&lt;br&gt;fields that holds dependent value classes. (As I can understand
&lt;br&gt;dependent classes are just any serializable Object):
&lt;br&gt;&lt;br&gt;o &amp;nbsp;The get accessor method for a CMP field that corresponds to a
&lt;br&gt;dependent value class re-
&lt;br&gt;&amp;nbsp; turns a copy of the dependent value class instance.
&lt;br&gt;&lt;br&gt;o &amp;nbsp;The assignment of a dependent value class value to a CMP field
&lt;br&gt;using the set accessor
&lt;br&gt;&amp;nbsp; method causes the value to be copied to the target CMP field.
&lt;br&gt;&lt;br&gt;o &amp;nbsp;A dependent value class must be serializable.
&lt;br&gt;&lt;br&gt;&lt;br&gt;I am trying to understand meaning of the &amp;quot;copy&amp;quot; action. From my point
&lt;br&gt;of view this phrase &amp;quot;The assignment of a dependent value class value
&lt;br&gt;to a CMP field using the set accessor method causes the value to be
&lt;br&gt;copied to the target CMP field&amp;quot; means that only reference value must
&lt;br&gt;be copied. And phrase &amp;quot;value class returns a copy of the dependent
&lt;br&gt;value class instance&amp;quot; means that we have to create copy of the
&lt;br&gt;instance somehow during get operation.
&lt;br&gt;&lt;br&gt;In this case there are two questions - first question is what is the
&lt;br&gt;way to create object copy? We can check if object is cloneable and try
&lt;br&gt;to clone it. But clone makes only shadow object copy - if this copying
&lt;br&gt;enough. Otherwise we have to serializa/deserialize object for each CMP
&lt;br&gt;get operation.
&lt;br&gt;&lt;br&gt;Second question is performance. If we store something complex in CMP
&lt;br&gt;field, than for each get operation we require object
&lt;br&gt;serialization/deserialization. From my point of view this will reduce
&lt;br&gt;performance very much. And while performance is one of the main SLEE
&lt;br&gt;сharacteristic I doubt if this make good job for SLEE standard itself.
&lt;br&gt;Since CMP fields are the only place to store application data.
&lt;br&gt;&lt;br&gt;Of course in case of implementing clustering data have to be
&lt;br&gt;serialized anyway, but it have to be serialized once and can be not
&lt;br&gt;deserialized at all.
&lt;br&gt;&lt;br&gt;&lt;br&gt;What do you think about this?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks, Pavel
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Copy-interpretation-for-profilce-CMP-fields-tp19106026p19106026.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19083277</id>
	<title>query regarding JAIN SIP containers</title>
	<published>2008-08-20T23:23:13Z</published>
	<updated>2008-08-20T23:23:13Z</updated>
	<author>
		<name>Kaukab Zehra</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Please let me know what all containers are available for
deployment of the JAIN SIP applications.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Can these applications be deployed on SIP based containers
as well??&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Is &amp;#8216;Jiplet&amp;#8217; container (from cafesip.org), a suitable
one for hosting JAIN SIP applications?&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Regards,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Kaukab Zehra Zaidi&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Cognizant Technology Solutions,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Ph: 9703121303&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;

&lt;table&gt;&lt;tr&gt;&lt;td bgcolor=#ffffff&gt;&lt;font color=#000000&gt;This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.&lt;br&gt;
If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. &lt;br&gt;
Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly &lt;br&gt;
prohibited and may be unlawful.&lt;br&gt;
&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Visit the JAIN website at http://java.sun.com/products/jain
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Sip-Interest-f13396.html&quot; embed=&quot;fixTarget[13396]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Sip-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/query-regarding-JAIN-SIP-containers-tp19083277p19083277.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19069646</id>
	<title>Re: JAIN SLEE TCK 1.1 discussion</title>
	<published>2008-08-20T06:31:44Z</published>
	<updated>2008-08-20T06:31:44Z</updated>
	<author>
		<name>David Ferry</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;The java.net project for TCK can have forums quite easily (it has issue 
&lt;br&gt;tracking too in case you find some problems with the TCK).
&lt;br&gt;&lt;br&gt;&lt;br&gt;Try the following link ..
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://jsleetck11.dev.java.net/servlets/ForumMessageList?forumID=3225&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jsleetck11.dev.java.net/servlets/ForumMessageList?forumID=3225&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Pavel Moukhataev wrote:
&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We are working on checking our slee implementation to pass jain slee
&lt;br&gt;&amp;gt; 1.1 tck tests. And I have several questions regarding TCK tests. How
&lt;br&gt;&amp;gt; do you think - what is the best place to discuss these tests - this
&lt;br&gt;&amp;gt; mail list, opencloud development portal, or somewhere else?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JAIN-SLEE-TCK-1.1-discussion-tp19069438p19069646.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19069438</id>
	<title>JAIN SLEE TCK 1.1 discussion</title>
	<published>2008-08-20T06:18:06Z</published>
	<updated>2008-08-20T06:18:06Z</updated>
	<author>
		<name>Pavel Moukhataev</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;We are working on checking our slee implementation to pass jain slee
&lt;br&gt;1.1 tck tests. And I have several questions regarding TCK tests. How
&lt;br&gt;do you think - what is the best place to discuss these tests - this
&lt;br&gt;mail list, opencloud development portal, or somewhere else?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Pavel
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JAIN-SLEE-TCK-1.1-discussion-tp19069438p19069438.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18560098</id>
	<title>Re: Error while connecting through jainslee</title>
	<published>2008-07-20T16:41:40Z</published>
	<updated>2008-07-20T16:41:40Z</updated>
	<author>
		<name>David Ferry</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;Please send your query to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18560098&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;support@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;-David
&lt;br&gt;&lt;br&gt;SUBSCRIBE JAIN-SLEE-INTEREST jyothi wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Can any body please help me
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Iam getting the following error while connecting jain slee through JMXRI
&lt;br&gt;&amp;gt; (i down loaded opensdk 1.4.5,and started the server and while connecting
&lt;br&gt;&amp;gt; through JMXRI &amp;nbsp;using the following URL 
&lt;br&gt;&amp;gt; service:jmx:rmi:///jndi/rmi://$(Rhino machine IP address
&lt;br&gt;&amp;gt; ):$(Port)/opencloud/rhino the following error is coming)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; java.io.IOException: Failed to retrieve RMIServer stub:
&lt;br&gt;&amp;gt; javax.naming.CommunicationException [Root exception is
&lt;br&gt;&amp;gt; java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; java.lang.ClassNotFoundException: com.opencloud.util.RMISSLFactory (no
&lt;br&gt;&amp;gt; security manager: RMI class loader disabled)]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:317)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
&lt;br&gt;&amp;gt; &amp;nbsp;Caused by: javax.naming.CommunicationException [Root exception is
&lt;br&gt;&amp;gt; java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; java.lang.ClassNotFoundException: com.opencloud.util.RMISSLFactory (no
&lt;br&gt;&amp;gt; security manager: RMI class loader disabled)]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at javax.naming.InitialContext.lookup(InitialContext.java:351)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1817)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1787)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:259)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; ... 4 more
&lt;br&gt;&amp;gt; Caused by: java.rmi.UnmarshalException: error unmarshalling return; nested
&lt;br&gt;&amp;gt; exception is:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; java.lang.ClassNotFoundException: com.opencloud.util.RMISSLFactory (no
&lt;br&gt;&amp;gt; security manager: RMI class loader disabled)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:93)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; ... 9 more
&lt;br&gt;&amp;gt; Caused by: java.lang.ClassNotFoundException:
&lt;br&gt;&amp;gt; com.opencloud.util.RMISSLFactory (no security manager: RMI class loader
&lt;br&gt;&amp;gt; disabled)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:371)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:165)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:620)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:247)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:197)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1544)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1699)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.tcp.TCPEndpoint.read(TCPEndpoint.java:511)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.LiveRef.read(LiveRef.java:257)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at sun.rmi.server.UnicastRef2.readExternal(UnicastRef2.java:54)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.rmi.server.RemoteObject.readObject(RemoteObject.java:438)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccjava.io.IOException:
&lt;br&gt;&amp;gt; Failed to retrieve RMIServer stub: j
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance for your support,
&lt;br&gt;&amp;gt; Jyothi .Tallapaneni
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-while-connecting-through-jainslee-tp18527610p18560098.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18527610</id>
	<title>Error while connecting through jainslee</title>
	<published>2008-07-18T04:47:52Z</published>
	<updated>2008-07-18T04:47:52Z</updated>
	<author>
		<name>SUBSCRIBE JAIN-SLEE-INTEREST jyothi</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp;Can any body please help me
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Iam getting the following error while connecting jain slee through JMXRI
&lt;br&gt;(i down loaded opensdk 1.4.5,and started the server and while connecting
&lt;br&gt;through JMXRI &amp;nbsp;using the following URL 
&lt;br&gt;service:jmx:rmi:///jndi/rmi://$(Rhino machine IP address
&lt;br&gt;):$(Port)/opencloud/rhino the following error is coming)
&lt;br&gt;&lt;br&gt;java.io.IOException: Failed to retrieve RMIServer stub:
&lt;br&gt;javax.naming.CommunicationException [Root exception is
&lt;br&gt;java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; java.lang.ClassNotFoundException: com.opencloud.util.RMISSLFactory (no
&lt;br&gt;security manager: RMI class loader disabled)]
&lt;br&gt;&amp;nbsp; &amp;nbsp; at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:317)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at
&lt;br&gt;javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
&lt;br&gt;&amp;nbsp;Caused by: javax.naming.CommunicationException [Root exception is
&lt;br&gt;java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; java.lang.ClassNotFoundException: com.opencloud.util.RMISSLFactory (no
&lt;br&gt;security manager: RMI class loader disabled)]
&lt;br&gt;&amp;nbsp; &amp;nbsp; at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at javax.naming.InitialContext.lookup(InitialContext.java:351)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at
&lt;br&gt;javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1817)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at
&lt;br&gt;javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1787)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:259)
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... 4 more
&lt;br&gt;Caused by: java.rmi.UnmarshalException: error unmarshalling return; nested
&lt;br&gt;exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; java.lang.ClassNotFoundException: com.opencloud.util.RMISSLFactory (no
&lt;br&gt;security manager: RMI class loader disabled)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:93)
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... 9 more
&lt;br&gt;Caused by: java.lang.ClassNotFoundException:
&lt;br&gt;com.opencloud.util.RMISSLFactory (no security manager: RMI class loader
&lt;br&gt;disabled)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:371)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:165)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:620)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:247)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:197)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1544)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1699)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at sun.rmi.transport.tcp.TCPEndpoint.read(TCPEndpoint.java:511)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at sun.rmi.transport.LiveRef.read(LiveRef.java:257)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at sun.rmi.server.UnicastRef2.readExternal(UnicastRef2.java:54)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.rmi.server.RemoteObject.readObject(RemoteObject.java:438)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccjava.io.IOException:
&lt;br&gt;Failed to retrieve RMIServer stub: j
&lt;br&gt;&lt;br&gt;Thanks in advance for your support,
&lt;br&gt;Jyothi .Tallapaneni
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-while-connecting-through-jainslee-tp18527610p18527610.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18503864</id>
	<title>Re: Starting JAIN SLEE Server</title>
	<published>2008-07-17T01:19:55Z</published>
	<updated>2008-07-17T01:19:55Z</updated>
	<author>
		<name>SUBSCRIBE JAIN-SLEE-INTEREST jyothi</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Hi,&lt;br&gt;&lt;br&gt;After starting the server if we want to connect to MBean server,with what service URL (JMXRI) should we connect.&lt;br&gt;&lt;br&gt;&amp;nbsp; Can anybody help me.&lt;br&gt;&lt;br&gt;Thanks in advance for your support,&lt;br&gt;Jyothi.&lt;br&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Jul 16, 2008 at 3:18 AM, Steven Adams &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18503864&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;steven.adams@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi Jyothi,&lt;br&gt;
&lt;br&gt;
You may also be interested to know that the JAIN SLEE 1.1 specification has just recently reached final release status. &amp;nbsp;You can find links to the SLEE 1.1 spec, RI, and TCK here: &lt;a href=&quot;http://jcp.org/en/jsr/detail?id=240&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://jcp.org/en/jsr/detail?id=240&lt;/a&gt; .&lt;br&gt;

&lt;br&gt;
You will find getting started with the SLEE 1.1 RI a lot easier than with the SLEE 1.0 RI. &amp;nbsp;The SLEE 1.1 RI is a standalone product, whereas the SLEE 1.0 RI requires the J2EE 1.3 RI to also be installed, and given the age of the J2EE RI you would probably be hard pressed to find it available anywhere anymore.&lt;br&gt;

&lt;br&gt;
Regards,&lt;br&gt;
Steve&lt;br&gt;
&lt;br&gt;
Pavel Moukhataev wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;
Hello Jyothi&lt;br&gt;
&lt;br&gt;
To start JAIN SLEE you must download it :). You can download JAIN SLEE reference implementation (RI) from here &lt;a href=&quot;http://java.sun.com/products/jslee/1.0/download.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jslee/1.0/download.html&lt;/a&gt;.&lt;br&gt;

&lt;br&gt;
Thanks, Pavel&lt;br&gt;
&lt;br&gt;&lt;/div&gt;
2008/7/15 SUBSCRIBE JAIN-SLEE-INTEREST jyothi &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18503864&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tallapaneni.jyothi@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18503864&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tallapaneni.jyothi@...&lt;/a&gt;&amp;gt;&amp;gt;:&lt;div class=&quot;Ih2E3d&quot;&gt;
&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp;Hi,&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I am new to JAIN SLEE.I have downloaded JAIN SLEE 1.0 TCk .&lt;br&gt;
 &amp;nbsp; &amp;nbsp;Can anyone help me how to start JAIN SLEE server 1.0.&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp;Any help would be greately appreciated.&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp;Thanks in advance for your support,&lt;br&gt;
 &amp;nbsp; &amp;nbsp;Jyothi&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;
 &amp;nbsp; &amp;nbsp;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
С уважением, Павел&lt;br&gt;
&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;
&lt;br&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;
Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Regards,&lt;br&gt;Jyothi .Tallapaneni
&lt;/div&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Starting-JAIN-SLEE-Server-tp18458313p18503864.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18476318</id>
	<title>JAIN SLEE 1.1 Final Release</title>
	<published>2008-07-15T15:25:44Z</published>
	<updated>2008-07-15T15:25:44Z</updated>
	<author>
		<name>David Ferry</name>
	</author>
	<content type="html">Hi everyone,
&lt;br&gt;&lt;br&gt;This is just a note to mention that JSR 240, JAIN SLEE 1.1 has hit Final 
&lt;br&gt;Release.
&lt;br&gt;&lt;br&gt;The specification, RI, and TCK can now be downloaded.
&lt;br&gt;&lt;br&gt;For more information please refer to:
&lt;br&gt;&lt;a href=&quot;http://www.jcp.org/en/jsr/detail?id=240&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.jcp.org/en/jsr/detail?id=240&lt;/a&gt;&lt;br&gt;&lt;br&gt;Enjoy!
&lt;br&gt;-David
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JAIN-SLEE-1.1-Final-Release-tp18476318p18476318.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18475755</id>
	<title>Re: Starting JAIN SLEE Server</title>
	<published>2008-07-15T14:48:38Z</published>
	<updated>2008-07-15T14:48:38Z</updated>
	<author>
		<name>Steven Adams-3</name>
	</author>
	<content type="html">Hi Jyothi,
&lt;br&gt;&lt;br&gt;You may also be interested to know that the JAIN SLEE 1.1 specification 
&lt;br&gt;has just recently reached final release status. &amp;nbsp;You can find links to 
&lt;br&gt;the SLEE 1.1 spec, RI, and TCK here: &lt;a href=&quot;http://jcp.org/en/jsr/detail?id=240&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jcp.org/en/jsr/detail?id=240&lt;/a&gt;&amp;nbsp;.
&lt;br&gt;&lt;br&gt;You will find getting started with the SLEE 1.1 RI a lot easier than 
&lt;br&gt;with the SLEE 1.0 RI. &amp;nbsp;The SLEE 1.1 RI is a standalone product, whereas 
&lt;br&gt;the SLEE 1.0 RI requires the J2EE 1.3 RI to also be installed, and given 
&lt;br&gt;the age of the J2EE RI you would probably be hard pressed to find it 
&lt;br&gt;available anywhere anymore.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;Pavel Moukhataev wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello Jyothi
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; To start JAIN SLEE you must download it :). You can download JAIN SLEE 
&lt;br&gt;&amp;gt; reference implementation (RI) from here 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://java.sun.com/products/jslee/1.0/download.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jslee/1.0/download.html&lt;/a&gt;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks, Pavel
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2008/7/15 SUBSCRIBE JAIN-SLEE-INTEREST jyothi 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18475755&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tallapaneni.jyothi@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18475755&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tallapaneni.jyothi@...&lt;/a&gt;&amp;gt;&amp;gt;:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I am new to JAIN SLEE.I have downloaded JAIN SLEE 1.0 TCk .
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Can anyone help me how to start JAIN SLEE server 1.0.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Any help would be greately appreciated.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Thanks in advance for your support,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Jyothi
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; С уважением, Павел
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Starting-JAIN-SLEE-Server-tp18458313p18475755.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18461903</id>
	<title>Re: Starting JAIN SLEE Server</title>
	<published>2008-07-15T03:12:05Z</published>
	<updated>2008-07-15T03:12:05Z</updated>
	<author>
		<name>Pavel Moukhataev</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Hello Jyothi&lt;br&gt;&lt;br&gt;To start JAIN SLEE you must download it :). You can download JAIN SLEE reference implementation (RI) from here &lt;a href=&quot;http://java.sun.com/products/jslee/1.0/download.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jslee/1.0/download.html&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;Thanks, Pavel&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2008/7/15 SUBSCRIBE JAIN-SLEE-INTEREST jyothi &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18461903&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tallapaneni.jyothi@...&lt;/a&gt;&amp;gt;:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi,&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; I am new to JAIN SLEE.I have downloaded JAIN SLEE 1.0 TCk .&lt;br&gt;
Can anyone help me how to start JAIN SLEE server 1.0.&lt;br&gt;
&lt;br&gt;
Any help would be greately appreciated.&lt;br&gt;
&lt;br&gt;
Thanks in advance for your support,&lt;br&gt;
Jyothi&lt;br&gt;
&lt;br&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;
Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;С уважением, Павел
&lt;/div&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Starting-JAIN-SLEE-Server-tp18458313p18461903.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18458313</id>
	<title>Starting JAIN SLEE Server</title>
	<published>2008-07-14T22:14:44Z</published>
	<updated>2008-07-14T22:14:44Z</updated>
	<author>
		<name>SUBSCRIBE JAIN-SLEE-INTEREST jyothi</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I am new to JAIN SLEE.I have downloaded JAIN SLEE 1.0 TCk .
&lt;br&gt;Can anyone help me how to start JAIN SLEE server 1.0.
&lt;br&gt;&lt;br&gt;Any help would be greately appreciated.
&lt;br&gt;&lt;br&gt;Thanks in advance for your support,
&lt;br&gt;Jyothi
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Starting-JAIN-SLEE-Server-tp18458313p18458313.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18438000</id>
	<title>USSD Gateway</title>
	<published>2008-07-13T23:08:45Z</published>
	<updated>2008-07-13T23:08:45Z</updated>
	<author>
		<name>nlicina</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&amp;nbsp;I will try to be short. My question is: is it possible to create a simple USSD gateway by using JAIN TCAP API? I've read something about ss7 protocol stack and, if I understood corectly, the main protocols for ussd are TCAP and MAP. The thing that I don't know is: how to extract MAP from TCAP and after that, how to extract &amp;nbsp;USSD from MAP. I'm familiar with TCAP primitives. It is possible that I understood something wrong, so please, &amp;nbsp;help... Thanks in advance.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Interest-f13394.html&quot; embed=&quot;fixTarget[13394]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/USSD-Gateway-tp18438000p18438000.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18377633</id>
	<title>USSD Gateway</title>
	<published>2008-07-10T01:28:25Z</published>
	<updated>2008-07-10T01:28:25Z</updated>
	<author>
		<name>nlicina</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&amp;nbsp;I will try to be short. My question is: is it possible to create a simple USSD gateway by using JAIN TCAP API? I've read something about ss7 protocol stack and, if I understood corectly, the main protocols for ussd are TCAP and MAP. The thing that I don't know is: how to extract MAP from TCAP and after that, how to extract &amp;nbsp;USSD from MAP. I'm familiar with TCAP primitives. It is possible that I understood something wrong, so please, &amp;nbsp;help... Thanks in advance. &lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Interest-f13394.html&quot; embed=&quot;fixTarget[13394]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/USSD-Gateway-tp18377633p18377633.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18316616</id>
	<title>Re: Deploy an JAINSLEE Pproject</title>
	<published>2008-07-07T06:22:01Z</published>
	<updated>2008-07-07T06:22:01Z</updated>
	<author>
		<name>Pavel Moukhataev</name>
	</author>
	<content type="html">Hello&lt;br&gt;&lt;br&gt;Good starting point for checking your deployable units is Verifier tool, which is part of JAIN SLEE TCK 1.0 reference implementation you can download at &lt;a href=&quot;http://java.sun.com/products/jslee/1.0/download.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jslee/1.0/download.html&lt;/a&gt;. Just start verifier and specify your DU as a parameter.&lt;br&gt;
&lt;br&gt;Thanks, Pavel&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2008/7/7 Alessandro Stile &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18316616&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alessandro.stile@...&lt;/a&gt;&amp;gt;:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Alexandre Mendonça ha scritto:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;
Hi Alessandro,&lt;br&gt;
&lt;br&gt;
I&amp;#39;ve taken a look at your DU and there are some things that I&amp;#39;ve found to be incorrect:&lt;br&gt;
&lt;br&gt;
1) Are you deploying this DU only or any other dependencies? Because the DU itself is trying to deploy the SIP events:&lt;br&gt;
&lt;br&gt;
&amp;lt;jar&amp;gt;lib/DU/sip-ratype-DU.jar/sip-event.jar&amp;lt;/jar&amp;gt;&lt;br&gt;
&lt;br&gt;
and if that&amp;#39;s already deployed (together with SIP RAType/RA) then deployment will fail. I&amp;#39;ve removed this entry and removed the jar to make it go past that point (with SIP RA deployed separately).&lt;br&gt;
&lt;br&gt;
2) In your sbb-jar.xml you declare a &amp;lt;env-entry /&amp;gt; like this:&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;env-entry&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;description&amp;gt;?&amp;lt;/description&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;env-entry-name&amp;gt;?&amp;lt;/env-entry-name&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;env-entry-type&amp;gt;?&amp;lt;/env-entry-type&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;env-entry-value&amp;gt;?&amp;lt;/env-entry-value&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/env-entry&amp;gt;&lt;br&gt;
&lt;br&gt;
Which also fails since the env-entry-type cannot be &amp;quot;?&amp;quot; (not sure about env-entry-name..). Removed it.&lt;br&gt;
&lt;br&gt;
3) After that, there&amp;#39;s a verification error:&lt;br&gt;
&lt;br&gt;
17:07:56,026 ERROR [SbbVerifier] no methods to check against onTest event&lt;br&gt;
17:07:56,026 ERROR [SbbVerifier] EventHandler Methods were not successfully verified&lt;br&gt;
&lt;br&gt;
This one I didn&amp;#39;t fixed. Your event declaration:&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;event event-direction=&amp;quot;Receive&amp;quot; initial-event=&amp;quot;True&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;event-name&amp;gt;Test event&amp;lt;/event-name&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;event-type-ref&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;event-type-name&amp;gt;Test Event&amp;lt;/event-type-name&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;event-type-vendor&amp;gt;Alessandro Stile&amp;lt;/event-type-vendor&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;event-type-version&amp;gt;1.0&amp;lt;/event-type-version&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/event-type-ref&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;initial-event-select variable=&amp;quot;ActivityContext&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;&lt;br&gt;
&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
The event name should not have spaces on it as the event handler method should be on&amp;lt;event name&amp;gt; as stated in JAIN SLEE 1.0, section &lt;a href=&quot;http://8.4.2.&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;8.4.2.&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://8.4.2&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://8.4.2&lt;/a&gt;.&amp;gt;&lt;div class=&quot;Ih2E3d&quot;&gt;
&lt;br&gt;
&lt;br&gt;
I haven&amp;#39;t gone any further. If you have any other problems don&amp;#39;t hesitate asking on Mobicents forums (&lt;a href=&quot;http://forums.java.net/jive/category.jspa?categoryID=36&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/category.jspa?categoryID=36&lt;/a&gt;). You may also want to read the JAIN SLEE Beginner&amp;#39;s Tutorial that Eduardo Martins wrote (&lt;a href=&quot;http://emmartins.blogspot.com/2008/06/jain-slee-beginners-tutorial-thats.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://emmartins.blogspot.com/2008/06/jain-slee-beginners-tutorial-thats.html&lt;/a&gt;).&lt;br&gt;

&lt;br&gt;
Best Regards,&lt;br&gt;
&lt;br&gt;
*Alexandre Mendonça&lt;br&gt;
JBoss R&amp;amp;D *&lt;br&gt;
&lt;br&gt;&lt;/div&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;
On Tue, Jul 1, 2008 at 14:28, Alessandro Stile &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18316616&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alessandro.stile@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18316616&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alessandro.stile@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;

&lt;br&gt;
 &amp;nbsp; &amp;nbsp;Hi al,&lt;br&gt;
 &amp;nbsp; &amp;nbsp;I&amp;#39;m trying to deploy a simple JAINSLEE Project thath I&amp;#39;ve written&lt;br&gt;
 &amp;nbsp; &amp;nbsp;using a&lt;br&gt;
 &amp;nbsp; &amp;nbsp;tutorial(&lt;a href=&quot;https://eclipslee.dev.java.net/html/Project/index.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://eclipslee.dev.java.net/html/Project/index.html&lt;/a&gt;)&lt;br&gt;
 &amp;nbsp; &amp;nbsp;but when I&lt;br&gt;
 &amp;nbsp; &amp;nbsp;deploy it on Mobicents I read the following error message:&lt;br&gt;
 &amp;nbsp; &amp;nbsp;ROR] org.jboss.jmx.connector.invoker.client.InvokerAdaptorException&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp;I attach my simple JAINSLEE Project (test.rar).&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp;Please could anyone help me?&lt;br&gt;
 &amp;nbsp; &amp;nbsp;Best Regards&lt;br&gt;
 &amp;nbsp; &amp;nbsp;Alessandro&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;
 &amp;nbsp; &amp;nbsp;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &lt;br&gt;

&lt;/div&gt;&lt;/blockquote&gt;
Hi Alexandre,&lt;br&gt;
I&amp;#39;ve fixed my JAINSLEE Project as you suggested me, but when I deploy it on mobicents I have the same error message ([ERROR] org.jboss.jmx.connector.invoker.client.InvokerAdaptorException).&lt;br&gt;
Please colud you help me?&lt;br&gt;
I attached the corrected JAINSLEE Project&lt;br&gt;
The attachment(s) &amp;quot;test.rar&amp;quot; has been removed from this email because it contained a type of attachment known to carry viruses and other harmful software. The attachment has been removed for your protection, as well as that of Sun&amp;#39;s network. &lt;br&gt;

If you know the sender and were expecting the attachment, please contact the sender and have them re-send the file using the .zip format. If the sender is unknown or if the email looks unusual or is unexpected, please delete it now. &lt;br&gt;

Additional information: &lt;a href=&quot;http://antivirus.central.sun.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://antivirus.central.sun.com/&lt;/a&gt; &lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;С уважением, Павел
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Deploy-an-JAINSLEE-Pproject-tp18217023p18316616.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18315006</id>
	<title>Re: Deploy an JAINSLEE Pproject</title>
	<published>2008-07-07T04:44:58Z</published>
	<updated>2008-07-07T04:44:58Z</updated>
	<author>
		<name>Alessandro Stile</name>
	</author>
	<content type="html">Alexandre Mendonça ha scritto:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Alessandro,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've taken a look at your DU and there are some things that I've found 
&lt;br&gt;&amp;gt; to be incorrect:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1) Are you deploying this DU only or any other dependencies? Because 
&lt;br&gt;&amp;gt; the DU itself is trying to deploy the SIP events:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;jar&amp;gt;lib/DU/sip-ratype-DU.jar/sip-event.jar&amp;lt;/jar&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and if that's already deployed (together with SIP RAType/RA) then 
&lt;br&gt;&amp;gt; deployment will fail. I've removed this entry and removed the jar to 
&lt;br&gt;&amp;gt; make it go past that point (with SIP RA deployed separately).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2) In your sbb-jar.xml you declare a &amp;lt;env-entry /&amp;gt; like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;env-entry&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;description&amp;gt;?&amp;lt;/description&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;env-entry-name&amp;gt;?&amp;lt;/env-entry-name&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;env-entry-type&amp;gt;?&amp;lt;/env-entry-type&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;env-entry-value&amp;gt;?&amp;lt;/env-entry-value&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/env-entry&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Which also fails since the env-entry-type cannot be &amp;quot;?&amp;quot; (not sure 
&lt;br&gt;&amp;gt; about env-entry-name..). Removed it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 3) After that, there's a verification error:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 17:07:56,026 ERROR [SbbVerifier] no methods to check against onTest event
&lt;br&gt;&amp;gt; 17:07:56,026 ERROR [SbbVerifier] EventHandler Methods were not 
&lt;br&gt;&amp;gt; successfully verified
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This one I didn't fixed. Your event declaration:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;event event-direction=&amp;quot;Receive&amp;quot; initial-event=&amp;quot;True&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;event-name&amp;gt;Test event&amp;lt;/event-name&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;event-type-ref&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;event-type-name&amp;gt;Test Event&amp;lt;/event-type-name&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;event-type-vendor&amp;gt;Alessandro Stile&amp;lt;/event-type-vendor&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;event-type-version&amp;gt;1.0&amp;lt;/event-type-version&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/event-type-ref&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;initial-event-select variable=&amp;quot;ActivityContext&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/event&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The event name should not have spaces on it as the event handler 
&lt;br&gt;&amp;gt; method should be on&amp;lt;event name&amp;gt; as stated in JAIN SLEE 1.0, section 
&lt;br&gt;&amp;gt; 8.4.2. &amp;lt;&lt;a href=&quot;http://8.4.2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://8.4.2&lt;/a&gt;.&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I haven't gone any further. If you have any other problems don't 
&lt;br&gt;&amp;gt; hesitate asking on Mobicents forums 
&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://forums.java.net/jive/category.jspa?categoryID=36&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/category.jspa?categoryID=36&lt;/a&gt;). You may 
&lt;br&gt;&amp;gt; also want to read the JAIN SLEE Beginner's Tutorial that Eduardo 
&lt;br&gt;&amp;gt; Martins wrote 
&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://emmartins.blogspot.com/2008/06/jain-slee-beginners-tutorial-thats.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://emmartins.blogspot.com/2008/06/jain-slee-beginners-tutorial-thats.html&lt;/a&gt;).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; *Alexandre Mendonça
&lt;br&gt;&amp;gt; JBoss R&amp;D *
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Jul 1, 2008 at 14:28, Alessandro Stile 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18315006&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alessandro.stile@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18315006&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alessandro.stile@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Hi al,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I'm trying to deploy a simple JAINSLEE Project thath I've written
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; using a
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; tutorial(&lt;a href=&quot;https://eclipslee.dev.java.net/html/Project/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://eclipslee.dev.java.net/html/Project/index.html&lt;/a&gt;)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; but when I
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; deploy it on Mobicents I read the following error message:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; ROR] org.jboss.jmx.connector.invoker.client.InvokerAdaptorException
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I attach my simple JAINSLEE Project (test.rar).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Please could anyone help me?
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Best Regards
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Alessandro
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Visit the 
&lt;br&gt;&amp;gt; JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
&lt;/div&gt;Hi Alexandre,
&lt;/div&gt;I've fixed my JAINSLEE Project as you suggested me, but when I deploy it 
&lt;br&gt;on mobicents I have the same error message ([ERROR] 
&lt;br&gt;org.jboss.jmx.connector.invoker.client.InvokerAdaptorException).
&lt;br&gt;Please colud you help me?
&lt;br&gt;I attached the corrected JAINSLEE Project
&lt;br&gt;&amp;nbsp;The attachment(s) &amp;quot;test.rar&amp;quot; has been removed from this email because it contained a type of attachment known to carry viruses and other harmful software. The attachment has been removed for your protection, as well as that of Sun's network. 
&lt;br&gt;&lt;br&gt;If you know the sender and were expecting the attachment, please contact the sender and have them re-send the file using the .zip format. If the sender is unknown or if the email looks unusual or is unexpected, please delete it now. 
&lt;br&gt;&lt;br&gt;Additional information: &lt;a href=&quot;http://antivirus.central.sun.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://antivirus.central.sun.com/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Deploy-an-JAINSLEE-Pproject-tp18217023p18315006.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18220350</id>
	<title>Re: Deploy an JAINSLEE Pproject</title>
	<published>2008-07-01T09:27:22Z</published>
	<updated>2008-07-01T09:27:22Z</updated>
	<author>
		<name>Alexandre Mendonça</name>
	</author>
	<content type="html">&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;Hi Alessandro,&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;I&amp;#39;ve taken a look at your DU and there are some things that I&amp;#39;ve found to be incorrect:&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;
&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;1) Are you deploying this DU only or any other dependencies? Because the DU itself is trying to deploy the SIP events: &lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;

&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;lt;jar&amp;gt;lib/DU/sip-ratype-DU.jar&lt;/span&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;/sip-event.jar&amp;lt;/jar&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;
&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;and if that&amp;#39;s already deployed (together with SIP RAType/RA) then deployment will fail. I&amp;#39;ve removed this entry and removed the jar to make it go past that point (with SIP RA deployed separately).&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;

&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;2) In your sbb-jar.xml you declare a &amp;lt;env-entry /&amp;gt; like this:&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;
&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;env-entry&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;?&amp;lt;/description&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;
&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;env-entry-name&amp;gt;?&amp;lt;/env-entry&lt;/span&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;-name&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;env-entry-type&amp;gt;?&amp;lt;/env-entry&lt;/span&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;-type&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;env-entry-value&amp;gt;?&amp;lt;/env-entry&lt;/span&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;-value&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;
&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/env-entry&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;Which also fails since the env-entry-type cannot be &amp;quot;?&amp;quot; (not sure about env-entry-name..). Removed it.&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;

&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;3) After that, there&amp;#39;s a verification error:&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;
&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;17:07:56,026 ERROR [SbbVerifier] no methods to check against onTest event&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;17:07:56,026 ERROR [SbbVerifier] EventHandler Methods were not successfully verified&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;

&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;This one I didn&amp;#39;t fixed. Your event declaration:&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;
&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;event event-direction=&amp;quot;Receive&amp;quot; initial-event=&amp;quot;True&amp;quot;&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;event-name&amp;gt;Test event&amp;lt;/event-name&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;
&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;event-type-ref&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;event-type-name&amp;gt;Test Event&amp;lt;/event-type-name&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;event-type-vendor&amp;gt;Alessandro Stile&amp;lt;/event-type-vendor&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;
&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;event-type-version&amp;gt;1.0&amp;lt;/event&lt;/span&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;-type-version&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;
&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/event-type-ref&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;initial-event-select variable=&amp;quot;ActivityContext&amp;quot;/&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;
&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/event&amp;gt;&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;The event name should not have spaces on it as the event handler method should be on&amp;lt;event name&amp;gt; as stated in JAIN SLEE 1.0, section &lt;/span&gt;&lt;a style=&quot;font-family: trebuchet ms,sans-serif;&quot; href=&quot;http://8.4.2.&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;8.4.2.&lt;/a&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;

&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;I haven&amp;#39;t gone any further. If you have any other problems don&amp;#39;t hesitate asking on Mobicents forums (&lt;a href=&quot;http://forums.java.net/jive/category.jspa?categoryID=36&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/category.jspa?categoryID=36&lt;/a&gt;). You may also want to read the JAIN SLEE Beginner&amp;#39;s Tutorial that Eduardo Martins wrote (&lt;a href=&quot;http://emmartins.blogspot.com/2008/06/jain-slee-beginners-tutorial-thats.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://emmartins.blogspot.com/2008/06/jain-slee-beginners-tutorial-thats.html&lt;/a&gt;).&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;
&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;Best Regards,&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot; clear=&quot;all&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;Alexandre Mendonça&lt;/span&gt;&lt;br style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;&lt;span style=&quot;font-family: trebuchet ms,sans-serif;&quot;&gt;JBoss R&amp;amp;D
&lt;/span&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Jul 1, 2008 at 14:28, Alessandro Stile &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18220350&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alessandro.stile@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

Hi al,&lt;br&gt;
I&amp;#39;m trying to deploy a simple JAINSLEE Project thath I&amp;#39;ve written using a&lt;br&gt;
tutorial(&lt;a href=&quot;https://eclipslee.dev.java.net/html/Project/index.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://eclipslee.dev.java.net/html/Project/index.html&lt;/a&gt;) but when I&lt;br&gt;
deploy it on Mobicents I read the following error message:&lt;br&gt;
ROR] org.jboss.jmx.connector.invoker.client.InvokerAdaptorException&lt;br&gt;
&lt;br&gt;
I attach my simple JAINSLEE Project (test.rar).&lt;br&gt;
&lt;br&gt;
Please could anyone help me?&lt;br&gt;
Best Regards&lt;br&gt;
Alessandro&lt;br&gt;
&lt;br&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;
Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Visit the JAIN website at http://java.sun.com/products/jain
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Deploy-an-JAINSLEE-Pproject-tp18217023p18220350.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18217023</id>
	<title>Deploy an JAINSLEE Pproject</title>
	<published>2008-07-01T06:28:27Z</published>
	<updated>2008-07-01T06:28:27Z</updated>
	<author>
		<name>Alessandro Stile</name>
	</author>
	<content type="html">Hi al,
&lt;br&gt;I'm trying to deploy a simple JAINSLEE Project thath I've written using a 
&lt;br&gt;tutorial(&lt;a href=&quot;https://eclipslee.dev.java.net/html/Project/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://eclipslee.dev.java.net/html/Project/index.html&lt;/a&gt;) but when I 
&lt;br&gt;deploy it on Mobicents I read the following error message:
&lt;br&gt;ROR] org.jboss.jmx.connector.invoker.client.InvokerAdaptorException
&lt;br&gt;&lt;br&gt;I attach my simple JAINSLEE Project (test.rar).
&lt;br&gt;&lt;br&gt;Please could anyone help me?
&lt;br&gt;Best Regards
&lt;br&gt;Alessandro
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;C:UsersAlessandroDesktopWorkspacetest.rar&lt;/strong&gt; (1M) &lt;a href=&quot;http://www.nabble.com/attachment/18217023/0/C%3AUsersAlessandroDesktopWorkspacetest.rar&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Deploy-an-JAINSLEE-Pproject-tp18217023p18217023.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16320951</id>
	<title>Re: JAIN TCAP (JSR 11)</title>
	<published>2008-03-26T18:57:21Z</published>
	<updated>2008-03-26T18:57:21Z</updated>
	<author>
		<name>johnbrewster</name>
	</author>
	<content type="html">Sorry, I cannot help with this. I have not been involved with this subject 
&lt;br&gt;for almost ten years.
&lt;br&gt;&lt;br&gt;Regards, &amp;nbsp;John Brewster
&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Verney, Remi&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16320951&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;remi.verney@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16320951&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAIN-INTEREST@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Wednesday, March 26, 2008 10:09 AM
&lt;br&gt;Subject: [JAIN-INTEREST] JAIN TCAP (JSR 11)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I'm currently using the JAIN TCAP TCK to check the compatibility of the HP 
&lt;br&gt;OpenCall JAIN TCAP implementation after some updates we did recently. The 
&lt;br&gt;TCK test suite is failing, but according to the logs of our implementation, 
&lt;br&gt;I'm wondering if the TCK is not trying to run a sequence which is not 
&lt;br&gt;supported by the ITU-T TCAP specification.
&lt;br&gt;&lt;br&gt;Basically,:
&lt;br&gt;&lt;br&gt;- it seems that one side is trying to send a TC-CONTINUE just after sending 
&lt;br&gt;a TC-BEGIN
&lt;br&gt;- a TC-BEGIN is sent with a dialogue portion (ITU-T white book), but without 
&lt;br&gt;an application context name
&lt;br&gt;&lt;br&gt;This is invalid according to ITU-T Q.77x specifications
&lt;br&gt;&lt;br&gt;Where can I find the description of the tests ? Is the source code of the 
&lt;br&gt;JAIN TCAP TCK available somewhere ?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Remi VERNEY
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;JAIN website - &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16320951&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and
&lt;br&gt;include in the body of the message &amp;quot;signoff JAIN-INTEREST&amp;quot;
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;JAIN website - &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16320951&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and
&lt;br&gt;include in the body of the message &amp;quot;signoff JAIN-INTEREST&amp;quot;
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Interest-f13394.html&quot; embed=&quot;fixTarget[13394]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JAIN-TCAP-%28JSR-11%29-tp16306080p16320951.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16306641</id>
	<title>Re: JAIN TCAP (JSR 11)</title>
	<published>2008-03-26T07:32:11Z</published>
	<updated>2008-03-26T07:32:11Z</updated>
	<author>
		<name>eugene bell</name>
	</author>
	<content type="html">Remi,
&lt;br&gt;&lt;br&gt;The TCK source code was not released out to the public. attached is the doc for the TCK, last updated in 1999.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Eugene
&lt;br&gt;&lt;br&gt;----- Original Message ----
&lt;br&gt;From: &amp;quot;Verney, Remi&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16306641&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;remi.verney@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16306641&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAIN-INTEREST@...&lt;/a&gt;
&lt;br&gt;Sent: Wednesday, March 26, 2008 2:09:08 PM
&lt;br&gt;Subject: [JAIN-INTEREST] JAIN TCAP (JSR 11)
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I'm currently using the JAIN TCAP TCK to check the compatibility of the HP OpenCall JAIN TCAP implementation after some updates we did recently. The TCK test suite is failing, but according to the logs of our implementation, I'm wondering if the TCK is not trying to run a sequence which is not supported by the ITU-T TCAP specification.
&lt;br&gt;&lt;br&gt;Basically,:
&lt;br&gt;&lt;br&gt;- it seems that one side is trying to send a TC-CONTINUE just after sending a TC-BEGIN
&lt;br&gt;- a TC-BEGIN is sent with a dialogue portion (ITU-T white book), but without an application context name
&lt;br&gt;&lt;br&gt;This is invalid according to ITU-T Q.77x specifications
&lt;br&gt;&lt;br&gt;Where can I find the description of the tests ? Is the source code of the JAIN TCAP TCK available somewhere ?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Remi VERNEY
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;JAIN website - &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16306641&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and
&lt;br&gt;include in the body of the message &amp;quot;signoff JAIN-INTEREST&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ____________________________________________________________________________________
&lt;br&gt;Be a better friend, newshound, and 
&lt;br&gt;know-it-all with Yahoo! Mobile. &amp;nbsp;Try it now. &amp;nbsp;&lt;a href=&quot;http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ&lt;/a&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;JAIN website - &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16306641&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and
&lt;br&gt;include in the body of the message &amp;quot;signoff JAIN-INTEREST&amp;quot;&lt;br /&gt;================================================================
&lt;br&gt;&lt;br&gt;&amp;nbsp;The original attachment &amp;quot;tck.rar&amp;quot; has been
&lt;br&gt;&amp;nbsp;removed from this email because it contained a type of
&lt;br&gt;&amp;nbsp;attachment known to carry viruses and other harmful software.
&lt;br&gt;&amp;nbsp;The attachment has been removed for your protection, as
&lt;br&gt;&amp;nbsp;well as that of Sun's network.
&lt;br&gt;&lt;br&gt;&amp;nbsp;If you know the sender and were expecting the attachment,
&lt;br&gt;&amp;nbsp;please contact the sender and have them re-send the file using
&lt;br&gt;&amp;nbsp;the .zip format. If the sender is unknown or if the email
&lt;br&gt;&amp;nbsp;looks unusual or is unexpected, please delete it now.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Additional information: &lt;a href=&quot;http://antivirus.central.sun.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://antivirus.central.sun.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;================================================================
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;JAIN website - &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16306641&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and
&lt;br&gt;include in the body of the message &amp;quot;signoff JAIN-INTEREST&amp;quot;
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Interest-f13394.html&quot; embed=&quot;fixTarget[13394]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JAIN-TCAP-%28JSR-11%29-tp16306080p16306641.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16306079</id>
	<title>Out-of-office-reply: JAIN TCAP (JSR 11)</title>
	<published>2008-03-26T07:26:11Z</published>
	<updated>2008-03-26T07:26:11Z</updated>
	<author>
		<name>Kieran McPeake-2</name>
	</author>
	<content type="html">Thank you for your email. 
&lt;br&gt;&lt;br&gt;I will be out of the office on annual leave until Monday 31st of March. 
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Kieran
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;JAIN website - &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16306079&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and
&lt;br&gt;include in the body of the message &amp;quot;signoff JAIN-INTEREST&amp;quot;
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Interest-f13394.html&quot; embed=&quot;fixTarget[13394]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JAIN-TCAP-%28JSR-11%29-tp16306080p16306079.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16306310</id>
	<title>Out-of-office-reply: JAIN TCAP (JSR 11)</title>
	<published>2008-03-26T07:26:11Z</published>
	<updated>2008-03-26T07:26:11Z</updated>
	<author>
		<name>Ivan McShane</name>
	</author>
	<content type="html">Thank you for your email. I will be out of the office on annual leave until Monday 31st of March.
&lt;br&gt;&lt;br&gt;If you have any urgent queries before then please contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16306310&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jim.Beggs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Ivan McShane
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;JAIN website - &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16306310&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and
&lt;br&gt;include in the body of the message &amp;quot;signoff JAIN-INTEREST&amp;quot;
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Interest-f13394.html&quot; embed=&quot;fixTarget[13394]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JAIN-TCAP-%28JSR-11%29-tp16306080p16306310.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16306080</id>
	<title>JAIN TCAP (JSR 11)</title>
	<published>2008-03-26T07:09:08Z</published>
	<updated>2008-03-26T07:09:08Z</updated>
	<author>
		<name>Verney, Remi</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm currently using the JAIN TCAP TCK to check the compatibility of the HP OpenCall JAIN TCAP implementation after some updates we did recently. The TCK test suite is failing, but according to the logs of our implementation, I'm wondering if the TCK is not trying to run a sequence which is not supported by the ITU-T TCAP specification.
&lt;br&gt;&lt;br&gt;Basically,:
&lt;br&gt;&lt;br&gt;- it seems that one side is trying to send a TC-CONTINUE just after sending a TC-BEGIN
&lt;br&gt;- a TC-BEGIN is sent with a dialogue portion (ITU-T white book), but without an application context name
&lt;br&gt;&lt;br&gt;This is invalid according to ITU-T Q.77x specifications
&lt;br&gt;&lt;br&gt;Where can I find the description of the tests ? Is the source code of the JAIN TCAP TCK available somewhere ?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Remi VERNEY
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;JAIN website - &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16306080&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and
&lt;br&gt;include in the body of the message &amp;quot;signoff JAIN-INTEREST&amp;quot;
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Interest-f13394.html&quot; embed=&quot;fixTarget[13394]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JAIN-TCAP-%28JSR-11%29-tp16306080p16306080.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15997296</id>
	<title>Regarding the reliable Provisional response</title>
	<published>2008-03-11T20:19:03Z</published>
	<updated>2008-03-11T20:19:03Z</updated>
	<author>
		<name>Gururaj-3</name>
	</author>
	<content type="html">Hi ,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I have following quary with respect JSIP implementation. I hae the 
&lt;br&gt;following scenario.
&lt;br&gt;&lt;br&gt;I am using Jain SIP for SIP Container. The scenario is From the Container I am 
&lt;br&gt;sending the INVITE request to Peer. From the Peer I have sent reliably 
&lt;br&gt;provisional response [180 rel]. When JSIP recieves 180 it will give it container.
&lt;br&gt;From thier I am sending PRACK. 
&lt;br&gt;&lt;br&gt;Problem is Before 200 OK for PRACK comes JAIN SIP is recieving the 
&lt;br&gt;retransmitted 180. This retransmitted 180 is passed to the container.
&lt;br&gt;&lt;br&gt;But as per RFC 3262 :
&lt;br&gt;&lt;br&gt;&lt;br&gt;Once a reliable provisional response is received, retransmissions of
&lt;br&gt;that response MUST be discarded. &amp;nbsp;A response is a retransmission when
&lt;br&gt;its dialog ID, CSeq, and RSeq match the original response. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;My doubt is whether the retranmitted reliable response should be discarded by 
&lt;br&gt;JAIN SIP or the layer above the JAIN SIP.
&lt;br&gt;&lt;br&gt;Please let me know ..
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Guru
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Sip-Interest-f13396.html&quot; embed=&quot;fixTarget[13396]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Sip-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Regarding-the-reliable-Provisional-response-tp15997296p15997296.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14325937</id>
	<title>Out-of-office-reply: Re: [JAIN-SLEE-INTEREST] RA's activity context int</title>
	<published>2007-12-13T14:13:47Z</published>
	<updated>2007-12-13T14:13:47Z</updated>
	<author>
		<name>Ivan McShane</name>
	</author>
	<content type="html">Thank you for your email. I will be out of the office until Monday 17th of December. If you have any urgent issues please contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14325937&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jim.Beggs@...&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Ivan McShane
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/RA%27s-activity-context-interface-factory-really-needed--tp14297911p14325937.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14325934</id>
	<title>Re: RA's activity context interface factory really needed?</title>
	<published>2007-12-13T13:57:37Z</published>
	<updated>2007-12-13T13:57:37Z</updated>
	<author>
		<name>Steven Adams-3</name>
	</author>
	<content type="html">Hi Pavel,
&lt;br&gt;&lt;br&gt;Pavel Moukhataev wrote:
&lt;br&gt;&amp;gt; Hello Steven
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I also had the same problem - for ACI implementation we have to cycle 
&lt;br&gt;&amp;gt; through all implemented resource adaptors of this type and cycle through 
&lt;br&gt;&amp;gt; all these resource adaptor entities and check if activity belongs to RA 
&lt;br&gt;&amp;gt; Entity.
&lt;br&gt;&lt;br&gt;There is no other sensible implementation, which is why the description 
&lt;br&gt;of the ResourceAdaptor.getActivityHandle method in the SLEE 1.1 PFD spec 
&lt;br&gt;(section 15.11.5.3) is as it is.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;From my point of view that can be improved by identifying resource 
&lt;br&gt;&amp;gt; adaptor entity this Activity was created by on Sbb level. This can be 
&lt;br&gt;&amp;gt; implemented by changing sbb deployment descriptor - by moving &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;quot;activity-context-interface-factory-name?&amp;quot; &amp;nbsp; from &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;quot;resource-adaptor-type-binding&amp;quot; &amp;nbsp;element to 
&lt;br&gt;&amp;gt; &amp;quot;resource-adaptor-entity-binding&amp;quot; element.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But this approach has one big limitation:
&lt;br&gt;&amp;gt; If SBB gets activity object by calling RA interface - this is ok because 
&lt;br&gt;&amp;gt; SBB can determine resource adaptor entity.
&lt;br&gt;&amp;gt; If SBB gets activity object in event - this is not ok because SBB can't 
&lt;br&gt;&amp;gt; determine resource adaptor entity that fired this event.
&lt;/div&gt;&lt;br&gt;So if it's not ok is it really an improvement? :)
&lt;br&gt;&lt;br&gt;As I alluded to in my response to Eduardo, it may make a slight 
&lt;br&gt;performance improvement in the cases where there are many RA Entities of 
&lt;br&gt;the required RA Type, but in the general case it makes programming 
&lt;br&gt;scalable SBBs much more difficult.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks, Pavel
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/RA%27s-activity-context-interface-factory-really-needed--tp14297911p14325934.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14325423</id>
	<title>Re: RA's activity context interface factory really needed?</title>
	<published>2007-12-13T13:41:31Z</published>
	<updated>2007-12-13T13:41:31Z</updated>
	<author>
		<name>Steven Adams-3</name>
	</author>
	<content type="html">Hi Eduardo,
&lt;br&gt;&lt;br&gt;Sorry yes I did misunderstand. &amp;nbsp;If you are then talking about one 
&lt;br&gt;factory per RA entity then I would also add that this would make life 
&lt;br&gt;harder for the SBB Developer. &amp;nbsp;A great feature of SBBs is that more 
&lt;br&gt;often than not they don't need to care about the RA entity they are 
&lt;br&gt;receiving events from or responding to, so long as the RA entity 
&lt;br&gt;implements the RA Type the SBB cares about. &amp;nbsp;Changing the factories to 
&lt;br&gt;one per RA entity would mean that SBBs suddenly do have to care (and 
&lt;br&gt;currently there is no standard way for a SBB to identify RA entities), 
&lt;br&gt;and would make programming SBBs that handle events from multiple RA 
&lt;br&gt;entities simultaneously much more difficult.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;&lt;br&gt;Eduardo Martins wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Steve, I think &amp;nbsp;you misunderstood, I was talking about 1 factory
&lt;br&gt;&amp;gt; per each RA entity, in JNDI, similar to SBB's SbbContext for each SBB
&lt;br&gt;&amp;gt; entity.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Anyway, David already provided a good reason for not changing.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Eduardo
&lt;br&gt;&amp;gt; JBoss R&amp;D
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Dec 12, 2007 10:00 PM, Steven Adams &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14325423&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;steven.adams@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi Eduardo,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Also consider how the ACI factory method is implemented. &amp;nbsp;Essentially
&lt;br&gt;&amp;gt;&amp;gt; the SLEE iterates over the RAs of the RA Type that provided the factory
&lt;br&gt;&amp;gt;&amp;gt; asking each which owns the activity. &amp;nbsp;If a completely generic factory
&lt;br&gt;&amp;gt;&amp;gt; was provided instead, the SLEE would have to instead ask every RA of any
&lt;br&gt;&amp;gt;&amp;gt; RA Type to determine which owns the activity, which is a lot more work.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Steve
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Eduardo Martins wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi David, that's a fair reason, tks.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Dec 12, 2007 4:58 PM, David Ferry &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14325423&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidf@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; It was done for type safety reasons.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; If you did the args in terms of Object activity you have to throw
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; exceptions to indicate an invalid argument type. The check is a runtime
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; check.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Why even bother with the exception signature and runtime checks if the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; compiler can pick up a programming error before the code gets deployed
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; into the SLEE ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Eduardo Martins wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hello SLEEers(!) again, one thing I don't understand on the RA specs
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; and was discussing with Ivelin here at JBoss, and that is the fact
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; each RA must declare and provide an interface for the aci factory.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; What are the reasons to not have a generic factory for each RA in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; JNDI, something like the SbbContext for SBBs, with just a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; getActivityContextInterface(Object activity) method.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; If the reason is having strict activity type check that could be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; easily implemented in the method, adding an exception like
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; IllegalActivityObjectTypeException when the user provides a object
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; that doesn't match the activities types in the ra type descriptor.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Is there anythign that I'm missing?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Eduardo
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; JBoss R&amp;D
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;&amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/RA%27s-activity-context-interface-factory-really-needed--tp14297911p14325423.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14317174</id>
	<title>Automatic graceful system shutdown</title>
	<published>2007-12-13T06:31:58Z</published>
	<updated>2007-12-13T06:31:58Z</updated>
	<author>
		<name>Pavel Moukhataev</name>
	</author>
	<content type="html">Hello All&lt;br&gt;&lt;br&gt;SLEE management API defines methods for entities deactivation (service deactivate, resource adaptor entity deactivate, slee stop). All these methods are asynchronous. JAIN SLEE specification allows operation forcing by the SLEE with configurable timeout, but how this can configured is unspecified.
&lt;br&gt;&lt;br&gt;&lt;br&gt;And in production systems deactivation is important platform part. Customers require functionality to perform deactivation operation with specified operation timeout. Customers also want to get information if operation finished gracefully or there were problems during deactivation and operation was forced. Currently to implement all these features we have to use vendor-specific API extensions. My suggestion is to extend SLEE API to allow deactivation operation forcing.
&lt;br&gt;&lt;br&gt;&lt;br&gt;These can be done by adding deactivation methods with timeout parameter or by adding force-deactivation methods into appropriate JMX MBeans.&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks, Pavel&lt;br&gt;
&lt;br&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Visit the JAIN website at http://java.sun.com/products/jain
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Automatic-graceful-system-shutdown-tp14317174p14317174.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14312399</id>
	<title>Re: RA's activity context interface factory really needed?</title>
	<published>2007-12-13T00:55:58Z</published>
	<updated>2007-12-13T00:55:58Z</updated>
	<author>
		<name>Pavel Moukhataev</name>
	</author>
	<content type="html">Hello Steven&lt;br&gt;&lt;br&gt;I also had the same problem - for ACI implementation we have to cycle through all implemented resource adaptors of this type and cycle through all these resource adaptor entities and check if activity belongs to RA Entity.
&lt;br&gt;&lt;br&gt;From my point of view that can be improved by identifying resource adaptor entity this Activity was created by on Sbb level. This can be implemented by changing sbb deployment descriptor - by moving &amp;nbsp; &amp;quot;activity-context-interface-factory-name?&amp;quot;&amp;nbsp;&amp;nbsp; from &amp;nbsp; &amp;quot;resource-adaptor-type-binding&amp;quot;&amp;nbsp; element to &amp;quot;resource-adaptor-entity-binding&amp;quot; element.
&lt;br&gt;&lt;br&gt;In that case resource adaptor type binding example will be:&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resource-adaptor-type-binding&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resource-adaptor-type-ref&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resource-adaptor-type-name /&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resource-adaptor-type-vendor /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resource-adaptor-type-version /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/resource-adaptor-type-ref&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resource-adaptor-entity-binding&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activity-context-interface-factory-name /&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resource-adaptor-object-name /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resource-adaptor-entity-link /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/resource-adaptor-entity-binding&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/resource-adaptor-type-binding&amp;gt;&lt;br&gt;
&lt;br&gt;And for each ACIFactory object it will be possible to identify resource adaptor entity.&lt;br&gt;&lt;br&gt;&lt;br&gt;But this approach has one big limitation:&lt;br&gt;If SBB gets activity object by calling RA interface - this is ok because SBB can determine resource adaptor entity.
&lt;br&gt;If SBB gets activity object in event - this is not ok because SBB can&amp;#39;t determine resource adaptor entity that fired this event.&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks, Pavel&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;br&gt;&lt;div&gt;&lt;span class=&quot;gmail_quote&quot;&gt;2007/12/13, Steven Adams &amp;lt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14312399&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;steven.adams@...&lt;/a&gt;&amp;gt;:&lt;/span&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hi Eduardo,
&lt;br&gt;&lt;br&gt;Also consider how the ACI factory method is implemented.&amp;nbsp;&amp;nbsp;Essentially&lt;br&gt;the SLEE iterates over the RAs of the RA Type that provided the factory&lt;br&gt;asking each which owns the activity.&amp;nbsp;&amp;nbsp;If a completely generic factory
&lt;br&gt;was provided instead, the SLEE would have to instead ask every RA of any&lt;br&gt;RA Type to determine which owns the activity, which is a lot more work.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Steve&lt;br&gt;&lt;br&gt;Eduardo Martins wrote:&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi David, that&amp;#39;s a fair reason, tks.
&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Dec 12, 2007 4:58 PM, David Ferry &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14312399&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidf@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt;&amp;gt; It was done for type safety reasons.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; If you did the args in terms of Object activity you have to throw
&lt;br&gt;&amp;gt;&amp;gt; exceptions to indicate an invalid argument type. The check is a runtime&lt;br&gt;&amp;gt;&amp;gt; check.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Why even bother with the exception signature and runtime checks if the&lt;br&gt;&amp;gt;&amp;gt; compiler can pick up a programming error before the code gets deployed
&lt;br&gt;&amp;gt;&amp;gt; into the SLEE ?&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Eduardo Martins wrote:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hello SLEEers(!) again, one thing I don&amp;#39;t understand on the RA specs&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; and was discussing with Ivelin here at JBoss, and that is the fact
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; each RA must declare and provide an interface for the aci factory.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; What are the reasons to not have a generic factory for each RA in&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; JNDI, something like the SbbContext for SBBs, with just a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; getActivityContextInterface(Object activity) method.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; If the reason is having strict activity type check that could be&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; easily implemented in the method, adding an exception like
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; IllegalActivityObjectTypeException when the user provides a object&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; that doesn&amp;#39;t match the activities types in the ra type descriptor.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Is there anythign that I&amp;#39;m missing?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Regards,&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Eduardo&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; JBoss R&amp;amp;D&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Visit the JAIN website at 
&lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;&amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;
-- &lt;br&gt;С уважением, Павел
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/RA%27s-activity-context-interface-factory-really-needed--tp14297911p14312399.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14311816</id>
	<title>Re: RA's activity context interface factory really needed?</title>
	<published>2007-12-13T00:15:36Z</published>
	<updated>2007-12-13T00:15:36Z</updated>
	<author>
		<name>Eduardo Martins</name>
	</author>
	<content type="html">Hi Steve, I think &amp;nbsp;you misunderstood, I was talking about 1 factory
&lt;br&gt;per each RA entity, in JNDI, similar to SBB's SbbContext for each SBB
&lt;br&gt;entity.
&lt;br&gt;&lt;br&gt;Anyway, David already provided a good reason for not changing.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Eduardo
&lt;br&gt;JBoss R&amp;D
&lt;br&gt;&lt;br&gt;On Dec 12, 2007 10:00 PM, Steven Adams &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14311816&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;steven.adams@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Eduardo,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Also consider how the ACI factory method is implemented. &amp;nbsp;Essentially
&lt;br&gt;&amp;gt; the SLEE iterates over the RAs of the RA Type that provided the factory
&lt;br&gt;&amp;gt; asking each which owns the activity. &amp;nbsp;If a completely generic factory
&lt;br&gt;&amp;gt; was provided instead, the SLEE would have to instead ask every RA of any
&lt;br&gt;&amp;gt; RA Type to determine which owns the activity, which is a lot more work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Steve
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Eduardo Martins wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi David, that's a fair reason, tks.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 12, 2007 4:58 PM, David Ferry &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14311816&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidf@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; It was done for type safety reasons.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; If you did the args in terms of Object activity you have to throw
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; exceptions to indicate an invalid argument type. The check is a runtime
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; check.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Why even bother with the exception signature and runtime checks if the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; compiler can pick up a programming error before the code gets deployed
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; into the SLEE ?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Eduardo Martins wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Hello SLEEers(!) again, one thing I don't understand on the RA specs
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; and was discussing with Ivelin here at JBoss, and that is the fact
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; each RA must declare and provide an interface for the aci factory.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; What are the reasons to not have a generic factory for each RA in
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; JNDI, something like the SbbContext for SBBs, with just a
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; getActivityContextInterface(Object activity) method.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; If the reason is having strict activity type check that could be
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; easily implemented in the method, adding an exception like
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; IllegalActivityObjectTypeException when the user provides a object
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; that doesn't match the activities types in the ra type descriptor.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Is there anythign that I'm missing?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Eduardo
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; JBoss R&amp;D
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; &amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Sun---Jain-Slee-Interest-f13397.html&quot; embed=&quot;fixTarget[13397]&quot; target=&quot;_top&quot; &gt;Sun - Jain-Slee-Interest&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/RA%27s-activity-context-interface-factory-really-needed--tp14297911p14311816.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14303811</id>
	<title>Re: RA's activity context interface factory really needed?</title>
	<published>2007-12-12T13:00:01Z</published>
	<updated>2007-12-12T13:00:01Z</updated>
	<author>
		<name>Steven Adams-3</name>
	</author>
	<content type="html">Hi Eduardo,
&lt;br&gt;&lt;br&gt;Also consider how the ACI factory method is implemented. &amp;nbsp;Essentially 
&lt;br&gt;the SLEE iterates over the RAs of the RA Type that provided the factory 
&lt;br&gt;asking each which owns the activity. &amp;nbsp;If a completely generic factory 
&lt;br&gt;was provided instead, the SLEE would have to instead ask every RA of any 
&lt;br&gt;RA Type to determine which owns the activity, which is a lot more work.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;Eduardo Martins wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi David, that's a fair reason, tks.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Dec 12, 2007 4:58 PM, David Ferry &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14303811&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidf@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; It was done for type safety reasons.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If you did the args in terms of Object activity you have to throw
&lt;br&gt;&amp;gt;&amp;gt; exceptions to indicate an invalid argument type. The check is a runtime
&lt;br&gt;&amp;gt;&amp;gt; check.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Why even bother with the exception signature and runtime checks if the
&lt;br&gt;&amp;gt;&amp;gt; compiler can pick up a programming error before the code gets deployed
&lt;br&gt;&amp;gt;&amp;gt; into the SLEE ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Eduardo Martins wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hello SLEEers(!) again, one thing I don't understand on the RA specs
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; and was discussing with Ivelin here at JBoss, and that is the fact
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; each RA must declare and provide an interface for the aci factory.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; What are the reasons to not have a generic factory for each RA in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; JNDI, something like the SbbContext for SBBs, with just a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; getActivityContextInterface(Object activity) method.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; If the reason is having strict activity type check that could be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; easily implemented in the method, adding an exception like
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; IllegalActivityObjectTypeException when the user provides a object
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; that doesn't match the activities types in the ra type descriptor.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Is there anythign that I'm missing?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Eduardo
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; JBoss R&amp;D
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;&amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; Visit the JAIN website at &lt;a href=&quot;http://java.sun.com/products/jain&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/jain&lt;/a&gt;&lt;br&gt;&amp;gt; ~~~~~~~~~~