<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for EJB development using JBuilder 6 and BES 5</title>
<link rel="alternate" type="text/plain" href="http://dn.codegear.com/article/28439" title="EJB development using JBuilder 6 and BES 5" />
<link rel="self" type="application/atom+xml" href="http://dn.codegear.com/article/28439/feed" title="Comments for EJB development using JBuilder 6 and BES 5" />
<id>http://dn.codegear.com/article/28439</id>
<updated>2008-05-09T05:49:51-07:00</updated>
<entry>
<title>EJB development using JBuilder 6 and BES 5</title>
<author>
<name>jones tran</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=32628</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=32628</id>
<updated>2002-07-02T17:58:17-07:00</updated>
<published>2002-07-02T17:58:17-07:00</published>
<summary>EJB development using JBuilder 6 and BES 5</summary>
<content>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</content>
</entry>
<entry>
<title>re: EJB development using JBuilder 6 and BES 5 (no target partition found)</title>
<author>
<name>jones tran</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=32627</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=32627</id>
<updated>2002-07-02T17:52:17-07:00</updated>
<published>2002-07-02T17:52:17-07:00</published>
<summary>re: EJB development using JBuilder 6 and BES 5 (no target partition found)</summary>
<content>You must start the BES first.Start==&gt;Program==&gt;BES</content>
</entry>
<entry>
<title>re: EJB development using JBuilder 6 and BES 5 ERROR!</title>
<author>
<name>jones tran</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=32626</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=32626</id>
<updated>2002-07-02T17:50:57-07:00</updated>
<published>2002-07-02T17:50:57-07:00</published>
<summary>re: EJB development using JBuilder 6 and BES 5 ERROR!</summary>
<content>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</content>
</entry>
<entry>
<title>EJB development using JBuilder 6 and BES 5 ERROR!</title>
<author>
<name>johan frank</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=32351</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=32351</id>
<updated>2002-05-20T07:20:58-07:00</updated>
<published>2002-05-20T07:20:58-07:00</published>
<summary>EJB development using JBuilder 6 and BES 5 ERROR!</summary>
<content>The step in Enitity Beans that shows a test client does not work. When I call the methodclient.create(&quot;John&quot;, 150);client.create(&quot;Paul&quot;, 150);client.create(&quot;George&quot;, 150);client.create(&quot;Ringo&quot;, 150);I get a compiler error saying that &quot;AccountTestClient1.java&quot;: 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(&quot;Ringo&quot;, 150); is interpreted as a int and not an Integer. What should I do??//Johan</content>
</entry>
<entry>
<title>EJB development using JBuilder 6 and BES 5 (no target partition found)</title>
<author>
<name>jerome stefanini</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=31923</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=31923</id>
<updated>2002-03-29T06:00:50-07:00</updated>
<published>2002-03-29T06:00:50-07:00</published>
<summary>EJB development using JBuilder 6 and BES 5 (no target partition found)</summary>
<content>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</content>
</entry>
</feed>
