[JBoss Tools (users)] - Re: Wrong dependancy on JBossIDE JBossAS Adapter Feature (1
by Quessir
Hi! Actually I posted topic like this. There is also JIRA to it.
Yesterday I've found some cunny solutions.
At first install all required plugins through Update Manager (such as Spring IDE, Subclipse or Maven).
And only after then install JBossTools or TPTP(it's also buggy despite of release. it requires eclipse sdk and main Europa download doesn't satisfy it).
When U're installing this plugins, don't unzip it to the main folder. Create another extension locations. I've created directory extensions in eclipse. So,
eclipse
| -----features
| -----plugins
| -----extensions
| ----------JbossTools
| ---------------eclipse
| --------------------.eclipseextension
| --------------------features
| --------------------plugins
Write in .eclipseextension file this:
id=org.eclipse.platform
| name=Eclipse Platform
| version=3.3.0
|
Then in Manage Configuration add this location.
But, anyway, after this, U still cannot install stuff through Update Manager. :(
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061855#4061855
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061855
18Â years, 9Â months
[JBoss jBPM] - Re: Deploying to Weblogic 8.1
by mailinator
Hi,
i'm here again because i'm stuck in my deployment of the jbpm console.
In fact the deployment is ok but when trying to access http://10.98.54.53:7001/jbpm-console/sa/processes.jsf, i got this error Error 403--Forbidden.
Apparently i dont understand how authentication works on jbpm. I find this topic on dev2dev http://forums.bea.com/bea/message.jspa?messageID=400011356&tstart=0 but thats not really my problem (i think i will have to do that but after my current problem is solved).
During deployment i have this error "java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet" but i dont know if it is related to my problem of forbidden access.
During deployment i also have those pointers :
<9 juil. 2007 10 h 43 CEST> <BEA-101248> <[Application: 'C:\bea
\user_projects\domains\mydomain\myserver\upload', Module: 'jbpm-console']: Deplo
yment descriptor "web.xml" is malformed. Check against the DTD: org.xml.sax.SAXP
arseException: cvc-elt.1: Cannot find the declaration of element 'web-app'. (lin
e 2, column 10).>
<9 juil. 2007 10 h 43 CEST> <BEA-101180> <The auth-constraint r
eferences security-role: user, which is not defined in web.xml.>
<9 juil. 2007 10 h 43 CEST> <BEA-101248> <[Application: 'C:\bea
\user_projects\domains\mydomain\myserver\upload', Module: 'jbpm-console']: Deplo
yment descriptor "weblogic.xml" is malformed. Check against the DTD: org.xml.sax
.SAXParseException: Element type "security-domain" must be declared. (line 19, c
olumn 18).>
<9 juil. 2007 10 h 43 CEST> <BEA-101248> <[Application: 'C:\bea
\user_projects\domains\mydomain\myserver\upload', Module: 'jbpm-console']: Deplo
yment descriptor "weblogic.xml" is malformed. Check against the DTD: org.xml.sax
.SAXParseException: The content of element type "weblogic-web-app" must match "(
description?,weblogic-version?,security-role-assignment*,run-as-role-assignment*
,reference-descriptor?,session-descriptor?,jsp-descriptor?,auth-filter?,containe
r-descriptor?,charset-params?,virtual-directory-mapping*,url-match-map?,preproce
ssor*,preprocessor-mapping*,security-permission?,context-root?,wl-dispatch-polic
y?,servlet-descriptor*,init-as*,destroy-as*)". (line 20, column 20).>
<9 juil. 2007 10 h 43 CEST> <BEA-101304> <Webapp: ServletContex
t(id=12164356,name=jbpm-console,context-path=/jbpm-console), the role: admin def
ined in web.xml has not been mapped to principals in security-role-assignment in
weblogic.xml. Will use the rolename itself as the principal-name.>
I think that the answer to my problems is here but i cant find it.
Please someone help me understand all this.
Best toughts,
O.M.
P.S. if you need to see some configuration files or want more informations feel free to ask.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061854#4061854
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061854
18Â years, 9Â months
[JBoss Seam] - s:formattedText works incorrect
by Phantom
Good day,
I use s:formattedText on my site. But in some cases i can catch such exception:
line 1:100: unexpected char: 0x2013
at org.jboss.seam.text.SeamTextLexer.nextToken(SeamTextLexer.java:203)
at antlr.TokenBuffer.fill(TokenBuffer.java:69)
at antlr.TokenBuffer.LA(TokenBuffer.java:80)
at antlr.LLkParser.LA(LLkParser.java:52)
at org.jboss.seam.text.SeamTextParser.line(SeamTextParser.java:681)
at org.jboss.seam.text.SeamTextParser.paragraph(SeamTextParser.java:345)
at org.jboss.seam.text.SeamTextParser.text(SeamTextParser.java:286)
at org.jboss.seam.text.SeamTextParser.startRule(SeamTextParser.java:173)
at org.jboss.seam.ui.UIFormattedText.encodeBegin(UIFormattedText.java:33
)
How can I prevent from this situation, for example by skiping incorrect chars?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061849#4061849
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061849
18Â years, 9Â months