<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuilder 4 Enterprise?</title>
<link rel="alternate" type="text/plain" href="http://dn.codegear.com/article/26796" title="JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuilder 4 Enterprise?" />
<link rel="self" type="application/atom+xml" href="http://dn.codegear.com/article/26796/feed" title="Comments for JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuilder 4 Enterprise?" />
<id>http://dn.codegear.com/article/26796</id>
<updated>2008-10-07T20:51:52-07:00</updated>
<entry>
<title>re: JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuider 4 Enterprise?</title>
<author>
<name>John Toledo</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=31940</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=31940</id>
<updated>2002-04-02T11:17:15-07:00</updated>
<published>2002-04-02T11:17:15-07:00</published>
<summary>re: JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuider 4 Enterprise?</summary>
<content>Yes, I know this reply is only about 1 year too late but maybe others can benefit from it.  I ran into the same problem.  I was able to resolve this problem by copying my license.bea file to the /bea/wlserver6.1/bin.  I assume its because that is where the -Dbea.home points.  I hope this helps.John</content>
</entry>
<entry>
<title>JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuider 4 Enterprise?</title>
<author>
<name>Gurumurthy R</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=30736</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=30736</id>
<updated>2001-11-28T19:58:11-08:00</updated>
<published>2001-11-28T19:58:11-08:00</published>
<summary>JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuider 4 Enterprise?</summary>
<content>OK,How to add JBoss app server into JBuilder?Pl. gurubbc@rediffmail.comthanks,guru</content>
</entry>
<entry>
<title>JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuider 4 Enterprise?</title>
<author>
<name>Ram Vallabhaneni</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=29179</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=29179</id>
<updated>2001-06-14T13:15:44-07:00</updated>
<published>2001-06-14T13:15:44-07:00</published>
<summary>JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuider 4 Enterprise?</summary>
<content>I think the above answers for integration on Unix environment.Can some one write the Integration of JBuilder4 or preferbly JBuilder5 with Weblogic6.0 for windows NT/2000.It would be appreciated.Thanks in advance,Ram.</content>
</entry>
<entry>
<title>JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuider 4 Enterprise?</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=29099</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=29099</id>
<updated>2001-06-04T19:34:18-07:00</updated>
<published>2001-06-04T19:34:18-07:00</published>
<summary>JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuider 4 Enterprise?</summary>
<content>I have tried to config my JBuilder 4 on Win2000 according to the document.  But when I try to build a project using Weblogic 6 as the Application Server.  No error occurs but what I get are Inprise deployment descriptor files, not for weblogic 6.0.During configuration for JBuilder, I found several questions:1.  What is MKS shell and what means by 'touch classes/weblogic/Server.class'2.  My Inprise comes with my JBuilder 4 CD, is this VisiBroker version OK, how can I check it and if not OK, how can I can the correct one?3.  I can only find a weblogic.jar in my wlserver6.0sp1/lib directory, there is no weblogic_sp.jar file.Anyone has similar experience?  Thanks!</content>
</entry>
<entry>
<title>JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuider 4 Enterprise?</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=29024</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=29024</id>
<updated>2001-05-24T22:11:05-07:00</updated>
<published>2001-05-24T22:11:05-07:00</published>
<summary>JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuider 4 Enterprise?</summary>
<content>I don't know how to test client program in jbuilder.my code in client is as below:                  InitialContext initCtx = null;                   Context ctx = null;  Hashtable ht = new Hashtable();  ht.put(Context.INITIAL_CONTEXT_FACTORY,&quot;weblogic.jndi.TengahInitialContextFactory&quot;);  ht.put(Context.PROVIDER_URL,&quot;t3://localhost:7001&quot;);        initCtx = new InitialContext(ht);              HelloHome home = (HelloHome) initCtx.lookup(&quot;HelloHome&quot;);....if i excute it on command line,everything is ok.if in jbuilder,it will report &quot;java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:7001 connect,resolve)&quot;how can i solve the problem?any advice is appreciated</content>
</entry>
<entry>
<title>JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuider 4 Enterprise?</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=29005</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=29005</id>
<updated>2001-05-22T23:45:35-07:00</updated>
<published>2001-05-22T23:45:35-07:00</published>
<summary>JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuider 4 Enterprise?</summary>
<content>after i integrated the jb4 &amp; wl6.0.i tried to test the hello program.if irun the program on command line,it's ok.if i ran it in jb4,it report theexception as below:java.security.AccessControlException: access denied(java.net.SocketPermission 127.0.0.1:7001 connect,resolve)can any guru help me?thanx in advance</content>
</entry>
<entry>
<title>re: JBuilder 4 Enterprise and WebLogic Application Server 6.0</title>
<author>
<name>simon spruzen</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=28897</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=28897</id>
<updated>2001-05-11T07:35:11-07:00</updated>
<published>2001-05-11T07:35:11-07:00</published>
<summary>re: JBuilder 4 Enterprise and WebLogic Application Server 6.0</summary>
<content>I can actually answer this myself:Get service pack 1 and use the -Dweblogic.RootDirectory=c:/bea/wlserver6.0 option (as per earlier post).The mysterious directory was my project working directory. So not so mysterious...</content>
</entry>
<entry>
<title>re: JBuilder 4 Enterprise: How can I run WebLogic Application Server 6.0 fromJBuider 4 Enterprise?</title>
<author>
<name>simon spruzen</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=28896</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=28896</id>
<updated>2001-05-11T07:28:44-07:00</updated>
<published>2001-05-11T07:28:44-07:00</published>
<summary>re: JBuilder 4 Enterprise: How can I run WebLogic Application Server 6.0 fromJBuider 4 Enterprise?</summary>
<content>Here's the EJB VM parameters line that works for me:-classic -ms64m -mx64m -Dbea.home=c:/bea -Dweblogic.RootDirectory=c:/bea/wlserver6.0 -Dweblogic.Domain=mydomain -Dweblogic.Name=myserverI set this in the EJB tab (not the application tab) of the runtime properties dialog.The important bits are:1. -Dweblogic.system.home is ingored (WL gives warning message when the server is started), so I dropped it.2. -Dweblogic.RootDirectory=c:/bea/wlserver6.0 is the one to have. Given this, you don't need to have the working directory for your project set to anything in particular.Unfortunately, this -D magic *only* works peoperly with *WL6.0 service pack 1*, so I suggest you get this asap for increased JBuilder and WL joy.3. You only need the -classic if you intend to debug(!); otherwise you can use hotspot.As stated elsewhere, you do have to create the weblogic-ejb-jar.xml by hand, and import it into the ejbgrp; but by using WL dynamic deployment (i.e. enable it, then drop jars into the WL application directory), you can have WL 6.0 run ejbc automatically on your jar file when it is deployed - hence you don't have to configure any of this in JBuilder - and you don't have to ship stubs in your jar file. This is cool.(As an aside, Ant is a superb tool for helping with the deployment, and AntRunner lets it all run inside JBuilder) - see http://jakarta.apache.org/ant/ for more...)</content>
</entry>
<entry>
<title>re: JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuider 4 Enterprise?</title>
<author>
<name>Joseph Mok</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=28806</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=28806</id>
<updated>2001-05-02T22:27:23-07:00</updated>
<published>2001-05-02T22:27:23-07:00</published>
<summary>re: JBuilder 4 Enterprise: How can I integrate WebLogic Application Server 6.0 with JBuider 4 Enterprise?</summary>
<content>Hi KenDid you manage to get JBuilder 4 to call WL 6.0's ejbc to generate the stubs and skeletons?ThanksJoseph</content>
</entry>
<entry>
<title>re: JBuilder 4 Enterprise: How can I run WebLogic Application Server 6.0 fromJBuider 4 Enterprise?</title>
<author>
<name>Joseph Mok</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=28805</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=28805</id>
<updated>2001-05-02T22:17:58-07:00</updated>
<published>2001-05-02T22:17:58-07:00</published>
<summary>re: JBuilder 4 Enterprise: How can I run WebLogic Application Server 6.0 fromJBuider 4 Enterprise?</summary>
<content>Hi Alois (or anyone who may know)I am also using JBuilder 4 and WL 6.0. I followed the integration notes provided by Borland Support Staff. Everything seems okay... however, does JBuilder call ejbc in WL to build the stub and skeleton files when you build your JBUilder project? Also if you are using EJBs, are you manually deploying those to WL 6.0? I notice that the deployment wizard in JBuilder 4 doesn't work for WL 6.0ThanksJoseph</content>
</entry>
</feed>
