Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-09-25 Thread jackalista
Well, I just realized I haven't seen that guide by Nils, so I'll check that out and read about those issues. I'll take a crack at it after that and if I'm lucky maybe get it done. Or maybe I'll get some of it and can show it to you later. I can take a look at this over the weekend, it's 4PM Fri

Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-09-25 Thread Matt Raible
Yes, we should upgrade AppFuse to CXF on trunk. Unfortunately, I'm traveling the next couple weeks and doubt I'll be able to knock it out. On Fri, Sep 25, 2009 at 4:09 PM, jackalista wrote: > > If this is necessary (or advisable) then I may be able to knock it out, but I > will probably need some

Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-09-25 Thread jackalista
If this is necessary (or advisable) then I may be able to knock it out, but I will probably need some of said assistance to get me pointed in the right direction. My goal is to integrate mule to create an appfuse-with-mule starter app, essentially but I don't have a huge amount of time to do it s

Re: [appfuse-user] request for upcoming release

2009-09-25 Thread Matt Raible
I don't know, I've never tried to use Mule with AppFuse. Since XFire and CXF use different namespaces, I'm willing to bet there won't be a conflict - unless its caused by versions of their dependencies. On Fri, Sep 25, 2009 at 3:59 PM, -=j=- wrote: > Hi Matt, > > Does this have to be done before

Re: [appfuse-user] request for upcoming release

2009-09-25 Thread -=j=-
Hi Matt, Does this have to be done before you can use mule? (which includes CXF) Thanks... -=j=- On Fri, 2009-09-25 at 15:56 -0600, Matt Raible wrote: > Here's a thread regarding upgrading XFire to CXF: > > http://www.nabble.com/CXF-and-AppFuse-2.0.1-td14282383s2369.html > > On Fri, Sep 25,

Re: [appfuse-user] request for upcoming release

2009-09-25 Thread jackalista
Hi again, The most substance I've found is this note talking about some (probable verion) hell with commons: http://www.nabble.com/Re%3A-xFire-1.2.4-integration-steps---Corrected-p10351927s2369.html Was there ever a successful integration of appfuse with mule? -=j=- jackalista wrote: > > Hi

Re: [appfuse-user] request for upcoming release

2009-09-25 Thread Matt Raible
Here's a thread regarding upgrading XFire to CXF: http://www.nabble.com/CXF-and-AppFuse-2.0.1-td14282383s2369.html On Fri, Sep 25, 2009 at 3:49 PM, jackalista wrote: > > Hi, > > I'm looking to build a web app with embedded mule, did this thread go > anywhere and has anyone done that with 2.x app

Re: [appfuse-user] request for upcoming release

2009-09-25 Thread jackalista
Hi, I'm looking to build a web app with embedded mule, did this thread go anywhere and has anyone done that with 2.x appfuse? I've been following threads in the archives but I don't see any details. One question I have, maybe someone (Matt? One of the other core folks?) can answer, I'm using m

[appfuse-user] How-to: get back an ID on inserting with Hibernate.

2009-09-25 Thread John Vance
Hey, while I'm pestering the mailing list, here's a quickie for adding new domain objects. In appfuse, you add the object, you get tossed back to the domain object list, and then if you want to do anything with your new object, you re-select it from the list. In some applications it would be ni

Re: [appfuse-user] At the integration time, it can't find the "org.appfuse.model.User" class

2009-09-25 Thread Matt Raible
Have you run full-source on your project? If not, make sure you still have appfuse-hibernate in your dependency path. Using "mvn dependency:tree" will show you all your project's dependencies. On Fri, Sep 25, 2009 at 10:30 AM, almari wrote: > > > Matt, I have followed your recomendation. I moved

Re: [appfuse-user] At the integration time, it can't find the "org.appfuse.model.User" class

2009-09-25 Thread almari
Matt, I have followed your recomendation. I moved my project to the path D:\Projects\hello>mvn jetty:run-war As you can see it does not have spaces, however I'm still getting the same error. I have also checked in the other directories for one extra hibernate.cfg.xml but I had just one. What els

Re: [appfuse-user] At the integration time, it can't find the "org.appfuse.model.User" class

2009-09-25 Thread Matt Raible
I would check and make sure you don't have multiple hibernate.cfg.xml files in your project. If you do, delete the one in src/test/resources. If that doesn't work, you might look at moving your project to a directory that doesn't have spaces in it. Matt On Fri, Sep 25, 2009 at 9:46 AM, almari wr

[appfuse-user] At the integration time, it can't find the "org.appfuse.model.User" class

2009-09-25 Thread almari
Hello, I'm trying create one Struts 2 Basic project following the demo and quickstart guide. However without success yet. Once I have created the structure with the mvn archetype:create and later I execute mvn jetty:run-war it is retrieving the next error message: org.hibernate.MappingException:

Re: [appfuse-user] getting an instance of the genericManager via reflections from manager layer

2009-09-25 Thread Nils Petersohn
your blogpost helped this code below did the job, thx private SessionFactory sessionFactory; public void setSessionFactory(SessionFactory sessionFactory) { this.sessionFactory = sessionFactory; } public void save(String modelName, x values){ log.debug( values );

Re: [appfuse-user] getting an instance of the genericManager via reflections from manager layer

2009-09-25 Thread Matt Raible
This post and its comments might be useful: http://raibledesigns.com/rd/entry/moving_from_spring_s_xml Matt On Fri, Sep 25, 2009 at 7:37 AM, Nils Petersohn wrote: > hello, > i try to implement a generic type of instantiating the genericManager. > for this i need to call the getBean Method from

Re: [appfuse-user] Deploying Appfuse Spring hibernate application to Weblogic

2009-09-25 Thread Matt Raible
What's the error you're seeing? You might try searching the mailing list archives to see if others have figured it out. For example: http://www.nabble.com/appfuse2-under-weblogic-9.2-problem!-td19003177s2369.html Matt On Fri, Sep 25, 2009 at 6:56 AM, jaxta wrote: > > I have an appfuse spring hi

[appfuse-user] getting an instance of the genericManager via reflections from manager layer

2009-09-25 Thread Nils Petersohn
hello, i try to implement a generic type of instantiating the genericManager. for this i need to call the getBean Method from the BeanFactory: Resource res = new FileSystemResource(".../WEB-INF/ applicationContext.xml"); BeanFactory factory = new XmlBeanFactory(res); GenericManager x = (Gener

[appfuse-user] Deploying Appfuse Spring hibernate application to Weblogic

2009-09-25 Thread jaxta
I have an appfuse spring hibernate application that i want to deploy to weblogic. I have tried to instal the application on weblogic console but the deployement fails due to missing jar file required at start up of weblogic server how can i get all the jar file required so that i can set them in