I know that the User object is particularly complex and i saw that there are
some issues in terms of schema mapping to be able to expose it successfully.

I am referring to an object with references to other objects (Like User ->
Role ...ect) and the use of aegis to help define the schema.
(http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseXFire)

My objects dont need to be so complex. 

After i insert the xfire servlet configuration and followed the other
instructions in the appfuse Tutorial and I see the wsdl for my object @
http://localhost:8080/services... 

The question is ... is that all i need to do to expose the Manager Class as
a web service? 

To continue with my application i need to be able to write a client to call
the service and I looked at the xfire guide to doing so
(http://xfire.codehaus.org/Client+and+Server+Stub+Generation+from+WSDL) but
they say that we need to have the xml beans generated before i can approach
the next step.

That is why i used the xmlbeans-maven-plugin ... 

If you have any guidance of what i need to do to get my web services up and
running, I would be ever grateful...?

Many Thanks In Advance.
I am grateful for your first response. (I am a final year BSc student and
this is my project on the rocks )

Colene



mraible wrote:
> 
> I've never used this plugin, so don't know how much I can help. It
> looks like it can't find UserExistsException in your classpath.
> 
> Matt
> 
> On Mon, Mar 16, 2009 at 8:42 AM, acolene <acol...@gmail.com> wrote:
>>
>> Hello,
>>
>> I'm using the xmlbeans-maven-plugin in Appfuse Basic Struts2 application.
>>
>> http://mojo.codehaus.org/xmlbeans-maven-plugin/plugin-info.html
>>
>> I understand the plugin uses xsd or wdsl to generate an xml bean however
>> so
>> far when i have tried the command mvn xmlbeans:xmlbeans on the
>> UserService
>> wdsl provided in appfuse i get the following error ...
>>
>>  class java.lang.NoClassDefFoundError
>>
>> org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UserExistsExceptio
>> n.class.getClassLoader(),
>> "schemaorg_apache_xmlbeans.system.s1A1E3AE3FD192747F88
>> 8D9C5513F5E1A").resolveHa class java.lang.NoClassDefFoundError
>>
>> Am I missing a step?
>> Could someone please point me in the right direction?
>>
>> Many Thanks
>> --
>> View this message in context:
>> http://www.nabble.com/xmlbeans-maven-plugin-tp22539707s2369p22539707.html
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
>> For additional commands, e-mail: users-h...@appfuse.dev.java.net
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
> For additional commands, e-mail: users-h...@appfuse.dev.java.net
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/xmlbeans-maven-plugin-tp22539707s2369p22543510.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to