1 2 3 4

How to set the properties

128 byte By fasdhjkfhsdafksdjfks at 2007-9-30 20:19:42
If I want to use java ORB to visit Visibroker ORB ,how to set the Properties for init ? can you help me ? thanks !

portabililty of ear

1133 byte By hugogus at 2007-9-30 20:23:40
Hello,I started a few time the development of a J2EE application using Jonas 3.1 and then I finished the development of my ear with Jonas 4.1.During my development process I had to build one ear for each new release of Jonas. Indeed an ear working well on Jonas 3.1 doesn't work on jonas 4.0 I ...

Deployment Error..!

512 byte By emily_2004 at 2007-9-30 20:42:33
Hi,I'm using J2EE RI 1.2.1 , JDK 1.3.1, Cloudscape 3.6. I compile all my java files and got all classes. When I clicked deploy button which i was using deploytool.bat which is under c:\j2sdkee1.2.1\bin. , it shows error like this "There was a deployment ...

Problem validating a MessageDrivenBean

1128 byte By Nadine at 2007-9-30 20:43:34
Hi all,I'm trying to make an existing J2EE Application portable and I've got some problems with a MessageDrivenBean. We're using XDoclet to generate the Deployment Descriptors (and some code of course).So the error I'm getting is: Test Name : ...

AVK default username and password

353 byte By sari at 2007-9-30 20:44:29
Hi all,I wanted to know what is the default user name and password for Sun Application server that is being used by AVK.My admin has installed AVK and I was wondering if there is default user name and password that I can use to log into admin console GUIEarly replys would be greatly ...

javax.print

122 byte By newToGraphics at 2007-9-30 21:27:52
Hi,I am new to java printing api. Just want to know can we use javax.print.* APIs inside EJBs?Thanks!

Setting Strategies

570 byte By jmguillemette at 2007-9-30 21:37:32
I wanted to post this out in the general forum to see how other people are handling this issue.I have a webapplication. It makes an ip connection to a mainframe system (amoung other things) and the address for the mainframe is stored currently in a properties file. I would like to change my ...

which J2EE interface definition should I use?

258 byte By masanao at 2007-9-30 22:21:16
I want to get 'applicationServer free' J2EE interface definition. (like j2ee.jar in J2EE SDK) which could be redistributed freely.... Where should I get J2EE interface definition jar? SUN does not distribute such a file?

Avk and shared libraries in an ear

464 byte By cdesmoulins at 2007-9-30 22:47:17
Hi,I test an ear containing an ejb, a war and some shared libraries.The ear structure is:META-INF/MANIFEST.MFMETA-INF/application.xmlejbJdbc.jarFrameworkErreurs.jarechange_v2.1.1.jarexceptions.jarlog4j-1.2.8.jarThe avk program do not find the classes in the shared lib.How to declare in a ...

Problem verifying RAR with AVK 1.4

4775 byte By kylekc at 2007-9-30 23:12:55
I'm trying to verify a RAR build for JCA 1.0 (not 1.5) with the ArchiveTest ANT task using AVK 1.4 ("Updated 04/19/2004") and am getting errors like the following:[java] Nov 26, 2004 2:40:28 PM com.sun.enterprise.tools.verifier.Verifier validate[java] INFO: About to ValidateParse ...

Problem with AVK SourceScan task

509 byte By kylekc at 2007-9-30 23:13:10
I'm using the AVK (1.4, updated 04/19/04) SourceScan ANT task. My task is: <SourceScan srcDir="./src" srcServer="weblogic6" />The output I get is:"BUILD FAILED: C:\_projects\vlj\vl15\projects\SampleWebApp\build.xml:132: srcServer = wl60 is not one of (sunone, weblogic5, weblogic6, ...

AVK- include JSP are not called

190 byte By rmokrane at 2007-9-30 23:31:28
Hi,I'm using AVK 1.3, the dynamic test is not checking the included jsp's and the final result for the dynamic test always fail.Am I doing something wrong?-Reda

J2EE Compatability Problem

496 byte By zaki_gonewiththewinda at 2007-10-1 0:26:48
I have Successfully Run my Web application using Tomcat 4.1.27 and when i port my war file in the Oracle 10g it is not working., i have written a servlet to validate the users., when the User submits the username and password., rather than executing the servlet it is asking me to download the ...

Web Services Security - What to expect

667 byte By paularmstronga at 2007-10-1 0:28:49
I am reviewing a vendor抯 product that will run on a J2EE platform. One of the features of this product is a web services framework for developing web services. What I want to assess is how well they support web services security. They may say they rely on the underlying application server to 揹o ...

How scalable is JRun4?

429 byte By The_blessed_onea at 2007-10-1 1:05:37
HiI would like to know how scalable is JRun4? We have been using JRun4 for quite some time, but it suddenly behaves erratically - once the server is restarted it works normally.We have about 9 applications (simple applications) running on the server. I wonder is this the cause of problem.The ...

Having J2EE use mySQL

893 byte By HowCanMyScreenNameBeTakena at 2007-10-1 3:07:00
HiI'm using a standalone RedHat 9 system with J2EE 1.3.1 and mySQL 3.23.54.All are working individually.My current application creates new tables every time it starts, so I thought it would be dead simple to just ask J2EE to use mySQL. There are currently only two entity beans, and there's ...

Is it safe to use ThreadLocal objects in a J2EE component?

453 byte By intangir2a at 2007-10-1 3:22:24
I've heard that many J2EE containers implement some form of thread pooling.Depending on how this is implemented, the same session bean or servlet instance could run on a different thread each time a request is made, making ThreadLocal usage unsafe (please, take a look at ...

Orbix and J2EE application Server

189 byte By nuonuoxua at 2007-10-1 5:49:48
Hello all,How does j2EE application server, e.g. weblogic interact with Orbix Corba?Why do we need to use Orbix Corba? Is Orbix another type of app server?Thanks

Java AVK Error Name : Could not verify successfully

3026 byte By lennart_enstroma at 2007-10-1 6:14:32
Verifier gives the not so helpfull error name: Could not verify successfully.Just installed the Java AVK 1.4.1 and the included Sun App Server Edition 8.1. Following the usersguide i added the following target to my ant file to static test a war-file of mine. <property name="avk.home" ...

Problem with resonse.sendRedirect in WebSphere 5

508 byte By AG-OTa at 2007-10-1 6:40:23
For some reason, when we use the HTTP-plugin for WAS5, none of the calls to response.sendRedirect in our Web application work. The result is simply a DNS error which says that the server cannot be found. However, if we run the application directly in WAS5 on port 9578 without going through the ...

junit plugin for weblogic workshop

220 byte By sandipanchaksa at 2007-10-1 6:42:40
I want to use the junit framework for testing a web application using the weblogc workshop .At present I find there is no plugin available to run junit tests from weblogic workshop.Does anyone know how to do that?

how to make an standalone java application that uses mysql driver

448 byte By susialpoa at 2007-10-1 6:49:18
Hi, I have an application that makes connection to a mysql database, on my computer, I set on classpath the driver address, so everithing works fine.The problem is that I want to execute my application from other computers, where the classpath does not have the drivers.So my question is how can ...

Problem while running AVK Dynamic testing

559 byte By Mukunda.S.Ra at 2007-10-1 8:14:19
I am doing Sun Application Verification Kit tool test for our one application.Out of all Jsp's in our application only 5 Jps's are displayed as Not called after running the reporttool.Though the javascript alert kept in these Jsp's are being displayed, still these jsps are not getting in the ...

J2EE 1.4 certified containers - weak cert?

958 byte By bmellonia at 2007-10-1 8:24:11
It is my understanding that a "properly written" application packaged as an EAR should be deployable in any container that is certified.I am having a problem with a J2EE 1.4-certified application server that is leaking class and logging visibility from the server to the app. Since the server ...

Harry Potter and the lost Weblogic-database connection

467 byte By Malcovitcha at 2007-10-1 9:26:39
Hi All,I don't know if this is the correct forum, but here goes...I'm working with Weblogic, connecting to an Oracle database on a rather unstable network. From time to time, the connection to the database is lost, and at the moment, this means having to restart weblogic. Is there any way to ...

Calling DB using struts

98 byte By dsn29a at 2007-10-1 10:10:31
I want to access DB from Strutus framework without using EJB, Pl. suggest the best approach

Deployment API (JSR-88)

667 byte By vincentssna at 2007-10-1 10:12:31
I'm trying to code a client to deploy a Web app using the Deployment API.I'm able to get an object returned by DeploymentFactoryManager.getDeploymentManaget(...), but, when I try to invoke getTargets() on this DeploymentManager object I receive IllegalStateException indicating a disconnected ...

Sun One Application Server 7 on Solaris 9 x86

1326 byte By samksa at 2007-10-1 10:17:04
Hi,Has anybody deployed their application on a Sun One Application Server 7 running on Solaris 9 x86 (AMD Opetoron). I have deployed my application. I get the following error:javax.ejb.EJBException: nested exception is: javax.ejb.CreateException: Could not create stateless EJB: ...

problem with javke 1.4.1 translate-dd task

924 byte By cymorila at 2007-10-1 10:27:32
hi!!When I try to run this task (windows XP) i get:C:\Sun\javke1.4.1\samples>asant translate-ddBuildfile: build.xmltranslate-dd:[delete] Deleting directory C:\Sun\javke1.4.1\reporttool\translate[java] 08-abr-2005 14:21:22 com.sun.enterprise.appverification.tools.GenReportTool main[java] ...

Porting a standalone application to cluster environment

702 byte By java_keralaa at 2007-10-1 10:44:19
Dear All,We are porting our java or shall I say J2EE application to cluster environment.The problem is that the application is not a pure J2EE application. It was standalone java application(a kind of xml adapter) which was then enhanced to work as a web application.The application uses file ...

What is the download URL for J2ee for Mac OS.

216 byte By sivaparama at 2007-10-1 11:20:44
Hi there,What is the download URL for J2ee for Mac OS.See the following J2ee download URL, I don't see support for Mac OS. http://java.sun.com/j2ee/1.4/download.htmlthnaksiva

online Banking

380 byte By kota_balajia at 2007-10-1 11:52:11
Hi,Can any one tell me, why Applets are used in Online Banking? And what protocol is used by applets?ANY ONE WHO WORKED IN BANK APPLICATIONS... i really need their help. i need to write small assignment. or at least suggest me a website that gives good information of online banking using java. ...

Why JSP pages rarely seen on web Except Enterprise Level

452 byte By harnala at 2007-10-1 12:02:23
HiI know J2EE are use very strongly in enterprise level due to its resouse rich , persistense on good platform like unix,linux sun solaris, But Generally for any commercial web application i use to see asp and most prefferably PHP pages (at present on demand due to linux platform ) but very ...

J2EE - Ping connection pool fails

945 byte By jms_123a at 2007-10-1 12:41:07
Hi All,M having a very peculiar problem :-).M porting the CTS on our platform (unix based). Problem happens after i "create-jdbc-connection-pool". Using asadmin I am able to create the jdbc-connection-pool. I can c the entry in domain.xml.But when I try to "ping-connection-pool" to the ...

Change J2EE project encoding

429 byte By laaridhscreena at 2007-10-1 12:42:08
Hi ,I'm working under WSAD 5.1.2 ,i realized a j2ee project with the default Cp 1252 encoding , but i faced a problem that force me to change to UTF -8 encoding.The problem is when i change to UTF-8 encoding all source file became invalid and cannot be opened.If any one has an idea about how ...

Deploy web Module

630 byte By mykrobioa at 2007-10-1 13:28:32
hi all,i'm tring to deploy the j2ee tutorial example using the application server admin console.i've followed all the steps but i have a error when i click OK, this error:Deploying application in domain failed; Unknown deployable object type specified: "Cannot determine the J2EE component ...

Primary Key error in Porting from Weblogic to Sun App Server

5239 byte By amitabhta at 2007-10-1 13:51:14
Hi,This is regarding the porting of an application running on Weblogic8 to Sun One App Server.My scenario is: We are defining a base Key interface, let's say BaseKey, which is having some base fields, which should be present in every derived key, like : public abstract class BaseKeyImpl ...

Dispatch Action

45 byte By rehna_rehnaa at 2007-10-1 14:01:44
Hi how to use DispatchAction in struts

J2EE

135 byte By coolxa at 2007-10-1 14:58:58
Im writing a client that accesses a remote EJB How should i include this EJB into my servlet codeThanks in Advance

Error when trying to create tables using "asant create-db_common"

573 byte By y0241695@uea.ac.uka at 2007-10-1 15:16:30
Hi,I'm attempting to run asant create-db_common to use a .sql file to create a table in Pointbase. However I keep getting this error:Buildfile: build.xmlinit:create-db_common:[java] java.lang.NoClassDefFoundError: com/pointbase/tools/toolsCommander[java] Exception in thread "main" BUILD ...

features of J2EE application servers

2149 byte By shashi1981a at 2007-10-1 15:28:27
Hi,i need help with the following question. Any idea.1. Selection of appropriate TechnologyFor each of the following requirements:a: An international banking application needs to subscribe to a currency service so that it can be notified whenever there is a change to the current exchange ...

javke 1.4.1 J2EE 1.3 compatability question

779 byte By andrew.reslana at 2007-10-1 15:39:08
I have successfully run the static compatability tests against a .ear file built for and targetted at a J2EE 1.3 environment (SunOne AS 7.1).A number of issues were identified by the test, but they all refer to the J2EE 1.4 specification ( see example below)."Please refer to J2EE 1.4 ...

Multiple Data source in Struts-Config.xml

264 byte By AmitGarga at 2007-10-1 15:44:05
Hi ,I am Amit Garg and i am new to this forum....Can any one help me out with the problem that i need to have 3 data source in my struts-config file and how will my getDatasource(request) method recoganise which data source to pick and access.

J2ee app Migrating to windows XP

393 byte By venkat0428a at 2007-10-1 17:26:15
Hi, We have a web application developed on J2EE currently deployed on Unix Box.End users are accessing the app from their local machine which is WIndows 98 or WIndows NT.We are upgrading their local machines to Windows XP SP2,which ultimately leads to IE6 SP1 from IE 5.5 .Please let me know how ...

CMP bean problem

408 byte By tedeea at 2007-10-1 17:41:08
Hello,I have problem with CMP bean.I'm using Sun Java Studio Enterprise 7I had crated CMP bean and i want to use this at jsp site, when i want to get Context:Context context = new InitialContext();Object ref = context.lookup("java:comp/env/ejb/Dane");returns null exception. what could be a ...

chinese character with CMP

518 byte By Dreona at 2007-10-1 18:47:35
hi, i'm developing web application using CMP and jsp. actually my jsp pages all in chinese. my form accept chinese character when user click submit, all text entered by user will be captured and inserted to db (sql server). but my problem here is, only alphabet can be captured correctly. ...

Applets in WSAD

1481 byte By atul_bits180a at 2007-10-1 18:59:36
Hi All,if anyone has worked on Applets in WSAD please revert back.im not able to send the .class file to the browser means while running the HTML file, im always getting classnotfound exception means im not able to set the code and codebase correctly in the applet tagi have tried making the jar ...

J2EE Configuration

650 byte By AcHa-BaChAa at 2007-10-1 19:31:18
Hi,I am new to j2ee architecture. I have installed j2ee 1.4 server. I am facing the problem regarding the configuration of this server. I will be thankful if anyone send me the configuration of the server e.g. setting path and classpath and other configuration.i tried my best and set the ...

How to get the Existing instance of an Object!

235 byte By cybervink2000a at 2007-10-1 19:57:37
Techies,How do i get the existing instance of an Object, Instead of creating new instance.I dont want to create a new instance of an Object, If it's already have the instance.Thanks & RegardsVinK

All Jsps must be compilable Test

323 byte By ryanfernandesa at 2007-10-1 20:03:38
Hi,To get to the point very quickly :).. this test (All Jsps must be compilable Test) will fail on all jsps that are statically included into other jsps. (these 'included' jsps dont have import statements etc).Is there any solution to process these statically included jsps ...