[jBPM] New message: "jBPM 4.3 - Multiple values (types) in JBPM4_VARIABLE for single entry."
by Martin Porter
User development,
A new message was posted in the thread "jBPM 4.3 - Multiple values (types) in JBPM4_VARIABLE for single entry.":
http://community.jboss.org/message/522975#522975
Author : Martin Porter
Profile : http://community.jboss.org/people/jedizippy
Message:
--------------------------------------------------------------
Hi,
We are running into an issue where we end up with an entry in the JBPM4_VARIABLE table for a process execution variable that has two different values (types). The value should have a Long (numeric type) and most of the time it does. However it seems that the value of a different (String) process execution variable is also updated on the same row and hence this causes exceptions later then attempting to read the value as the String value is returned rather than the log.
Has anyone else seen this before. It occurs with parameters passed into a subprocess.
Regards
Martin
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/522975#522975
13 years, 1 month
[JBoss Tools] New message: "Re: Adding JBoss AS source to a project"
by arjan tijms
User development,
A new message was posted in the thread "Adding JBoss AS source to a project":
http://community.jboss.org/message/522973#522973
Author : arjan tijms
Profile : http://community.jboss.org/people/atijms
Message:
--------------------------------------------------------------
p.s.
I found the source of the mentioned example class in /tomcat/src/main/org/jboss/web/tomcat/security/login/WebAuthentication.java.
Using the method of setting the source via "Edit Source lookup" in the debug view, the source of this particular class can be found when stepping into a method from this class using the debugger. So, this is definitely an improvement compared with not having sources at all.
However, ctrl-click into this class from the Java editor still doesn't work, and you often need this too when programming.
And, as mentioned before, stepping into a class where Jboss AS ships the source in a jar doesn't work at all (neither stepping into it nor via crtl-clicking on it).
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/522973#522973
13 years, 1 month
[JBoss Tools] New message: "Re: Adding JBoss AS source to a project"
by arjan tijms
User development,
A new message was posted in the thread "Adding JBoss AS source to a project":
http://community.jboss.org/message/522969#522969
Author : arjan tijms
Profile : http://community.jboss.org/people/atijms
Message:
--------------------------------------------------------------
I tried exactly what you said, but it doesn't seem to work. It seems like this only works for directories containing .java files, not for directories containing .jar files.
When I click on "Edit Source Lookup..." again, then my source directory "jboss-5.1.0.GA-src" has indeed been added, and when I unfold it I can see all directories of the source archive, but unlike the "Default" source lookup path, not a single jar file is listed.
I think a big problem regarding JBoss AS sources is that the structure of the source archive is *completely* different from that of the compiled product. For instance, suppose you were looking for the sources of jboss-web-service.jar. This file is located in the binary distribution at /server/default/deploy/jbossweb.sar/jboss-web-service.jar. There is *no* way the source code location even remotely resembles this. Even if the path would not exactly match (since it's actually /server/*/deploy/jbossweb.sar/jboss-web-service.jar), then still one would expect some file called jboss-web-service-src.jar.
Again, this is not how the source is organized. Maybe the source of jboss-web-service-src.jar is within an archive located in thirdpary/jboss/foo/bar/kaz-all.jar. You just don't know... and -that- is the problem.
Maybe a solution is to recursively unjar every .jar file to a central location and then jar it up again. I don't know... but I do know that the current situation leaves a lot to be desired.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/522969#522969
13 years, 1 month