cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxy Deploy Error

Former Member
0 Kudos

Hi, all,

Recently, I am try to write a java proxy program. First I generate a archive file from the Builder, and imported it into Eclipse.

I edited the ejb-jar.xml file, appended the ejb information, but I still can't use the 'Build EJB Archive' function in Eclipse. So I create a jar manully, and put it into a ear file.

Then, I use the deploy tool to deploy this ear, but I got a lot of errors, the error information is all like this:

illegal escape character

org.omg.CORBA_2_3.portable.OutputStream out = (org.omg.CORBA_2_3.portable.OutputStream)_request("U0024messageSpecifier", true);

.......

I figured out that U0024 represent '$' character, which is the first character of many method name. How could I handle this problem?

I find there is a proxy sample code published in this forum before, could anyone be so kind to send this sample to me? my email is 'gzzfan@yahoo.com.cn', thanks a lot!

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

Answers (0)