If I want to use java ORB to visit Visibroker ORB ,how to set the Properties for init ? can you help me ? thanks !
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 ...
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 ...
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 : ...
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 ...
Hi,I am new to java printing api. Just want to know can we use javax.print.* APIs inside EJBs?Thanks!
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 ...
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?
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 ...
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 ...
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, ...
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
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 ...
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 ...
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 ...
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 ...
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 ...
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
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" ...
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 ...
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?
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 ...
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 ...
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 ...
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 ...
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
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 ...
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: ...
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] ...
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 ...
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
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. ...
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 ...
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 ...
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 ...
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 ...
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 ...
Hi how to use DispatchAction in struts
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
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 ...
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 ...
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 ...
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.
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 ...
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 ...
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. ...
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 ...
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 ...
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
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 ...