- Problem with accessing path in Project
Dear all, I am using Struts in my project.I noted the following:1) When I want to write to a file, I coded as follows:String path = "/Vance/AccuNexus/Eyecon Revenue Expense System/ACN_Eyecon/web/WEB-INF/out/report/"; FileWriter fw = new FileWriter (path+filename); PrintWriter pw = new PrintWrit...
- Problem with accessing a CMR field, SOS
Hi all.I have the following cmp entity beans: TeamBean and PlayerBeanthe relationship is 1 : * (one team, many players) bidirectional.the TeamBean has to CMR field: getPlayers( ) and setPlayers(Collection)and I have a session bean LeagueBean (session facade) and this bean hasthe following method...
- Problem with ${var} in jsp tagfiles
Hi JSP experts,This JSP page invokes a custom tag that draws a panel around thecontents of the tag body.Normally, such a tag implementation would require a Java class ...Instead, we can use a .tag file as a template, and we don't need Java ora TLD!Well, I have made a tag file and a jcp file...
- Problem while using Deployer tool
Hi All,When I deploy sample EJB using Deployer tool I get the following error in weblogic 5.1 deployer tool.I get this erro when I click on the Add files menu and select the files and click on OK buttonweblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ File root of D:/weblogic is not a...
- Problem while starting sun application server 8.2:Initialization of AMX MBeans failed
Hi all, Am getting the following error message while starting sun application server. Maybe therefore not able to connect to the respective port(i.e 4848 for admin, 8080 for http ..etc). The exact error message is :[#|2006-08-22T18:00:35.671+0530|WARNING|sun-appserver-pe8.2|javax.enterprise.syst...
- Problem while setting System properties from EJB
I am trying to run a program ( SDKWrapper.java ) which requires some environment variables & classpath settings.I had set following properties :set RPROPS= -DDTD_PATH="C:/Test/xml" -Dorg.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB I am setting system variables in SDKWrapper class.Now if i cal...