[JBoss-user] [JBoss Portal] - JCR Progress report?

2005-08-15 Thread kukeltje
Hi, is there any news on the progress of the inclusion of JCR (JSR-170)? I 
tried checking out the current sourcecode, but did not see anything. Is it 
still in private cvs?

I'm currently working on xforms inclusion in jBPM and like to also create a 
portlet for this. For storing the xforms documents I'd like to use JCR, hence 
the interest.

Ronald

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3889990#3889990

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3889990


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Anyone seen this before?

2005-08-15 Thread [EMAIL PROTECTED]
Hmm, this is strange. This is emitted by te datagramsocket's send() method, 
when a datagram packet is too big (usually bigger than 65K).
But your message is small, the payload is *zero* bytes !
Can you do the following ? Go into org.jgroups.protocols.UDP and modify send() 
(I'm assuming JGroups 2.2.7), see code below. This is already in 2.2.9 
(currently in CVS). This should print out the size of the *marshalled* buffer 
in case of an exception. If this doesn't help, you can always set a breakpoint 
in this code. 

Hope this helps !

void send(Message msg) throws Exception {
  | IpAddress  dest=(IpAddress)msg.getDest();
  | byte[] buf=messageToBuffer(msg);
  |
  |try {
  | doSend(buf, dest.getIpAddress(), dest.getPort());
  |}
  |catch(Exception ex) {
  |   StringBuffer sb=new StringBuffer(failed sending message to  + 
dest);
  |   if(buf == null)
  |  sb.append(, null buffer);
  |   else
  |  sb.append(, length= + buf.length +  bytes);
  |   Exception tmp=new Exception(sb.toString() + buf, ex);
  |   throw tmp;
  |}
  | }


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3889993#3889993

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3889993


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Anyone seen this before?

2005-08-15 Thread [EMAIL PROTECTED]
Another thing to try out is JGroups 2.2.8: this is API-compatible with 2.2.7, 
but you'll need to upgrade all of the node in the *same* cluster; I don't 
support mixed 2.2.7 and 2.2.8 clusters. I tested that 2.2.8 works ith JBoss 
4.0.x and 3.2.x though.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3889994#3889994

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3889994


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - List of JBoss Portal portlets ?

2005-08-15 Thread Antoine_h
Hi,
what is the best way to find the list of portlets yet provided in JBoss Portal ?
their names, descriptors etc ...
in examples ? which ones ?
in a descriptor ? which one ?
in a wiki ?
Thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3889995#3889995

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3889995


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: message or message buffer is null followed by other exce

2005-08-15 Thread [EMAIL PROTECTED]
#1 Set cache mode to LOCAL (rather than REPL_SYNC or REPL_ASYNC)
#2 Remove COMPRESS from the protocol stack in cluster-service.xml
#3 Upgrade to JGroups 2.2.8

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=389#389

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=389


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: [ERROR] NAKACK.handleXmitReq()

2005-08-15 Thread [EMAIL PROTECTED]
Post your cluster-service.xml file

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890001#3890001

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890001


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Users don't log out

2005-08-15 Thread tremalnaik
security-domain 
flushOnSessionInvalidation=truejava:/jaas/myRealm/security-domain

simple, isn't it? ;)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890010#3890010

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890010


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - security in jboss

2005-08-15 Thread warnasweb
which DD files i hv to modify in order to secure my ejbs

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890011#3890011

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890011


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Problems initializing LoginModule

2005-08-15 Thread warnasweb
hey 
i also facing same sort of probs n not able to find out where the error is can 
u tell what actualy u hv done

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890014#3890014

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890014


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Failed to create factory: org.jboss.webservice.client.Se

2005-08-15 Thread Christy
There are my libraries and everything works fine.
I'm not sure, but may be it will help you:

C:\jboss-4.0.2\server\default\lib\activation.jar
C:\jboss-4.0.2\server\default\lib\autonumber-plugin.jar
C:\jboss-4.0.2\client\axis-ws4ee.jar
C:\jboss-4.0.2\server\default\deploy\juddi.war\WEB-INF\lib\axis.jar
C:\jboss-4.0.2\server\default\lib\bcel.jar
C:\jboss-4.0.2\server\default\lib\bindingservice-plugin.jar
C:\jboss-4.0.2\server\default\lib\bsh-1.3.0.jar
C:\jboss-4.0.2\server\default\lib\bsh-deployer.jar
C:\jboss-4.0.2\server\default\lib\cliwareweb.jar
C:\jboss-4.0.2\server\default\lib\commons-collections.jar
C:\jboss-4.0.2\server\default\lib\commons-dbcp.jar
C:\jboss-4.0.2\server\default\deploy\juddi.war\WEB-INF\lib\commons-discovery-0.2.jar
C:\jboss-4.0.2\server\default\lib\commons-discovery-0.2.jar
C:\jboss-4.0.2\server\default\lib\commons-httpclient.jar
C:\jboss-4.0.2\lib\commons-httpclient.jar
C:\jboss-4.0.2\server\default\deploy\juddi.war\WEB-INF\lib\commons-logging-1.0.4.jar
C:\jboss-4.0.2\server\default\lib\commons-logging-1.0.4.jar
C:\jboss-4.0.2\lib\commons-logging.jar
C:\jboss-4.0.2\server\default\lib\commons-pool.jar
C:\jboss-4.0.2\lib\concurrent.jar
C:\jboss-4.0.2\server\default\lib\crimson.jar
C:\jboss-4.0.2\lib\dom4j.jar
C:\jboss-4.0.2\server\default\lib\dss-scheduler.jar
C:\jboss-4.0.2\server\default\lib\dttask.jar
C:\jboss-4.0.2\server\default\lib\extJboss.jar
C:\jboss-4.0.2\lib\getopt.jar
C:\jboss-4.0.2\lib\gnu-regexp.jar
C:\jboss-4.0.2\server\default\lib\hsqldb-plugin.jar
C:\jboss-4.0.2\server\default\lib\hsqldb.jar
C:\jboss-4.0.2\server\default\lib\javax.servlet.jar
C:\jboss-4.0.2\server\default\lib\javax.servlet.jsp.jar
C:\jboss-4.0.2\lib\jaxen.jar
C:\jboss-4.0.2\server\default\deploy\juddi.war\WEB-INF\lib\jaxrpc.jar
C:\jboss-4.0.2\server\default\lib\jaxrpc.jar
C:\jboss-4.0.2\server\default\lib\jboss-common-jdbc-wrapper.jar
C:\jboss-4.0.2\lib\jboss-common.jar
C:\jboss-4.0.2\server\default\lib\jboss-j2ee.jar
C:\jboss-4.0.2\server\default\lib\jboss-jaxrpc.jar
C:\jboss-4.0.2\server\default\lib\jboss-jca.jar
C:\jboss-4.0.2\lib\jboss-jmx.jar
C:\jboss-4.0.2\server\default\lib\jboss-jsr77.jar
C:\jboss-4.0.2\server\default\lib\jboss-juddiaxis.jar
C:\jboss-4.0.2\lib\jboss-juddiaxis.jar
C:\jboss-4.0.2\server\default\lib\jboss-management.jar
C:\jboss-4.0.2\server\default\lib\jboss-monitoring.jar
C:\jboss-4.0.2\server\default\lib\jboss-saaj.jar
C:\jboss-4.0.2\lib\jboss-system.jar
C:\jboss-4.0.2\server\default\lib\jboss-transaction.jar
C:\jboss-4.0.2\client\jboss-ws4ee-client.jar
C:\jboss-4.0.2\server\default\lib\jboss.jar
C:\jboss-4.0.2\server\default\lib\jbossmq.jar
C:\jboss-4.0.2\server\default\lib\jbosssx.jar
C:\jboss-4.0.2\server\default\lib\jmx-adaptor-plugin.jar
C:\jboss-4.0.2\server\default\lib\jnpserver.jar
C:\jboss-4.0.2\server\default\lib\jpl-pattern.jar
C:\jboss-4.0.2\server\default\lib\jpl-util.jar
C:\jboss-4.0.2\server\default\deploy\juddi.war\WEB-INF\lib\juddi.jar
C:\jboss-4.0.2\server\default\lib\juddi.jar
C:\jboss-4.0.2\server\default\deploy\juddi.war\WEB-INF\lib\log4j-1.2.8.jar
C:\jboss-4.0.2\server\default\lib\log4j-1.2.8.jar
C:\jboss-4.0.2\lib\log4j-boot.jar
C:\jboss-4.0.2\server\default\lib\mail-plugin.jar
C:\jboss-4.0.2\server\default\lib\mail.jar
C:\jboss-4.0.2\server\default\lib\mxmlsched.jar
C:\jboss-4.0.2\lib\namespace.jar
C:\jboss-4.0.2\server\default\lib\ocrs12.zip
C:\jboss-4.0.2\server\default\lib\ojdbc14.jar
C:\jboss-4.0.2\server\default\lib\properties-plugin.jar
C:\jboss-4.0.2\server\default\lib\rdf-api-2000-05-12c.jar
C:\jboss-4.0.2\lib\endorsed\resolver.jar
C:\jboss-4.0.2\server\default\deploy\juddi.war\WEB-INF\lib\saaj.jar
C:\jboss-4.0.2\server\default\lib\saaj.jar
C:\jboss-4.0.2\server\default\lib\sapdbc.jar
C:\jboss-4.0.2\server\default\lib\scheduler-plugin-example.jar
C:\jboss-4.0.2\server\default\lib\scheduler-plugin.jar
C:\jboss-4.0.2\lib\webdavlib.jar
C:\jboss-4.0.2\server\default\deploy\juddi.war\WEB-INF\lib\wsdl4j-1.5.1.jar
C:\jboss-4.0.2\lib\endorsed\xalan.jar
C:\jboss-4.0.2\lib\endorsed\xercesImpl.jar
C:\jboss-4.0.2\lib\endorsed\xml-apis.jar

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890015#3890015

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890015


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - jboss4-tomcat55 binding issue

2005-08-15 Thread fricknevil
Problem
JBoss 4.0 bundled with Tomcat 5.5, out of the box, will not bind to port 8080 
for all interfaces.  i.e.  I can telnet to the port from the localhost, but not 
from outside.  Please let me know how to bind to this port properly.

On local machine...

telnet 127.0.0.1 8080
Trying 127.0.0.1...
Connected to 127.0.0.1.


On remote machine... (IP address masked slightly)

telnet 208.100.x.x
Trying 208.100.x.x...
 - this will eventually time out


Running a netstat -anp | grep 8080 shows this:

  | Active Internet connections (servers and established)
  | Proto Recv-Q Send-Q Local Address   Foreign Address State   
PID/Program name
  | tcp0  0 :::8080 :::*LISTEN  
17487/java
  | 

From the above, I can see that java (jboss) has a server socket listening on 
port 8080, but the local address looks off.  Shouldn't it be binding to 
0.0.0.0:8080 or 127.0.0.1:8080?

System
OS:Linux, Fedora Core 2
JBoss: 4.0.2 w/ Tomcat 5.5 (out of the box)
Java:  1.4.2_09

server.xml
Here is the relevant sections of the server.xml (out of the box)


  | Engine name=jboss.web defaultHost=localhost
  |   ...
  |   Host name=localhost
  | autoDeploy=false deployOnStartup=false deployXML=false
  |   ...
  | 

I don't have a firewall running for this test.
I really appreciate the help.

Thanks,
Mike
[EMAIL PROTECTED] 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890017#3890017

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890017


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: how to configure remote exception logging on ejb calls?

2005-08-15 Thread netcetera
you can configure this in the file:

$JBOSS_HOME/server/default/conf/standardjboss.xml

by setting call-logging to true, such as:

container-configuration
  container-name.../container-name
  call-loggingtrue/call-logging


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890019#3890019

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890019


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Hibernate JBoss

2005-08-15 Thread annywang
I'm jackeroo in JBoss and Hibernate. i want know where can get more detail 
document of them?
2. Must i use HAR file in JBoss. can i jar Hibernate file and other java class 
into a same jar file.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890020#3890020

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890020


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Server side HA-JNDI

2005-08-15 Thread fbecaria
Hi, I have two doubts about HA-JNDI and load balancing.

I am running JBoss 4.0.2 in a cluster with two machines.

In a node I have deployed a singleton queue. When I want to lookup the queue 
from the other node in the cluster, I have to set this properties to find it:

java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
java.naming.provider.url=localhost:1100

if I do not set this properties, the node can't find the queue. Why must I set 
this properties? If I lookup the queue from a normal client, I can find the 
queue without this properties. I thought that the queue was binded to the 
HA-JNDI.

The other doubt is similiar but with SLSB EJB. I have a clustered SLSB EJB 
deployed in the two nodes. But if I want to lookup the EJB from one node, I 
can't get load balancing. I always get a reference to the EJB deployed in the 
server from where I'm doing the lookup. How can I get load balancing in a 
scenario like this?

Thanks very much


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890021#3890021

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890021


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Cluster MDB's

2005-08-15 Thread myparu
I configured MDBs to run off a queue in a cluster of JBoss instances (4.0.1sp1) 
 for load balancing and notice a similar behaviour. The non-master nodes dont 
receive as many messages as the master node does. Starvation does not really 
bother my application, but it will be nice to share the load.

I could not find any option to configure round-robin kinda thing. 

Any light on this please, anyone?

Thanks
Murali


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890023#3890023

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890023


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - LoginModule's login method not being called

2005-08-15 Thread radhakn
Hi,

This is the scenario that I'm testing for...

A User logs in from one browser and I initialize a Context object within a 
Filter.

When I attempt to login the same user from another browser the login method  of 
my custom LoginModule is not called. I wish to redirect this browser to a 
You're already logged in page. Since the login method is not called I'm 
unable to setup parameters that will cause the Filter to forward the user to 
this message page.

Can you please let me know how I can always force JBoss to call the login 
method of the LoginModule. I'm assuming since a security session for the user 
is already available it skips calling the LoginModule.

thanks in advance...

-Rk

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890029#3890029

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890029


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: JBoss Portal vs. LifeRay and eXo

2005-08-15 Thread [EMAIL PROTECTED]
We've decided to move ahead on the portlet community site without depending on 
Novell's portlet contributions. Something will be announced this week. Stay 
tuned.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890030#3890030

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890030


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: JCR Progress report?

2005-08-15 Thread [EMAIL PROTECTED]
The prototype is complete. Julien and I will be discussing integration in to 
Portal codebase this week.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890031#3890031

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890031


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: List of JBoss Portal portlets ?

2005-08-15 Thread [EMAIL PROTECTED]
Included in the distro are:

CMS
Permissions manager
User Portlet
Role Portlet

Additionally, you can find some here: 
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossPortalSamples

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890035#3890035

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890035


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - New to security in JBoss

2005-08-15 Thread mdeyab
Hi all

I defined a securtiy constraint in the web.xml file that looks like that

security-constraint
web-resource-collection
url-pattern/timesheet/controllers/timesheets/*/url-pattern
url-pattern/Timesheets/*/url-pattern
/web-resource-collection
auth-constraint
role-nameemployee/role-name
/auth-constraint
user-data-constraint
transport-guaranteeNONE/transport-guarantee
/user-data-constraint
/security-constraint

also I am using the other security Realm
with the files

users.properties that looks like the following

employee=employee
project manager=project manager
operation manager=operation manager
resource manager=resource manager
manager=manager

and roles.properties that looks like the following

employee=employee
project manager=project manager
operation manager=operation manager
resource manager=resource manager
manager=manager

so from my little knowledge the user employee has password employee and the 
role employee and /Timesheets/* pattern requires role employee

my welcome index file redirects to /Timesheets/Timesheets.do 
when I open the timesheet application the index file redirects to 
Timesheets/Timesheets.do so he asks for login and preview to me the 
login-form.jsp I enter usernae: employee and password: employee 

and here is the problem I excpected to log me in to the timesheets page but 
instead I have this error page

HTTP Status 403 - User is not authorized to access action /Timesheets/Timesheets
type Status report
message User is not authorized to access action /Timesheets/Timesheets
description Access to the specified resource (User is not authorized to access 
action /Timesheets/Timesheets) has been forbidden.
Apache Tomcat/5.0.28

can any one tell me what is the problem

Sorry for the long Post

yours,
Mohamed Fthay

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890038#3890038

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890038


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: jbossws tools configuration/setup/usage

2005-08-15 Thread fernir
I am trying to use jbossws for a project with a delivery in November 2005 time 
frame. Can you please, provide a list of third party jars jbossws tools depends 
on. May be I will be able to overcome ClassNotFound exception

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890039#3890039

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890039


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: Local EJB Lookup Error

2005-08-15 Thread hcguersoy
Hi,

i don't know if your problem is actual, but here the reason why you get with 
error message:

The message is not due to security reasons but a simple classpath problem. The 
missing library is in this case the jboss.jar in [server-config]/lib. After 
this, you will get maybe an exception missing other librarys.

To overcome this, i put all librarys in the [server-config]/lib and all in the 
client directory into my classpath. 

Hope this helps!

 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890040#3890040

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890040


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: List of JBoss Portal portlets ?

2005-08-15 Thread Antoine_h
Thanks...

I've look in the core war and found the CatalogPortlet, that is making the 
menu of the portlets on the left of the demo.

Looking at the source, it seems easy to rewrite something similar to build a 
menu to access the html files in the WebDav (presented with the ContentPortlet).

It can be usefull to provide a way to give easy access to these html files 
(that can be written with wysiwyg editors by an writer user). The menu can be 
built to match all the files that are found there. 
This to help CMS process with static pages before Dynamicity.

So, when this is done, where shall I put it so the community can get it ?
in a Wiki (can I write one as a register user ?).
in the labs ? how ?
jira ?


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890041#3890041

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890041


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Setter methods in ejbCreate useless?

2005-08-15 Thread [EMAIL PROTECTED]
There is a perfectly good beginners corner where you can dump dumb questions
to your heart's content ;-)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890042#3890042

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890042


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: LoginModule's login method not being called

2005-08-15 Thread tremalnaik
I don't know if it helps, but give a look at 

http://wiki.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890047#3890047

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890047


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: New to security in JBoss

2005-08-15 Thread tremalnaik
what did you put in your web.xml as

  login-config
  | ..
  |   /login-config
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890049#3890049

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890049


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Retrieving user name

2005-08-15 Thread tremalnaik
Hi, I'm trying to retrieve the name of the user who is currently logged, but I 
can't get it from the request.

I read a lot of documentation, I swear, but I was not able to figure it out, 
maybe it's really simple.

How can I access this information?

Thanks



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890051#3890051

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890051


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Accessing service=MainDeployer Mbean from the command line.

2005-08-15 Thread kwame1
I really want to be able to access JBoss MBeans from the command line, in 
particular the service=MainDeployer MBean. How can i do this directly or with 
the help of a java program.

Thanks,
K.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890052#3890052

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890052


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: message or message buffer is null followed by other exce

2005-08-15 Thread abitha
Thanks for the response.

I cant set cache mode to LOCAL as I need the cache to replicate. I dont get 
this problem with single server, I get in only in the cluster. So, I need to 
replicate my cache.

I use JBossCache 1.2.3 and whatever JGroups that comes with that. That was what 
was recommended (the jboss-cache.jar and jgroups.jar should be the same). Are 
you suggesting I individually just change the JGroups?

I am looking at my cluster-service.xml and I dont have COMPRESS. This is what I 
have:

 !-- The JGroups protocol configuration --

  
!-- UDP: if you have a multihomed machine,
 set the bind_addr attribute to the appropriate NIC IP address --
!-- UDP: On Windows machines, because of the media sense feature
 being broken with multicast (even after disabling media sense)
 set the loopback attribute to true --
!--UDP mcast_addr=228.1.2.3 mcast_port=45566--
UDP mcast_addr=229.1.2.3 mcast_port=45566
 ip_ttl=32 ip_mcast=true
 mcast_send_buf_size=80 mcast_recv_buf_size=15
 ucast_send_buf_size=80 ucast_recv_buf_size=15
 loopback=false /
PING timeout=2000 num_initial_members=3
  up_thread=true down_thread=true /
MERGE2 min_interval=1 max_interval=2 /
FD shun=true up_thread=true down_thread=true
timeout=2500 max_tries=5 /
VERIFY_SUSPECT timeout=3000 num_msgs=3
up_thread=true down_thread=true /
pbcast.NAKACK gc_lag=50 retransmit_timeout=300,600,1200,2400,4800
   max_xmit_size=8192
   up_thread=true down_thread=true /
UNICAST timeout=300,600,1200,2400,4800 window_size=100 
min_threshold=10
 down_thread=true /
pbcast.STABLE desired_avg_gossip=2
   up_thread=true down_thread=true /
FRAG frag_size=8192
  down_thread=true up_thread=true /
pbcast.GMS join_timeout=5000 join_retry_timeout=2000
shun=true print_local_addr=true /
pbcast.STATE_TRANSFER up_thread=true down_thread=true /
  


Thanks, Abitha.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890053#3890053

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890053


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - JBossCacheAop in tomcat

2005-08-15 Thread igraf
Hi,

How can you run JBossCacheAop in a tomcat environment? Since tomcat requires 
its own class loading I assume you need to do precompiling for the classes you 
want to put in the cache, but I can't find documentation for how to do the 
precompiling. 
Thank you very much,
Isaac

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890054#3890054

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890054


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - CMS Portlet Features in Future Releases

2005-08-15 Thread mcantrell
We're evaluating JBoss Portal to replace an existing Portal (Jetspeed) with 
some custom CMS portlets that we've built. It doesn't appear that the current 
JBoss CMS will support most of the options that we need but I'd like to find 
out a little more about where it's headed in future releases.

I see that 2.2 is going to be built around a JSR 170 implementation which is 
great. That should satisfy our requirements for versioning, searching, etc. My 
main concern is workflow and customization. We have certain workflow 
requirements like content email notification, content approval, content 
expiration. We also need to be able to have a customizable amount of fields 
that can be associated with the data uploaded (title, description, news, etc.). 
For instance, users can enter a 'News' blurb with their uploaded content and 
that blurb will appear in a News portlet elsewhere in the site.

Is JBoss working towards making a more extensible CMS system that would fullfil 
these requirements or would we be better off re-writing our current CMS 
portlets to JSR168 and a JSR170 implementation like Apache's Jackrabbit?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890055#3890055

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890055


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Accessing service=MainDeployer Mbean from the command li

2005-08-15 Thread darranl
See: -

http://docs.jboss.org/jbossas/jboss4guide/r3/html/ch2.chapter.html

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890059#3890059

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890059


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: LoginModule's login method not being called

2005-08-15 Thread radhakn
I haven't tried it out as yet but it looks like exactly what I want :)

thanks a ton for the very quick help!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890060#3890060

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890060


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - set catalina.policy at tomcat

2005-08-15 Thread innojasa
Hi all,

i want to start my bundeld tomcat with the option -security so it will start 
with my own catalina.policy, but i dont find any option to set the flag that 
tomcat will take my catalina.policy file. i have jboss 4 with tomcat standart 
bundle.

thanks 

thorsten

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890063#3890063

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890063


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - XAConnectionFactory and UIL2 IOE error.

2005-08-15 Thread rke21
Hi all!

I'm sending attempting to send a message to a queue from session bean in a 
cluster.  When I use the XAConnection in cluster  mode, the destination manage 
does not deliver any messages to the queue when I use XAConnectionFactory to 
connect.  Appears that the UIL2 is having problems.   Have you seen this 
before?  Any suggestions will be greatly appreciated.  thank you.

stacktrace:

2005-08-15 10:48:59,700 DEBUG [org.jboss.mq.il.uil2.SocketManager] End 
WriteTask.run
2005-08-15 10:48:59,701 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] 
Exiting on IOE
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
at 
org.jboss.util.stream.NotifyingBufferedInputStream.read(NotifyingBufferedInputStream.java:67)
at 
java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2133)
at 
java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(ObjectInputStream.java:2313)
at 
java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStream.java:2380)
at 
java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream.java:2452)
at 
java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2601)
at java.io.ObjectInputStream.readByte(ObjectInputStream.java:845)
at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:281)
at java.lang.Thread.run(Thread.java:552)
2005-08-15 10:48:59,702 DEBUG [org.jboss.mq.il.uil2.SocketManager] End 
ReadTask.run
2005-08-15 10:48:59,706 DEBUG [org.jboss.mq.il.uil2.SocketManager] End 
ReadTask.run
2005-08-15 10:48:59,707 DEBUG [org.jboss.mq.il.uil2.SocketManager] End 
WriteTask.run
2005-08-15 10:48:59,708 DEBUG [org.jboss.mq.il.uil2.UILClientILService] Stopping

My jboss.xml:
 resource-ref
res-ref-namejms/XAConnectionFactory/res-ref-name
jndi-nameXAConnectionFactory/jndi-name
 /resource-ref
 resource-env-ref

my ejb-jar.xml:
resource-ref 
res-ref-namejms/XAConnectionFactory/res-ref-name
res-typejavax.jms.QueueConnectionFactory/res-type
res-authContainer/res-auth
 /resource-ref

I I switch to single mode and use JmsXA, it would work.  But it doesn't work 
with using XAConnectionFactory in cluster mode.  The master is up and running.  
It does connect the master, the UIL2 seems to fail.  Any suggests will be 
greatly appreciated.  Thank you!!



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890064#3890064

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890064


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: JBoss LoggingMonitor -

2005-08-15 Thread jiwils
ramone1234 wrote : Unfortunately, the Logging Monitor Wiki doesn't give any 
clue or a better explanation about what might be the logger attribute. May 
you give me a hint about where can I find this information?

The logger attribute is the name of the Log4j logger that you wish to use.  
Strictly speaking, in a programming sense, the line of code where that 
attribute is used is:

Logger logger = Logger.getLogger(logger attribute goes here);

This allows you to take advantage of Log4j logging inheritance/configuration, 
but that is really beyond the scope of this post.

The simplest answer would be that any arbitrary (but meaningful) logger name 
should do just fine.

For more information on Log4j and its use, see the Log4j website: 
http://logging.apache.org/log4j/.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890066#3890066

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890066


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: HttpsURLConnection class cast exception

2005-08-15 Thread wiggum14
I ran into the same problem.  I discovered I was setting the 
java.protocol.handler.pkgs to com.sun.net.ssl.internal.www.protocol elsewhere 
in my code.  Once I modified that call to use javax.net.ssl, everything worked 
fine.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890070#3890070

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890070


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - PortletRequest Filter

2005-08-15 Thread patrickdalla
Can I configure Portlet Request Filters just like I configure Servlet Request 
Filters??

How can I do this?

My final objective is to wrap PortletRequests in my custom PortletRequest 
implementation.

Which is the best method?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890071#3890071

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890071


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: PortletRequest Filter

2005-08-15 Thread [EMAIL PROTECTED]
there is not API for that by the spec JSR 168.

you should rather create a base portlet class that your portlet will extend and 
implement the filtering functionnality in the parent class.

we could add portlet filter for 2.4 too.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890075#3890075

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890075


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Unmatched Layout Region

2005-08-15 Thread patrickdalla
There is any tag in layout tag api that can be used to place portlets with 
unmatched region names?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890076#3890076

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890076


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - EJB-JAR.xml

2005-08-15 Thread pozzo
The header of ejb-jar.xml changes for new versions of jboss? Because I tried to 
execute an EJB aplication and I had problems on JBoss4.0.3RC1, but when I use 
the JBoss3.2.1 the program perform very well..

This is the ejb-jar.xml header:


  | 
  | ?xml version=1.0 encoding=UTF-8?
  | !DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise 
JavaBeans 2.0//EN http://java.sun.com/dtd/ejb-jar_2_0.dtd;
  | 
  | 


This is the exception that throws on lookup method:


  | 
  | 
  | javax.naming.CommunicationException [Root exception is 
java.io.InvalidClassException: org.jboss.util.id.GUID; local class 
incompatible: stream classdesc serialVersionUID = 3289509836244263718, local 
class serialVersionUID = 6926421946503004889]
  | 
  | Caused by: java.io.InvalidClassException: org.jboss.util.id.GUID; local 
class incompatible: stream classdesc serialVersionUID = 3289509836244263718, 
local class serialVersionUID = 6926421946503004889
  | at java.io.ObjectStreamClass.initNonProxy(Unknown Source)
  | at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source)
  | 
  | 



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890078#3890078

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890078


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Signed Applet gets AccessControlException calling EJB

2005-08-15 Thread mboni
Just a little more information to feed my suspicions:

The applet is being loaded by sun.plugin.security.PluginClassLoader.
The EJB proxy is being loaded by sun.rmi.server.LoaderHandler$Loader.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890081#3890081

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890081


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [J2EE Design Patterns] - Re: deploy time configuration of EJB's

2005-08-15 Thread HenkoMannen
placebojim: have you come to any conclusion regarding your configuration issue? 
I'm as well looking for answers to this question. I'm having a hard time 
finding a solution. What are the best practices? Where are the complete 
examples? 

Are there any good tutorials or trails for JMX MBeans? From what I've read they 
are the best choice for clustering and high availability of singleton classes, 
right? Are they suitable for reading application configuration properties? 
Should they implement the @Management interface? How are they to be correctly 
deployed? In the .ejb3 or .sar package? In an .ear?

Any help is appreciated!

/Henrik

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890083#3890083

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890083


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Unmatched Layout Region

2005-08-15 Thread mholzner
nope, no such tag exists so far 
the problem I see is that the region tag is the one that filters the available 
portlets for a match, so only the tag is the one that knows the region. The 
layoutitself has no idea of this. Perhaps we could add some sort of expression 
language: p:region regionName=${NOT IN ('left', 'right', 'center')} 

No idea how complex this would be. EL might be the way to go. I haven't looked 
into EL and the extension possibilities...

anyone ?  


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890087#3890087

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890087


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Classcast Exception upon XSDToJava usage

2005-08-15 Thread fernir
Exception in thread main java.lang.ClassCastException: 
org.apache.xerces.impl.xs.XSWildcardDecl
at 
org.jboss.ws.tools.XSDTypeToJava.createVARforXSElementDeclaration(XSDTypeToJava.java:379)
at 
org.jboss.ws.tools.XSDTypeToJava.createVARsForElements(XSDTypeToJava.java:344)
at 
org.jboss.ws.tools.XSDTypeToJava.createVARsforXSParticle(XSDTypeToJava.java:270)
at 
org.jboss.ws.tools.XSDTypeToJava.createJavaFile(XSDTypeToJava.java:211)
at 
org.jboss.ws.tools.XSDTypeToJava.createVARforXSElementDeclaration(XSDTypeToJava.java:401)
at 
org.jboss.ws.tools.XSDTypeToJava.createVARsForElements(XSDTypeToJava.java:344)
at 
org.jboss.ws.tools.XSDTypeToJava.createVARsforXSParticle(XSDTypeToJava.java:270)
at 
org.jboss.ws.tools.XSDTypeToJava.createJavaFile(XSDTypeToJava.java:211)
at 
org.jboss.ws.tools.XSDTypeToJava.createVARforXSElementDeclaration(XSDTypeToJava.java:401)
at 
org.jboss.ws.tools.XSDTypeToJava.createVARsForElements(XSDTypeToJava.java:344)
at 
org.jboss.ws.tools.XSDTypeToJava.createVARsforXSParticle(XSDTypeToJava.java:270)
at 
org.jboss.ws.tools.XSDTypeToJava.createJavaFile(XSDTypeToJava.java:211)
at 
org.jboss.ws.tools.XSDTypeToJava.createVARforXSElementDeclaration(XSDTypeToJava.java:401)
at 
org.jboss.ws.tools.XSDTypeToJava.createVARsForElements(XSDTypeToJava.java:344)
at 
org.jboss.ws.tools.XSDTypeToJava.createVARsforXSParticle(XSDTypeToJava.java:270)
at 
org.jboss.ws.tools.XSDTypeToJava.createJavaFile(XSDTypeToJava.java:211)
at 
org.jboss.ws.tools.XSDTypeToJava.createJavaFile(XSDTypeToJava.java:69)
at org.jboss.ws.tools.XSDToJava.generateSEI(XSDToJava.java:90)
at org.jboss.ws.tools.XSDToJava.generateSEI(XSDToJava.java:56)
at xsdToJava.Generator.main(Generator.java:43)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890089#3890089

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890089


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Locking issues with JMS

2005-08-15 Thread [EMAIL PROTECTED]
I'm running Specj, and I'm having locking issues on JMS. I'm using MySQL as the 
database.

Caused by: org.jboss.mq.SpyJMSException: Could not remove message: 144 msg=6 
hard STORED PERSISTENT queue=QUEUE.FulfillOrderQueue priority=4 lateClone=false 
hashCode=28033160; - nested throwable: (java.sql.SQLException: Lock wait 
timeout exceeded; try restarting transaction)
  | at 
org.jboss.mq.pm.jdbc2.PersistenceManager.remove(PersistenceManager.java:1136)
  | at org.jboss.mq.server.BasicQueue.acknowledge(BasicQueue.java:564)
  | at org.jboss.mq.server.JMSQueue.acknowledge(JMSQueue.java:156)
  | at 
org.jboss.mq.server.ClientConsumer.acknowledge(ClientConsumer.java:328)
  | at 
org.jboss.mq.server.JMSDestinationManager.acknowledge(JMSDestinationManager.java:519)
  | at 
org.jboss.mq.server.JMSDestinationManager.transact(JMSDestinationManager.java:464)
  | ... 19 more
  | Caused by: java.sql.SQLException: Lock wait timeout exceeded; try 
restarting transaction
  | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2851)
  | at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1531)
  | at 
com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1366)
  | at 
com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:952)
  | at 
com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1974)
  | at 
com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1897)
  | at 
com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1758)
  | at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:227)
  | at 
org.jboss.mq.pm.jdbc2.PersistenceManager.remove(PersistenceManager.java:1124)
  | ... 24 more
  | 

I'm looking for two possibilities now:

I - If this is a know issue
II - I'm looking also for some possible misconfiguration on MySQL


Anyone here know if there is any know issue on locking issues on JMS and MySQL?

I'm using READ_COMMITED as the option for my datasource. I'm also using 
JBOSS-4.0.3-rc2 and I have applied the changes from 
http://jira.jboss.org/jira/browse/JBAS-1842 just in case.


Clebert

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890090#3890090

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890090


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Deployment order of .ear file

2005-08-15 Thread parressh
Hi, I'd like to setup the deployment ordering so that an .ear file is not 
deployed until tomcat is finished loading.  I am using JBoss 4.0.2 and have not 
quite found what I am looking for on the forums already.

Does anyone know how to set up the dependencies properly and where in the ear 
this is specified?

Thanks,
Matthew

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890091#3890091

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890091


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Locking issues with JMS

2005-08-15 Thread [EMAIL PROTECTED]
I've seen it once before with MySQL.
The database log showed it doing page level locking (horrible) and that caused 
a deadlock.
I didn't hear how it was fixed or worked around?

Use search for similar issues with MSSQL or Sybase.
i.e. stupid database locking.

Like I said to you elsewhere, you don't need any locking for JBossMQ. 
It already does the necessary isolation. 
So you could try a separate DataSource with no transaction isolation, if you 
don't
want to research MySQL locking.

No idea what JBAS-1842 has to do with this? I think you've commit-option D on 
the brain. :-)
If you mean JBAS-2056 that query is only used at startup/recovery.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890092#3890092

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890092


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Locking issues with JMS

2005-08-15 Thread [EMAIL PROTECTED]
:-) It's very funny I have copied the wrong URL here. I really meant JBAS-2056.

Well anyway, now I realized what you meant by using a separate data-source 
without transaction isolation.

I already had anothere datasource but I though you meant to set Read_Commited 
instead of Repeatable_Read.

This benchmark is driving me crazy :-)


Thanks,


Clebert

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890093#3890093

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890093


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: XAConnectionFactory and UIL2 IOE error.

2005-08-15 Thread rke21
Looks like I figured it out.  The UIL2 craps out when the the transact is set 
to true when creating a session.  I thought these parameter are suppose to be 
ignored.  but I guess not.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890095#3890095

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890095


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: XAConnectionFactory and UIL2 IOE error.

2005-08-15 Thread [EMAIL PROTECTED]
From the spec:
XAConnectionFactory = For application server direct use only (or those that 
know what they are doing).

If you can point me at the example 
(not somebody else's uneducated comment in this forum)
that says you should bind XAConnectionFactory to a resource-ref
then I will get that piece of documentation fixed.

For more information, use search, read FAQs, etc..
I'm bored of answering this question. It was the first FAQ ever created.
http://www.jboss.org/index.html?module=bbop=viewtopict=43817

An while we are on the topic, don't HIJACK:
http://wiki.jboss.org/wiki/Wiki.jsp?page=BadPostHijack
If you don't know what you are doing, don't confuse other users with your 
guesses.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890096#3890096

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890096


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: JCR Progress report?

2005-08-15 Thread kukeltje
Great. I'm impressed. Just heard today that my boss (real boss that is, not the 
open-source one called Tom Baeyens) want's me to give a demo with jcr 170 in a 
few weeks. If it is available then, I can maybe even convince him to drop the 
focus on M$ sharepoint and go with your portal. 

Looking forward to this.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890097#3890097

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890097


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Javassist user questions] - Re: initialization of static arrays

2005-08-15 Thread chiba
CtClass generatedClass = pool.makeClass(TestClass);
  | CtField myStaticField = new 
CtField(pool.get(MyClass[].class.getComponentType().getName()), 
myStaticField, generatedClass);
  | myStaticField.setModifiers(Modifier.STATIC);
  | generatedClass.addField(myStaticField);

The third line is wrong.  It should be:

CtField myStaticField = new CtField(pool.get(MyClass[]), myStaticField, 
generatedClass);

In the original code, the type of the added field is not MyClass[] but MyClass.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890100#3890100

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890100


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Farm Deploy and MDB questions

2005-08-15 Thread sahumada
Dear all,

Im having some problems with jboss in a cluster enviroment.

Im using:
* Red Hat Enterprise Linux AS release 3 (Taroon Update 4)
* jboss-4.0.2 with hibernate 2
* Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)
* Apache 2.0.51-2.9
* mod_jk 

My fist problem occurs when Im trying to deploy two EARs in farm
directory for second or third times (not the first one). 

The primary node is called jboss1 and the second one is called 
jboss2. I tried deploying in each one as primary node with same 
results.

Everytime I deploy in farm directory jboss2 get restarted and 
jboss1 crashes, the logs are:

Jboss1

  | 2005-08-15 21:49:00,425 INFO  
[org.jboss.ha.framework.interfaces.HAPartition.lifecycle.DefaultPartition] New 
cluster view for partition DefaultPartition (id: 1, delta: 1) : 
[192.168.1.75:1099, 192.168.1.88:1099]
  | 2005-08-15 21:49:06,101 INFO  [org.jboss.cache.TreeCache] viewAccepted(): 
new members: [jboss1:32813, jboss2:32792]
  | 2005-08-15 21:49:06,105 INFO  [org.jboss.cache.TreeCache] locking the tree 
to obtain transient state
  | 2005-08-15 21:49:06,107 INFO  [org.jboss.cache.TreeCache] returning the 
transient state (140 bytes)
  | 2005-08-15 21:50:25,954 INFO  [org.jboss.web.tomcat.tc5.TomcatDeployer] 
undeploy, ctxPath=/ServiceEnginePrincipalWeb, 
warUrl=file:/opt/jboss-4.0.2/server/all/tmp/deploy/tmp60650ServiceEnginePrincipal.ear-contents/ServiceEnginePrincipalWeb.war/
  | 2005-08-15 21:50:25,962 INFO  [org.jboss.ejb.EJBDeployer] Undeploying: 
file:/opt/jboss-4.0.2/server/all/tmp/deploy/tmp60650ServiceEnginePrincipal.ear-contents/ServiceEnginePrincipalEJB.jar
  | 2005-08-15 21:50:25,994 INFO  [org.jboss.ejb.EjbModule] Undeployed 
ExecuterService
  | 2005-08-15 21:50:25,997 INFO  [org.jboss.ejb.EjbModule] Undeployed tester
  | 2005-08-15 21:50:26,000 INFO  [org.jboss.deployment.EARDeployer] 
Undeploying J2EE application, destroy step: 
file:/opt/jboss-4.0.2/server/all/farm/ServiceEnginePrincipal.ear
  | 2005-08-15 21:50:26,409 INFO  [org.jboss.web.tomcat.tc5.TomcatDeployer] 
undeploy, ctxPath=/Seguridad, 
warUrl=file:/opt/jboss-4.0.2/server/all/tmp/deploy/tmp60649Seguridad.ear-contents/SeguridadPresentacion.war/
  | 2005-08-15 21:50:26,409 INFO  
[org.jboss.web.tomcat.tc5.session.JBossCacheManager] Stopping JBossManager
  | 2005-08-15 21:50:26,426 INFO  [org.jboss.ejb.EJBDeployer] Undeploying: 
file:/opt/jboss-4.0.2/server/all/tmp/deploy/tmp60649Seguridad.ear-contents/SeguridadNegocio.jar
  | 

Jboss2

  | 2005-08-15 21:47:47,645 INFO  
[org.jboss.ha.framework.server.FarmMemberService] doUndeployment(), File: 
farm/ServiceEnginePrincipal.ear
  | 2005-08-15 21:47:47,645 INFO  
[org.jboss.ha.framework.server.FarmMemberService] farmUndeployment(), removed 
file/opt/jboss-4.0.2/server/all/farm/ServiceEnginePrincipal.ear
  | 2005-08-15 21:47:47,787 INFO  [org.jboss.web.tomcat.tc5.TomcatDeployer] 
undeploy, ctxPath=/ServiceEnginePrincipalWeb, 
warUrl=file:/opt/jboss-4.0.2/server/all/tmp/deploy/tmp50554ServiceEnginePrincipal.ear-contents/ServiceEnginePrincipalWeb.war/
  | 2005-08-15 21:47:47,796 INFO  [org.jboss.ejb.EJBDeployer] Undeploying: 
file:/opt/jboss-4.0.2/server/all/tmp/deploy/tmp50554ServiceEnginePrincipal.ear-contents/ServiceEnginePrincipalEJB.jar
  | 2005-08-15 21:47:47,824 INFO  [org.jboss.ejb.EjbModule] Undeployed 
ExecuterService
  | 2005-08-15 21:47:47,825 INFO  [org.jboss.ejb.EjbModule] Undeployed tester
  | 2005-08-15 21:47:47,828 INFO  [org.jboss.deployment.EARDeployer] 
Undeploying J2EE application, destroy step: 
file:/opt/jboss-4.0.2/server/all/farm/ServiceEnginePrincipal.ear
  | 2005-08-15 21:47:47,892 WARN  [org.jboss.mq.Connection] Connection failure, 
use javax.jms.Connection.setExceptionListener() to handle this error and 
reconnect
  | org.jboss.mq.SpyJMSException: Exiting on IOE; - nested throwable: 
(java.io.EOFException)
  | at 
org.jboss.mq.SpyJMSException.getAsJMSException(SpyJMSException.java:66)
  | at org.jboss.mq.Connection.asynchFailure(Connection.java:437)
  | at 
org.jboss.mq.il.uil2.UILClientILService.asynchFailure(UILClientILService.java:156)
  | at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleStop(SocketManager.java:413)
  | at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:345)
  | at java.lang.Thread.run(Thread.java:534)
  | Caused by: java.io.EOFException
  | at 
java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2603)
  | at java.io.ObjectInputStream.readByte(ObjectInputStream.java:845)
  | at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:290)
  | ... 1 more
  | 2005-08-15 21:47:47,892 WARN  
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] JMS provider failure detected: 
  | org.jboss.mq.SpyJMSException: Exiting on IOE; - nested throwable: 
(java.io.EOFException)
  | at 
org.jboss.mq.SpyJMSException.getAsJMSException(SpyJMSException.java:66)
  | at 

[JBoss-user] [Installation, Configuration Deployment] - 503 Service Temporarily Unavailable - JBoss 4.0.3RC1, Apache

2005-08-15 Thread philc_jboss
Ok, before I begin, I have searched many issues in this forum. I found one 
posting with the same issue but the reply suggestion did not fix my issue (I 
already had the configuration solution suggested).

Following the JBoss Mod_jk Wiki (current version), I get 503 Service 
Temporarlily Unavailable when I try to access ../web-console or ../jmx-console

Please, Please, Please if anyone has suggestions, I am going nuts.
If I try xxx:8080/web-console and xxx.com:8080/jmx-console I get the proper 
display. It was my understanding that if I hit xxx.com/web-console (port 80),  
apache would forward the request to JBoss/Tomcat. However my head is telling me 
that xxx.com/web-console and xxx.com/jmx-console context is not defined 
properly (configuration error - apache is looking to handle these requests).

I have triple checked the configurations and ports without luck, all looks as 
the wiki lists.

Environment: Linux (CentOS 4), Apache 2.0.54 (compiled from source), mod_jk 
2.1.14 (compiled from source), JBoss 4.0.3RC1

My mod_jk.log file prints:

[Mon Aug 15 20:11:54 2005][error] service::jk_lb_worker.c (703): All tomcat 
instances failed, no more workers left
[Mon Aug 15 20:11:54 2005]loadbalancer 192.168.0.100 0.000210

[Mon Aug 15 20:11:54 2005][info]  jk_handler::mod_jk.c (1971): Service error=0 
for worker=loadbalancer

http.conf 
Note apache listening on port 80

# Include mod_jk configuration file
Include conf/mod-jk.conf

mod-jk.conf
# Load mod_jk module
# Specify the filename of the mod_jk lib
LoadModule jk_module modules/mod_jk.so

# Where to find workers.properties
JkWorkersFile conf/workers.properties

# Where to put jk logs
JkLogFile logs/mod_jk.log

# Set the jk log level [debug/error/info]
JkLogLevel info

# Select the log format
JkLogStampFormat  [%a %b %d %H:%M:%S %Y]

# JkOptions indicates to send SSK KEY SIZE
JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories

# JkRequestLogFormat
JkRequestLogFormat %w %V %T

# Mount your applications
JkMount /application/* loadbalancer

# You can use external file for mount points.
# It will be checked for updates each 60 seconds.
# The format of the file is: /url=worker
# /examples/*=loadbalancer
JkMountFile conf/uriworkermap.properties

# Add shared memory.
# This directive is present with 1.2.10 and
# later versions of mod_jk, and is needed for
# for load balancing to work properly
JkShmFile logs/jk.shm

# Add jkstatus for managing runtime data
Location /jkstatus/
JkMount status
Order deny,allow
Deny from all
Allow from 127.0.0.1


worker.properties
# Define list of workers that will be used
# for mapping requests
worker.list=loadbalancer,status
# Define Node1
worker.node1.port=8009
worker.node1.host=node1 
#(note I tried node1.servername.com and node1.localhost)
worker.node1.type=ajp13
worker.node1.lbfactor=1
#worker.node1.local_worker=1 (1)
worker.node1.cachesize=10

# Define Node2
worker.node2.port=8009
worker.node2.host= node2
#(note I tried node2.servername.com and node2.localhost)
worker.node2.type=ajp13
worker.node2.lbfactor=1
#worker.node2.local_worker=1 (1)
worker.node2.cachesize=10

# Load-balancing behaviour
worker.loadbalancer.type=lb
worker.loadbalancer.balance_workers=node1, node2
worker.loadbalancer.sticky_session=1
worker.loadbalancer.local_worker_only=1
worker.list=loadbalancer

# Status worker for managing load balancer
worker.status.type=status


server.xml
   

  !-- A HTTP/1.1 Connector on port 8080 --
  

  !-- A AJP 1.3 Connector on port 8009 --
  

  !-- SSL/TLS Connector configuration using the admin devl guide keystore
  
  --

  
...

jboss-service.xml
 true


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890105#3890105

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890105


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: 503 Service Temporarily Unavailable - JBoss 4.0.3RC1, Ap

2005-08-15 Thread philc_jboss
I forgot to post my ../conf/uriworkermap.properties

uriworkermap.properties

# Simple worker configuration file
#

# Mount the Servlet context to the ajp13 worker
/jmx-console=loadbalancer
/jmx-console/*=loadbalancer
/web-console=loadbalancer
/web-console/*=loadbalancer



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890107#3890107

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890107


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - RUN EJB PROBLEM

2005-08-15 Thread Sumanth
hi

I am new to JAVA i have set up all the environment variable and other stuff to 
run a small EJB example using JBOSS i have followed all the steps to execute it 
but the last step to invoke the client is not working .
when i type the command in a single line it scrolls down instead of invoking 
the client can any body tell me like is  there any thing wrong in command.

java -classpath 
helloclient.jar;%LIBDIR%\jnp-client.jar;%LIBDIR%\jboss-common-client.jar;
   
%LIBDIR%\jboss-j2ee.jar;%LIBDIR%\jboss-net-client.jar;%LIBDIR%\jbossall-client.jar;;%LIBDIR%\jnet.jar
   com.examples.HelloClient
   



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890108#3890108

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890108


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: JBossCacheAop in tomcat

2005-08-15 Thread [EMAIL PROTECTED]
Yes, you can. Just check out the aopc target under build.xml that comes with 
the distro.

-Ben

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890109#3890109

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890109


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: EJB-JAR.xml

2005-08-15 Thread jaikiran
Problem is not with ejb-jar.xml. In your classpath you have jar files of 
jboss-3.2.1, even when you have shifted to jboss-4.0.3RC1. Thats the reason, 
the wrong class files are being referenced. Remove your old jar files from the 
classpath and try out

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890112#3890112

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890112


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Retrieving user name

2005-08-15 Thread niwhsa
My guess is that in your JSP/servlet, the call to request.getUserPrincipal() is 
returning null.
If you are using a custom login module then you need to define a group named 
CallerPrincipal to which you can add your Principal impl class. If you do 
this then the request.getUserPrincipal() returns your custom Principal impl (of 
course you will need to cast it to your impl class).

HTH
Ashwin Karkala

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890113#3890113

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890113


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: security in jboss

2005-08-15 Thread niwhsa
read the sticky post for a good introduction.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890114#3890114

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890114


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: how this symbol @ works in the application and jboss fil

2005-08-15 Thread niwhsa
you are to replace them with the appropriate values.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890115#3890115

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890115


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user