update your local version, this problem was fixed in: Revision: 780433 
3 days ago.....

On Wed, 2009-06-03 at 12:34 +0530, avdhesh .java wrote:
> [javac15] Compiling 1 source file to
> /opt/projects/opensource/ofbiz904/applications/party/build/classes
>   [javac15]
> /opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:601:
> cannot find symbol
>   [javac15] symbol  : method getMainPartCount()
>   [javac15] location: class org.ofbiz.service.mail.MimeMessageWrapper
>   [javac15]             if (wrapper.getMainPartCount() > 1) {
>   [javac15]                        ^
>   [javac15]
> /opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:602:
> cannot find symbol
>   [javac15] symbol  : method getMainPartCount()
>   [javac15] location: class org.ofbiz.service.mail.MimeMessageWrapper
>   [javac15]                 for (int ind=0; ind <
> wrapper.getMainPartCount(); ind++) {
>   [javac15]                                              ^
>   [javac15]
> /opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:603:
> cannot find symbol
>   [javac15] symbol  : class BodyPart
>   [javac15] location: class
> org.ofbiz.party.communication.CommunicationEventServices
>   [javac15]                     BodyPart p = wrapper.getPart(ind + "");
>   [javac15]                     ^
>   [javac15]
> /opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:603:
> cannot find symbol
>   [javac15] symbol  : method getPart(java.lang.String)
>   [javac15] location: class org.ofbiz.service.mail.MimeMessageWrapper
>   [javac15]                     BodyPart p = wrapper.getPart(ind + "");
>   [javac15]                                         ^
>   [javac15]
> /opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:612:
> cannot find symbol
>   [javac15] symbol  : method getMessageBody()
>   [javac15] location: class org.ofbiz.service.mail.MimeMessageWrapper
>   [javac15]                 messageBody = wrapper.getMessageBody();
>   [javac15]                                      ^
>   [javac15]
> /opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:616:
> cannot find symbol
>   [javac15] symbol  : variable messageBodyContentType
>   [javac15] location: class
> org.ofbiz.party.communication.CommunicationEventServices
>   [javac15]             commEventMap.put("contentMimeTypeId",
> messageBodyContentType.toLowerCase());
>   [javac15]                                                   ^
>   [javac15] Note:
> /opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java
> uses unchecked or unsafe operations.
>   [javac15] Note: Recompile with -Xlint:unchecked for details.
>   [javac15] 6 errors
> 
-- 
Antwebsystems.com: Quality OFBiz services for competitive rates

Reply via email to