﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for EJB development using JBuilder 6 and BES 5]]></description>
    <title><![CDATA[Comments for EJB development using JBuilder 6 and BES 5]]></title>
    <link>http://dn.codegear.com/article/28439</link>
    <!-- source: http://dn.codegear.com/article/28439/feed-->
    <dc:date>2008-05-13T08:31:28-07:00</dc:date>
    <item>
      <description><![CDATA[Hi All,Does anyone be able to finish this Step-By-Step tutorial..?  I have a problem at Part III:  AccountEntityRemoteHome accountHome = (AccountEntityRemoteHome)PortableRemoteObject.narrow(ref,AccountEntityRemoteHome.class);// Something wrong with this line...      // find accounts      AccountEntityBean acc_from = accountHome.findByPrimaryKey(accountFrom);      AccountEntityBean acc_to = accountHome.findByPrimaryKey(accountTo);      // transfer      acc_from.withdraw(amount);      acc_to.deposit(amount);Can you some help,ThanksJones]]></description>
      <title><![CDATA[EJB development using JBuilder 6 and BES 5]]></title>
      <managingEditor>
	 (jones tran)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=32628</guid>
      <dc:date>2002-07-02T17:58:17-07:00</dc:date>
      <pubDate>2002-07-02T17:58:17-07:00</pubDate>
      <source url="http://dn.codegear.com/article/28439/feed">Comments for EJB development using JBuilder 6 and BES 5</source>
    </item>
    <item>
      <description><![CDATA[You must start the BES first.Start==&gt;Program==&gt;BES]]></description>
      <title><![CDATA[re: EJB development using JBuilder 6 and BES 5 (no target partition found)]]></title>
      <managingEditor>
	 (jones tran)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=32627</guid>
      <dc:date>2002-07-02T17:52:17-07:00</dc:date>
      <pubDate>2002-07-02T17:52:17-07:00</pubDate>
      <source url="http://dn.codegear.com/article/28439/feed">Comments for EJB development using JBuilder 6 and BES 5</source>
    </item>
    <item>
      <description><![CDATA[in my case, i was stuck here too due to JDBC connection problem.  I used Interbase server 6.5 &amp; client 2.5.  it does not work.  I solved this problem by using JDataStore db.Right now, i am stuck at Part III: Transaction.  I cannot invoke the Entity bean from a Session bean.  Please let me know if you have the same problem as i am.  Thanks]]></description>
      <title><![CDATA[re: EJB development using JBuilder 6 and BES 5 ERROR!]]></title>
      <managingEditor>
	 (jones tran)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=32626</guid>
      <dc:date>2002-07-02T17:50:57-07:00</dc:date>
      <pubDate>2002-07-02T17:50:57-07:00</pubDate>
      <source url="http://dn.codegear.com/article/28439/feed">Comments for EJB development using JBuilder 6 and BES 5</source>
    </item>
    <item>
      <description><![CDATA[The step in Enitity Beans that shows a test client does not work. When I call the methodclient.create("John", 150);client.create("Paul", 150);client.create("George", 150);client.create("Ringo", 150);I get a compiler error saying that "AccountTestClient1.java": Error #: 300 : method create(java.lang.String, int) not found in class quickstart.AccountTestClient1 at line 234, column 12When I look into the field details of the bean field 'balance' it is set to be of type 'java.lang.Integer'so I guess something is wrong here. The call client.create("Ringo", 150); is interpreted as a int and not an Integer. What should I do??//Johan]]></description>
      <title><![CDATA[EJB development using JBuilder 6 and BES 5 ERROR!]]></title>
      <managingEditor>
	 (johan frank)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=32351</guid>
      <dc:date>2002-05-20T07:20:58-07:00</dc:date>
      <pubDate>2002-05-20T07:20:58-07:00</pubDate>
      <source url="http://dn.codegear.com/article/28439/feed">Comments for EJB development using JBuilder 6 and BES 5</source>
    </item>
    <item>
      <description><![CDATA[My experience of the whitepaper stopped at page 7 Deployment when it was not possible for the J2EE Deployment Wizard to find any target partition.Any help is welcomedjerome.stefanini@wanadoo.be]]></description>
      <title><![CDATA[EJB development using JBuilder 6 and BES 5 (no target partition found)]]></title>
      <managingEditor>
	 (jerome stefanini)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=31923</guid>
      <dc:date>2002-03-29T06:00:50-07:00</dc:date>
      <pubDate>2002-03-29T06:00:50-07:00</pubDate>
      <source url="http://dn.codegear.com/article/28439/feed">Comments for EJB development using JBuilder 6 and BES 5</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>