Ya sure why not. But first it would be easier for you if you read the EJB Workbook. Feel free to ask me in case of any doubts/clarifications. Regards Jaydeep ...
I have successfully deployed the jar file & while running the Clinet_41 program i am getting the following error message... any idea??? thanks for the help in...
Did you download and read the notes for WebLogic 7.0? They changed the handling of guest/anonymous users in WL7 and the descriptors require a tweak. ... From:...
Greg Nyberg
greg.nyberg@...
Apr 2, 2003 5:04 pm
384
Hi Greg, I am using the weblogic 7.0 xml descriptor's that I downloaded from the web & in these descriptors the changes have already been made. bye somu ... ...
I have a question may be related to ejb programming. I want to call servlet from EJB (Which is reverse to the normal situation, we generally call EJB from...
Rahul, Could you please tell me why you would like to do that. Regards Jaydeep ... -- Jaydeep Destiny is not a matter of chance, it is a matter of choice. It...
when i run the Client_41 program it gives me this error...can any one help. D:\dev\com\titan\cabin>java com.titan.cabin.Client_41 java.rmi.RemoteException: EJB...
HI I need urgent help. I am trying to connect Crystal reports 9.0 and Java but haven't been successful as yet. Kindly throw some light on the matter.Let me...
Hey, guys: I start to read the workbook from today and try the first example- ex04_1. I follow the workbook step by step but in the end I found the error...
Jodie- The error you are getting sure sounds like the data source is not available to the EJB.. Is your logging level set to INFO? If so, watch during the boot...
gnyberg@...
Apr 16, 2003 7:41 pm
391
Hi, I am following the workbook and on page 55, book say, that for other databases require different libraries. I am using SQL Server 2000. What libraries do...
The weblogic.jdbc.mssqlserver4.Driver driver class is included in the weblogic.jar file. Assuming you are using this driver for SQL*Server, you don't need...
Hey, guys: I encouter the ClassCastException in example 77a and 77b. I check the exception track, the exception occurs when it tried to add customers...
Hi All, I wonder if some out there can help me. I.m unable to verify that the bean is properly deployed & registered its home inetrface in the JNDI tree. When...
Ksraud01@...
Apr 21, 2003 11:57 am
395
Hi Kari, Have you created a connection pool to connect to your database. If so then put the name of your data source in the weblogic_cmp_rdbms.xml descriptor....
create ear format : project -Meta-Inf (application.xml) -ejbs( all ur ejb will come here) -web-components -web-inf ( web.xml and weblogic.xml and classes...
Hi I am using Weblogic 7.0 with pointbase database and am trying to make the ex04_1 in the workbook to work. Thanks I succesfully created the domains and all...
I am having a question. How to timeout at the ejb client side. One way is we set <trans-timeout-seconds> in weblogic-ejb-jar.xml. But this timeout is same for...
Hi I trying to use ant dist from folder say D:\bible\source\ex04_1 \ant dist. i have expanded the jar as reuired. but on trying ant dist it gives the following...
Hi I got my problem resolved ref to msg 119 which was having the same problem. I too was using the folder bible code having space. So I used simple dev/ex04_1...
The industry speaks positively about agile methods for software development (http://www.agilealliance.org) but hasn't yet applied those principles to the folks...
hello guys, can you please help how resolve these below Exception thanks for Advice... <May 16, 2003 3:26:53 PM EDT> <Alert> <WebLogicServer> <000297> ...
hello guys, can you please help how resolve these below Exception thanks for Advice... <May 16, 2003 3:26:53 PM EDT> <Alert> <WebLogicServer> <000297> ...
Hi all, I'm having problems with the weblogic rmi compiler (weblogix.rmic). It doesn't seem to do anything !!! No generated code, and no error messages !!! ...
Hi David, It seems, U r not calling the rmic in your Build file!! do check the build file?? do u able to compile the java file?? why dont past the build file...
HI, Plz generate a key using keytool with the alias name demokey. Ram. ... weblogic.security.service.SSLManager.getServerPrivateKey ... ===== Ram Kishore...
I am using WebLogic 7. Deoployed one application as WAR file. Need to secure access to the application. All user a/c's are in Active Directory. Need to...