[jBPM] - A repetition of "<text>" tag changing <script> using Eclipse plugin
by Andrey Chuyko
Andrey Chuyko [http://community.jboss.org/people/chuiko.andrew] created the discussion
"A repetition of "<text>" tag changing <script> using Eclipse plugin"
To view the discussion, visit: http://community.jboss.org/message/536068#536068
--------------------------------------------------------------
Hello EveryBody!
May be someone hava been met this bag in eclipse plugin ?
For example I would like to add to my process.jpdl.xml file some SCRIPT for example this one:
<script g="251,195,193,52" lang="python" name="BRAS Script configure">
<text>
#!/usr/local/bin/python
# coding=utf-8
import sys
print "BRAS Script configure start!"ыуу
print "param1=", param1
</text>
</script>
And if I try to do something with this script in Eclipse plugin editor I return in source cod and see following
<script g="251,195,193,52" lang="python" name="BRAS Script configure">
<text>
#!/usr/local/bin/python
# coding=utf-8
import sys
print "BRAS Script configure start!"ыуу
print "param1=", param1
</text>
+*<text>
#!/usr/local/bin/python
# coding=utf-8
import sys
print "BRAS Script configure start!"ыуу
print "param1=", param1
</text>*+
</script>
Tag script is repeated. It is very strange!
Andrew
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/536068#536068]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years
Re: [jboss-user] [JBoss Tools] - JBoss Tools 3.1 Final!
by Ajay Gupta
Ajay Gupta [http://community.jboss.org/people/ajaygupta0512] replied to the discussion
"JBoss Tools 3.1 Final!"
To view the discussion, visit: http://community.jboss.org/message/536063#536063
--------------------------------------------------------------
Hey Folks,
Great work by the way on JBoss Tools 3.1.0 GA. A couple of things:
1. I created a new Seam Web Project and selected the default options. I opted to create an EAR for my project. When the project got deployed to JBoss 5.1.0 GA Runtime, the application was getting deployed to some JBoss Runtime directory under JBoss Plugins in Eclipse installation directory. When I manually copied the exploded EAR file to the JBoss AS deploy directory, it gave me a ClassNotFoundError on com.sun.facelets.compiler.Compiler. So, I think that there might be 2 issues here.
2. For the ClassNotFoundErrror, I know that Seam does not have to use Facelets but I would request that if the default project generator is putting Facelets as the view handler in JSF faces-config.xml, we include jsf-facelets.jar in the deploy directory.
3. We are using IBM Websphere 7 for Seam development. When we can expect support for WAS 7 in JBoss Tools?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/536063#536063]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years