Re: [rules-users] Deployment on websphere

2013-05-30 Thread drdaveg
5.3 worked much better, without authentication. I even was able to import my 5.5 repository, albeit with some issues. Oddly, writing the PKG throws an exception. I have written the code to export a PKG before, but I wonder if this is related to the permission under the WebSphere directory? Some

Re: [rules-users] Deployment on websphere

2013-05-30 Thread drdaveg
Thanks. With 5.5. and your components.xml I get: Trying 5.3 :) Thanks for your help! -- View this message in context: http://drools.46999.n3.nabble.com/Deployment-on-websphere-tp4023800p4024033.html Sent from the Drools: User forum mailing list archive at Nabble.com. __

Re: [rules-users] Deployment on websphere

2013-05-30 Thread Stephen Masters
btw … It sounds like you have tried 5.5, 5.4 and 5.2. It may be worth checking out 5.3 if you keep hitting issues with 5.5. So far I have only found 5.3 to be usable as a version of Guvnor. When I tried a migration to 5.5.0.Final I found that it had too many bugs in functionality which was cruc

Re: [rules-users] Deployment on websphere

2013-05-30 Thread Stephen Masters
Sorry … talking nonsense here. It's the other way around. Ignore me. :-/ On 30 May 2013, at 14:43, Stephen Masters wrote: > Erm … something seems wrong here. > > If you're using 5.5.0.Final, then there should be no "beans.xml" in your > WEB-INF directory. > > 5.5 uses Seam 3, which is config

Re: [rules-users] Deployment on websphere

2013-05-30 Thread Stephen Masters
Erm … something seems wrong here. If you're using 5.5.0.Final, then there should be no "beans.xml" in your WEB-INF directory. 5.5 uses Seam 3, which is configured with a "components.xml" file. Below is a copy of mine with logins disabled. Steve http://jboss.com/products/seam/components";

Re: [rules-users] Deployment on websphere

2013-05-30 Thread drdaveg
Sure! I believe this is the all from the exploded 5.5 Guvnor war: guvnor\WEB-INF\lib\seam-security-3.1.0.Final.jar guvnor\WEB-INF\lib\seam-security-api-3.1.0.Final.jar and the /WEB-INF/beans.xml: -- View this message in context: http://drools.46999.n3.nabble.com/Deployment-on-websphere-tp4

Re: [rules-users] Deployment on websphere

2013-05-29 Thread 706826
Hi dradev,Kindly share the following details1. seam-security jar version2. seam-security-api jar version3. drools-guvnor.war/WEB-INF/beans.xml -- View this message in context: http://drools.46999.n3.nabble.com/Deployment-on-websphere-tp4023800p4024027.html Sent from the Drools: User forum maili

Re: [rules-users] Deployment on websphere

2013-05-29 Thread drdaveg
Thanks. I've tried a number of different approaches and checked your post out before. I appreciate the tip about decompressing. With your approach, I get: Exception thrown by application class 'com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionProcessor.findWrapper():476' JSPG0036E: Failed t

Re: [rules-users] Deployment on websphere

2013-05-20 Thread abhinay_agarwal
Can you please tell me if I am installing guvnor-war through administrative console, then what I am supposed to write in JNDI name. I am not using database to store my rules/repostory, they are stored by default as objects. -- View

Re: [rules-users] Deployment on websphere

2013-05-18 Thread Stephen Masters
I created a server under WLP called guvnor: sudo /usr/share/was/wlp/bin/server create guvnor One specific issue that I came across was that Guvnor attempted to create files inside the war when it started up. Therefore, I wasn't able to get it to work using the zipped up war. Similarly,

Re: [rules-users] Deployment on websphere

2013-05-17 Thread drdaveg
I've been using DROOLS and Guvnor for years, but am trying to get Guvnor to run under WebSphere 8.5 - even under the Liberty profile as mentioned. Guvnor fails using the tomcat war (contrary to post) and avoiding "seam" (per another post) gets you to run-time complaints about - needing the weld-

Re: [rules-users] Deployment on websphere

2013-05-14 Thread abhinay_agarwal
I get that, ll try to resolve dependencies myself. Thanks for the help though. -- View this message in context: http://drools.46999.n3.nabble.com/Deployment-on-websphere-tp4023800p4023809.html Sent from the Drools: User forum mailing list archive at Nabble.com. __

Re: [rules-users] Deployment on websphere

2013-05-13 Thread Stephen Masters
On WAS 8.5 Liberty Profile, no changes needed to be made to the Guvnor tomcat war. I suspect that this is because the WAS Liberty Profile makes a point of not importing dependencies unless you ask for them. It seems to be 'sold' as being a benefit for start-up times, but I found that it's bigge

Re: [rules-users] Deployment on websphere

2013-05-13 Thread abhinay_agarwal
Did you make any changes in the war ? Coz I am having a 5.5.1- Snapshot war, and no matter what i do, I doesnt get deploy on was 7. So, i have asked to install was 8.0. May I know if I need to make any changes to the tomcat-6.0 war, provided by guvnor before deploying ? Thanks, Abhinay -- Vie

Re: [rules-users] Deployment on websphere

2013-05-13 Thread Stephen Masters
5.5.0.Final on WAS (Liberty Profile) 8.5: https://gist.github.com/gratiartis/5205287 I tried working through deployment on WAS 7, but I was finding it a rather painful experience, and didn't need it, so I haven't progressed it. On 13 May 2013, at 11:02, abhinay_agarwal wrote: > Has a

[rules-users] Deployment on websphere

2013-05-13 Thread abhinay_agarwal
Has any1 sucessfully deployed Guvnor 5.4.x or later on webspehere 7 or later. Please reply. Thanks, Abhinay -- View this message in context: http://drools.46999.n3.nabble.com/Deployment-on-websphere-tp4023800.html Sent from the Drools: User forum mailing list archive at Nabble.com. _