| Weblog: | run WebLogic Server 8.1 on Mac OS X (Panther) | |
| Subject: | WebLogic Workshop on Mac OS X | |
| Date: | 2004-01-15 08:55:34 | |
| From: | anonymous2 | |
|
Response to: WebLogic Workshop on Mac OS X
|
||
|
I am about to try Rod's tricks to get WLS running on my Mac. I have however been able to use WebLogic Workshop with Mac OS X for quite some while using the Linux download. unzip the bin file you download, and then look in bea/AUTORUN.INF for the command to run. Pick any of them. Launch and install...
|
||
Showing messages 1 through 2 of 2.
-
WebLogic Workshop on Mac OS X
2004-01-15 10:49:06 anonymous2 [Reply | View]
Couple final notes... post Rod's instructions.
I installed Workshop with the generic jar file mentioned in the article. Works great. Make sure to launch Workshop.sh from X11! This allows the Run server functionality to correctly launch an Xterm.
Use the Linux installer afterward if you want the rest of the WebLogic platform installed (i.e. Portal, etc.) You can install these items in the same directory as the original bea home.
Tarun
| Showing messages 1 through 2 of 2. |




I created the control, then generated the jws to test it. Creates and compiles OK. When it runs, I get the following message on the browser page:
Error: Validation class for this value was not provided or was not found.
36 /**
37 * @jc:sql statement="select CustName from Customer.FoodCustomer where CustCardNum = {custnum};"
38 */
*** 39 String GetCustName(int custnum);
40 }
File: MyDBControl.jcx (in /beaworkshop/user_projects/applications/HelloWorldApplication/FoodCustomerAccess/MyControls)
Suggestion: Verify that the validation class for this type is available.
Anyone have a solution to this?
Thanks,
Rich