[JBoss-dev] [JBossWeb] - Re: 2 jboss on 1 cpu

2004-08-04 Thread telrod
Sure. Will have to make sure that you don't have port conflicts such as JNDI (see jboss-service.xml) and web server (see service.xml in tomcat sar). Easiest thing to do is take server/default directory (or all, depending on what services you are using) and make a copy of it using a new name (i.

[JBoss-dev] [JBoss Remoting] - Re: Sample JSR160 code for Jboss?

2004-08-04 Thread telrod
You are using the JSR 160 APIs, which we don't yet support. Can find an example of how to do the same thing in PingPongTest (will have to get the source). Is in jmx-remoting\src\test\jboss\test\mx\remoting\pingpong\PingPongTest.java. In this example, it explicitly sets the handler. Can go t

[JBoss-dev] [JBossWeb] - 2 jboss on 1 cpu

2004-08-04 Thread arashsun
I want to know if there are any possiblities of configuring and running one or more jboss instances on one CPU. If anyone knows please let me know. Arash View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844201#3844201 Reply to the post : http://www.jboss.org/

[JBoss-dev] [Build System] - Compilation Errors in WebServices module

2004-08-04 Thread rajdeep_dua
org.apache.axis.message.SoapElementDirtyImpl class not found Its not there is axis.jar :\rajdeep\jboss\NewCheckOut\jboss-head\webservice\src\main\org\jboss\webservice\handler\HandlerChainBaseImpl.java:11: cannot resolve symbol | symbol : class SOAPElementDirtyImpl | location: package mes

[JBoss-dev] [Management on JBoss] - Re: shutdown.bat -S fails when JNDI not on port 1099

2004-08-04 Thread janilsal
Lets assume that your JNDI port is 1199, then use the following shutdown -s jnp://localhost:1999 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844196#3844196 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844196 ---

[JBoss-dev] [Management on JBoss] - shutdown.bat -S fails when JNDI not on port 1099

2004-08-04 Thread lpmon
Any idea why? How to fix? If I change it back to 1099 it works. 23:26:07,875 WARN [NamingContext] Failed to connect to localhost:1099 javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect t

[JBoss-dev] [Nukes Development] - Re: Cannot Change Attribute Values in jboss-service.xml

2004-08-04 Thread KaMiKaTze
Have a look on http://www.jboss.org/wiki/Wiki.jsp?page=BasicProblems That is about another but related problem. Would be nice if you put your experiences onto the wiki page as well :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844188#3844188 Reply to

[JBoss-dev] [Security on JBoss] - Re: Generalizing Credentials

2004-08-04 Thread ricardoarguello
IÂd be interested in implementing this for JBoss, but I think these instructions are kinda outdated, right? JBoss 3.2.x uses Tomcat 5 now... I understand these "instructions" were for Tomcat 4. I need to allow JBoss " Web Container Managed Security" to support IP logging and blocking after a n

[JBoss-dev] [Nukes Development] - Re: Cannot Change Attribute Values in jboss-service.xml

2004-08-04 Thread sklakken
Thanks, Thomas; that worked. So once I initialize a JBOSS module I cannot change its attribute values without going into the jmx-console? i.e. is there a way to flush the old values without using the jmx-console? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-dev] [Nukes Development] - Re: Attachments support in forum

2004-08-04 Thread theute
Fixed. Thanks for your feedback. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844183#3844183 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844183 --- This SF.Net

[JBoss-dev] [Nukes Development] - Re: Cannot Change Attribute Values in jboss-service.xml

2004-08-04 Thread theute
It's because the data are stored, you have to use the jmx-console. I don't have a working nukes running right now so i can't be much more precise. But look at http://localhost:8080/jmx/console and scroll down, you should see Nukes stuff, then you should have fields for that. It's only a guess,

[JBoss-dev] [Nukes Development] - Cannot Change Attribute Values in jboss-service.xml

2004-08-04 Thread sklakken
I'm trying to tweak the imagic theme a little by making the following changes in: nukes/nukes/src/resources/nukes-sar/META-INF/jboss-service.xml My Site Name My Slogan I also changed the theme.html file. Then I execute: nukes/nukes build clean nukes/nukes build nukes/nukes bu

[JBoss-dev] [Nukes Development] - Re: Attachments support in forum

2004-08-04 Thread theute
That's because you let the CMP creating the table. The setup.xml should create the good one for you. I probably missed a xdoclet tag. I will try to fix that even though we won't let the container creating the tables. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-dev] [ jboss-Bugs-773087 ] Multiple mixins not supported

2004-08-04 Thread SourceForge.net
Bugs item #773087, was opened at 2003-07-17 18:05 Message generated for change (Comment added) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=773087&group_id=22866 Category: Aspects Group: CVS HEAD >Status: Closed >Resolution: Out of Da

[JBoss-dev] [Nukes Development] - Re: Attachments support in forum

2004-08-04 Thread jbossroy
All good. Getting an error now when sumitting the post: ava.sql.SQLException: General error, message from server: "Column 'physical_filename' cannot be null" at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1825) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1020)

[JBoss-dev] [Tomcat] - Re: Upgrading from jboss-3.0.4_tomcat-4.1.12 to jboss 3.2.x

2004-08-04 Thread b2bpro
excellent - thanks for your help. I fugured that it was just an issue of me understanding how things are put together in the new version. By the way - should this be a fairly straight forward upgrade? Are there any docs or FAQs about what I need to do to convert? View the original post : ht

[JBoss-dev] [Tomcat] - Re: Upgrading from jboss-3.0.4_tomcat-4.1.12 to jboss 3.2.x

2004-08-04 Thread janilsal
Since JBoss3.2.4, Tomcat 4.1.x has been deprecated. The version you should try to use is JBoss3.2.5 as it comes with the latest Tomcat 5.0.x version. You can find the tomcat5.0.x integrated in JBoss at the following location: /server//deploy/jbossweb-tomcat50.sar where is default, all based o

[JBoss-dev] [Tomcat] - Re: Upgrading from jboss-3.0.4_tomcat-4.1.12 to jboss 3.2.x

2004-08-04 Thread janilsal
the location is jboss_home/server/default/deploy/jbossweb-tomcat50.sar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844171#3844171 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844171 --

[JBoss-dev] [Tomcat] - Upgrading from jboss-3.0.4_tomcat-4.1.12 to jboss 3.2.x

2004-08-04 Thread b2bpro
I am just about to upgrade my app from jboss-3.0.4_tomcat-4.1.12 but I'm a little confused about the 3.2.x packaging. I downloaded both 3.2.3 and 3.2.5 but I don't see a tomcat subdirectory at the top level as with 3.0.4. The 3.2.5 download (from the jboss download page) indicated that tomcat

[JBoss-dev] [ jboss-Feature Requests-1003443 ] Update HSQL to 1.7.2

2004-08-04 Thread SourceForge.net
Feature Requests item #1003443, was opened at 2004-08-04 11:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376688&aid=1003443&group_id=22866 Category: JBossMQ Group: v3.2 Status: Open R

[JBoss-dev] [Nukes Development] - Re: Attachments support in forum

2004-08-04 Thread theute
Oups... Actually the commands don't exist anymore, i removed the calls. Thanks, it should build now if you update the whole bb directory. Sorry... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844155#3844155 Reply to the post : http://www.jboss.org/index.h

[JBoss-dev] [ jboss-Bugs-1003359 ] ejbStore not called at end of transaction after 3.2.3

2004-08-04 Thread SourceForge.net
Bugs item #1003359, was opened at 2004-08-04 17:49 Message generated for change (Comment added) made by chrholm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1003359&group_id=22866 Category: JBossCMP Group: v3.2 Status: Closed Resolution: Fixed Priority

[JBoss-dev] [ jboss-Bugs-1003359 ] ejbStore not called at end of transaction after 3.2.3

2004-08-04 Thread SourceForge.net
Bugs item #1003359, was opened at 2004-08-04 18:49 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1003359&group_id=22866 Category: JBossCMP Group: v3.2 Status: Closed Resolution: Fixed Prior

[JBoss-dev] [Nukes Development] - Re: Attachments support in forum

2004-08-04 Thread jbossroy
Did you import org.jboss.nukes.addons.modules.bb.commands.post.DeleteAttachmentCommand, the build seems to die on it. roy. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844149#3844149 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-dev] [ jboss-Bugs-1003359 ] ejbStore not called at end of transaction after 3.2.3

2004-08-04 Thread SourceForge.net
Bugs item #1003359, was opened at 2004-08-04 18:49 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1003359&group_id=22866 Category: JBossCMP Group: v3.2 >Status: Closed >Resolution: Fixed Pri

[JBoss-dev] [ jboss-Bugs-967939 ] EJB Deployment failure

2004-08-04 Thread SourceForge.net
Bugs item #967939, was opened at 2004-06-07 04:57 Message generated for change (Comment added) made by venunarla You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=967939&group_id=22866 Category: JBossServer Group: v4.0 Status: Open Resolution: None Priority

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Co-ordinator

2004-08-04 Thread bela
Normally it is automatic. This tag is only useful if you want to exclude certain nodes from ever becoming coordinator. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844146#3844146 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-dev] [ jboss-Bugs-1003359 ] ejbStore not called at end of transaction after 3.2.3

2004-08-04 Thread SourceForge.net
Bugs item #1003359, was opened at 2004-08-04 18:49 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1003359&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open >Resolution: Accepted Pri

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Co-ordinator

2004-08-04 Thread tcherel
I am not very familiar with JGroups, but is there any particular advantages in choosing which node of the cluster is the coordinator? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844140#3844140 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-dev] [JBoss Remoting] - Re: Sample JSR160 code for Jboss?

2004-08-04 Thread abalan
Using the JMX remote api: I am trying toconnect to a Jboss Server via RMI using the following code: JMXServiceURL url = new JMXServiceURL("service:jmx:rmi:///jndi/rmi://testhost1:1098/";); JMXConnector jmxc = JMXConnectorFactory.connect(url, null); and get the following error: jav

[JBoss-dev] [ jboss-Bugs-1003359 ] ejbStore not called at end of transaction after 3.2.3

2004-08-04 Thread SourceForge.net
Bugs item #1003359, was opened at 2004-08-04 17:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1003359&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution:

[JBoss-dev] [Nukes Development] - Attachments support in forum

2004-08-04 Thread theute
I added the support for attachments, it's in the HEAD of the CVS. If people can try it and give feedback about any bug, they are very welcome. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844124#3844124 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-dev] [ jboss-Bugs-1003330 ] Unspecified QL compiler class causes null-pointer exception

2004-08-04 Thread SourceForge.net
Bugs item #1003330, was opened at 2004-08-04 17:51 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1003330&group_id=22866 Category: JBossCMP Group: None >Status: Closed >Resolution: Fixed Pri

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: TreeCache deadlock

2004-08-04 Thread rchristy
Hi Ben, I missed your posting on the 8th, do you still need anything else from me? Rich View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844122#3844122 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844122 ---

[JBoss-dev] [ jboss-Bugs-1003330 ] Unspecified QL compiler class causes null-pointer exception

2004-08-04 Thread SourceForge.net
Bugs item #1003330, was opened at 2004-08-04 14:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1003330&group_id=22866 Category: JBossCMP Group: None Status: Open Resolution:

[JBoss-dev] [ jboss-Bugs-676533 ] Multistep IS NULL SQL incorrect

2004-08-04 Thread SourceForge.net
Bugs item #676533, was opened at 2003-01-29 05:15 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=676533&group_id=22866 Category: JBossCMP Group: CVS HEAD >Status: Closed >Resolution: Fixed P

[JBoss-dev] [ jboss-Bugs-758108 ] Deadlocks occur is connection is SERIALIZABLE

2004-08-04 Thread SourceForge.net
Bugs item #758108, was opened at 2003-06-20 22:05 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=758108&group_id=22866 Category: JBossCMP Group: v3.2 >Status: Closed >Resolution: Rejected Pr

[JBoss-dev] [JBoss IDE] - Re: how to let jboss ide use single filed type as primary ke

2004-08-04 Thread jackleeok
Thank you very much! Regards. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844117#3844117 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844117 --- This SF.Net

[JBoss-dev] [ jboss-Bugs-705732 ] Incorrect behaviour of WHERE clause using relations

2004-08-04 Thread SourceForge.net
Bugs item #705732, was opened at 2003-03-18 19:43 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=705732&group_id=22866 Category: JBossCMP Group: v3.2 >Status: Closed >Resolution: Out of Date

[JBoss-dev] [ jboss-Bugs-713352 ] BigDecimals lose fractional digits

2004-08-04 Thread SourceForge.net
Bugs item #713352, was opened at 2003-04-01 17:29 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=713352&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole >Status: Closed >Resolution:

[JBoss-dev] [ jboss-Patches-1003283 ] Custom socket factory for https invocation

2004-08-04 Thread SourceForge.net
Patches item #1003283, was opened at 2004-08-04 16:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=1003283&group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolu

[JBoss-dev] [Nukes Development] - Re: Blogs in Nukes?

2004-08-04 Thread cooper
there is the journal module which provide that but is a little bit crappy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844102#3844102 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844102 ---

[JBoss-dev] [Nukes Development] - Back to the old ddl, forget pure CMP

2004-08-04 Thread cooper
I have created a news installer in branch 1.1 that is minimal but works. I have also worked at minimizing the redundancy in the ddl files with an improved format of setup.xml. I think we should forget the idea of pure CMP because this is not possible to use it to insert data in the database. It

[JBoss-dev] [ jboss-Patches-1003258 ] JaasSecurityManager and caching of X509Certificate chains

2004-08-04 Thread SourceForge.net
Patches item #1003258, was opened at 2004-08-04 15:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=1003258&group_id=22866 Category: JBossSX Group: v3.2 Status: Open Resolution

[JBoss-dev] [ jboss-Bugs-967939 ] EJB Deployment failure

2004-08-04 Thread SourceForge.net
Bugs item #967939, was opened at 2004-06-06 21:57 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=967939&group_id=22866 Category: JBossServer Group: v4.0 Status: Open Resolution: None Priority:

[JBoss-dev] [JBoss IDE] - java.lang.NoClassDefFoundError: org/eclipse/debug/ui/sourcel

2004-08-04 Thread avin25
Hello Everybody, I am using eclipse 3.0 with Jboss 3.2.3. I have just installed Jboss Ide 1.3.30. I went to RunÂ>Debug to see several new "JBoss" Configurations then I clicked on the one of the configuration (Jboss 3.2.x) and selected the debug perspective to none. Now I am trying to create

[JBoss-dev] [ jboss-Bugs-773087 ] Multiple mixins not supported

2004-08-04 Thread SourceForge.net
Bugs item #773087, was opened at 2003-07-17 18:05 Message generated for change (Comment added) made by nthx You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=773087&group_id=22866 Category: Aspects Group: CVS HEAD Status: Open Resolution: None Priority: 5 S

[JBoss-dev] [JBoss IDE] - Re: JBoss-IDE and Eclipse 2.1

2004-08-04 Thread colaheavy
As the current 2.1 JBossIde Version is working good the further development can be stopped as long the latest 2.1 version remains available. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844085#3844085 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-dev] [JBoss IDE] - Re: xdoclet version?

2004-08-04 Thread pilhuhn
IIrc JBossIDE 1.3 was released just shortly before Xdoclet 1.2.1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844083#3844083 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844083

[JBoss-dev] [JBoss IDE] - xdoclet version?

2004-08-04 Thread lepe
In JBoss IDE 1.3 - isn't it xdoclet v 1.2.1 that is included? Having problem with hibernatexdoclet bug that generating an incorrect jboss-service.xml when using mergedir, that was in xdoclet 1.2b4 but then should be solved. Strange... /L View the original post : http://www.jboss.org/index.ht

[JBoss-dev] [JBoss IDE] - Re: Hot code replace failed

2004-08-04 Thread sgodden
Anyone else any ideas? We are all using Sun JDK1.4 on windows, and it definitely does not work. We would love to be able to use this feature. Who has it working? What configuration are you using? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844080#3844080

[JBoss-dev] [Nukes Development] - Blogs in Nukes?

2004-08-04 Thread gerryjun
Hi to All! i downloaded nukes and was able to deploy it, but to find that it does not include a BLOG as a module as the live sample here in Jboss.org has. my question is can i include if posible the Blog to my Nukes, where to download n how? Thnks in advance! View the original post : http://w

[JBoss-dev] [Tomcat] - Re: session persistence config

2004-08-04 Thread Linux
Me too! : -( Hope to see an expert reply. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844062#3844062 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844062 --- Th