Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

vainjvei
vainjvei
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by vainjvei
Customize the badges you want to showcase on your profile
Re: Custom types for Developing Components - Adobe LiveCycle 16-06-2009
/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Normaali taulukko"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Ro...

Views

157

Likes

0

Replies

0
Re: Custom types for Developing Components - Adobe LiveCycle 22-05-2009
My mistake. I wasn't tested the service of the custom component directly via the WS. There are no problems with the direct connection via the WS. The ClassNotFoundException is thrown when the service of the custom component is used in the process (workflow). In fact your component will throw the ClassNotFoundException when I try to use it from process via the WS.

Views

157

Likes

0

Replies

0
Re: Custom types for Developing Components - Adobe LiveCycle 21-05-2009
Yes, there is something wrong with the component.xml, but there are no problems with the java classes. I have tested the component using it as a standalone application and everything works fine. I have also tested it as a Web Service (I generated the Web Service using the JAX-WS).You have understood me wrong. All the java classes are packaged inside the single JAR file. Why the server can't found the ScanSummary class, but it can found the service class...

Views

156

Likes

0

Replies

0
Re: Custom types for Developing Components - Adobe LiveCycle 21-05-2009
I have tested my custom component directly and via workflow (process), but the ClassNotFoundException is thrown in both ways. Have you used your custom data type and the web service? I am pretty sure that there is a bug or I should add some defination into the component xml.I don't know why, but the class loader doesn't share the classes of the component correctly. There must be a some fancy defination for the component xml or should I encapsulate value objects in own archive file and use the cl...

Views

157

Likes

0

Replies

0
Re: Custom types for Developing Components - Adobe LiveCycle 20-05-2009
Firstly, thank you for your quick response.I have ran into a new problem with the custom data type. I got a ClassNotFoundException from server when I try to request the WSDL of the service, which will use the custom component. I assume that I should announce that my custom data type is global, but how I can do it. There are no documentation about this either… 2009-05-20 15:03:08,899 ERROR [com.adobe.idp.dsc.provider.impl.soap.axis.Logging] SOAP001: Unexpected exception. Failed to produce WSDL..j...

Views

158

Likes

0

Replies

0