[JBoss-dev] [JBoss JIRA] Created: (JBAS-32) Exception is thrown when removing entity with null/invalid CMR value

2004-12-06 Thread Sonnel Pun (JIRA)
Exception is thrown when removing entity with null/invalid CMR value


 Key: JBAS-32
 URL: http://jira.jboss.com/jira/browse/JBAS-32
 Project: JBoss Application Server
Type: Bug
  Components: CMP service  
Versions: JBossAS-3.2.6 Final, JBossAS-4.0.0 Final
Reporter: Sonnel Pun
 Assigned to: Scott M Stark 


Let's look at the following example.

T_Parent
==
(pk)
--
  1
  2


T_Child
==
(pk)   (fk)
--
  1  1
  2  1
  3 null
  4  3


Let say, table T_Child and T_Parent have a 0-M relationship.
This relationship is modelled using CMR such that, no fk constraint and cascade 
delete is required. It is fine when removing the record 1 and 2 from T_Child 
but 
when removing records 3 and 4, exception is thrown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Tomcat] - Integrating Tomcat 4.1.30 with JBoss 3.2.6

2004-12-06 Thread uromahn
Hi Experts,

we would like to migrate an existing application running on Tomcat 4.1.30 to a 
full J2EE application server - JBoss. Unfortunately, this application does not 
run on Tomcat 5.x for whatever reason (I tested it with a standalone Tomcat 
5.x). Unfortunately, the latest and greatest JBoss 3.2.x (the latest J2EE1.3 
server) comes only with Tomcat 5.x integrated.

Question now: is there an easy way to integrate Tomcat 4.1.30 with, for example 
JBoss 3.2.6 or do I have to "downgrade" to JBoss 3.2.3 which, to my knowledge, 
was the latest version that had Tomcat 4.1.x integrated?

Any ideas and advice?

Thanks in advance,
-Uli

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857667#3857667

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857667


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread [EMAIL PROTECTED]
It is supported on Jboss 4.0.0 and it works.
All the required libraries are there.

Follow the (poor for now sorry about that) install guide step by step, and 
don't forget to set up $JBOSS_HOME as stated or it won't find the libraries.

The install guide doesn't explain how to create the database but it will still 
build and deploy. To build the tables, go to nukes-2.0/core type 'build ddl' 
then dump that into your mysql.
You also need the nukes-ds connector (i attached it to the Wiki page)

(it won't work on 3.2 actually)



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857666#3857666

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857666


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: How do I create the tables?

2004-12-06 Thread [EMAIL PROTECTED]
Actually it works ;) All the features are not there yet though.

I am writing the doc but have very few time for it (any help is welcome is 
someone goes through the installation process and wanna share let me know)

To build the tables, go to nukes-2.0/core and type: 'build ddl'

It will create a file build/resource/setup.ddl (i am not 100% sure of where it 
is but you should find it)

Then just dump this file into your database:
$ mysql -u nukes -p nukes < setup.ddl

It will create the tables.
You can register users and log-in


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857662#3857662

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857662


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: replication-granularity ATTRIBUTE problem

2004-12-06 Thread [EMAIL PROTECTED]
Thanks for letting me know. Is there a good way to reproduce this problem? If 
not, can you send me the log file to [EMAIL PROTECTED]

I did some load test when 3.2.6 was released. But none of this problem was 
discovered, of course.

-Ben


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857659#3857659

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857659


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - replication-granularity ATTRIBUTE problem

2004-12-06 Thread tokobayashi
hi,

I'm applying HttpSessionReplication to my application.
When replication-granularity is SESSION, replication works fine.

But I set replication-granularity to ATTRIBUTE, and stressed the 
web-application.Then I got the following error log.

2004-12-07 14:18:17,410 ERROR [TP-Processor10][org.jboss.cache.TreeCache] 
commit(): entry for transaction :476 not found

I changed the log level of TreeCache, and tried again.

2004-12-07 14:18:17,407 DEBUG [TP-Processor1][org.jboss.cache.TreeCache] 
_put(:475, "/JSESSION/km2Atal2mscTqdFK7beMAw**", 
km2Atal2mscTqdFK7beMAw**, [EMAIL PROTECTED])
2004-12-07 14:18:17,408 DEBUG [TP-Processor10][org.jboss.cache.TreeCache] 
_put(:476, "/JSESSION/f4Ul4Y9ouu93Ndxk6rOugw**/ATTRIBUTE", 
homepageVisits, [EMAIL PROTECTED])
2004-12-07 14:18:17,408 DEBUG [TP-Processor1][org.jboss.cache.TreeCache] 
_put(:475, "/JSESSION/km2Atal2mscTqdFK7beMAw**/ATTRIBUTE", 
homepageVisits, [EMAIL PROTECTED])
2004-12-07 14:18:17,408 DEBUG [TP-Processor10][org.jboss.cache.TreeCache] 
callRemoteMethods(): destination list is empty, discarding call
2004-12-07 14:18:17,408 DEBUG [TP-Processor1][org.jboss.cache.TreeCache] 
callRemoteMethods(): destination list is empty, discarding call
2004-12-07 14:18:17,409 DEBUG [TP-Processor10][org.jboss.cache.TreeCache] 
callRemoteMethods(): destination list is empty, discarding call
2004-12-07 14:18:17,409 DEBUG [TP-Processor1][org.jboss.cache.TreeCache] 
callRemoteMethods(): destination list is empty, discarding call
2004-12-07 14:18:17,409 DEBUG [TP-Processor10][org.jboss.cache.TreeCache] 
commit(): called to commit cache with gtx :476
2004-12-07 14:18:17,409 DEBUG [TP-Processor1][org.jboss.cache.TreeCache] 
commit(): called to commit cache with gtx :475
2004-12-07 14:18:17,409 DEBUG [TP-Processor10][org.jboss.cache.TreeCache] 
commit(): releasing lock ...
2004-12-07 14:18:17,409 DEBUG [TP-Processor1][org.jboss.cache.TreeCache] 
commit(): releasing lock ...
2004-12-07 14:18:17,409 DEBUG [TP-Processor10][org.jboss.cache.TreeCache] 
commit(): releasing lock ...
2004-12-07 14:18:17,409 DEBUG [TP-Processor1][org.jboss.cache.TreeCache] 
commit(): releasing lock ...
2004-12-07 14:18:17,409 DEBUG [TP-Processor10][org.jboss.cache.TreeCache] 
commit(): releasing lock ...
2004-12-07 14:18:17,409 DEBUG [TP-Processor1][org.jboss.cache.TreeCache] 
commit(): releasing lock ...
2004-12-07 14:18:17,410 DEBUG [TP-Processor1][org.jboss.cache.TreeCache] 
commit(): removing local transaction key TransactionImpl:XidImpl[FormatId=257, 
GlobalId=smtla009.osaka.sunmoretec.co.jp/1794, BranchQual=, localId=1794]
2004-12-07 14:18:17,410 DEBUG [TP-Processor10][org.jboss.cache.TreeCache] 
commit(): removing local transaction key TransactionImpl:XidImpl[FormatId=257, 
GlobalId=smtla009.osaka.sunmoretec.co.jp/1795, BranchQual=, localId=1795]
2004-12-07 14:18:17,410 DEBUG [TP-Processor10][org.jboss.cache.TreeCache] 
commit(): called to commit cache with gtx :476
2004-12-07 14:18:17,410 ERROR [TP-Processor10][org.jboss.cache.TreeCache] 
commit(): entry for transaction :476 not found

#To avoid CuncurrentModificationException, I had to change one logging 
code("commit(): releasing lock ...")

I see two "commit(): called to commit cache with gtx :476".
Why commit happened twice?
ATTRIBUTE granularity is not reliable?


environment:
RedHat AS2.1
JDK1.4.2_03
Apache2+mod_jk2
JBoss4.0.0
replication-trigger is SET
(when SET_AND_NON_PRIMITIVE_GET was set, the result was the same)


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857656#3857656

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857656


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWeb] - Re: Very weird Windows problem

2004-12-06 Thread chrismalan
Thanks Raist_Majere,

It is most likely the (with SP2) that makes the difference.

I just installed Windows 98 SE Updates on the offending Windows 98 machine 
which solved all problems.

Any idea what is behind this strange behaviour?

Chris

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857657#3857657

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857657


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [IIOP on JBoss] - Re: ClientConnectionManager: created new conn to target 0.0.

2004-12-06 Thread wkam2
Thank you, but I still don't know what the problem is.

I think the first (correct) IP address logged is the result of accessing the 
Naming Service. This works fine (No Exceptions):

  NamingContextExt namingContextExt =
 
NamingContextExtHelper.narrow(orb.resolve_initial_references("NameService"));
 log("looking up \"" + corbaName + "\"");
 NameComponent[] nameComponent = namingContextExt.to_name(corbaName);
 org.omg.CORBA.Object o = namingContextExt.resolve(nameComponent);
 MyObject server = MyObjectHelper.narrow(o);
 
The problem occurs if I try to activate a method on the remote object:

 server.mymethod(...)

When I look at the traces posted somewhere else it looks like Jacorb normaly 
connects to the right IP address instead of 0.0.0.0 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857655#3857655

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857655


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 Build Failed

2004-12-06 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041206232412
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build: 12/06/2004 23:24:12Time to build: 14 minutes 59 secondsLast changed: 12/06/2004 21:08:44Last log entry: Restore the jdk 1.4 ParameterMetaData getParameterMetaData and instead fix the jca classpath




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (2)1.1.2.3modifiedstarksmtestsuite/src/main/org/jboss/test/jca/jdbc/TestPreparedStatement.javaRestore the jdk 1.4 ParameterMetaData getParameterMetaData and instead fix the jca classpath1.1.2.2modifiedstarksmtestsuite/src/main/org/jboss/test/jca/jdbc/TestPreparedStatement.javaRemove the jdk 1.4 ParameterMetaData usage



[JBoss-dev] [JBossWeb] - Re: Very weird Windows problem

2004-12-06 Thread Raist_Majere
Using Windows XP and MSIE 6.x (with SP2) and everything worked ok on the page 
you've given...


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857652#3857652

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857652


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.544 Build Successful

2004-12-06 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041206221326Lbuild.544
BUILD COMPLETE - build.544Date of build: 12/06/2004 22:13:26Time to build: 24 minutes 10 secondsLast changed: 12/06/2004 19:57:19Last log entry: Updated




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (1)1.5modifiedbwang00cache/src/etc/standalone/META-INF/local-aop-eviction-service.xmlUpdated



[JBoss-dev] [JBoss Portal Development] - Re: cannot deploy DR or latest source

2004-12-06 Thread jimmyed2001
I am trying to deploy nukes-2-DR to jboss 3.2.6. There is no deploy target in 
the DR build.xml and jboss-3.2.6RC2-nukes-2.0-DR does not come with the 
standard server configured to run successfully.

I have tried nukes-2 and JBoss-4.0.0. I can build it but get even more errors 
when I try to deploy. At the moment I am trying to get the DR source to work 
with jboss-3.2.6RC2-nukes-2.0-DR.

I am a little amused beacuse you guys keep telling me to follow the directions 
on the wiki. And they keep not working in my configuration. You should try 
following the directions for Windows, they don't work. e.g.

On Windows:
1. cd to your JBoss Portal source directory. 
C:\files\dev\code\eclipse\workspace2>cd nukes-2
Run build/build main (This will compile and create your nukes-core.sar) 
C:\files\dev\code\eclipse\workspace2\nukes-2>build/build main
  | 'build' is not recognized as an internal or external command, operable 
program or batch file.
hmm. maybe that '/' should be a '\' (odd)
C:\files\dev\code\eclipse\workspace2\nukes-2>build\build main
  | Executing 
C:\files\dev\code\eclipse\workspace2\nukes-2\build\..\tools\bin\ant.bat  
-logger org.apache.tools.ant.NoBannerLogger main
  | Buildfile: build.xml does not exist!
  | Build failed
  | Press any key to continue . . .
hmm. Maybe I need to be in the build directory (did anyone even try this?).
C:\files\dev\code\eclipse\workspace2\nukes-2>cd build
  | 
  | C:\files\dev\code\eclipse\workspace2\nukes-2\build>build main
  | Executing 
C:\files\dev\code\eclipse\workspace2\nukes-2\build\..\tools\bin\ant.bat  
-logger org.apache.tools.ant.NoBannerLogger main
  | Buildfile: build.xml
  | 
  | _buildmagic:init:
  | etc
Ahh, there we go. So much for the directions on the Wiki... I have edited the 
wiki to fix this. However shouldn't there by something up there about 
downloading nukes-2-thirdparty?

I think there is an issue with the directory structure of nukes-2-thirdparty 
(at least as eclipse retrieves it).

Anyway. I'm just trying to get the DR to deploy to JBoss 3.2.6. Still no luck. 
All suggestions welcomed. See the log below...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857651#3857651

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857651


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - Re: RE: Exception thrown...

2004-12-06 Thread clebert.suconic
I forgot to tell what to do if the files get truncated.


Simply remove any truncated .log.gz file.

This is because sometimes the JVM ends up before the file get closed. That only 
happened with empty files.


Clebert Suconic

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857650#3857650

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857650


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - Re: RE: Exception thrown...

2004-12-06 Thread clebert.suconic
I'm not sure about what happened.

I have tested in IE/Mozilla/FireFox and I haven't feel any difference.

The only issue I'm aware is, sometimes a .gz file gets truncated and I get an 
exception into the profiler.  That happens sometimes.


If that happens again, if you could send me the .GZ files in some way, like 
putting the files into a temporary location and sending me the links here, I 
can try to reproduce the error. I would appreciate then.


Clebert

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857649#3857649

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857649


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2-testsuite Build Failed

2004-12-06 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20041206212458
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build: 12/06/2004 21:24:58Time to build: 29 minutes 2 secondsLast changed: 12/06/2004 21:08:44Last log entry: Restore the jdk 1.4 ParameterMetaData getParameterMetaData and instead fix the jca classpath




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (2)1.1.2.3modifiedstarksmtestsuite/src/main/org/jboss/test/jca/jdbc/TestPreparedStatement.javaRestore the jdk 1.4 ParameterMetaData getParameterMetaData and instead fix the jca classpath1.1.2.2modifiedstarksmtestsuite/src/main/org/jboss/test/jca/jdbc/TestPreparedStatement.javaRemove the jdk 1.4 ParameterMetaData usage



[JBoss-dev] [JBoss Profiler] - Re: JBoss Profiler on JBoss3.2.5/JVM 1.5

2004-12-06 Thread clebert.suconic
I don't know about GC constraints yet to JVM 1.5. I would have to research a 
little bit.

We will keep support on JVMPI, but we will create a FaÃade JVMTI to the same 
code we have using JVMPI. As JVMPI is just an interface, using JVMPI or JVMTI 
wouldn't be a big deal. By the end of January we will have a JVMTI version.


Clebert

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857648#3857648

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857648


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBMQ-4) Bug in JBoss MQ

2004-12-06 Thread Kalyan (JIRA)
Bug in JBoss MQ
---

 Key: JBMQ-4
 URL: http://jira.jboss.com/jira/browse/JBMQ-4
 Project: JBoss MQ
Type: Bug
Versions:  JBossAS-3.2.5
 Environment: OS - SunOS, 5.8, Java Version - 1.4.2, VM - Java Hotspot
Reporter: Kalyan
 Assigned to: Adrian Brock 
Priority: Critical


Hi, 

We were running a loadtest on a single instance of JBoss. The following thread 
on JBossMQ forum details about the test that's been conducted: 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=57189
The server has come to unusable state in less than 30 mins.

We have identified that there is a deadlock on MessageCache's LRUCache from the 
thread dump. We have found several instances of the below dump.

"Thread-11056" daemon prio=5 tid=0x014d8ff0 nid=0x3d17 waiting for monitor 
entry [5e801000..5e8019c0]
at 
org.jboss.mq.server.MessageCache.validateSoftReferenceDepth(MessageCache.java:327)
- waiting to lock <0xeddc9268> (a org.jboss.mq.server.MessageReference)
at org.jboss.mq.server.MessageCache.addInternal(MessageCache.java:142)
at org.jboss.mq.server.MessageCache.add(MessageCache.java:112)
at org.jboss.mq.server.JMSQueue.addMessage(JMSQueue.java:130)
at 
org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:402)
at 
org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:378)
at 
org.jboss.mq.server.JMSServerInvoker.addMessage(JMSServerInvoker.java:136)
at 
org.jboss.mq.il.uil2.ServerSocketManagerHandler.handleMsg(ServerSocketManagerHandler.java:86)
at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(SocketManager.java:356)
at org.jboss.mq.il.uil2.msgs.BaseMsg.run(BaseMsg.java:377)
at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
at java.lang.Thread.run(Thread.java:534)

There were few instances of the below dump.

"Thread-10996" daemon prio=5 tid=0x01145a08 nid=0x3cc8 waiting for monitor 
entry [60201000..602019c0]
at 
org.jboss.mq.server.MessageCache.validateSoftReferenceDepth(MessageCache.java:272)
- waiting to lock <0xebdd8c78> (a 
org.jboss.mq.server.MessageCache$LRUCache)
at org.jboss.mq.server.MessageCache.addInternal(MessageCache.java:142)
at org.jboss.mq.server.MessageCache.add(MessageCache.java:112)
at org.jboss.mq.server.JMSQueue.addMessage(JMSQueue.java:130)
at 
org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:402)
at 
org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:378)
at 
org.jboss.mq.server.JMSServerInvoker.addMessage(JMSServerInvoker.java:136)
at 
org.jboss.mq.il.uil2.ServerSocketManagerHandler.handleMsg(ServerSocketManagerHandler.java:86)
at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(SocketManager.java:356)
at org.jboss.mq.il.uil2.msgs.BaseMsg.run(BaseMsg.java:377)
at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
at java.lang.Thread.run(Thread.java:534)

We have found that the deadlock is happening in the method 
validateSoftReferenceDepth of MessageCache and have commented the calls to that 
method and ran the server again with the same configuration. This time the 
server was running with a load of 225 clients, each hitting the server every 
100 seconds, for 2.5 days. There were no problems after the code was commented 
out. So, looks like there is a problem with the implementation of this method. 
Though I couldn't get you thread dump right now, I remember seeing a lock on 
the ConcurrentHashTable (or some similar class) of EDU.oswego package. That was 
holding the lock and many threads are trying to put in messages into the 
MessageCache, and were not able to get the lock. 

We are using Null Persistence Manager as suggested in one of the wiki pages.
We are not sure why is the Soft Referencing and Hard Referencing happening when 
a Null Persistence is used? All we wanted to extract from JMS is asynchronous 
behaviour, where there is no requirement for "Store and Forward". The server 
can dispatch the result and then forget about it. If a client is alive, it will 
take it, or else the message is gone. There is no problem with this kind of 
approach for our functionality.

The code that's used is as below: (This is stripped down version of our actual 
test code. This is the exact funcationality that we are testing).

EJB & JMS Code:- (Server Side)


 ServerHome.java @@@


package test.ejb.server;

import java.rmi.RemoteException;

import javax.ejb.CreateException;
import javax.ejb.EJBHome;

public interface ServerHome extends EJBHome
{
public Server create() throws RemoteException, CreateException;
}

@@

[JBoss-dev] [JBossWeb] - Very weird Windows problem

2004-12-06 Thread chrismalan
Hi All,

I posted this to the Sun JSP forum but got no replies.  My web-application runs 
on JBoss-3.2.0/Jetty - I must first get comfortable with the latest 
JBoss/Tomcat offering before I run something in it.  

As this is a sticky problem there were no replies on the Sun JSP forum.  
Anybody on this forum has the faintest idea what is going on?

This is a tricky one. There are vehicle objects in the database. Some are cars, 
some 4wd's, some trucks, some motorcycles etc. The first objective is to get 
all the makes of a certain category - cars, 4wd's etc.
This is done with the following code in a cmp ejb:

public String ejbHomeListMakes(String category){
 try{
  Collection collection = this.ejbSelectMakes(category);
  //To get them in alpahbetical order
  List s = new LinkedList(collection);
  Collections.sort(s);
  Iterator iter = s.iterator();
  if(iter.hasNext()){
StringBuffer make = new StringBuffer(256);
while(iter.hasNext()){
  make = make.append("\"" +(String)iter.next() + "\",");
}
// Remove the trailing comma
   make = make.deleteCharAt((make.length() - 1));
   return make.toString();
  }
  else
return new String("");
 }

This string (in the format "Audi","BMW","Chevrolet", etc) is returned to a JSP 
by the following code:
Note that it is a mixture of JavaScript and Java

function loadMakesAndModels(toLoad){
  if(document.getElementById){
/* First to create all the JavaScript array objects
 * The car makes and models */
<% String cmakes = makesAndModelsBean.getMakes("car");
if(cmakes.length() > 2){%>
  var carMakes = new Array("Choose","Any",<%= cmakes %>);

Now, in every browser on my Linux side this works perfectly. Also, for MSIE 6.x 
on my Windows 98 SE side it works perfectly. The returned code in the page 
returned from the server looks like this:

var carMakes = new 
Array("Choose","Any","Audi","BMW","Daewoo","Daihatsu","Ford","Holden","Honda"," 
Hyundai","Kia","Mazda","Mercedes 
Benz","Mitsubishi","Nissan","Proton","Saab","Seat","Subaru","Suzuki","Toyota","Volkswagen");

This also works in Windows 2000 with MSIE 6.x Unfortunately it does not work 
with either MSIE 6.x or FireFox in Windows XP (I do not know what patches or 
updates have been applied) or with MSIE 6.x in Windows 98 - I suspect not 
Second Edition, on another machine. This other machine is pretty neglected most 
likely in need of disk defragmentation and clean-up. But that should not make 
any difference to what is returned to the browser from the server.

Some cars makes are always consistently missing, namely the Audi, BMW, Daewoo, 
Subaru and a few others. I have looked at the code, these makes are indeed 
missing - the same ones every time.

Now, as we all know the browser never sees a Java Server Page. Only pure HTML 
(with JavaScript) is returned to it from the server. 

So how is it possible that different pages are returned to browsers on 
different operating systems? Truly, this beats me.

You can go and have a look at this site at here The code is in the top frame. 
It is loaded only once when this page is first requested. Search only for NSW 
(state) and Newcastle and Hunter (regions).

Is it the server? How does the server (JBoss-3.2.0/Jetty) know to send crooked 
code to certain Windows machines? I don't check for the OS in my code. Maybe it 
doesn't like Windows or has somthing personal against Bill Gates. 

What the devil is going on here and how do I fix it? I don't think the answer 
is simple.

Thanks very much for scratching your heads on this one.

Chris


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857644#3857644

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857644


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2-jdk-matrix Build Failed

2004-12-06 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20041206200704
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build: 12/06/2004 20:07:04Time to build: 35 minutes 39 seconds




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (0)



[JBoss-dev] [JBossWeb] - Re: Deployment of War files on Jboss

2004-12-06 Thread chrismalan
Hi grn,

You can decompress your ear file into a directory containing a whatever.jar and 
whatever.war directory and load this decompressed directory structure to 
JBOSS_HOME/server/config/deploy.  At least you can with JBoss-3.2.0/Jetty.  I'm 
quite sure you can still do it with the latest JBoss, but won't stake my life 
on it.  That way all files are available for editing.  That should help in your 
case.

Chris

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857643#3857643

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857643


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Javassist development Forum] - WildcardLoader

2004-12-06 Thread brett_s_r
In addition to an enhancement to allow Constructor interception, I have also 
extended the reflective Loader to produce a WildcardLoader, which allows entire 
packages to be registered for reflection during classloading.

Any interest?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857642#3857642

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857642


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0-jdk-matrix build.33 Build Successful

2004-12-06 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041206184004Lbuild.33
BUILD COMPLETE - build.33Date of build: 12/06/2004 18:40:04Time to build: 37 minutes 27 secondsLast changed: 12/06/2004 00:05:28Last log entry: Fix schema validity of complex types in literal messages. An element withina complex type is not exposed in the outer namespace unless it is definedas a ref to an element which is. Under that scenario, according to the jaxrpcxsd, the xml-element-name is supposed to refer to the referenced element.




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (4)1.8.2.8modifiednihilitywebservice/src/main/org/jboss/webservice/deployment/TypeMappingDescription.javaFix schema validity of complex types in literal messages. An element withina complex type is not exposed in the outer namespace unless it is definedas a ref to an element which is. Under that scenario, according to the jaxrpcxsd, the xml-element-name is supposed to refer to the referenced element.1.2.2.8modifiedstarksmtestsuite/imports/code-generation.xmlExclude the org.jboss.test.jca.ejb.PreparedStatementBean from ejbdoclet hacking.1.9.2.30modifiedstarksmtestsuite/imports/test-jars.xmlAdd the pscache.jar target1.3.4.1modifiedstarksmconnector/src/main/org/jboss/resource/adapter/jdbc/PreparedStatementCache.javaDon't close PreparedStatement when PSCache ages out connection.Only close if it is not in use.  CachedPreparedStatement.close() sets the inUse flag. Fixes [ 1051812 ] Statement Cache Bug.



[JBoss-dev] [JBoss JIRA] Commented: (JBAS-31) CachedConnectionManager - inUseConnections not correct

2004-12-06 Thread Scott M Stark (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-31?page=comments#action_12310735 ]
 
Scott M Stark commented on JBAS-31:
---

Another problem I'm seeing with this code is the following:

   private void closeAll(Map cmToConnectionsMap)
   {
  if (debug == false)
 return;

  for (Iterator i = cmToConnectionsMap.values().iterator(); i.hasNext();)
  {
 Collection conns = (Collection) i.next();
 for (Iterator j = conns.iterator(); j.hasNext();)
 {
Object c = ((ConnectionRecord) j.next()).connection;
CloseConnectionSynchronization cas = 
getCloseConnectionSynchronization(true);
if (cas == null)
   closeConnection(c);
else
   cas.add(c);
 }
  }
   }

The call to getCloseConnectionSynchronization(true) with the true flag is going 
to create an orphaned CloseConnectionSynchronization that will never be closed. 
This should be passing in false.


> CachedConnectionManager - inUseConnections not correct
> --
>
>  Key: JBAS-31
>  URL: http://jira.jboss.com/jira/browse/JBAS-31
>  Project: JBoss Application Server
> Type: Bug
>   Components: JCA service
> Versions: JBossAS-3.2.6 Final
> Reporter: Scott M Stark
> Assignee: Scott M Stark
>  Attachments: test.jsp
>
>
> For CachedConnectionManager service debug option is
> enabled to monitor connections.
> 
> true
> Using jmx-console, if we look at the "inUseCount"
> property. The number displayed is not consitent with
> the underlying connection pool. "listInUseConnections"
> shows stack traces for connections that have been
> closed long back. It take a long time for the
> "inUseCount" to drop down, but never drops to 0 even
> after the connection pools correctly show inUseCount as 0.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBMQ-3) ConcurrentDeliveryUnitTestCase is hanging

2004-12-06 Thread Scott M Stark (JIRA)
 [ http://jira.jboss.com/jira/browse/JBMQ-3?page=history ]

Scott M Stark updated JBMQ-3:
-

Fix Version:  JBossAS-3.2.7

> ConcurrentDeliveryUnitTestCase is hanging
> -
>
>  Key: JBMQ-3
>  URL: http://jira.jboss.com/jira/browse/JBMQ-3
>  Project: JBoss MQ
> Type: Bug
> Versions:  JBossAS-3.2.7
>  Environment: [EMAIL PROTECTED] testsuite]$ /usr/java/jdk1.3.1_11/bin/java 
> -version
> java version "1.3.1_11"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_11-b02)
> Java HotSpot(TM) Client VM (build 1.3.1_11-b02, mixed mode)
> Reporter: Scott M Stark
> Assignee: Scott M Stark
> Priority: Blocker
>  Fix For:  JBossAS-3.2.7

>
>
> The org.jboss.test.jbossmq.test.ConcurrentDeliveryUnitTestCase is failing 
> with a timeout when run against the current 3.2 codebase. This is a build 
> that used the indicated jdk 1.3.1 version. I have tried running the test with 
> both jdk 1.3 and jdk 1.4.2_05 so the jdk runtime does not seem to matter. 
> Attached is the server/client thread dump for the hung test. There is no 
> apparent deadlock so it would appear the is a msg delivery failure.
> +++ Server Full thread dump:
> "UIL2(370a88)#4" daemon prio=5 tid=0xb445010 nid=0x153c waiting on monitor 
> [0xac9f000..0xac9fdc4]
> at java.lang.Object.wait(Native Method)
> at 
> EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(SynchronousChannel.java:353)
> at 
> EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:723)
> at 
> EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:747)
> at java.lang.Thread.run(Thread.java:479)
> "UIL2.SocketManager.WriteTask#592 client=192.168.3.120:8271" daemon prio=5 
> tid=0xc701008 nid=0xfb4 waiting on monitor [0xef0f000..0xef0fdc4]
> at java.lang.Object.wait(Native Method)
> at java.lang.Object.wait(Object.java:415)
> at 
> EDU.oswego.cs.dl.util.concurrent.LinkedQueue.take(LinkedQueue.java:122)
> at 
> org.jboss.mq.il.uil2.SocketManager$WriteTask.run(SocketManager.java:484)
> at java.lang.Thread.run(Thread.java:479)
> "UIL2.SocketManager.ReadTask#591 client=192.168.3.120:8271" daemon prio=5 
> tid=0xb3c5278 nid=0x1430 runnable [0xeecf000..0xeecfdc4]
> at java.net.SocketInputStream.socketRead(Native Method)
> at java.net.SocketInputStream.read(SocketInputStream.java:85)
> at java.io.BufferedInputStream.fill(BufferedInputStream.java:181)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:199)
> at 
> org.jboss.util.stream.NotifyingBufferedInputStream.read(NotifyingBufferedInputStream.java:67)
> at java.io.ObjectInputStream.peekCode(ObjectInputStream.java:1545)
> at java.io.ObjectInputStream.refill(ObjectInputStream.java:1679)
> at java.io.ObjectInputStream.read(ObjectInputStream.java:1655)
> at java.io.ObjectInputStream.readByte(ObjectInputStream.java:1901)
> at 
> org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:284)
> at java.lang.Thread.run(Thread.java:479)
> "RMI TCP Accept-184" daemon prio=5 tid=0xc758ca8 nid=0xd80 runnable 
> [0xe98f000..0xe98fdc4]
> at java.net.PlainSocketImpl.socketAccept(Native Method)
> at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:463)
> at java.net.ServerSocket.implAccept(ServerSocket.java:238)
> at 
> org.jboss.test.invokers.ejb.CompressionServerSocket.accept(CompressionServerSocket.java:29)
> at sun.rmi.transport.tcp.TCPTransport.run(TCPTransport.java:326)
> at java.lang.Thread.run(Thread.java:479)
> "HAJNDI-Listener" prio=5 tid=0xc7bb418 nid=0x1708 runnable 
> [0xe8cf000..0xe8cfdc4]
> at java.net.PlainSocketImpl.socketAccept(Native Method)
> at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:463)
> at java.net.ServerSocket.implAccept(ServerSocket.java:238)
> at java.net.ServerSocket.accept(ServerSocket.java:217)
> at 
> org.jboss.ha.jndi.DetachedHANamingService.run(DetachedHANamingService.java:320)
> at java.lang.Thread.run(Thread.java:479)
> "Message Pushers-2" daemon prio=5 tid=0xbaf8de8 nid=0x1308 waiting on monitor 
> [0x15eff000..0x15effdc4]
> at java.lang.Object.wait(Native Method)
> at java.lang.Object.wait(Object.java:415)
> at 
> org.jboss.mq.threadpool.ThreadPool$WorkerThread.idle(ThreadPool.java:205)
> at 
> org.jboss.mq.threadpool.ThreadPool$WorkerThread.run(ThreadPool.java:224)
> "Message Pushers-1" daemon prio=5 tid=0xc5c0bf0 nid=0x944 waiting on monitor 
> [0xf04f000..0xf04fdc4]
> at java.lang.Object.wait(Native Method)
> at java.lang.Object.wait(Object.java:415)
> at 
> org.jboss.mq.threadpool.ThreadPool$WorkerThread.idle(ThreadPool.java:205)
> at 
> org.jboss.mq.threadpool.ThreadPool$Wor

[JBoss-dev] [JBoss JIRA] Created: (JBMQ-3) ConcurrentDeliveryUnitTestCase is hanging

2004-12-06 Thread Scott M Stark (JIRA)
ConcurrentDeliveryUnitTestCase is hanging
-

 Key: JBMQ-3
 URL: http://jira.jboss.com/jira/browse/JBMQ-3
 Project: JBoss MQ
Type: Bug
Versions:  JBossAS-3.2.7
 Environment: [EMAIL PROTECTED] testsuite]$ /usr/java/jdk1.3.1_11/bin/java 
-version
java version "1.3.1_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_11-b02)
Java HotSpot(TM) Client VM (build 1.3.1_11-b02, mixed mode)
Reporter: Scott M Stark
 Assigned to: Scott M Stark 
Priority: Blocker


The org.jboss.test.jbossmq.test.ConcurrentDeliveryUnitTestCase is failing with 
a timeout when run against the current 3.2 codebase. This is a build that used 
the indicated jdk 1.3.1 version. I have tried running the test with both jdk 
1.3 and jdk 1.4.2_05 so the jdk runtime does not seem to matter. Attached is 
the server/client thread dump for the hung test. There is no apparent deadlock 
so it would appear the is a msg delivery failure.

+++ Server Full thread dump:

"UIL2(370a88)#4" daemon prio=5 tid=0xb445010 nid=0x153c waiting on monitor 
[0xac9f000..0xac9fdc4]
at java.lang.Object.wait(Native Method)
at 
EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(SynchronousChannel.java:353)
at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:723)
at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:747)
at java.lang.Thread.run(Thread.java:479)

"UIL2.SocketManager.WriteTask#592 client=192.168.3.120:8271" daemon prio=5 
tid=0xc701008 nid=0xfb4 waiting on monitor [0xef0f000..0xef0fdc4]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:415)
at 
EDU.oswego.cs.dl.util.concurrent.LinkedQueue.take(LinkedQueue.java:122)
at 
org.jboss.mq.il.uil2.SocketManager$WriteTask.run(SocketManager.java:484)
at java.lang.Thread.run(Thread.java:479)

"UIL2.SocketManager.ReadTask#591 client=192.168.3.120:8271" daemon prio=5 
tid=0xb3c5278 nid=0x1430 runnable [0xeecf000..0xeecfdc4]
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:85)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:181)
at java.io.BufferedInputStream.read(BufferedInputStream.java:199)
at 
org.jboss.util.stream.NotifyingBufferedInputStream.read(NotifyingBufferedInputStream.java:67)
at java.io.ObjectInputStream.peekCode(ObjectInputStream.java:1545)
at java.io.ObjectInputStream.refill(ObjectInputStream.java:1679)
at java.io.ObjectInputStream.read(ObjectInputStream.java:1655)
at java.io.ObjectInputStream.readByte(ObjectInputStream.java:1901)
at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:284)
at java.lang.Thread.run(Thread.java:479)

"RMI TCP Accept-184" daemon prio=5 tid=0xc758ca8 nid=0xd80 runnable 
[0xe98f000..0xe98fdc4]
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:463)
at java.net.ServerSocket.implAccept(ServerSocket.java:238)
at 
org.jboss.test.invokers.ejb.CompressionServerSocket.accept(CompressionServerSocket.java:29)
at sun.rmi.transport.tcp.TCPTransport.run(TCPTransport.java:326)
at java.lang.Thread.run(Thread.java:479)

"HAJNDI-Listener" prio=5 tid=0xc7bb418 nid=0x1708 runnable 
[0xe8cf000..0xe8cfdc4]
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:463)
at java.net.ServerSocket.implAccept(ServerSocket.java:238)
at java.net.ServerSocket.accept(ServerSocket.java:217)
at 
org.jboss.ha.jndi.DetachedHANamingService.run(DetachedHANamingService.java:320)
at java.lang.Thread.run(Thread.java:479)

"Message Pushers-2" daemon prio=5 tid=0xbaf8de8 nid=0x1308 waiting on monitor 
[0x15eff000..0x15effdc4]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:415)
at 
org.jboss.mq.threadpool.ThreadPool$WorkerThread.idle(ThreadPool.java:205)
at 
org.jboss.mq.threadpool.ThreadPool$WorkerThread.run(ThreadPool.java:224)

"Message Pushers-1" daemon prio=5 tid=0xc5c0bf0 nid=0x944 waiting on monitor 
[0xf04f000..0xf04fdc4]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:415)
at 
org.jboss.mq.threadpool.ThreadPool$WorkerThread.idle(ThreadPool.java:205)
at 
org.jboss.mq.threadpool.ThreadPool$WorkerThread.run(ThreadPool.java:224)

"Connection Monitor Thread" daemon prio=5 tid=0xc27e178 nid=0x11c0 waiting on 
monitor [0xeacf000..0xeacfdc4]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:415)
at 
EDU.oswego.cs.dl.util.concurrent.ClockDaemon.nextTask(ClockDaemon.java:321)
at 
EDU.oswego.cs.dl

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-31) bpel message properties and correlation

2004-12-06 Thread Alejandro GuÃzar (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-31?page=history ]

Alejandro GuÃzar updated JBPM-31:
-

 Original Estimate: 230400  (was: 201600)
Remaining Estimate: 230400  (was: 201600)

> bpel message properties and correlation
> ---
>
>  Key: JBPM-31
>  URL: http://jira.jboss.com/jira/browse/JBPM-31
>  Project: JBoss jBPM
> Type: Task
>   Components: BPEL
> Versions: 3.0 DR 1
>  Environment: dom4j, jaxen
> Reporter: Alejandro GuÃzar
> Assignee: Alejandro GuÃzar

>
> Original Estimate: 1 week, 3 days
> Remaining: 1 week, 3 days
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-32) perform explicit manipulation of properties occuring in variables (Â8.2, 9.1, 9.3)

2004-12-06 Thread Alejandro GuÃzar (JIRA)
perform explicit manipulation of properties occuring in variables (Â8.2, 9.1, 
9.3)
--

 Key: JBPM-32
 URL: http://jira.jboss.com/jira/browse/JBPM-32
 Project: JBoss jBPM
Type: Sub-task
  Components: BPEL  
Versions: 3.0 DR 1
Reporter: Alejandro GuÃzar
 Assigned to: Alejandro GuÃzar 


Parse properties and property aliases in imported wsdl definitions (Â8.2).
Extract values of properties occurring in message variables (Â9.3).
Provide the extended function 'bpws:getVariableProperty()' (Â9.1).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-31) bpel message properties and correlation

2004-12-06 Thread Alejandro GuÃzar (JIRA)
bpel message properties and correlation
---

 Key: JBPM-31
 URL: http://jira.jboss.com/jira/browse/JBPM-31
 Project: JBoss jBPM
Type: Task
  Components: BPEL  
Versions: 3.0 DR 1
 Environment: dom4j, jaxen
Reporter: Alejandro GuÃzar
 Assigned to: Alejandro GuÃzar 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Jboss Eclipse and JSP

2004-12-06 Thread empress101
Does anyone know of a simple and I mean simple, for beginners guide.  A guide 
on how to of showing a(once again) simple JSP using JbossIDE and Eclipse.  I 
have searched  the web and found many guides, but they either are incomplete, 
assuming that you know what goes in between the massive gaps they leave in the 
so called beginners tutorial.   Or they are inandated with so much techno 
bable, and complicated examples that attempt to show you a how to using 
complicated math problems.

All i need is a very, very simple in plain english simple Hello World JSP 
example using the JBossIDE and Eclipse.

I can run a Hello World JSP example using the Tomcat buy itself or only using 
JBoss no IDE, but when its coupled with the Eclipse there are more steps to get 
it to work.  I can see the potential of being able to use this on bigger more 
complicated projects, but we simple folk must first be able to understand how 
it works with a very, very simple example and then we can build from there.

It seems that these people that come up with this stuff are very smart but are 
inept at being able to explain it to someone else not versed in there techy 
talk.  That or they simple have forgotten what it was like being a beginner(so 
much distance they have traveled from were they were in the beginning).

Any help 
much appreciated. :)


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857621#3857621

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857621


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0-testsuite Build Failed

2004-12-06 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20041206161842
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:66: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See tests.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build: 12/06/2004 16:18:42Time to build: 42 minutes 29 secondsLast changed: 12/06/2004 00:05:28Last log entry: Fix schema validity of complex types in literal messages. An element withina complex type is not exposed in the outer namespace unless it is definedas a ref to an element which is. Under that scenario, according to the jaxrpcxsd, the xml-element-name is supposed to refer to the referenced element.




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (9)1.8.2.8modifiednihilitywebservice/src/main/org/jboss/webservice/deployment/TypeMappingDescription.javaFix schema validity of complex types in literal messages. An element withina complex type is not exposed in the outer namespace unless it is definedas a ref to an element which is. Under that scenario, according to the jaxrpcxsd, the xml-element-name is supposed to refer to the referenced element.1.2.2.8modifiedstarksmtestsuite/imports/code-generation.xmlExclude the org.jboss.test.jca.ejb.PreparedStatementBean from ejbdoclet hacking.1.9.2.30modifiedstarksmtestsuite/imports/test-jars.xmlAdd the pscache.jar target1.3.4.1modifiedstarksmconnector/src/main/org/jboss/resource/adapter/jdbc/PreparedStatementCache.javaDon't close PreparedStatement when PSCache ages out connection.Only close if it is not in use.  CachedPreparedStatement.close() sets the inUse flag. Fixes [ 1051812 ] Statement Cache Bug.1.1.2.1modifiedstarksmserver/src/main/org/jboss/proxy/IClientContainer.javaUpdate the javadoc1.3.6.2modifiedstarksmtestsuite/src/main/org/jboss/test/invokers/test/MultiInvokersUnitTestCase.javaUpdate the testClientContainer to use the IClientContainer view of the proxy to install a custom InvokerInterceptor which routes requests to either the server side selected transport for the BusinessSession, or an mdb depending on the method invoked.1.3.6.1modifiedstarksmtestsuite/src/resources/invokers/META-INF/ejb-jar.xmlAdd a BusinessSession and JMSGatewayMDB to test jms invocations1.5.6.1modifiedstarksmtestsuite/src/resources/invokers/META-INF/jboss.xmlAdd a BusinessSession and JMSGatewayMDB to test jms invocations1.4.6.1modifiedstarksmtestsuite/src/resources/invokers/service-inf/jboss-service.xmlSet the RMIObjectPort to 0 to avoid port in use problems when redeploying the invoker service



[JBoss-dev] [JBoss Portal Development] - Re: cannot deploy DR or latest source

2004-12-06 Thread [EMAIL PROTECTED]
Follow the steps in the wiki: 
http://www.jboss.org/wiki/Wiki.jsp?page=JBossPortal

It looks like you are trying to deploy under /default. This will not work. If 
you run "build deploy" it should automatically deploy the sar under 
/standard/deploy/. for you.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857620#3857620

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857620


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - cannot deploy DR or latest source

2004-12-06 Thread jimmyed2001
I have managed to build both the DR source and the latest from CVS but I get 
errors when I try to deploy either one (DR to jboss-3.2.6RC2-nukes-2.0-DR or 
nukes-2 to jboss-4.0.0).

e.g.
starting jboss-3.2.6RC2-nukes-2.0-DR default server after copying my SAR to 
defaul/deploy

2004-12-06 17:04:02,562 DEBUG [org.jboss.deployment.MainDeployer] Starting 
deployment of package: 
file:/C:/files/dev/code/jboss-3.2.6RC2-nukes-2.0-DR/server/default/deploy/nukes-samples.war
  | 2004-12-06 17:04:02,562 DEBUG [org.jboss.deployment.MainDeployer] Starting 
deployment (init step) of package at: 
file:/C:/files/dev/code/jboss-3.2.6RC2-nukes-2.0-DR/server/default/deploy/nukes-samples.war
  | 2004-12-06 17:04:02,562 DEBUG [org.jboss.deployment.MainDeployer] Copying 
file:/C:/files/dev/code/jboss-3.2.6RC2-nukes-2.0-DR/server/default/deploy/nukes-samples.war
 -> 
C:\files\dev\code\jboss-3.2.6RC2-nukes-2.0-DR\server\default\tmp\deploy\tmp2095nukes-samples.war
  | 2004-12-06 17:04:02,562 DEBUG [org.jboss.deployment.MainDeployer] using 
deployer [EMAIL PROTECTED]
  | 2004-12-06 17:04:02,562 DEBUG 
[org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Begin init
  | 2004-12-06 17:04:02,562 DEBUG 
[org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Unpacking war to: 
C:\files\dev\code\jboss-3.2.6RC2-nukes-2.0-DR\server\default\tmp\deploy\tmp2095nukes-samples.war
  | 2004-12-06 17:04:02,875 DEBUG 
[org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Replaced war with unpacked 
contents
  | 2004-12-06 17:04:02,875 DEBUG 
[org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Deleted war archive
  | 2004-12-06 17:04:02,875 DEBUG 
[org.jboss.web.tomcat.tc4.EmbeddedTomcatService] webContext: null
  | 2004-12-06 17:04:02,875 DEBUG 
[org.jboss.web.tomcat.tc4.EmbeddedTomcatService] warURL: 
file:/C:/files/dev/code/jboss-3.2.6RC2-nukes-2.0-DR/server/default/tmp/deploy/tmp2095nukes-samples.war/
  | 2004-12-06 17:04:02,890 DEBUG 
[org.jboss.management.j2ee.LocalJBossServerDomain] handleNotification: 
javax.management.Notification[source=jboss.web:service=WebServer,type=org.jboss.deployment.SubDeployer.init,sequenceNumber=18,timeStamp=1102370642890,message=null,[EMAIL
 PROTECTED] { 
url=file:/C:/files/dev/code/jboss-3.2.6RC2-nukes-2.0-DR/server/default/deploy/nukes-samples.war
 }
  |   deployer: [EMAIL PROTECTED]
  |   status: null
  |   state: INIT_DEPLOYER
  |   watch: 
file:/C:/files/dev/code/jboss-3.2.6RC2-nukes-2.0-DR/server/default/deploy/nukes-samples.war
  |   lastDeployed: 0
  |   lastModified: 0
  |   mbeans:
  | ]
  | 2004-12-06 17:04:02,890 DEBUG 
[org.jboss.web.tomcat.tc4.EmbeddedTomcatService] End init
  | 2004-12-06 17:04:02,890 DEBUG [org.jboss.deployment.DeploymentInfo] 
createLoaderRepository from config: LoaderRepositoryConfig(repositoryName: 
JMImplementation:service=LoaderRepository,name=Default, repositoryClassName: 
null, configParserClassName: null, repositoryConfig: null)
  | 2004-12-06 17:04:02,890 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New 
jmx UCL with url 
file:/C:/files/dev/code/jboss-3.2.6RC2-nukes-2.0-DR/server/default/tmp/deploy/tmp2095nukes-samples.war/
  | 2004-12-06 17:04:02,890 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] 
setRepository, [EMAIL PROTECTED], [EMAIL PROTECTED] 
url=file:/C:/files/dev/code/jboss-3.2.6RC2-nukes-2.0-DR/server/default/tmp/deploy/tmp2095nukes-samples.war/
 ,addedOrder=0}
  | 2004-12-06 17:04:02,890 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] 
setRepository, [EMAIL PROTECTED], [EMAIL PROTECTED] 
url=file:/C:/files/dev/code/jboss-3.2.6RC2-nukes-2.0-DR/server/default/tmp/deploy/tmp2095nukes-samples.war/
 ,addedOrder=0}
  | 2004-12-06 17:04:02,890 DEBUG 
[org.jboss.mx.loading.UnifiedLoaderRepository3] Adding [EMAIL PROTECTED] 
url=file:/C:/files/dev/code/jboss-3.2.6RC2-nukes-2.0-DR/server/default/tmp/deploy/tmp2095nukes-samples.war/
 ,addedOrder=0}
  | 2004-12-06 17:04:02,906 DEBUG [org.jboss.deployment.MainDeployer] found 0 
subpackages of 
file:/C:/files/dev/code/jboss-3.2.6RC2-nukes-2.0-DR/server/default/deploy/nukes-samples.war
  | 2004-12-06 17:04:02,906 DEBUG [org.jboss.deployment.MainDeployer] Watching 
new file: 
file:/C:/files/dev/code/jboss-3.2.6RC2-nukes-2.0-DR/server/default/deploy/nukes-samples.war
  | 2004-12-06 17:04:02,906 DEBUG [org.jboss.deployment.MainDeployer] create 
step for deployment 
file:/C:/files/dev/code/jboss-3.2.6RC2-nukes-2.0-DR/server/default/deploy/nukes-samples.war
  | 2004-12-06 17:04:02,906 DEBUG [org.jboss.mx.modelmbean.ModelMBeanInvoker] 
No persistence-manager descriptor found, null persistence will be used
  | 2004-12-06 17:04:02,906 DEBUG [org.jboss.system.ServiceController] Creating 
service jboss.web.deployment:war=nukes-samples.war,id=29391510
  | 2004-12-06 17:04:02,906 DEBUG [org.jboss.system.ServiceController] adding 
depends in ServiceController.register: []
  | 2004-12-06 17:04:02,906 DEBUG [org.jboss.web.WebModule] Creating 
jboss.web.deployment:war=nukes-samples.war,id=29391510
  | 2004-12-06 17:04:02,906 DEBUG [org.jboss.web.WebModul

[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread legolas
Well that is really terific news!
I am currently in the process of evaluating open source portal solutions to 
replace our current WPS based solution.
One requirement is that it runs on JBoss AS 4.
So I hope to see it working fine in the near future. Thanx for your reply.
Marcel 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857613#3857613

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857613


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1073023 ] 3.2.5->3.2.7: Axis deserializes nil Base64Binary as byte[0]

2004-12-06 Thread SourceForge.net
Bugs item #1073023, was opened at 2004-11-25 08:28
Message generated for change (Comment added) made by tdiesler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1073023&group_id=22866

Category: JBossSOAP
Group: v3.2
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Alexei Yudichev (sflexus)
Assigned to: Thomas Diesler (tdiesler)
Summary: 3.2.5->3.2.7: Axis deserializes nil Base64Binary as byte[0]

Initial Comment:
I am migrating from JBoss 3.2.5 to 3.2.7RC1. Apart from 
some Jetty integration issues, I have discovered that if 
Axis server (jboss-net.sar) tries to deserialize 



I get corresponding bean's field value as byte[0], not as 
null. Other SOAP types such as xsd:string, do maintain 
nul values. In JBoss 3.2.5 base64Binary was working well 
too.

Attached is an archive with Axis debug level logs from 
JBoss 3.2.5 and 3.2.7RC1. In axis.3.2.7RC1.log, line 38 
demonstrates that base64Binary comes as nil. Line 756 
demonstrates that this value was deserialized as 
[EMAIL PROTECTED] In axis.3.2.5.log, Base64Deserializer was 
not ever popped up, because nil value required no 
deserializer.

What version of Axis is in JBoss 3.2.7RC1?

--

>Comment By: Thomas Diesler (tdiesler)
Date: 2004-12-06 21:22

Message:
Logged In: YES 
user_id=423364

Issue has been migrated to

http://jira.jboss.com/jira/browse/JBWS-30

In jboss-3.2.6 and later is a modified version of axis-
1.1. See the wiki for details

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1073023&group_id=22866


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-89) Configure CoreServlet to parse request for pages and serve binaries.

2004-12-06 Thread Roy Russo (JIRA)
Configure CoreServlet to parse request for pages and serve binaries.


 Key: JBPORTAL-89
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-89
 Project: JBoss Portal
Type: Sub-task
Reporter: Roy Russo
 Assigned to: Roy Russo 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-88) Make slide use RDBMS instead of FS

2004-12-06 Thread Roy Russo (JIRA)
Make slide use RDBMS instead of FS
--

 Key: JBPORTAL-88
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-88
 Project: JBoss Portal
Type: Sub-task
Reporter: Roy Russo
 Assigned to: Roy Russo 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - JBoss Profiler on JBoss3.2.5/JVM 1.5

2004-12-06 Thread dimitar2004
Hi,

I have been trying to deploy the most recent version of JBoss Profiler on JBoss 
3.2.5JVM 1.5/RedHat EL 3.0.

The Ant build of the source files and GCC/G++ compilation of jbossInspector 
passed without any problems. I had to use the latest Ant 1.6.x version. 
Otherwise there were exceptions related to javah tasks.

Anyway, I have added the JVM setting, 
-XrunjbossInspector:,,
 for the profiler to the list of arguments starting JBoss.

This is the error I have received:

Error occurred during initialization of VM
JVMPI not supported with this garbage collector; please refer to the GC/JVMPI 
documentation

The GC in question is
-XX:+UseParallelGC -XX:+UseAdaptiveSizePolicy

While trying to find more information on the Internet on this topic I came 
across another profiler based on JVMPI

http://starship.python.net/crew/garyp/jProf.html

which says the following:

--
jProf has been retired. The code is too old to be useful now (4 years is a long 
time in Java) and the JVMPI interface on which jProf depends is (finally) being 
replaced with a more modern interface.

Apologies for any disappointment, but it really is too old to be useful. 
--

Java 1.5 is integrating JMX for monitoring and managing Java applications. 
Unfortunately the built in monitoring capabilities of Java 1.5 don't work with 
JBoss at the moment. 

But my question is related to JVMPI. It looks like JVMPI technology is becoming 
obsolete. 

Does it make a sense to create a profiler based on this technology?

Thanks,

Dimitar




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857612#3857612

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857612


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread [EMAIL PROTECTED]
I am currently developing the CMS Portlet on JBossAS-4.0 (not RC-x). I must 
confess, that I have not checked out any new source in over a week. I will do 
so tonight, and verify that it works with AS-4.0.

Also, our QA lab is working on adding us to the automated build process in the 
very near future, to insure we never have broken builds in cvs.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857609#3857609

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857609


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread legolas
Just now checked out the latest version of the sources, I did not compile them 
yet, but I did find that the dependency is indeed removed, great!
I'll try to build the package tomorrow at the office.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857607#3857607

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857607


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread legolas
Well its a bit of a shame then that the latest version of JBoss Portal cannot 
work wih the latest version of JBoss AS, specially since they claim that it 
compiles on JBoss-4.0.1RC1.
I've checked the code, the class org.jboss.nukes.common.concurrent.Valve 
extends the class org.jboss.util.Valve which does exist on 3.2.6, but on 4.0.0 
and above.
Maybe this dependecy can be removed to make it less dependent on JBoss 3.2.6.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857602#3857602

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857602


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - RE: Exception thrown...

2004-12-06 Thread breitling
This only happens using IE on the Mac.  Access the jboss-profiler app via 
Netscape works 1000x faster.

Plus no exception thrown.

On a side note: I can not reply to an existing message without generating an 
error page from the forum engine.  Is this happening to others or just me.  I 
have tried Mac IE, Safari, NS and Wintel IE and NS and they all fail the same 
way.

Bob

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857599#3857599

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857599


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: Qualified names in SOAP messages

2004-12-06 Thread jasong
As well as: http://www.w3.org/TR/xmlschema-0/#QualLocals

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857594#3857594

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857594


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - Exception thrown sorting profile data

2004-12-06 Thread breitling
Anybody seen this before:

13:17:11,507 ERROR [STDERR] java.lang.NullPointerException
13:17:11,508 ERROR [STDERR] at 
org.jboss.profiler.engine.LogFileEngine.processGC(LogFileEngine.java:813)
13:17:11,508 ERROR [STDERR] at 
org.jboss.profiler.engine.LogFileEngine.processGCS(LogFileEngine.java:796)
13:17:11,509 ERROR [STDERR] at 
org.jboss.profiler.engine.LogFileEngine.doProcess(LogFileEngine.java:109)
13:17:11,509 ERROR [STDERR] at 
org.jboss.profiler.engine.LogFileEngine.doProcess(LogFileEngine.java:45)
13:17:11,509 ERROR [STDERR] at 
org.jboss.profiler.web.servlets.ServletProcess.doGet(ServletProcess.java:138)
13:17:11,509 ERROR [STDERR] at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
13:17:11,510 ERROR [STDERR] at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
13:17:11,510 ERROR [STDERR] at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360)
13:17:11,510 ERROR [STDERR] at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
13:17:11,510 ERROR [STDERR] at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:558)
13:17:11,510 ERROR [STDERR] at 
org.mortbay.http.HttpContext.handle(HttpContext.java:1714)
13:17:11,510 ERROR [STDERR] at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:517)
13:17:11,510 ERROR [STDERR] at 
org.mortbay.http.HttpContext.handle(HttpContext.java:1664)
13:17:11,510 ERROR [STDERR] at 
org.mortbay.http.HttpServer.service(HttpServer.java:863)
13:17:11,511 ERROR [STDERR] at org.jboss.jetty.Jetty.service(Jetty.java:496)
13:17:11,511 ERROR [STDERR] at 
org.mortbay.http.HttpConnection.service(HttpConnection.java:775)
13:17:11,511 ERROR [STDERR] at 
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:939)
13:17:11,511 ERROR [STDERR] at 
org.mortbay.http.HttpConnection.handle(HttpConnection.java:792)
13:17:11,511 ERROR [STDERR] at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:201)
13:17:11,511 ERROR [STDERR] at 
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
13:17:11,511 ERROR [STDERR] at 
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455)

This happens under Mac OS X after the profile data had been read into memory 
and it starts to sort it.  This process is talking many minutes, like 10 
minutes to read and sort the data for a very sort run of the profiler.

Bob


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857593#3857593

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857593


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: Qualified names in SOAP messages

2004-12-06 Thread jasong
Sorry, I misinterpreted what you were asking.

Both of these examples are valid, and the differences between the two has to do 
with XML schema local and global declarations. One of the schemas (the foo 
annoymous type one) has elementFormDefault="qualified", which moves all names 
that would normally be local into the global namespace, which requires the 
schema instance document to qualify the name. The other takes the default 
"unqualified", which means that it must not be qualified in the SOAP message. 

Take a look at this section in the schema primer:
http://www.w3.org/TR/xmlschema-0/#GlobalvsLocal

-Jason

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857592#3857592

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857592


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.543 Build Successful

2004-12-06 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041206123707Lbuild.543
BUILD COMPLETE - build.543Date of build: 12/06/2004 12:37:07Time to build: 25 minutes 55 secondsLast changed: 12/06/2004 11:48:14Last log entry: Include xmlName in deserialize signature to allow for extra error checking.This also unifies the serialize/deserialize signatures.




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (34)1.5modifiedtdieslerwebservice/test/java/org/jboss/test/ws/jaxb/SimpleTypeMarshallerTestCase.javaInclude xmlName in deserialize signature to allow for extra error checking.This also unifies the serialize/deserialize signatures.1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/Base64Deserializer.javaInclude xmlName in deserialize signature to allow for extra error checking.This also unifies the serialize/deserialize signatures.1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/CalendarDeserializer.javaInclude xmlName in deserialize signature to allow for extra error checking.This also unifies the serialize/deserialize signatures.1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/DateDeserializer.javaInclude xmlName in deserialize signature to allow for extra error checking.This also unifies the serialize/deserialize signatures.1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/DeserializerBase.javaInclude xmlName in deserialize signature to allow for extra error checking.This also unifies the serialize/deserialize signatures.1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/HexDeserializer.javaInclude xmlName in deserialize signature to allow for extra error checking.This also unifies the serialize/deserialize signatures.1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/JAXBDeserializer.javaInclude xmlName in deserialize signature to allow for extra error checking.This also unifies the serialize/deserialize signatures.1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/QNameDeserializer.javaInclude xmlName in deserialize signature to allow for extra error checking.This also unifies the serialize/deserialize signatures.1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/SimpleDeserializer.javaInclude xmlName in deserialize signature to allow for extra error checking.This also unifies the serialize/deserialize signatures.1.12modifiedtdieslerwebservice/src/main/org/jboss/ws/binding/soap/SOAPBindingProvider.javaInclude xmlName in deserialize signature to allow for extra error checking.This also unifies the serialize/deserialize signatures.1.11modifiedtdieslerwebservice/src/main/org/jboss/ws/binding/soap/SOAPBindingProvider.javaCreate SOAPLazyElements with qualified names.1.4modifiedtdieslerwebservice/test/java/org/jboss/test/ws/jaxb/SimpleTypeMarshallerTestCase.javaConsistently delegate to the serializer/deserializer associated with the typeMapping.Cosistently use SOAPLazyElement even for simple types.1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/Base64Deserializer.javaConsistently delegate to the serializer/deserializer associated with the typeMapping.Cosistently use SOAPLazyElement even for simple types.1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/Base64Serializer.javaConsistently delegate to the serializer/deserializer associated with the typeMapping.Cosistently use SOAPLazyElement even for simple types.1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/CalendarDeserializer.javaConsistently delegate to the serializer/deserializer associated with the typeMapping.Cosistently use SOAPLazyElement even for simple types.1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/CalendarSerializer.javaConsistently delegate to the serializer/deserializer associated with the typeMapping.Cosistently use SOAPLazyElement even for simple types.1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/DateDeserializer.javaConsistently delegate to the serializer/deserializer associated with the typeMapping.Cosistently use SOAPLazyElement even for simple types.1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/DateSerializer.javaConsistently delegate to the serializer/deserializer associated with the typeMapping.Cosistently use SOAPLazyElement even for simple types.1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/DeserializerBase.javaConsistently delegate to the serializer/deserializer associated with the typeMapping.Cosistently use SOAPLazyElement even for simple types.1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/DeserializerFactoryBase.javaConsistently delegate to the serializer/deserializer associated with the typeMapping.Cosistently use SOAPLazyElement 

[JBoss-dev] [JBoss Portal Development] - Re: How do I create the tables?

2004-12-06 Thread [EMAIL PROTECTED]
Login should not work yet. Thomas is almost done with the user/group portlet 
that will make this happen.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857586#3857586

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857586


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1080095 ] ejb-link fails with linked tmp directory

2004-12-06 Thread SourceForge.net
Bugs item #1080095, was opened at 2004-12-06 19:03
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=1080095&group_id=22866

Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Ralf Zimmermann (rz1911)
Assigned to: Nobody/Anonymous (nobody)
Summary: ejb-link fails with linked tmp directory

Initial Comment:
Hi, 

I have problems to deploy the attached EAR if the 
jboss/server/default/tmp directory is linked to another 
directoy using an symbolic link. I use JBoss 4.0.0, JDK 
1.4.2_06 and RedHat Linux. 

The EAR defins two (empty) session EJBs A and B. EJB A 
has an link to EJB B using th  syntax.

I get the following Exception:

2004-12-06 18:38:44,673 INFO  
[org.jboss.ejb.EjbModule] Deploying AEJB
2004-12-06 18:38:46,663 INFO  
[org.jboss.ejb.EjbModule] Deploying BEJB
2004-12-06 18:38:46,983 WARN  [org.jboss.ejb.EjbUtil] 
Can't locate deploymentInfo for target: 
file:/var/intelliform/tmp/deploy/tmp39034bug.ear-
contents/B.jar
2004-12-06 18:38:46,984 ERROR 
[org.jboss.ejb.StatelessSessionContainer] Starting
 failed jboss.j2ee:jndiName=AEJB,service=EJB
org.jboss.deployment.DeploymentException: Failed to 
resolve ejb-link: B.jar#BEJB
 make by ejb-name: ejb/BEJB
at org.jboss.ejb.Container.setupEnvironment
(Container.java:993)
at org.jboss.ejb.Container.startService
(Container.java:724)
at org.jboss.ejb.SessionContainer.startService
(SessionContainer.java:381
)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStar
t(ServiceMBeanS
upport.java:271)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifec
ycle(ServiceMB
eanSupport.java:221)
at sun.reflect.GeneratedMethodAccessor3.invoke
(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke
(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown 
Source)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke
(ReflectedDispatch
er.java:141)
at org.jboss.mx.server.Invocation.dispatch
(Invocation.java:80)
...

The EAR deploys fine, if the mtp directory is an real 
directory.

I think this is due to the failure of 
EjbUtil.resolveRelativeLink.
The use of Strings.toURL calculates the URL for the 
DeploymentInfo class different than the MainDeployer 
class.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1080095&group_id=22866


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: Qualified names in SOAP messages

2004-12-06 Thread jasong
It is not legal to refer to a complexType directly in a schema instance. (The 
soap message) If you look at the wsdl file they actually declare that type as 
an element (it just happens to have the same name as the complexType)



-Jason

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857574#3857574

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857574


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [IIOP on JBoss] - Re: ClientConnectionManager: created new conn to target 0.0.

2004-12-06 Thread giltjr
I am real new to JBoss, but most IP based application will connect on 0.0.0.0 
so that they are listening on all IP addresses that the host has open.   
Normally if you want an IP application to listen on a specific address only, 
you must configure the application with the specific address.

The log shows you specific address, most likely because something is using your 
hostname to figure out what you IP address is.  Your hostname will reslove to 
your IP address. 

If you notice in the startup there is a parm that has "bindAddress=/0.0.0.0", 
that means to open up the port on 0.0.0.0, which means every IP address on your 
host.

Normally every host has at least two IP address, one is the loopback address 
(127.0.0.1) and then at least one address for your NIC.  A single NIC could 
have multiple addresses, or you could have mutliple NIC's.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857573#3857573

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857573


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Dynamically Attaching Interceptors to any (X)MBean

2004-12-06 Thread [EMAIL PROTECTED]
So the still missing piece is a generalization of the deployment that 
eliminates all of the duplicate file and url processing that exists today for 
manipulating resources in the deployment, including unpacking of the deployment 
into the tmp/deploy directory.

A simple initial test usecase is to transform the existing 
org.jboss.security.auth.login.DynamicLoginConfig service into a deployer that 
associates with all deployers to look for a defined resource 
(META-INF/login-config.xml for example) to install the custom security config 
on startup and remove it on shutdown.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857572#3857572

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857572


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBMQ-2) Need better control over the pm memory usage during destination recovery

2004-12-06 Thread Scott M Stark (JIRA)
Need better control over the pm memory usage during destination recovery


 Key: JBMQ-2
 URL: http://jira.jboss.com/jira/browse/JBMQ-2
 Project: JBoss MQ
Type: Improvement
Versions:  JBossAS-3.2.5
Reporter: Scott M Stark
 Assigned to: Adrian Brock 


When starting up jboss with a destination with either a large number or very 
large persistent messages, the jdbc pm may run out of memory if the select * 
from the db results in the jdbc driver pulling in all of the records. We need 
to either write the pm with this expectation or allow for some configuration to 
avoid this.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: Qualified names in SOAP messages

2004-12-06 Thread [EMAIL PROTECTED]

  |   
  | 
  |   
  | 


  | http://marshalltestservice.org/types2";
  |   xmlns:foo="http://marshalltestservice.org/types2";
  |   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |   xmlns:xs="http://www.w3.org/2001/XMLSchema";
  |   xmlns="http://www.w3.org/2001/XMLSchema";
  |   elementFormDefault="qualified">
  | 
  |   
  | 
  |   
  |   
  |   
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  | 
  | 
  |   
  | 
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  | 
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  | 
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  | 
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  |   
  | 
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  |   
  |   
  |   
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   Test results
  | 
  | 
  |   
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  |   
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  |   
  | 
  |   
  | 
  | 
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857565#3857565

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857565


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: Qualified names in SOAP messages

2004-12-06 Thread [EMAIL PROTECTED]

  |   
  | 
  |   
  | 


  | http://www.w3.org/2001/XMLSchema";
  |   targetNamespace="http://marshalltestservice.org/types3";
  |   xmlns:tns="http://marshalltestservice.org/types3";
  |   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  |   http://www.w3.org/2002/06/soap-encoding"/>
  |   http://schemas.xmlsoap.org/soap/encoding/"/>
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  |   
  |   
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  | http://www.w3.org/2001/XMLSchema"/>
  |   
  | 
  |   
  |   
  |   
  |   
  |   
  |   
  |   
  | 
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857564#3857564

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857564


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: migrate IIS to tomcat, then migrate the whole .net archi

2004-12-06 Thread [EMAIL PROTECTED]
Yes, the original is from a post I made to the jboss jca dev forum. This 
appears to be do to an invalid table configuration on the underlying mysql db 
that we need to fix.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857563#3857563

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857563


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBIDE-12) jBPM Designer

2004-12-06 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-12?page=history ]

Marshall Culpepper reassigned JBIDE-12:
---

Assign To: Koen Aers

> jBPM Designer
> -
>
>  Key: JBIDE-12
>  URL: http://jira.jboss.com/jira/browse/JBIDE-12
>  Project: JBoss IDE
> Type: Feature Request
>   Components: jBPM Designer plugin
> Reporter: Marshall Culpepper
> Assignee: Koen Aers
>  Fix For: 1.5 alpha

>
> Original Estimate: 2 weeks
> Remaining: 2 weeks
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBIDE-4) Session Bean Wizard

2004-12-06 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-4?page=history ]
 
Marshall Culpepper resolved JBIDE-4:


 Resolution: Partially Completed
Fix Version: 1.5 alpha

> Session Bean Wizard
> ---
>
>  Key: JBIDE-4
>  URL: http://jira.jboss.com/jira/browse/JBIDE-4
>  Project: JBoss IDE
> Type: Task
>   Components: EJB3 plugin
>  Environment: all
> Reporter: Marshall Culpepper
> Assignee: Marshall Culpepper
>  Fix For: 1.5 alpha

>
> Original Estimate: 2 weeks
>Time Spent: 2 days
> Remaining: 1 week, 3 days
>
> A wizard for generating a Stateless and/or Stateful Session bean and it's 
> corresponding interfaces.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBIDE-19) jBPM Designer QA / Unit Tests

2004-12-06 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-19?page=history ]

Marshall Culpepper reassigned JBIDE-19:
---

Assign To: Koen Aers  (was: Marshall Culpepper)

> jBPM Designer QA / Unit Tests
> -
>
>  Key: JBIDE-19
>  URL: http://jira.jboss.com/jira/browse/JBIDE-19
>  Project: JBoss IDE
> Type: Sub-task
>   Components: jBPM Designer plugin
> Reporter: Marshall Culpepper
> Assignee: Koen Aers
>  Fix For: 1.5 alpha

>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBIDE-15) Initial jBPM Designer Documentation

2004-12-06 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-15?page=history ]

Marshall Culpepper reassigned JBIDE-15:
---

Assign To: Koen Aers  (was: Marshall Culpepper)

> Initial jBPM Designer Documentation
> ---
>
>  Key: JBIDE-15
>  URL: http://jira.jboss.com/jira/browse/JBIDE-15
>  Project: JBoss IDE
> Type: Sub-task
>   Components: jBPM Designer plugin
> Reporter: Marshall Culpepper
> Assignee: Koen Aers
>  Fix For: 1.5 alpha

>
> Original Estimate: 1 week
> Remaining: 1 week
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: migrate IIS to tomcat, then migrate the whole .net archi

2004-12-06 Thread darranl
Is this another example of a post that has been corrupted?  

I don't think that the top post was ever part of this thread!!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857557#3857557

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857557


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: How to parse an xml file which is packaged in an .ear fi

2004-12-06 Thread [EMAIL PROTECTED]
Find it as a resource on the classpath and then parse it.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857555#3857555

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857555


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread jimmyed2001

I don't think you can use JBoss 4.0.0 with that source. You need to use JBoss 
3.2.6RC2.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857553#3857553

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857553


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread legolas
I am using the nukes-2.0-DR-src bundle on jBoss AS 4.0.0.
OS is win2000, jdk version is 1.4.2_05

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857552#3857552

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857552


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [IIOP on JBoss] - ClientConnectionManager: created new conn to target 0.0.0.0:

2004-12-06 Thread wkam2
I have a Corba Servant which works if I access it by corbaloc.
Currently I am running client and server at the same machine.
xx.xx.xx.xx = my machines ip adress

I registered the Servant at JBoss Naming service and got no errors but one 
warning at runtime.

2004-12-06 15:38:48,382 INFO  [org.jboss.naming.NamingService] Starting jnp 
server
2004-12-06 15:38:48,664 INFO  [org.jboss.naming.NamingService] Started 
jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client 
SocketFactory=null, Server [EMAIL PROTECTED]
2004-12-06 15:38:48,679 WARN  [org.jboss.naming.NamingService] 
Context.PROVIDER_URL in server jndi.properties, url=xx.xx.xx.xx:10992004-12-06 
15:38:48,695 INFO  [org.jboss.naming.NamingService] Listening on port 1099
2004-12-06 15:38:48,726 INFO  [org.jboss.naming.NamingService] Started 
jboss:service=Naming

When I try to access a Server method at the client the following
Jacorb Traces appears at the Server:

ClientConnectionManager: created new conn to target 0.0.0.0:3528

The Client trace is at this time:

Trying to connect to xx.xx.xx.xx:3528 ]
[ 06:12:2004:15:39:27:742> Connected to xx.xx.xx.x:3528 ]
looking up "CmdLogger2"
[ 06:12:2004:15:39:27:804> Delegate.getReference with POA < empty> ]
[ 06:12:2004:15:39:27:992> ConnectionManager: created new conn to target 
0.0.0.0:3528 ]
[ 06:12:2004:15:39:27:992> (Pool)[0/1] creating new thread ]
[ 06:12:2004:15:39:27:992> Successfully negotiated Codesets. Using ISO 8859-1 
as TCS and UTF-16 as TCSW ]
[ 06:12:2004:15:39:28:007> (Pool)[1/2] added idle thread ]
[ 06:12:2004:15:39:28:226> (Pool)[0/2] removed idle thread (job scheduled) ]
[ 06:12:2004:15:39:28:242> Trying to connect to 0.0.0.0:3528 ]
[ 06:12:2004:15:39:28:242> Retrying to connect to 0.0.0.0:3528 ]
[ 06:12:2004:15:39:28:742> Retrying to connect to 0.0.0.0:3528 ]
org.omg.CORBA.TRANSIENT: Retries exceeded, couldn't reconnect to 0.0.0.0:3528  
minor code: 0  completed: No
at 
org.jacorb.orb.connection.Client_TCP_IP_Transport.connect(Client_TCP_IP_Transport.java:169)
at 
org.jacorb.orb.connection.TCP_IP_Transport.write(TCP_IP_Transport.java:287)
at 
org.jacorb.orb.connection.GIOPConnection.write(GIOPConnection.java:487)
at org.jacorb.orb.CDROutputStream.write(CDROutputStream.java:275)
at 
org.jacorb.orb.connection.ServiceContextTransportingOutputStream.write_to(ServiceContextTransportingOutputStream.java:277)
at 
org.jacorb.orb.connection.GIOPConnection.sendMessage(GIOPConnection.java:517)

Does anybody know what could be the reason for jacorb to use 0.0.0.0
instead of my machines adress ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857550#3857550

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857550


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread jimmyed2001

Are you using the jboss-3.2.6RC2-nukes-2.0-DR JBoss AS with the 
nukes-2.0-DR-src source bundle, Or the nukes-2 source bundle with JBoss-4.0.0 
AS? I get the feeling those are the only two valid combinations...



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857549#3857549

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857549


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Connection refused

2004-12-06 Thread Ernie666
Sorry, I posted the wrong Code-Fragment... it shall be "192.168.0.1". 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857536#3857536

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857536


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: Qualified names in SOAP messages

2004-12-06 Thread jasong
Can you paste the WSDL blobs for message and types that you used to get those?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857540#3857540

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857540


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Connection refused

2004-12-06 Thread [EMAIL PROTECTED]
Can you connect to an webapp on that jboss instance?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857539#3857539

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857539


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Qualified names in SOAP messages

2004-12-06 Thread [EMAIL PROTECTED]
Folkes,

what are the rules for qualified names in SOAP messages?

>From the S1AS I recorded these two literal body fragments. Are they both legal?


  |   
  | 
  |   
  | foo
  | 1
  |   
  |   
  | bar
  | 0
  |   
  | 
  |   
  | 


  |   
  | 
  |   
  | ChildPerson
  | 10
  | F
  | false
  | 32767.0
  |   
  | 
  |   
  | 

cheers

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857531#3857531

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857531


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - How do I create the tables?

2004-12-06 Thread logicfish
I have deployed the application and created the database etc.
I`m using mysql.
When I go to login I get error saying that the table cannot be found.
I can`t find any code to create them.

Any help with this will be much appreciated.
thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857530#3857530

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857530


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread legolas
I have downloaded xerces-2.4.0.jar and placed it in jre/ext directory of my jdk.
This removed a lot of error's, the only thing that remained was related to the 
org.jboss.util.Valve class, which does not exist.

Searching through the jars in the jboss-4.0.0 distribution gave no results.
But I did find it in the jboss-3.2.6 distribution, in jboss-common-client.jar, 
jbossall-client.jar, jboss-common.jar and applet.jar.

This class is removed from jboss 4. So why are you using it in the JBossPortal? 
Can you supply it or do I need to copy one of the listed jarfiles into my 
jboss-4.0.0 distribution? If so, which one, and where does it need to go?

Marcel


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857528#3857528

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857528


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.542 Build Successful

2004-12-06 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041206072101Lbuild.542
BUILD COMPLETE - build.542Date of build: 12/06/2004 07:21:01Time to build: 15 minutes 34 secondsLast changed: 12/06/2004 06:10:54Last log entry: added prepare()/commit()/rollback() stubs back to satisfy reflection




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (2)1.195modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javaadded prepare()/commit()/rollback() stubs back to satisfy reflection1.19modifiedbelabancache/src/main/org/jboss/cache/interceptors/ReplicationInterceptor.javaadded trace stmt



[JBoss-dev] jboss-head build.541 Build Successful

2004-12-06 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041206060522Lbuild.541
BUILD COMPLETE - build.541Date of build: 12/06/2004 06:05:22Time to build: 18 minutes 54 secondsLast changed: 12/06/2004 05:32:57Last log entry: implemented callback scheme as discussed in SyncReplicationWoes.txt




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (4)1.18modifiedbelabancache/src/main/org/jboss/cache/interceptors/ReplicationInterceptor.javaimplemented callback scheme as discussed in SyncReplicationWoes.txt1.2modifiedbelabancache/src/main/org/jboss/cache/tests/CallbackTest.javaadded repl unit test1.194modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javaMoved prepare()/commit()/rollback() methods to LockInterceptor1.6modifiedbelabancache/src/main/org/jboss/cache/interceptors/LockInterceptor.javaMoved commit()/rollback() methods here from TreeCache



[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread legolas
I have also tried building on a linux release to see if the problem is related 
to the OS, but I had teh same results :(

Marcel

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857517#3857517

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857517


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-06 Thread legolas
Hi,

It also fails for me...

I closely followed the steps as described on the wiki page 
(http://www.jboss.org/wiki/Wiki.jsp?page=JBossPortal).
Had some problems at first with creating tehMySQL database.

But when I ran build\build.bat main, it fails spitting out the same error 
messages as in jomarca1's last post.

Marcel


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857515#3857515

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857515


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1078243 ] txtimers created in Servlet init get duplicated.

2004-12-06 Thread SourceForge.net
Bugs item #1078243, was opened at 2004-12-03 11:10
Message generated for change (Settings changed) made by tdiesler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1078243&group_id=22866

Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Phil Cornelius (smapjb)
>Assigned to: Thomas Diesler (tdiesler)
Summary: txtimers created in Servlet init get duplicated.

Initial Comment:
I have a stateless SessionBean that is also a
javax.ejb.TimedObject.

I set the timer running by calling a 'schedule'
business method

public void schedule(int mins) {
TimerService timerService =
mySessionCtx.getTimerService();
// Now and every mins minutes
timerService.createTimer(0L, 6L * mins, "iPML
export timer.");
}

This methods gets called from the init method of a
Servlet.. everything works except that two timers get
created.. the second about 20 seconds after the first..

I have tracked it down to the following problem.. but
am not sure how to solve it.

1. The timer gets created and a row is written into the
localDB hypersonic database.

2. Once jboss is started (approx 20 seconds after the
init method of my servlet was called) a notification is
sent to org.jboss.ejb.txtimer.DatabasePersistencePolicy
line 102
where the method 
  restoreTimers();
is called

3. This method reads the row in hsqldb and creates
another duplicate txtimer

The other thing that I noticed was that the instance
variable 'instancePk' of the class
org.jboss.ejb.txtimer.TimedObjectId never gets assigned
any value.

This bug is against jboss-4.0.1RC2


Yours
Phil
 



 


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1078243&group_id=22866


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-30) process archive translator jbpm2 to jbpm3

2004-12-06 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-30?page=history ]

Tom Baeyens updated JBPM-30:


Fix Version: 3.0

> process archive translator jbpm2 to jbpm3
> -
>
>  Key: JBPM-30
>  URL: http://jira.jboss.com/jira/browse/JBPM-30
>  Project: JBoss jBPM
> Type: Task
> Reporter: Tom Baeyens
> Assignee: Tom Baeyens
>  Fix For: 3.0

>
> Original Estimate: 3 days
> Remaining: 3 days
>
> create a simple program that takes a process archive (or a 
> processdefinition.xml) from jbpm2 as input and produce a jbpm 3 archive (or 
> processdefinition.xml) as output.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: Status of SAAJ API

2004-12-06 Thread [EMAIL PROTECTED]
As you might know, the support for xsd:any and xsd:anyType is optional in the 
JAXRPC spec. 

What is the use case for this? Are you trying to do some document/literal MEP 
with an undefined document structure? 

I agree, that SOAPBody.addDocument should work. I'll setup the JBossWS-4.x 
project on JIRA and create an issue for it.

Changes to the jaxrpc module in Branch_4_0 will have to pass the Sun CTS - so 
we have to careful here. 

Could you parhaps provide a TestCase that shows your issue. Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857508#3857508

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857508


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-30) process archive translator jbpm2 to jbpm3

2004-12-06 Thread Tom Baeyens (JIRA)
process archive translator jbpm2 to jbpm3
-

 Key: JBPM-30
 URL: http://jira.jboss.com/jira/browse/JBPM-30
 Project: JBoss jBPM
Type: Task
Reporter: Tom Baeyens
 Assigned to: Tom Baeyens 


create a simple program that takes a process archive (or a 
processdefinition.xml) from jbpm2 as input and produce a jbpm 3 archive (or 
processdefinition.xml) as output.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Calling java web service inside other

2004-12-06 Thread [EMAIL PROTECTED]
>From your stack trace it seems you are using the Axis propriatary service 
>locator. If this is true, your not using a WS4EE client deployment. Please 
>refer to the wiki on information about the WS4EE client programming model.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857498#3857498

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857498


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: migrate IIS to tomcat, then migrate the whole .net archi

2004-12-06 Thread [EMAIL PROTECTED]
http://www.jboss.com/services/profsupport

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857497#3857497

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857497


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-29) xml serialization and parsing of process definitions

2004-12-06 Thread Tom Baeyens (JIRA)
xml serialization and parsing of process definitions


 Key: JBPM-29
 URL: http://jira.jboss.com/jira/browse/JBPM-29
 Project: JBoss jBPM
Type: Task
  Components: Core Engine  
Reporter: Tom Baeyens
 Assigned to: Tom Baeyens 


sub tasks/features:

* xml serialization of process definitions
* xml parsing of process definitions
* w3c schema for the process definition (xsd)
* optional validation against xsd

less important:
* dtd schema
* dtd validation
* allow for schema selection in xml serialization : none, xsd, dtd

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - How to parse an xml file which is packaged in an .ear file

2004-12-06 Thread liuyan
hello everyone, I am going to write a little tool to visualize the contents and 
the relationships in an ear file before it's deployed in the the server.can 
anybody tell me how to parse an xml file which is packaged in an .ear file?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857490#3857490

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857490


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head Build Failed

2004-12-06 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041206025645
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build: 12/06/2004 02:56:45Time to build: 23 minutes 44 secondsLast changed: 12/06/2004 02:46:33Last log entry: no message




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (107)1.19modifiedbelabancache/docs/design/JBossCacheRoadmap.txtno message1.34modifiedbwang00cache/docs/Changelog.txtUpdated1.6modifiedstarksmtestsuite/imports/code-generation.xmlExclude the org.jboss.test.jca.ejb.PreparedStatementBean from ejbdoclet hacking.1.4modifiedstarksmconnector/src/main/org/jboss/resource/adapter/jdbc/PreparedStatementCache.javaDon't close PreparedStatement when PSCache ages out connection.Only close if it is not in use.  CachedPreparedStatement.close() sets the inUse flag. Fixes [ 1051812 ] Statement Cache Bug.1.1addedstarksmtestsuite/src/main/org/jboss/test/jca/test/PSCacheUnitTestCase.javaAdd a unit test for a datasource using the prepared-statement-cache-size configuration1.1addedstarksmtestsuite/src/main/org/jboss/test/jca/interfaces/PreparedStatementHome.javaAdd a unit test for a datasource using the prepared-statement-cache-size configuration1.1addedstarksmtestsuite/src/main/org/jboss/test/jca/interfaces/PreparedStatementRemote.javaAdd a unit test for a datasource using the prepared-statement-cache-size configuration1.1addedstarksmtestsuite/src/main/org/jboss/test/jca/ejb/PreparedStatementBean.javaAdd a unit test for a datasource using the prepared-statement-cache-size configuration1.25modifiedstarksmtestsuite/imports/test-jars.xmlAdd the pscache.jar target1.1addedstarksmtestsuite/src/resources/jca/pscache/ejb-jar.xmlA bmp bean and datasource setup for testing the prepared statement cache1.1addedstarksmtestsuite/src/resources/jca/pscache/hsqldb-ps-ds.xmlA bmp bean and datasource setup for testing the prepared statement cache1.1addedstarksmtestsuite/src/resources/jca/pscache/jboss.xmlA bmp bean and datasource setup for testing the prepared statement cache1.27modifiedanddsystem/src/main/org/jboss/deployment/SubDeployerSupport.javahelper method for emitting notifications1.1addedanddsystem/src/main/org/jboss/system/InterceptorServiceMBean.javaHelper baseclass to let you dynamically hook-up an interceptor to another MBean configured as Interceptable1.1addedanddsystem/src/main/org/jboss/system/InterceptorServiceMBeanSupport.javaHelper baseclass to let you dynamically hook-up an interceptor to another MBean configured as Interceptable1.4modifiedanddjmx/src/resources/dtd/jboss_xmbean_1_1.dtdDynamicInterceptor allows the runtime addition/removal of interceptors to any XMBean1.4modifiedanddjmx/src/resources/dtd/jboss_xmbean_1_2.dtdDynamicInterceptor allows the runtime addition/removal of interceptors to any XMBean1.36modifiedanddjmx/src/main/org/jboss/mx/server/AbstractMBeanInvoker.javaDynamicInterceptor allows the runtime addition/removal of interceptors to any XMBean1.1addedanddjmx/src/main/org/jboss/mx/server/Interceptable.javaDynamicInterceptor allows the runtime addition/removal of interceptors to any XMBean1.16modifiedanddjmx/src/main/org/jboss/mx/server/MBeanInvoker.javaDynamicInterceptor allows the runtime addition/removal of interceptors to any XMBean1.10modifiedanddjmx/src/main/org/jboss/mx/interceptor/AbstractInterceptor.javaDynamicInterceptor allows the runtime addition/removal of interceptors to any XMBean1.1addedanddjmx/src/main/org/jboss/mx/interceptor/DynamicInterceptor.javaDynamicInterceptor allows the runtime addition/removal of interceptors to any XMBean1.24modifiedanddtestsuite/imports/test-jars.xmltest the new Interceptable interface1.10modifiedanddtestsuite/imports/server-config.xmltest the new Interceptable interface1.1addedanddtestsuite/src/main/org/jboss/test/jmx/test/InterceptableUnitTestCase.javatest the new Interceptable interface1.1addedanddtestsuite/src/main/org/jboss/test/jmx/interceptors/AdderInterceptorService.javatest the new Interceptable interface1.1addedanddtestsuite/src/main/org/jboss/test/jmx/interceptors/AdderInterceptorServiceMBean.javatest the new Interceptable interface1.1addedanddtestsuite/src/main/org/jboss/test/jmx/interceptors/AdderPOJO.javatest the new Interceptable interface1.1addedanddtestsuite/src/resources/jmx/interceptors/interceptable/META-INF/interceptable-xmbean.xmltest the new Interceptable interface1.1addedanddtestsuite/src/resources/jmx/interceptors/interceptable/META-INF/jboss-service.xmltest the new Interceptable interface1.1addedanddtestsuite/src/resources/jmx/interceptors/adderinterceptor/META-INF/jboss-service.x