If I hit my remote service on locla bundle, I get something like
[{"companyId":1,"createDate":1359746119150,"groupId":19,"modifiedDate":1359746119150,"subscribe_To_type":"News","subscriptionId":15401,"userId":0,"userName":"","user_email":"smiley@xyz.com"}]
But on weblogic after deployment I wont get any repsonse back and not only that it is not throwing any errors back
I received two errors while deploying the porltet
<[ServletContext@16300699[app:Subscription-portlet module:Subscription-portlet.war path:/Subscription-portlet spec-version:2.5]] Could not deserialize the context attribute.
java.io.NotSerializableException: org.apache.axis.configuration.FileProvider
But I believe changing version on web.xml fixed that.
Another error received was,
java.io.NotSerializableException: org.apache.commons.lang.time.FastDateFormat$PaddedNumberField
at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1346)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1154)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1518)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1483)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1400)
But the two errors are not hindering me to add the portlet to a page in liferay on WEblogic. And I can subscribe, unsubscribe through the portlet, but not through service.
Thanks
Smile
Please sign in to flag this as inappropriate.