org.jboss.util.propertyeditor.PropertiesEditorMany of our property editors extend org.jboss.util.propertyeditor.TextPropertyEditorSupport and operate in a reverse mode, i.e they store the string form of a property and convert to object whenever getValue() is call...
run.conf sourced by shutdown.shThere is a potential bug in run.conf sourced by both run.sh and shutdown.sh. http://jira.jboss.com/jira/browse/JBAS-4155 Unless anyone objects, it will be removed from shutdown.sh. Also, commented out debugging opt...
SIP + JBOSSHi all, I want to intergrate SIP functionality in the JBOSS platform. The sip servlet Reference Implementation is free for downloand, but I am not sure how I can Intergrate it in the JBOSS/tomact container.... An o...
JBoss + SIP developmentSIP application server from Micromethod is based on SIP Servlet framework that can be integrated with JBoss. The product can be downloaded from www.micromethod.com Micromethod's SIP App Server also support convergenc...
JBoss Rules problem (too many iterations)I use JBoss Rules in my project and I have a problem with this rule
[then]addList "{value}" {expression}
=liste.add(new Integer({value})); {expression}
The drl line wich matches with this rule is like that:
ad...
possible bug in run.sh on SolarisWe've been using jboss 4.0.5.GA and we think we've found a bug with run.sh on Solaris (9 or 10). This link is the patch that seems to have introduced this problem: http://jira.jboss.com/jira/browse/JBAS-3748 This li...
Thread JBoss Developer CERTIFICATION exam. What JBOSS VERSION?
JBoss Developer CERTIFICATION exam. What JBOSS VERSION?I have completed all the prerequisites for the Jboss Developer Certification exam and have received an invite to take the exam. I am wondering what version of Jboss is covered in the current exam? Is EJB3 covered for ...
How to build large Web-Applications?I'm develloping a mid range JBoss based web application facing that it's darn heavy work, before you can go online. During this work, i have asked myselve offen...isn't there a tool based approach to this or at lease...
Thread Updates to the logging framework for JBossAS 4.2.x
Updates to the logging framework for JBossAS 4.2.xWe need to decide whether any updates to the logging framework should take place for the JBossAS 4.2.x timeframe/series. From updating the log4j library: http://jira.jboss.com/jira/browse/JBAS-3441 http://jira.jboss....
Thread Help needed in design and suggestions requested
Help needed in design and suggestions requestedIf I'm in the wrong forum, please direct me to the right one... I need to develop a colaboration/groupware solution. Here's a brief overview of the requirement: 1. Different Companies need to register and their data ...
Thread jboss 4.0.4 xerces in endorsed dir and jdk1.5 xerces
jboss 4.0.4 xerces in endorsed dir and jdk1.5 xercesThe default download installation of Jboss 4.0.4 AS has xerces under C:\jboss\lib\endorsed. I am using JDK 1.5 as JRE runtime which already includes JAXP 1.3 and xerces implementation as part of core java package. So ...
Thread Case of Queries taking long execution time?
Case of Queries taking long execution time?Hi all, I am using jboss-4.0.4.G.A version. When execution of SQL queries takes long time, say 5 to 8 hrs. My application is showing "Page cannot be displayed" error when the server is still running. What may be the p...
Preferred Development IDE?I've been having some problems compiling JBossAS projects within Eclipse lately - Seems the only solution is to do an SVN checkout, run the build script from the command line, and perform what seems like an endless lo...
Remote debuging with eclipseWhen I remotely connect to jboss using # Sample JPDA settings for remote socket debuging JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" I never seem to be able to hot sw...
JBoss Design FlawsHi, I?m a PhD student and recently I?m working on detecting design flaws from the source code. I want to propose a framework, containing a design knowledge-base and a classifier, to automatically detect design flaws ...
Keeping sample-bindings.xml up-to-dateWhenever you add to the JBoss configuration any service that deals with sockets/ports, etc., please, please, don't forget to update varia/src/resources/services/binding/sample-bindings.xml There are numerous cases ...
Thread Compacting product version strings into shorts
Compacting product version strings into shortsJBoss has recently standardized the naming conventions for product releases (see http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProductVersioning). This thread is aimed at deriving a standard mechanism for converting t...
Upgrade Xalan bundle to 2.7.0The first attempt to upgrade xalan was rolled-back due to issues with xml security. http://jira.jboss.com/jira/browse/JBAS-2155 Should we try the upgrade again with 4.0.4RC1?
TimeoutFactory updateThe original set of changes for http://jira.jboss.com/jira/browse/JBAS-2205 introduced a java.util.Timer that caused a huge transient memory usage due to the fact that cancelling a timer does not make it available for...
Thread Need a consistent version numbering convention
Need a consistent version numbering conventionWe need some consistency in the numbering convention. How does one compare a version like 1.2.4_SP1_FINAL to 1.2.4.1 or 1.2.4beta1? The jboss build as well as eclipse and more generally osgi bundles have a notion of ...