[jboss-user] [JBoss Tools (users)] - components.xml

2008-03-05 Thread Pebbels
Hi guys, I tried to start with JBoss Seam 2.0.1.GA, JBoss AS 4.2.2.GA, JBoss IDE for Eclipse 2.0.0.Beta2 using http://wiki.jboss.org/wiki/Wiki.jsp?page=EclipseSeamProject. When deploying I get the following error: 08:43:04,375 INFO [Initialization] reading /WEB-INF/components.xml |

[jboss-user] [JBoss Messaging] - Re: MDBs not getting messages after long run

2008-03-05 Thread timfox
There's no such release as JBoss Messaging 1.4.1.SP1. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134139#4134139 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134139 ___

[jboss-user] [JBoss jBPM] - unable to plugin jpdl designer 3.2.1 into eclipse 3.2.0

2008-03-05 Thread aarthi_lourdes
Hi, As mentioned in your forum I've tried the following 1: copy pasting links,features,plugins from jpdl designer to new eclipse extract 2: running the given ant script to do the above 3: using eclipse's find and install to install the plugin 4: starting eclipse usign -clean param I ve tried all

[jboss-user] [JBoss jBPM] - Re: Problem JBPM

2008-03-05 Thread lgg82
Good days, I am going to try(mean) it again. My application consists of several workflows. Every workflow consists of forms. When I put text with tildes and ñ (special characters) and give him to guard they are inserted in the database (Oracle) without tildes and ñ, rare(strange) characters

[jboss-user] [Beginners Corner] - Re: JBoss seam forum broken

2008-03-05 Thread mars1412
you know about the new forum, do you? http://www.seamframework.org/Community/SeamUsers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134142#4134142 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134142

[jboss-user] [JBoss jBPM] - Re: Can't leave node ... without leaving transition

2008-03-05 Thread pojomonkey
victorl wrote : ... | token = processInstance.getRootToken(); | token.signal(); | I suggest that before you signal() that you find out from the token which Node it's sitting at... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134144#4134144 Reply to

[jboss-user] [JBoss jBPM] - Re: Strange behaviour when using fork

2008-03-05 Thread bungrudi
to jbpm developers, it would save me a whole day if you just throw an exception for all unsupported actions, such as calling node.leave() or token.signal() from inside action handler. regards, Rudi View the original post :

[jboss-user] [JBoss jBPM] - Re: Update of the root token after one of the sub-tokens in

2008-03-05 Thread pojomonkey
a.grin wrote : | Is this update (that changes root token) really needed? | The root token is key to the state of the process - seems reasonable that it's state changes as the process is updated. The stale object exceptions can be avoided by not assuming that the token cannot change

[jboss-user] [JBoss jBPM] - Re: taskinstance setStart(new Date()) storing null in the da

2008-03-05 Thread pojomonkey
Let's have a look - taskInstance.setStart(Date date) is: | /** |* overwrite start date |*/ | public void setStart(Date date) { | start = null; | } from TaskInstance source. I think that explains it. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: java.lang.NoSuchMethodException: org.jboss.resource.adap

2008-03-05 Thread jaikiran
anonymous wrote : 12:41:55,517 ERROR [STDERR] at java.lang.Class.getDeclaredMethod(Class.java:1264) | 12:41:55,517 ERROR [STDERR] at net.itcube.util.jdbc.DebuggableStatement.executeVerboseQuery(DebuggableStatement.java Looks like your application's class

[jboss-user] [JBoss jBPM] - Re: load balance

2008-03-05 Thread kukeltje
Sorry... but it is not jBPM's core business to build enterprise grade queing and timer mechanism's if they are already available. That is what the first E in J2EE stands for Would cost to much of our precious time Regards, Ronald View the original post :

[jboss-user] [JBoss jBPM] - Re: taskinstance setStart(new Date()) storing null in the da

2008-03-05 Thread pojomonkey
BTW - in TaskInstance.start() it uses 'start == null' to determine whether the task has already been started or not. So, following a call to setStart() it would also be possible to call start() again - probably would cause problems... View the original post :

[jboss-user] [JBoss Portal] - Re: How to stream a pdf at portlet?

2008-03-05 Thread holly77
AFAIK straming binary content from within a portal context is not possible. You got do redirect to a Servlet. See: http://www.thoughtsabout.net/blog/archives/33.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134153#4134153 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JBossTools and Portlets based on Richfaces

2008-03-05 Thread aklimkovich
Isuue was added to jira: http://jira.jboss.com/jira/browse/JBIDE-1843 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134154#4134154 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134154

[jboss-user] [JBoss Getting Started Documentation] - cannot acces application from remote sytem

2008-03-05 Thread [EMAIL PROTECTED]
hii everybody i have a web application in seam architucture with JBOSS 4.2. IDE is redhat developer studio the problem is when i am running the application by giving localhost ind the address the page is comming properly eg: http://localhost:8080/SeamRegistration but if i give IP address or

[jboss-user] [Installation, Configuration DEPLOYMENT] - Does Jboss require a specific OS?

2008-03-05 Thread cotede2
Hi everybody, I have a server that runs under Debian and I was wondering if Jboss could be run on it? Moreover, if there are advised OS? And does Redhat still give support if we don't use their linux distribution? or is it preferable to use a specific OS? Thanks a lot. View the original

[jboss-user] [Beginners Corner] - how to change port number

2008-03-05 Thread ashoksaravanan
how to change the jboss prot number? defaultly its working in port number 8080 i want to change it to 9090 what i want to do? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134161#4134161 Reply to the post :

[jboss-user] [Advanced Documentation] - cannot acces application from remote sytem

2008-03-05 Thread [EMAIL PROTECTED]
hii everybody i have a web application in seam architucture with JBOSS 4.2. IDE is redhat developer studio the problem is when i am running the application by giving localhost ind the address the page is comming properly eg: http://localhost:8080/SeamRegistration but if i give IP address or

[jboss-user] [Remoting] - cannot acces application from remote sytem

2008-03-05 Thread [EMAIL PROTECTED]
hii everybody i have a web application in seam architucture with JBOSS 4.2. IDE is redhat developer studio the problem is when i am running the application by giving localhost ind the address the page is comming properly eg: http://localhost:8080/SeamRegistration but if i give IP address or

[jboss-user] [JBoss jBPM] - Re: jbpm variables not saved

2008-03-05 Thread pitcom
Kamlesh again. oh..!!! I typed e n t e r but got vaniced. Please read my previous post with correction as press enter instead of anything else Regards Kamlesh Shah [EMAIL PROTECTED] View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - ClassLoader leak through TimedCachePolicy.resolutionTimer

2008-03-05 Thread huuskart
As far as I can see, a ClassLoader leak can occur through org.jboss.util.TimedCachePolicy.resolutionTimer, preventing ClassLoader and classes from unloading when an EAR is undeployed. I have debugged undeploy problem in my EAR with jmap -dump and jhat, and one of the reasons preventing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ClassLoader leak through TimedCachePolicy.resolutionTime

2008-03-05 Thread huuskart
Forgot to say: JBoss 4.2.1.GA, JDK 1.6.0_04. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134173#4134173 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134173 ___ jboss-user

[jboss-user] [JBoss jBPM] - JBPM Web application WORKS ONLY with 8859-1, why not with UT

2008-03-05 Thread mkmkmkzeto
I must use JBPM Web application, I need some fields in my process to be filled in, unfortunatelly it doesn't work with another characters than 8859-1. Can anybody explain it? I think it can be a problem with JSF. Read this: http://forum.java.sun.com/thread.jspa?threadID=725461messageID=4180923

[jboss-user] [JBoss jBPM] - Re: jbpm variables not saved

2008-03-05 Thread pitcom
Hi I was facing same problem of not saving 'Name' and 'Mapped Name' in jBPM.. During n...n number of tries, it saved for one instance of 'Name', but I could not figure it out - HOW. Now I have solution ... !!! After you type new name or a mapped name, press instead of any thing else.

[jboss-user] [EJB/JBoss] - JBoss AS 4.2 - JBoss Seam - java.lang.RuntimeException

2008-03-05 Thread Pebbels
Hi guys, using JBoss 4.2.0.GA JBoss Seam 2.0.1.GA JBossIDE for Eclipse 2.0.0.Beta2 and trying to run jboss-seam-booking.ear on the server I become the following errors: 11:59:16,906 INFO [Initialization] reading /WEB-INF/components.xml | 11:59:16,906 ERROR [[/seam-booking]]

[jboss-user] [Beginners Corner] - plugins available for eclipse

2008-03-05 Thread ashoksaravanan
I'm using jboss-4.2.2GA, is their any plugin available for controll that from eclipse? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134177#4134177 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134177

[jboss-user] [Security JAAS/JBoss] - LDAP and JBoss

2008-03-05 Thread rukh
I have this issue with JBoss and LDAP. I've created a configuration for LDAP and JBoss and everything works fine, but everytime user fails to log in the failed login counter pops by 2. I've put some logging information in the place where LdapContext is created for a user and it's fired only

[jboss-user] [Beginners Corner] - Re: plugins available for eclipse

2008-03-05 Thread mars1412
http://labs.jboss.com/tools/download/index.html especially JBossAS Tools you should also check JBDS http://www.jboss.com/products/devstudio View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134183#4134183 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Tomcat 5.5 login module compatibility?

2008-03-05 Thread rsanka
I am facing a similar problem; Per the instructions in the http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingCustomPrincpalsWith, I set up the login module that extends from UsernamePasswordLoginModule, configured it in the login-config.xml (with the principalClass option set to point to my custom

[jboss-user] [JBoss Portal] - Re: How To create fields in a CMS

2008-03-05 Thread kruibal
Sorry, i forgot to describe my environment Jboss portal version: JBoss Portal 2.6.3 Database: postgreSQL 8.1.11 OS: CentOS release 5 (Final) JDBC conector: postgresql-8.2-507.jdbc4 From download View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134188#4134188

[jboss-user] [Javassist user questions] - Re: adding annotations

2008-03-05 Thread cat4hire
I'm going mad, anyone with a suggestion? I've found that the following piece of code: | ByteArrayOutputStream aos = new ByteArrayOutputStream(); | AnnotationsWriter aw = new AnnotationsWriter(aos, constantPool); | aw.numAnnotations(1); |

[jboss-user] [JBoss jBPM] - Re: I want to use jBPM, but am concerned about issue backlog

2008-03-05 Thread rsdickerson
Thanks. That helps. I figured that was the case, but needed to ask anyway. I saw somewhere that the next major version would be out by August and a minor release will be sooner. Even so, it sounds like the current release will be sufficient for us to get started developing. As for helping out,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ClassLoader leak through TimedCachePolicy.resolutionTime

2008-03-05 Thread huuskart
There is another, perhaps theoretical leak possibility JBoss authentication cache implemented using TimedCachePolicy. This is because entries in TimedCachePolicy are not purged from the cache until they are fetched from the cache, and are then noticed as expired. The leak occurs when: 1. I

[jboss-user] [Beginners Corner] - Re: how to change port number

2008-03-05 Thread nishan_inapp
hi Ashok, Check the file /deploy/jboss-web.deployer/server.xml Best, Nishan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134193#4134193 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134193

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - In trouble with Jboss Application Server

2008-03-05 Thread mr.Jdeveloper
Hello guys. I have a little problem while accesing to a deployed application in Jboss AS. Well, this application,named portalsitranbus, was developed in Jdeveloper, where it works fine. Then i deployed it into a EAR file, located in the deploy folder of the Jboss/server/default folder. I

[jboss-user] [JBoss jBPM] - using java project's classes into a JBPM project

2008-03-05 Thread ranu_gokhe
i've created a JBPM project. Now i want to use the classes of a already created java project. I've added that project to my JBPM project. hence i can very well access the classes of the java project. I'm able to create the objects of the classes that i want to use. but the problem is i'm not

[jboss-user] [JBoss jBPM] - Re: Strange behaviour when using fork

2008-03-05 Thread bungrudi
bungrudi wrote : to jbpm developers, | | it would save me a whole day if you just throw an exception for all unsupported actions, | | thats a rather self important comment from someone who have just spent his whole day debugging jbpm. :) sorry for that. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: In trouble with Jboss Application Server

2008-03-05 Thread mr.Jdeveloper
I forgot to ask how to access a deployed application other computer, because i had been trying a few ways and no one success... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134201#4134201 Reply to the post :

[jboss-user] [EJB 3.0] - Re: How to use configurable information

2008-03-05 Thread cristi_cioriia
That was what I was looking for, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134205#4134205 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134205 ___ jboss-user mailing

[jboss-user] [EJB/JBoss] - Re: Finder exception after upgrade from 4.0.5 to 4.2.2

2008-03-05 Thread jaikiran
anonymous wrote : Unabled to enlist resource, see the previous warnings. Do you see any previous errors/warning in the server.log file? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134206#4134206 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - SSl client certificate

2008-03-05 Thread macq
hello Can I use client certificate without having SSL connection? Can I forced web browser to send SSL certificate to application ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134208#4134208 Reply to the post :

[jboss-user] [JBoss jBPM] - Do we really need Transition?

2008-03-05 Thread bungrudi
Does a transition really needed in a bpm framework? I've just realized that the need to explicitly define transitions from a node is lessening the framework's expressiveness quite bad. I can't found an easy way to implement a complex flow, one of which is like a - b - c - ttt - d - e where node

[jboss-user] [JBoss jBPM] - Re: I want to use jBPM, but am concerned about issue backlog

2008-03-05 Thread kukeltje
Scott, Cool, I'll try informing Tom and see what is on the radar... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134211#4134211 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134211

[jboss-user] [JBoss Tools (users)] - Re: components.xml

2008-03-05 Thread [EMAIL PROTECTED]
please use something uptodate like the final release of JBoss Tools. Thanks ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134212#4134212 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134212

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: In trouble with Jboss Application Server

2008-03-05 Thread jaikiran
anonymous wrote : I forgot to ask how to access a deployed application other computer, because i had been trying a few ways and no one success... Do you mean, you want to access JBoss server which has been started on a remote machine? Which version of JBoss are you using? If it's JBoss-4.2.x

[jboss-user] [JBoss Portal] - Re: Missing windowId for portlets events test

2008-03-05 Thread rpa_rio
I used the demo3.jsp code and made minimal changes, now everything works ok. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134215#4134215 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134215

[jboss-user] [JBoss Portal] - Portlet in multiple columns

2008-03-05 Thread porcho
Hi there. I'm using JBoss Portal 2.6.4-GA, and I'd like to know if that's possible to configure a portlet so that it spans multiple columns in a portal page (2 columns when using the 3columns layout, for example), and how can I do it. I've already checked the forum and search through JBoss

[jboss-user] [JBoss jBPM] - Re: Can't leave node ... without leaving transition

2008-03-05 Thread victorl
Thank you very much Ronald and pojomonkey for the responses. By means this instruction System.out.println(token.getNode().getName()); I can see that process is in the correct node: it is 'init process' Thanks once again View the original post :

[jboss-user] [Beginners Corner] - Velocity issue

2008-03-05 Thread cristi_cioriia
Hi all, I am pretty new to JBOSS and I have some hard times integrating Velocity into JBOSS. I hope that this is the right place to ask for help. Basically, what I would like to do is is the following: I have an EJB which uses a helper class for creating some content. The helper class creates

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-05 Thread martin.wickus
I think I've found a bug in JBM 1.4.0.SP3. I ran JBM 1.4.0.SP3 to reproduce my earlier problem in UAT. I then went through each of the items listed as oversights before until the problem dissapeared. The order was: 1. Updated to latest schema. Problem still occurs. 2. Changed to non-EAP

[jboss-user] [JBossWS] - multiple webservices in different virtualhosts

2008-03-05 Thread schueffi
Hi, i have jboss-4.2.2 configured to serve content for two different virtualhosts (in jboss-web/server.xml), www.host-a.com and www.host-b.com . Now, i want to deploy a pojo-jaxws based webservice on both of these virtualhosts (each configured to serve only for its particular virtualhost in

[jboss-user] [JBoss jBPM] - Re: Can't leave node ... without leaving transition

2008-03-05 Thread pojomonkey
Just realised - the 'raw' Node type does NOT have a wait state and will hence try to leave() as soon as gets there. And it doesn't have a leaving transition, so the error is correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134227#4134227 Reply to the

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-05 Thread timfox
Wickus - Can you clarify what value of prefetchSize and slowConsumers you were using when you saw the problem? Just to be clear- you're saying that the with the default values its ok, but when you change them to your values you get the problem? View the original post :

[jboss-user] [JBoss jBPM] - Re: Do we really need

2008-03-05 Thread pojomonkey
It IS possible to simply move token into arbitrary nodes (of course these would HAVE to be nodes with wait-states...) but that seems an awfully ham-fisted way of using jBPM! And how transitions can 'lessen the expressiveness' of a graph execution environment is beyond my comprehension. It also

[jboss-user] [Beginners Corner] - Re: how to change port number

2008-03-05 Thread ashoksaravanan
Hi Nishan; Thank you man its working.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134232#4134232 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134232 ___

[jboss-user] [JBoss jBPM] - Re: Strange behaviour when using fork

2008-03-05 Thread pojomonkey
bungrudi wrote : | thats a rather self important comment from someone who have just spent his whole day debugging jbpm. But you weren't 'debugging' jBPM, but your own incorrect usage! bungrudi wrote : :) sorry for that. And so you should be! View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ClassLoader leak through TimedCachePolicy.resolutionTime

2008-03-05 Thread huuskart
I tested with this patch to TimedCachePolicy. Yay, undeploy now works! | --- TimedCachePolicy.java | +++ TimedCachePolicy.java | @@ -77,7 +77,17 @@ public class TimedCachePolicy |public Object getValue(); | } | | - protected static Timer resolutionTimer = new

[jboss-user] [JBoss Portal] - Re: Portlet in multiple columns

2008-03-05 Thread [EMAIL PROTECTED]
You would need to create your own layout View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134237#4134237 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134237 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: How To create fields in a CMS

2008-03-05 Thread [EMAIL PROTECTED]
There is no such feature. If you have strong CMS requirements I would suggest that you integrate JBoss Portal with an ECM solution. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134238#4134238 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: SSl client certificate

2008-03-05 Thread macq
http://www.jboss.com/index.html?module=bbop=viewtopict=131260 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134241#4134241 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134241

[jboss-user] [Beginners Corner] - Re: plugins available for eclipse

2008-03-05 Thread ashoksaravanan
is it possible to run jboss-4.2.2.GA from eclipse3.2? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134243#4134243 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134243 ___

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl.jar deployment in war file

2008-03-05 Thread d_buckley
i'm experimenting with removing the various jars now, so i'll let you know if i get anywhere. thanks for the help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134245#4134245 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: MDBs not getting messages after long run

2008-03-05 Thread mpr_prabhu
Sorry Version we are using is 1.4.0.SP1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134246#4134246 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134246 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Do we really need

2008-03-05 Thread bungrudi
pojomonkey wrote : It also suggests that perhaps you're not fully grasping what jBPM is about. quite possibly. maybe I'm not looking the problem from the jBPM perspective. what i meant by not needing any Transition is that we can officially move token into arbitrary nodes, without regarded

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-05 Thread martin.wickus
No. By default these values were not specified and that's when I get the problem. When I set SlowConsumers to false and PrefetchSize to 1000 the problem did not occur. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134248#4134248 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Strange behaviour when using fork

2008-03-05 Thread bungrudi
pojomonkey wrote : | But you weren't 'debugging' jBPM, but your own incorrect usage! | debugging my own app then. pojomonkey wrote : And so you should be! i am. but i still think that throwing exception on incorrect usages (like my case) is a good idea. View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: LDAP and JBoss

2008-03-05 Thread tool
Just a thought, but what does your login-config.xml file look like? If you had two LDAP login-modules defined for your application policy, with the first one flagged as sufficient, then this behavior you describe would make sense. There would be two failed logins and only one successful one and

[jboss-user] [JBoss Portal] - Re: How to stream a pdf at portlet?

2008-03-05 Thread [EMAIL PROTECTED]
or use Portlet 2.0 resource serving ! holly77 wrote : AFAIK straming binary content from within a portal context is not possible. | | You got do redirect to a Servlet. | | See: | http://www.thoughtsabout.net/blog/archives/33.html | View the original post :

[jboss-user] [JBoss jBPM] - Swimlane

2008-03-05 Thread mausca
Hi all, I've define this process (this is only a part of entire process) start-state name='start' /start-state I don't understand why the class MyAssignmentHandler is never instatiated and the method assign is never called. The class MyAssignmentHandler implementes the

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-05 Thread timfox
Sorry, I'm a bit confused. So, you're saying you saw the problem with the default, out of the box values, with no changes? What values do you need for your system - do you need to change the prefetchSize or slowconsumers? View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to configure hibernate to be able to work concurrently i

2008-03-05 Thread kadlecp
Hello, I have several message driven beans that access db through hibernate. These message driven beans work in scope of one JTA transaction, so they access hibernate concurrently. It seems that hibernate is not configured well because I am getting this exception. | 14:46:44,652 ERROR

[jboss-user] [JBoss jBPM] - Re: Swimlane

2008-03-05 Thread mausca
Sorry, this is the part of process: start-state name='start' /start-state View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134261#4134261 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134261

[jboss-user] [JBoss Portal] - Re: Missing windowId for portlets events test

2008-03-05 Thread [EMAIL PROTECTED]
rpa_rio wrote : I used the demo3.jsp code and made minimal changes, now everything works ok. thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134262#4134262 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134262

[jboss-user] [JBoss jBPM] - Re: Swimlane

2008-03-05 Thread mausca
Sorry again | swimlane name='StartProcessActors' | assignment class='it.valueson.croute.web.jbpm.MyAssignmentHandler' | /assignment | /swimlane | start-state name='start' | task name='initProcess' swimlane='StartProcessActors'/task | transition to='firstState' | action

[jboss-user] [JBossWS] - @WebService method argument names

2008-03-05 Thread rcarmichael
If I've got an EJB3 Bean with @Stateless and @WebService defined with a method like: | addNumbers(int num1, int num2) | the WSDL generated will simply call the arguments arg0 and arg1. Is there a way to force the WSDL generated to actually use the proper argument names? In this silly

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-05 Thread martin.wickus
That's correct. Under item 2 for post Tue Mar 4, 2008 07:55 AM you'll see I mentioned that when we upgraded from JBM 1.4.0.GA to JBM1.4.0.SP3, we did not bring across our customizations (those two attributes specifically). In other words, under JBM 1.4.0.GA, we'd customized our

[jboss-user] [JBoss jBPM] - Re: Do we really need

2008-03-05 Thread kukeltje
think the other way around. do not move the node, move the tokens. Give each a none meaningful transition (or even use a decsionnode, even better) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134272#4134272 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Swimlane

2008-03-05 Thread kukeltje
start states are currently not assignable this way. They are assigned to the actor who starts it. See jira for this issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134275#4134275 Reply to the post :

[jboss-user] [EJB 3.0] - Re: MappingException: Repeated column in mapping for entity

2008-03-05 Thread eyalhayun
did u managed to work it out? im getting the same error ,,, :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134276#4134276 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134276

[jboss-user] [JBoss Messaging] - Re: Bridge problems across two clusters

2008-03-05 Thread navjeetc
I have looked at these links (http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue[/url] [url]http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnEJB3MDBToTalkToARemoteQueue) on the wiki and I don't think they address my question which is how do I configure

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [Help] Resources In Jars in Deployment EAR

2008-03-05 Thread jaikiran
Which version of JBoss? And how does your code try to load the CatalogManager.properties file? And what are the contents of your application.xml file? Please also post the (probably huge) output of the following command: jar -tf myApp.ear where myApp.ear is the name of your ear file. View

[jboss-user] [JBoss jBPM] - Re: Swimlane

2008-03-05 Thread mausca
Thanks Ronald, but in the next node: | state name='firstState' | task name='prova' swimlane='StartProcessActors'/task | transition to='secondState' / | /state | the MyAssignmentHandler is never called too View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - How to get applicationname (name of the ear) from FacesConte

2008-03-05 Thread Annegret
Hi, I'm porting an application deployed in WebSphere ApplicationServer to jboss. In this context I have to generate a lookupname to a SessionBean dynamically. The SessionBean is deployed with JNDIName earname/Beanname/local. For WebSphere the following call is implemented: | String appName

[jboss-user] [JBoss jBPM] - Re: Can't leave node ... without leaving transition

2008-03-05 Thread victorl
Hi pojomonkey, I resolved the problem making the documentation control node a state node type. Thank you very much once again. Best Regards, Victor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134288#4134288 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Strange behaviour when using fork

2008-03-05 Thread kukeltje
it's rather not really easy in the current implementation of the core since it is dependent on the node. The generic actionhandler base then has to have knowledge about which nodes. In the pvm (basis of 4.0) things will change View the original post :

[jboss-user] [JBoss jBPM] - Re: Do we really need

2008-03-05 Thread bungrudi
kukeltje wrote : think the other way around. do not move the node, move the tokens. Give each a none meaningful transition (or even use a decsionnode, even better) yes, i used decision node and transitions, and moved the tokens instead of the node. but then my xml is full of

[jboss-user] [JBossWS] - Re: Runtime classloader cannot be null

2008-03-05 Thread sjackson88
I have the same issue using jboss-4.2.2.GA and JBossWS2.0.1SP2 or JBossWS2.0.3. I need to make my .war dependent on the service that provides the data being served by the web service. My .war contains a single class; it uses @WebService and @WebMethod to tag what needs to be exposed to the

[jboss-user] [JBossWS] - Re: Runtime classloader cannot be null

2008-03-05 Thread sjackson88
I forgot to mention I'm not using a loader-repository. My jboss-web.xml looks like this: | ?xml version=1.0 encoding=UTF-8? | | !DOCTYPE jboss-web PUBLIC -//JBoss//DTD Web Application 2.4//EN http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd; | | | jboss-web | |

[jboss-user] [Installation, Configuration DEPLOYMENT] - [4.2.2] NameAlreadyBoundException on deploy when binding Use

2008-03-05 Thread mturner24
Hi ! Server configuration: jBoss 4.2.2 GA I have an EAR with 2 EJB3 jars and 3 WARs. When Jboss starts and try to deploy the third war, I get this exception : anonymous wrote : | org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable:

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-05 Thread timfox
I want to try and replicate this on this end. Can you give me more information on your setup? Size of messages, number of messages, number of consumers etc etc. so we can replicate something similar? And what I should do to replicate? Looking at the code the only time consumecount gets

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Hot deployment scanner deploys files which were meant to

2008-03-05 Thread jaikiran
Updated the issue http://jira.jboss.com/jira/browse/JBAS-5209 with a patch View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134312#4134312 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134312

[jboss-user] [Advanced Documentation] - Re: cannot acces application from remote sytem

2008-03-05 Thread PeterJ
Please do not post the same question on multiple forums. http://www.jboss.com/index.html?module=bbop=viewtopicp=4134155 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134314#4134314 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: In trouble with Jboss Application Server

2008-03-05 Thread mr.Jdeveloper
thx for ur answer jaikiran, im using 4.2.0.GA, but i had executed run.bat -b 0.0.0.0, and after that i had been capable of accessing the server trought a web browser writing the ip and accessing by the port 8080. Is that the right way? and what about my first question? thx again jaikiran, im a

[jboss-user] [JBoss Getting Started Documentation] - Re: cannot acces application from remote sytem

2008-03-05 Thread PeterJ
Did you read the release notes (readme.html)? First bullet item under JBOssAS 4.2.0 in the Configuration Issues section. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134319#4134319 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Does Jboss require a specific OS?

2008-03-05 Thread PeterJ
All that you need is a certified JDK. The Java environment that comes with most Linux distros is not adequate, you will have to get the one from Sun. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134323#4134323 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-05 Thread martin.wickus
No, we're not running a cluster, thus no failover. I'll need to come back to you wrt the requested information. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134324#4134324 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portlet in multiple columns

2008-03-05 Thread porcho
[EMAIL PROTECTED] wrote : You would need to create your own layout And where can I find further information about that? I've looked at JBoss Portal Reference Guide already. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134325#4134325 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [Help] Resources In Jars in Deployment EAR

2008-03-05 Thread Mazinger
This is JBoss 4.0.5 The CatalogManager.properties is being loaded via an encapsulation of the Apache Commons Configuration API. Within the same jar file that contains the various properties files, we store a common-config.xml file that is read in through a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Does Jboss require a specific OS?

2008-03-05 Thread cotede2
that's awesome View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134332#4134332 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134332 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss 4.2.2 with hibernate-entitymanager-3.3.1.GA

2008-03-05 Thread jaikiran
anonymous wrote : I dont want to use hibernate jars which comes in Jboss4.2.2 distribution. These jars are old (3.2.1). JBoss-4.2.2 ships with 3.2.4.sp1. anonymous wrote : I want to use the latest version with Jboss4.2.2. Its definitely possible to use a different version of Hibernate with

  1   2   >