[JBoss Seam] - Re: Which JARS do we really need for a seam application?
by ASavitsky
To answer your questions about specific JARs you listed...
ajax4jsf-1.1.1-SNAPSHOT.jar - DO WE NEED THIS TO USE AJAX4JSF? Required for Ajax4Jsf, along with oscache JAR. Also RichFaces need these, too
el-api.jar - WHAT ARE THOSE FOR?
el-ri.jar - WHAT ARE THOSE FOR? Both are part of JSF implementation (either RI or MyFaces) and are required.
itext-2.0.1.jar - DO WE NEED THIS FOR PDF FUNCTIONALITY? Yes
jsf-facelets.jar - NEEDED? Yes, if you use Facelets
jstl-1.1.0.jar - NEEDED? Might be, if you use JSPs with JSF. If you use Facelets, this JAR is not required
myfaces-api-1.1.4.jar - NEEDED?
myfaces-impl-1.1.4.jar - NEEDED? Yes, but only if you use MyFaces JSF implementation. Not needed if you use RI
richfaces-3.0.1-SNAPSHOT.jar - NEEDED FOR RICH FACES? Yes
Also, some other JARs you listed are only needed for specific environments/tasks, such as Portlet JAR or JCaptcha
HTH,
Alex
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043232#4043232
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043232
19 years
[JCA/JBoss] - Force Oracle to Rollback _after_ prepare phase?
by ypsilon
Hi
is it possible to make JBoss force oracle to roll a transaction back in the commit phase? The problem here is that once in a while it occurs that one of the resources fails to respond to the commit request even if the prepare call succeeded just seconds ago. Since in most of the cases this means that the questionable resource did not commit it would be helpful to roll the other participant in the transaction (= Oracle 10g) back.
Is there any way to achieve this? Far as I know it's up to the transaction manager to make such a decision. Can the JBoss transaction manager be forced to make this decision? (Actually I do not even know if oracle can do this, but I would bet so)
If not: Are there any other options than using the LastResource interface for the unreliable resource?
Thanks in advance for any help.
Greetings
PeeR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043222#4043222
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043222
19 years
[Installation, Configuration & Deployment] - Weird: Different deployed apps in each windows account, Can'
by fperedo
Hi!
I know this migth be a newbie question but:
Why when I run JBoss on the Administrator account there are no deployed applications... but when I run it on my user account (Fperedo) then, there are deployed applications....
I am learning JBoss, and I made lots of experiments... after that, I decided that I wanted to "clean-up fast", so I logged in as the Administrator, and uninstalled JBoss... , manually deleted C:\Program Files\jboss-4.0.5.GA\ then installed it a again... runned it... everything ok... nothing is deployed... logout...
Login as Fperedo...
run JBoss...
lots of applications deployed (and lots of errors, because many of them were wrongly deployed because I was learning)
How can I completly resete JBoss in ALL windows accounts?
Why when Jboss is startins it says that I have an EAR in
C:\Program Files\jboss-4.0.5.GA\server\.tmp ....
I don't see any ".tmp" directory... and why should those deployment be there if I complety deleted JBoss....
Any hints...?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043219#4043219
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043219
19 years