[JBoss-user] [EJB/JBoss] - Re: EJBException:Invalid invokation Exception while accessin

2005-08-11 Thread hcguersoy
"jasoncao" wrote : By my testing , I found the last step should set value to 
true to solve this problem, because the orgin value is false in jboss.
  | 
  |   true
  |   |   true
  | 
  | Is this right?

Hi,

yeah, i can confrim with. It works for me setting the last two flags to true.
I have loosed one day to check out why a simple lookup out of a servlet doesn't 
run anymore :-( 



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

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


---
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: Scheduler Jboss

2005-08-11 Thread ctken
When I tried using a POJO which implements the Schedulable interface and calls 
a Session bean's method in it's perform method, it always returns 
NamingException, although I have already put "depends" tag in the 
"scheduler-service.xml" file to make sure the session bean's service  
"jboss.j2ee:service=EJB" and "jboss.j2ee:service=EjbModule" are deployed 
already before starting the scheduler.  Is there any "depends" settings that I 
have missed? 

I am using xDoclet generated Util class of the session bean to locate the Home 
interface so typo in the JNDI reference is not possible.  The session bean has 
both remote and local interfaces that I have also tried but in vain.  Any hints 
and help will be very much appreciated.

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

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


---
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: Multiple clusters on same network

2005-08-11 Thread vasanth_java
How to set up two independent cluster in the same Local Area NetWork?. I have 
changed "ClusterName" in tc5-cluster-service.xml. Inspite of that deploying or 
undeploying the application in one cluster reflects the change in the other 
cluster.Can you please help me.

Vasanth

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

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


---
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: My own Log4j.properties for Jboss 3.2.3

2005-08-11 Thread jaikiran
Got it working. I did the following:

Placed log4j.jar and log4j.xml in myApp.ear. Then made the following entry in 
application.xml:


  | log4j.jar
  | 

Also, renamed log4j.xml to jboss-log4j.xml in conf directory of jboss, and 
correspondingly changed jboss-service.xml in conf directory.



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

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


---
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] - How do I change default path ?

2005-08-11 Thread sessa
Hi !

As i don't want to put my stuff into the default portal, i need to create my 
own portal instance. 
The JBoss Reference Guide was very helpful but i have one more question.

Is there a way to change the default path 
~\jboss-portal-2.0-jboss-4.0.2\server\default to something like
~\jboss-portal-2.0-jboss-4.0.2\server\myProject  ?


thanks again,

sessa

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

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


---
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] - How to redirect after a https login page to the usual http U

2005-08-11 Thread tvonbek
Hello,

I have setup jboss 3.2.7 with embedded tomcat 5.0.

I am using the default ports 8443 and 8080 so I can run jboss as 
non-priveledged user.

iptables is forwarding 443 and 80 to 8443 and 8080 respectively, and only ports 
80 and 443 are exposed to the web.

I can login via web with https (on normal port 443), but after login i don't 
need https, so the application redirects to http://my.app.com:8080/ instead of 
http://my.app.com/

How can I tell jboss/tomcat to redirect (after https) to the usual http URL 
(with port 80) instead of 8080, but still listen on 8080?

Thanks a gob (or 2 if it is really easy :).

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

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


---
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: How do I change default path ?

2005-08-11 Thread [EMAIL PROTECTED]
just do it but when you start the server you need to do :


  | run -c myProject
  | 


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

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


---
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] - How to use CMSPortlet to display a page

2005-08-11 Thread yxyang
Hi, 

I would like to use CMSPortlet to display a specific page which is stored in 
the CMS repository. How to display it?

I have defined a page(...page.xml) which includes a CMSPortlet window. How does 
 the cmsportlet know the test.html is my target? 

What is the URL to display the test.html within the cmsportlet window.

something like http://host/default/cmspage?path=test.html. Of course, this url 
is not correct.
i also tried 
http://host/index.html?ctrl:page=default.page.pagename?path=test.html

regards
Yang

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

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


---
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: How to use CMSPortlet to display a page

2005-08-11 Thread [EMAIL PROTECTED]
you can use the Content portlet which inherits the CMSPortlet and can display a 
specific page in the CMS.

The portlet uses an preference called "uri" to fetch the page.

There is an example in the portal-core.war

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

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


---
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: How to use CMSPortlet to display a page

2005-08-11 Thread yxyang
i tried ContentPortlet also. 

https://www.mobmeee.com/mobmeeecms?uri=test.html

What do you mean "uri" prefence? Is it just request parameter?

regards
yang

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

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


---
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: How to use CMSPortlet to display a page

2005-08-11 Thread [EMAIL PROTECTED]
preferences in portlet.xml

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

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


---
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: Please Help! ERROR: Service endpoint bean class not set

2005-08-11 Thread [EMAIL PROTECTED]
Is this a client side error only or do you have an error log on the server side 
as well?

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

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


---
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] - Certificate Chain

2005-08-11 Thread jcano

Hello,

Our web app security is based in certificates, I have developed a 'Login 
Module' that receives the client certificate and checks it. However, I have a 
problem because I need the CA certificate in the certificate chain but the 
module doesn't receive it.

My code uses an ObjectCallback object, calling 'getCredential()' method. It 
returns an array of X509Certificate, but its length is 1 and only it contains 
the client certificate.

Can anyone help me about this ? 

Thanks a lot,
Javier Cano



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

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


---
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] - Howto register a Message Driven Bean for a topic on another

2005-08-11 Thread beffe
Hi, 

i have the problem that i have to push messages from one JBoss instance to a 
queue on another JBoss instance on a second Server.
The problem is, when the second server is away, i cannot send the messages.
A solution might be to create a topic on the first server and register a 
Message Driven Bean on the second server for the topic on the first one.
How can i do this and will it solve my problem, when the second machine is down 
or unreachable  and a message is sent to the topic?

TIA,
Beffe

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

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


---
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: How to use CMSPortlet to display a page

2005-08-11 Thread yxyang
Thanks. I read the ContentPortlet.java. It seems that the preference uri is 
hardcode in the portlet.xml, which is used as the default page for the cms 
window. 

What i need is to display a specific page within the content portlet window 
through specifying a URL from the browser.

Or i misunderstand the concept of cms ?
regards
yang

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

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


---
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: jboss fail second time

2005-08-11 Thread darranl
The error you are seeing when starting for the second time is needed to even 
start thinking about what could be wrong.

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

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


---
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: How to use CMSPortlet to display a page

2005-08-11 Thread yxyang
in other words, how does the portal server pass information to the cms/content 
portlet window to display different content? 

Browser (specify what to display) ---> Portal server(decode)--->Content portlet 
window display.

How to specify a URL from the browser to inform the content portlet to display 
the specified content?

yang

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

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


---
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: jboss fail second time

2005-08-11 Thread darranl
Do not cross post, especially when you can not even put together a sensible 
question.

How do you expect anyone to suggest what is wrong without the error message.

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

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


---
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] - Error with foreign key column to more than one other bean

2005-08-11 Thread beffe
I have a bean "i18n" with a primary key which is a GUID and this is also a 
foreign key to two other beans' primary keys ("category" and "item"). Both 
relations are container managed.
All works well for creating and reading the beans, but when i delete an i18n 
bean which is related to a category, i get a "NoSuchObjectException", although 
the category is there.
It seems that JBoss only checks the second relation for the existance of a 
related bean (deleting an i18n which is related to an "item" works fine).

Is this a bug or just a problem of my application design itself?

TIA,
Beffe

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

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


---
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] - Why is Apache Axis not supported

2005-08-11 Thread [EMAIL PROTECTED]
Starting from jboss-4.0.0 we offer a web service stack that is J2EE-1.4 
compliant. This comes with a great number of advantages for our users. 

Here are a few:

1) Portable web service endpoints and clients that do not need to 
have a dependency on a propriatary stack

2) Secure your investment and learn a standard rather than a 
propriatary solution

3) Achieve good interoperability by beeing BasicProfile-1.0 compliant

4) Take advantage of test coverage that comes with Sun's 
Compatibility Test Suite (>2300 WS tests)

5) Good integration with the overall JBoss architecture
i.e. hot deployment/redeployment, management interface

Our support offering covers our own stack and the JBossWS team 
is dedicated full time to improve that constantly.

Any other stack is not supported inside JBoss and you would need to contact the 
stack vendor for support. 

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

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


---
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:

2005-08-11 Thread [EMAIL PROTECTED]
Please see
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889456#3889456

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

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


---
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: Please Help! ERROR: Service endpoint bean class not set

2005-08-11 Thread Christy
Thank you, Thomas! I have solved this problem! It was my mistake!

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

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


---
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: Access to Soap Header from Generates EJB

2005-08-11 Thread [EMAIL PROTECTED]
Have a look at 


  | ant -Dtest=org.jboss.test.webservice.header.HeaderEndpointTestCase one-test
  | 

Howto build and run the tests is explained in the FAQ wiki.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSFAQ

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

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


---
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: Howto register a Message Driven Bean for a topic on anot

2005-08-11 Thread jaikiran
Have a look at this link:

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

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

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


---
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] - what does the jboss version JBoss contains Tomcat 5.5.7?

2005-08-11 Thread ghostwx
another question

where can I found history of jboss integration with tomcat?

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

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


---
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: webservice client error SAXException

2005-08-11 Thread [EMAIL PROTECTED]
I added this to the FAQ wiki

Q: What client parser do I need?

A: You should use xerces and not crimson, which is the default in the jdk.


  |-Djava.endorsed.dirs=$JBOSS_HOME/lib/endorsed
  | 


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

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


---
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: Namespace problem with JBossWS generated SOAP

2005-08-11 Thread [EMAIL PROTECTED]
You need to show us the unpatched wsdl, then we can work out which SOAP message 
is the correct one.

You can use the [ code ] marker when you post XML.

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

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


---
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: JAXB UnMarshalling error com/sun/msv/datatype/xsd/DateT

2005-08-11 Thread [EMAIL PROTECTED]
javax.xml.bind.JAXBException must be loadable by the LoaderRepository that is 
used for your deployment. If have not configured scoped class loading than 
there is only one LR in your server.

server/yourconfig/lib is a good place

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

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


---
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: Support for custom SOAP headers

2005-08-11 Thread [EMAIL PROTECTED]
Have a look at 


  | ant -Dtest=org.jboss.test.webservice.header.HeaderEndpointTestCase one-test
  | 

Howto build and run the tests is explained in the FAQ wiki.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSFAQ

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

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


---
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: problem with babelfish

2005-08-11 Thread [EMAIL PROTECTED]
It is responding for me


  | [EMAIL PROTECTED] /cygdrive/d/projects/jboss-head/testsuite
  | $ wget --post-data=HiThere http://services.xmethods.net:80/perl/soaplite.cgi
  | --12:45:48--  http://services.xmethods.net/perl/soaplite.cgi
  |=> `soaplite.cgi'
  | Resolving services.xmethods.net... 64.124.140.30
  | Connecting to services.xmethods.net[64.124.140.30]:80... connected.
  | HTTP request sent, awaiting response... 500 Internal Server Error
  | 12:45:48 ERROR 500: Internal Server Error.
  | 



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

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


---
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: Anybody successfully using JBoss WS Early Access?

2005-08-11 Thread [EMAIL PROTECTED]

  | export [EMAIL PROTECTED]:/cvsroot/jboss
  | cvs co jboss-head
  | 

is working for me. What do you use?

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

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


---
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: Howto register a Message Driven Bean for a topic on anot

2005-08-11 Thread beffe
Thanks! That's what i was looking for.

Regards,
Beffe

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

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


---
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] - Deleting users

2005-08-11 Thread martingi
I'm doing some tests with the forums and one scenario is actually to see what 
happens with a forum, if a user who has posted to that forum gets deleted by 
the admin.

But I can't find the possibility to delete a user or to disable the account. Is 
this possibile with the UserPortlet?

I tried to work around by unchecking the 'user role' of a user  in the 
UserPortlet. But this user is still able to login. If I verify as an admin this 
user's roles again, I can see that he is still assigned to the user's role.

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

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


---
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: JNDI Lookup not returning 'javax.xml.rpc.Service'

2005-08-11 Thread [EMAIL PROTECTED]
You could checkout the samples, any of the test deployments, read the spec, etc

What is the issue?

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

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


---
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: ws4ee-client not bound

2005-08-11 Thread [EMAIL PROTECTED]
The samples should be a good starting point.

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

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


---
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] - java.lang.IllegalArgumentException: object is not an instanc

2005-08-11 Thread anjani_srikanth
Hi all,

I'm working on a clustered environment and my server details are given below
a) jboss-4.0.2
b) J2SDK-1.4.2_09

I have modified the jndi.properties file in all/conf folder and placed the 
below content in that file
java.naming.provier.url=112.16.4.72:1100,112.16.6.112:1100

In my jboss.xml file, I have defined  
  
  |   
  | ExampleSLBean
  | ExampleSLHome
  | true
  |   
  |   

When I access the JNDIView through web-console i can see the Beans are bound to 
the Global JNDI Namespace.

And in my servlet i have written below code to lookup up a Stateless Session 
bean


  | Hashtable hashtable = new Hashtable();
  | 
hashtable.put(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory");
  | hashtable.put(Context.URL_PKG_PREFIXES, "jboss.naming:org.jnp.interfaces");
  | hashtable.put(Context.PROVIDER_URL, "localhost:1100"); 
  | Context context = new InitialContext(hashtable); 
  | 
  | Object objectRef = context.lookup("ExampleSLHome");
  | System.out.println("objectRef ::: "+objectRef)
  | ExampleSLHome home = (ExampleSLHome) PortableRemoteObject.narrow(objectRef, 
ExampleSLHome.class);
  | 

after the context.lookup("ExampleSLHome")  statement, I'm getting the error as 
java.lang.IllegalArgumentException: object is not an instance of declaring 
class.

I'm not able to find the possible cause of the problem.

thanks

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

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


---
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: Error: getSOAPBody must be overridden in subclasses of S

2005-08-11 Thread [EMAIL PROTECTED]
The implementation of javax.xml.soap.SOAPMessage is not from our code base.

http://anoncvs.forge.jboss.com/viewrep/JBoss/jboss-j2ee/src/main/javax/xml/soap/SOAPMessage.java?r=1.5

It seems that it comes from another SOAP stack.

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

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


---
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: EJB3 stateless session bean not deploying correctly

2005-08-11 Thread perfectionist
This turned out to be a problem with the configuration xml files. When I narrow 
the exact cause down I will post.

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

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


---
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: data unmarshalling error

2005-08-11 Thread [EMAIL PROTECTED]
This is likely to be a client side parser issue, which is addressed by the FAQ 
wiki.

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

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

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


---
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: java.lang.IllegalArgumentException: object is not an ins

2005-08-11 Thread darranl
You should not be changing the file in the conf folder, that is used by JBoss 
internally to find itself.

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

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


---
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: Clarification - is anybody successfully using JSR-181 an

2005-08-11 Thread [EMAIL PROTECTED]
It's not too early. If HEAD is not working for you, I shall hit whoever broke 
it with a large trout.

The tagged EA release is a defined starting point.


  | cvs co -r JBossWS_1_0EA jboss-head
  | 

Do you compile with jdk1.5?


  | [EMAIL PROTECTED] 
/cygdrive/d/projects/jboss-archive/jbossws-1.0EA/build/output/jboss-5.0.0alpha
  | $ bin/run.sh
  | =
  | 
  |   JBoss Bootstrap Environment
  | 
  |   JBOSS_HOME: 
d:\projects\jboss-archive\jbossws-1.0EA\build\output\jboss-5.0.0alpha
  | 
  |   JAVA: /cygdrive/d/java/sun/jdk1.5.0_04/bin/java
  | 
  |   JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.sh
  | 
  |   CLASSPATH: 
d:\projects\jboss-archive\jbossws-1.0EA\build\output\jboss-5.0.0alpha\bin\run.jar;d:\java\sun\jdk1.5.0_04\l
  | ib\tools.jar
  | 
  | =
  | 
  | 13:32:39,625 INFO  [Server] Starting JBoss (MX MicroKernel)...
  | 13:32:39,625 INFO  [Server] Release ID: JBoss [TheOne] 5.0.0alpha (build: 
CVSTag=HEAD date=200508111328)
  | 13:32:39,640 INFO  [Server] Home Dir: 
D:\projects\jboss-archive\jbossws-1.0EA\build\output\jboss-5.0.0alpha
  | 13:32:39,640 INFO  [Server] Home URL: 
file:/D:/projects/jboss-archive/jbossws-1.0EA/build/output/jboss-5.0.0alpha/
  | 13:32:39,640 INFO  [Server] Patch URL: null
  | 13:32:39,640 INFO  [Server] Server Name: default
  | 13:32:39,640 INFO  [Server] Server Home Dir: 
D:\projects\jboss-archive\jbossws-1.0EA\build\output\jboss-5.0.0alpha\serve
  | r\default
  | 13:32:39,640 INFO  [Server] Server Home URL: 
file:/D:/projects/jboss-archive/jbossws-1.0EA/build/output/jboss-5.0.0alpha
  | /server/default/
  | 13:32:39,640 INFO  [Server] Server Temp Dir: 
D:\projects\jboss-archive\jbossws-1.0EA\build\output\jboss-5.0.0alpha\serve
  | r\default\tmp
  | 13:32:39,640 INFO  [Server] Root Deployment Filename: jboss-service.xml
  | 13:32:40,125 INFO  [ServerInfo] Java version: 1.5.0_04,Sun Microsystems Inc.
  | 13:32:40,125 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 
1.5.0_04-b05,Sun Microsystems Inc.
  | 13:32:40,125 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
  | 13:32:40,828 INFO  [Server] Core system initialized
  | 13:32:51,312 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: 
resource:log4j.xml
  | 13:32:51,500 INFO  [WebService] Using RMI server codebase: 
http://TDDELL:8083/
  | 13:32:51,796 WARN  [MarshalFactory] Could not find marshaller for data type 
'invocation'.  Object in collection is null
  | 13:32:52,093 INFO  [NamingService] JNDI bootstrap JNP=/0.0.0.0:1099, 
RMI=/0.0.0.0:1098, backlog=50, no client SocketFact
  | ory, Server SocketFactory=class org.jboss.net.sockets.DefaultSocketFactory
  | 13:32:52,531 INFO  [SocketServerInvoker] Invoker started for locator: 
InvokerLocator [socket://192.168.2.101:4446/?marsh
  | 
aller=org.jboss.invocation.unified.marshall.InvocationMarshaller&dataType=invocation&unmarshaller=org.jboss.invocation.u
  | nified.marshall.InvocationUnMarshaller]
  | 13:32:56,875 INFO  [EJB3Deployer] Default persistence.properties: 
{hibernate.transaction.flush_before_completion=false,
  | 
hibernate.jndi.java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces,
 hibernate.transaction.auto_close_sessio
  | n=false, 
hibernate.jndi.java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory,
 hibernate.cache.provider_cl
  | ass=org.hibernate.cache.HashtableCacheProvider, 
hibernate.transaction.manager_lookup_class=org.hibernate.transaction.JBo
  | ssTransactionManagerLookup, 
hibernate.dialect=org.hibernate.dialect.HSQLDialect, 
hibernate.query.factory_class=org.hiber
  | nate.hql.ast.ASTQueryTranslatorFactory, hibernate.hbm2ddl.auto=create-drop, 
hibernate.connection.datasource=java:/Defaul
  | tDS, hibernate.connection.release_mode=after_statement}
  | 13:32:56,890 INFO  [SocketServerInvoker] Invoker started for locator: 
InvokerLocator [socket://192.168.2.101:3873/]
  | 13:32:57,937 INFO  [AspectDeployer] Deployed AOP: 
file:/D:/projects/jboss-archive/jbossws-1.0EA/build/output/jboss-5.0.0
  | alpha/server/default/deploy/ejb3-interceptors-aop.xml
  | 13:33:00,406 INFO  [Embedded] Catalina naming disabled
  | 13:33:00,828 INFO  [AprLifecycleListener] The Apache Portable Runtime which 
allows optimal performance in production env
  | ironments was not found on the java.library.path: 
d:\java\sun\jdk1.5.0_04\bin;.;C:\WINDOWS\system32;C:\WINDOWS;d:\java\s
  | 
un\jdk1.5.0_04\bin;C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\cygwin\bin;C:\cygwin\usr\X11R6\bin;c:\oracle\ora92\bin;c:\WI
  | NDOWS\system32;c:\WINDOWS;c:\WINDOWS\System32\Wbem;c:\Program Files\Common 
Files\Adaptec Shared\System;c:\Program Files\
  | Sysinternals;c:\Program 
Files\cvsnt;d:\java\sun\jwsdp-1.5\jwsdp-shared\bin;d:\java\sun\jwsdp-1.4\jwsdp-shared\bin;d:\jav
  | 
a\sun\jdk1.5.0_04\bin;d:\java\apache\apache-ant-1.6.5\bin;d:\java\yjp-3.1.1-build449\bin\win32;d:\java\sun\j2eeri-1_4_1

[JBoss-user] [Installation, Configuration & Deployment] - Accesssing a image file in a jsp resent outside the war fold

2005-08-11 Thread preeti12
Hi,
I want to access a image file present outside my war folder in my jsp 
page.I tried a lot.But i didn't find any solution to this.I will tell the 
problem in brief.

My image file is present in a folder which is like this:

opt/seps/nb123/global/image.gif

and my jsp is present in a folder like this:

opt/app/1235/deploy/xyz/global/4-0/jsp/head.jsp


I want to access that image.gif in my head.jsp.
for that i am using two variables here one is serverpath and another is 
globalpath.but i don't know what path will be set in both variables.

 so can anybody help me in this matter?


 preeti

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

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


---
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: Clarification - is anybody successfully using JSR-181 an

2005-08-11 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] 
/cygdrive/d/projects/jboss-archive/jbossws-1.0EA/webservice/test
$ ant -Dtest=jsr181 test

tests-main:
[junit] Running 
org.jboss.test.ws.jsr181.webservice.JSR181WebServiceEJB21TestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 10.062 sec
[junit] Running 
org.jboss.test.ws.jsr181.webservice.JSR181WebServiceEJB3TestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.437 sec
[junit] Running 
org.jboss.test.ws.jsr181.webservice.JSR181WebServiceJSETestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.579 sec

BUILD SUCCESSFUL
Total time: 40 seconds

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

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


---
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] - jboss-tomcat version

2005-08-11 Thread gayathiri
HI,
 Can anyone tell me where to download this jboss -tomcat version...
I have searched in source forge.net ...couldnt find

jboss-3.0.7-tomcat-4.0.3

Thanks in Advance

Gayathri

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

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


---
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: java.lang.IllegalArgumentException: object is not an ins

2005-08-11 Thread anjani_srikanth
You mean to say that jndi.properties is used by the jboss application server 
only, then my question is where do i specify the different servers   running on 
in a clustered environment.



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

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


---
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] - Simple JAAS Configuration ?

2005-08-11 Thread curtisb
I have been trying to get a JAAS configuration running and am having alot of 
problems.  I am using JBoss 4.0.2 which is configured as was when installed 
other than addition of lines below.

Right now, I have the following and the code is below as well.  I have just a 
simple JSP login page which call j_security_check.  Here is the code and below 
is the exception I am getting.  I am pretty sure everything is configured 
correctly.  Prior to this I was doing a custom login which worked but I always 
received the unauthenticated principal error so I decided to try a simple 
example using j_security_check.  My login module extends JBoss 
UsernamePasswordLoginModule.

Anybody care to shed some light on this so that I can continue on.  This thing 
is starting to give me a headache.  Thanks alot.

Curtis

web.xml

  |   
  | 
  |   Restricted
  |   Declarative security tests
  |   /dashboard.jsp
  |   HEAD
  |   GET
  |   POST
  |   PUT
  |   DELETE
  | 
  | 
  |   service_mgr
  | 
  |   
  |   
  |   
  | FORM
  | 
  | /login.jsp
  | /logoff.jsp
  | 
  |   
  |   
  |   
  | Service Manager role
  | service_mgr
  |   

jboss-web.xml

  |   java:/jaas/overdrive
  |   
  |   
  |  
  |   sf:loader=sf.war
  |   
java2ParentDelegation=false
  |  
  |   
  |   
  | 

login.jsp

  | User: 
  | Password: 
  | 
  | 

Dump:
07:15:28,302 ERROR [JaasSecurityManagerService] Failed to create sec mgr
  | java.lang.NullPointerException
  | at 
org.jboss.security.plugins.JaasSecurityManagerService.newSecurityDomainCtx(JaasSecurityManagerService.java:534)
  | at 
org.jboss.security.plugins.JaasSecurityManagerService.lookupSecurityDomain(JaasSecurityManagerService.java:514)
  | at 
org.jboss.security.plugins.JaasSecurityManagerService.access$200(JaasSecurityManagerService.java:66)
  | at 
org.jboss.security.plugins.JaasSecurityManagerService$SecurityDomainObjectFactory.invoke(JaasSecurityManagerService.java:611)
  | at $Proxy48.lookup(Unknown Source)
  | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:701)
  | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
  | at javax.naming.InitialContext.lookup(InitialContext.java:351)
  | at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:1046)
  | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:685)
  | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
  | at 
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecurityMgrRealm.java:227)
  | at 
org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:256)
  | at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:391)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | at java.lang.Thread.run(Thread.java:595)
  | 07:15:28,302 ERROR [JBossSecurityMgrRealm] Error during authenticate
  | javax.naming.NamingException: Could not dereference object [Root exception 
is javax.naming.NamingException: Failed to create sec mgr:null]
  | at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:1052)
  | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:685)
  | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
  | at 
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecurityMgrRealm.java:227)
  | at 
org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:256)
  | at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:391)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapte

[JBoss-user] [Installation, Configuration & Deployment] - Problem with .war file

2005-08-11 Thread gayathiri
Hi,
 I have created a .war file 

when i extracted the war file the directory structure looks liks this

 ( mywar .war )
--jsp files
--WEB-INF
-- classes
---  app.conf

and i have deployed it.

I want to load the property file  app.conf
This is the code i have given 

getClass().getClassLoader().getResource("app.conf")

But My server is not able to find the file (app.conf)

Pls give me your suggesstions.

Thanks
Gayathri

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

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


---
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: JMS Distributed Destinations

2005-08-11 Thread malmit
Thanks for all of the great input!  I did try sending non-persistent messages 
as genman suggested and it increased the number of messages sent from 60 to 
about 100, but that doesn't help me any since the application requires 
persistent message handling.  And adrian you made a good point about the 
bandwidth.

One final question to close out this topic is: Would JMS distributed 
destinations help out my situation at all or should I not even look into it 
when JBoss releases this feature?

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

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


---
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] - how to access jboss cache from client code

2005-08-11 Thread nithinnambiar
hi,
i have used jboss cache to implement the cache in standalone mode.
i want to access the cache from my client code to retrieve and update the 
cache. can anybody explain me how to access the cache from a remote client.
i have created the cache in a similar way.

TreeCache tree = new TreeCache();
tree.setClusterName("default-cluster");
tree.setClusterProperties("default.xml");
tree.setCacheMode(TreeCache.REPL_SYNC);
tree.startService(); 
tree.put("/a/b/c", "name", "john");


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

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


---
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] - Active Directory

2005-08-11 Thread hkuegel
Hello,

i want to use Active Directory with JBoss Portal. I have checked the forum and  
the wiki and only found these 2 posts:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=66907
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=64616

Maybe someone can answer the following questions:
1. Is there built-in support for Active Directory  (or is it planned) ?
2. If i want to implement the Active Directory support, what do i have to do ? 
Any hints are welcome!
3. Has someone already implemented a solution for the problem ?

thanks,
Harald


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

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


---
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: 3.2.3 to 4.0.2 upgrade - NameNotFoundException / not bou

2005-08-11 Thread gardon
I have the same problem. I'm trying to upgrade from 4.0.1sp1 to 4.0.2. Does 
anybody know the answer?

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

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


---
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: java.lang.IllegalArgumentException: object is not an ins

2005-08-11 Thread anjani_srikanth
yes you are right.
We don't have to define any new key/value pairs in the jndi.properties file.
Even after making changes to that file still I'm facing the same problem.





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

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


---
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: javax.naming.NoInitialContextException

2005-08-11 Thread rrawasi
I have the same problem I try to find jboss.jcml or jndi.properties file but I 
don't find them, please help me.
Thanks

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

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


---
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] - Disabling Tomcat embbeded

2005-08-11 Thread tfdias
Hi, I'd like to know if anyboy has disabled Tomcat in Jboss and show cound i 
make it.

Thanks a lot,

Thiago

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

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


---
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: JAVA HOME PROBLEM

2005-08-11 Thread Caidence
Java development kits (those from which you can compile code) all come with a 
tools.jar file in the lib/ directory of the kits.

JBoss needs that file to run.

First, make sure your JAVA_HOME points to the directory of a development kit.  
That directory's "lib" sub directory will have a tools.jar in it, or it isn't a 
development kit.  In other words, $JAVA_HOME/lib/tools.jar should exist.

For example, my JAVA_HOME=/usr/java/j2sdk1.4.2_06, and my tools.jar is 
/usr/java/j2sdk1.4.2_06/lib/tools.jar


According to run.sh, JBoss uses the JAVA_HOME variable to determine which 
"java" runtime environment it should be using.

If JBoss does not find a JAVA_HOME variable, it will use the "java" command 
that is on the path, and then just hopes that "tools.jar" is somewhere on the 
classpath.


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

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


---
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: Roles and LoginModule

2005-08-11 Thread patrickdalla
How I configure this feature???

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

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


---
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] - Users don't log out

2005-08-11 Thread tremalnaik
Hello folks, I'm using Jboss 4.0.2. I still have some problems with login 
modules. My login-config.xml follows:


  |  
  |  
  |  MD5
  |  base64
  | 
  |  
  | 
  | 

The LogoutAction is invalidating the session in its execute() method:

httpServletRequest.getSession().invalidate();

I'm logging the login() and logout() methods of 
com.ciccio.pasticcio.CpLoginModule and the result is summarized in the 
following use case:

1) I start Jboss
1.1) I start Iexplorer and login as userA: login() is called
1.2) logout as userA: execute() is called, logout() is NOT called
1.1) I login again as userA: login() is NOT called
1.2) I logout as userA: same as 1.2)
1.3) restart Iexplorer, login as userA: login() is NOT called
1.4) logout as userA, same as 1.2)
1.5) I login as userB: login() is called
1.6) logout as userB: same as 1.2)

2) Restart Jboss, NOT Iexplorer
1.1) login as userA: login() is called
the rest is same as above 

I tried the following configuration:


  |  
  |  
  |  MD5
  |  base64
  | 
  |   
  |  true
  |  useFirstPass
  |  
  |  
  | 
  | 

nothing changed. Can anyone explain me where I'm doing wrong, please?

thanks

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

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


---
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: Java 1.5

2005-08-11 Thread patrickdalla
No, it didn't work.

it says the target of the code is 1.3. (or a message like this).

I'm in home and downloading the code. Then I will try again and I'll post the 
real message here.

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

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


---
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] - Exception thrown whil using CustomLoginModule

2005-08-11 Thread juserp
I programmed a custom login module for JBoss (it extends 
org.jboss.security.auth.spi.AbstractServerLoginModule) and defined in 
login-config.xml:



   
  
  
   


the flow here is:
I have valve:
1. reads REMOTE_USER
2. OSSOUsernameHandler handler = new OSSOUsernameHandler(remoteAttr);
  LoginContext lc = new LoginContext("jmx-consoletest", 
handler);
  lc.login();
  Subject subject = lc.getSubject(); 

Callbackhandler sets the remoteattr on NAmecallback.
And login module sets this as identity and some test roles.


Am stuck at this point.Pls guide what could be going wrong in this case.

I made a jar file (test-auth.jar) with my.sso.* classes, all loginmodule, 
callbackhandler and vale exist int his package and put it in 
/server/default/lib (this is the server config I?m running).
Then I start up JBoss and deploy an app which uses that security domain, but 
when I try to access it I get:

18:57:30,850 ERROR [CoyoteAdapter] An exception or error occurred in the 
container during the request processing
java.util.MissingResourceException: Can't find resource for bundle 
sun.security.util.Resources, key unable to instantiate LoginModule:
at java.util.ResourceBundle.getObject(ResourceBundle.java:314)
at java.util.ResourceBundle.getString(ResourceBundle.java:274)
at sun.security.util.ResourcesMgr.getString(ResourcesMgr.java:36)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:707)
at 
javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
at java.security.AccessController.doPrivileged(Native Method)
at 
javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
at javax.security.auth.login.LoginContext.login(LoginContext.java:534)
at my.sso.MyValve.invoke(MyValve.java:65)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:307)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:385)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:748)
at 
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:678)
at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:871)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:536)






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

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


---
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: Java 1.5

2005-08-11 Thread patrickdalla
There is another problem in build script.

When the  JDK is installed in a directory which name has spaces it doesn't 
function.

Someone could solve this problem.

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

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


---
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: Java 1.5

2005-08-11 Thread [EMAIL PROTECTED]
I fixed the 1.3 problem a while ago.

It compiles fine like Darran Said

Make sure to have the 1.3 version of tools/etc/buildfragments/defaults.ent

You should have the following lines in it:

  |   
  |   
  | 

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

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


---
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] - jbossws tools configuration/setup/usage

2005-08-11 Thread fernir
Hello ,
can you point me out to information about use of jboss tools ?
I am interested in environment setup (classpath, path),jdk version,
required third party libraries, required xsd, dtd, and etc.
I tried to do xsd to java programmatically, but got exceptions
(ClassNotFound)
Bellow is a code sniplet I am using to test xsd to java generation.

  | XSDToJava xsdJava = new XSDToJava();
  | String genPath = "\\generated";
  | String filename = "\\wsdl\\test_xsd_types.xsd";
  | String packagename = "org.jboss.portal.wsrp.core";
  | File dir = new File(genPath);
  | try {
  | xsdJava.generateSEI(filename, dir, packagename, true);
  | } catch (IOException e) {
  | e.printStackTrace();
  | }
  | 

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

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


---
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] - User Portlet and Page Menu portlet on all pages

2005-08-11 Thread yantriki
Is there a way that I can configure the JBoss Portal so that the page menu 
portlet and the User Portlet is displayed on all the pages. I have installed 
JBoss forum portlet and when I access the forum, I want to still have access to 
the user and menu portlets.

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

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


---
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: User Portlet and Page Menu portlet on all pages

2005-08-11 Thread martingi
The reason for this is, that the link to the forums calls the Forumsportlet in 
maximised mode - no other portlets can be displayed

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

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


---
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: Anybody successfully using JBoss WS Early Access?

2005-08-11 Thread msell
At the time I was getting those errors I was using a version of JBoss compiled 
from the "JBossWS 1 EA" tagged release (using cvs co -r JBossWS_1_0EA 
jboss-head).

I was having better luck (no startup or deployment errors) using a version 
compiled from "jboss-head" (no release tag) sources on Monday @ 3pm PST. I also 
modified my test app to follow the examples given in the JUnit test cases 
(EJB3Bean01.java and EJB3RemoteInterface.java).

The last problem I experienced was the "getSOAPBody must be overridden in 
subclasses of SOAPMessage" error I mentioned in a later post.

Thanks for the reply! I'm going to continue to investigate these problems on my 
end; if I find anything I'll post the results.


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

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


---
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] - Axis 1.2 Client

2005-08-11 Thread paper57

I'm trying to deploy a web service client generated with Axis 1.2 into an EAR 
along with the appropriate versions of axis, httpclient, etc, to deal with some 
specific requirements of the target web service.

The version of axis I distribute with my EAR seems to be picked up with no 
problem, however when I change transport providers by creating a 
client-config.wsdd file, the classes referenced in that configuration seem to 
be loaded from the jboss-included version of Axis, not the one I have provided 
in the ear.

Is there any way around this?

App.ear
   - App.ejb
   - App.War
   - axis.jar
   - 
   - META-INF
 -application.xml
   - client-config.wsdd
  

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

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


---
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: Error: getSOAPBody must be overridden in subclasses of S

2005-08-11 Thread msell
Thanks for the tip, Thomas. I might have classpath problems on my end - it 
wouldn't be the first time I've made that mistake.

My guess is an incompatible version of the referenced JAR on my classpath, or a 
client posting strange envelopes.

If I find anything important I'll post the results. Thanks for the reply!

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

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


---
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: Clarification - is anybody successfully using JSR-181 an

2005-08-11 Thread hubbardt
Not sure if this will be of any help, but I've been using 
http://incubator.apache.org/beehive/index.html with a great deal of success.

regards,
Travis

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

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


---
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: User Portlet and Page Menu portlet on all pages

2005-08-11 Thread yantriki
I get the following message on the JBoss logs:

11:17:34,390 WARN  [RegionTagHandler] requested page has no region [left]

Also I tried to minimize the forum portlet, but that's the only portlet on the 
page. Where is the page layout defined?

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

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


---
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] - How to test the Mail Service

2005-08-11 Thread yantriki
I have changed the mail-services.xml file to appropriate values, I however 
would like to test it and make sure that it works. How can I do that?
Please don't ask me to write programs.

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

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


---
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: How to use CMSPortlet to display a page

2005-08-11 Thread yxyang
After 5 hours, i found the solution.

As an example for other people who has the same requirement.

https://www.mobmeee.com/index.html?ctrl:id=window.default.MobmeeeCMSPortletWindow&ctrl:type=action&org.jboss.portal%23PATH=/test.html

THe key is the ctri:id and the ctrl:type=action and request parameter 
org.jboss.portal%23PATH

yang

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

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


---
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: How can I customise UserPortlet Profile / Registration ?

2005-08-11 Thread naili_d_reda
I have a serious problem ! 

when i try to compile the UserPortlet.java and put the the new UserPortlet 
.class in the portal-core-lib.jar ,it  doesn't work !

why ! 

If anyone have customize the userportlet! please tell me how ! 

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

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


---
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] - exception conversion to javax.servlet.ServletException

2005-08-11 Thread tremalnaik
Hi folks, I have recently upgraded from jboss 4.0.0RC1 to 4.0.2 and I noticed a 
strange (well, strange for me) behaviour in exception handling.

please have a look at the following code, it's a struts action:

public ActionForward execute()
  | {
  | //...
  | ibsd.saveUserPassword();
  | //..
  | }
  | catch (InvalidPasswordException ipe)
  | {
  | ipe.printStackTrace();
  | }catch(Exception e)
  | {
  | p.printStackTrace();
  | }

ibsd.saveUserPassword() throws an InvalidPasswordException, the same code 
deployed in 4.0.0RC1 is caught in the first bock, in 4.0.2 is caught in the 
second block, appearing now as a javax.servlet.ServletException.

Is this a correct behaviour? Is there something in configuration I have missed?

Thanks  



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

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


---
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-11 Thread alexandre_correa
Sorry guys ...

I've found the problem, and it was me. I was trying to get information directly 
from my callbackHandler. The problem doesn't have nothing to do with JBoss, but 
bad comprehension about JAAS login schema.

Alexandre

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

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


---
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: 3.2.3 to 4.0.2 upgrade - NameNotFoundException / not bou

2005-08-11 Thread darranl
The reason the error message says 'GEN-SiteEJB' not found and not 
'local/GEN-SiteEJB' is because it has been able to find the local context it 
just can't find the GEN-SiteEJB under the local context.

Regarding accessing the local home see: -

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

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

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


---
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: javax.naming.NoInitialContextException

2005-08-11 Thread darranl
You need to create the jndi.properties file yourself and put it on the 
classpath of the client.

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

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

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


---
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: Clarification - is anybody successfully using JSR-181 an

2005-08-11 Thread msell
It seems as if the JUnit tests are not able to execute, at least with the 
posted instructions:

@lincoln:[test] (0) $ /usr/development/ant/bin/ant -Dtest=jsr181 test
Buildfile: build.xml

init:
 [echo] ---
 [echo] java.home  = /usr/java/jdk1.5.0_03/jre
 [echo] jboss.home = ../../build/output/jboss-5.0.0alpha
 [echo] ---

check-jbossws:

compile:

build:

build-jars:

test:

init:
 [echo] ---
 [echo] java.home  = /usr/java/jdk1.5.0_03/jre
 [echo] jboss.home = ../../build/output/jboss-5.0.0alpha
 [echo] ---

check-jbossws:

compile:

build:

build-jars:

tests-main:

BUILD FAILED
/usr/development/jboss-alpha-5.0/jboss-head/webservice/test/build.xml:163: The 
following error occurred while executing this line:
/usr/development/jboss-alpha-5.0/jboss-head/webservice/test/build.xml:174: 
Could not create task or type of type: junit.

Ant could not find the task or a class this task relies upon.

This is common and has a number of causes; the usual
solutions are to read the manual pages then download and
install needed JAR files, or fix the build file:
 - You have misspelt 'junit'.
   Fix: check your spelling.
 - The task needs an external JAR file to execute
 and this is not found at the right place in the classpath.
   Fix: check the documentation for dependencies.
   Fix: declare the task.
 - The task is an Ant optional task and the JAR file and/or libraries
 implementing the functionality were not found at the time you
 yourself built your installation of Ant from the Ant sources.
   Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
 task and make sure it contains more than merely a META-INF/MANIFEST.MF.
 If all it contains is the manifest, then rebuild Ant with the needed
 libraries present in ${ant.home}/lib/optional/ , or alternatively,
 download a pre-built release version from apache.org
 - The build file was written for a later version of Ant
   Fix: upgrade to at least the latest release version of Ant
 - The task is not an Ant core or optional task
 and needs to be declared using .
 - You are attempting to use a task defined using
 or  but have spelt wrong or not
   defined it at the point of use

Remember that for JAR files to be visible to Ant tasks implemented
in ANT_HOME/lib, the files must be in the same directory or on the
classpath

Please neither file bug reports on this problem, nor email the
Ant mailing lists, until all of these causes have been explored,
as this is not an Ant bug.

Total time: 14 seconds


Looking through "build.xml" - it appears as if the JUnit deps are included in 
the source distribution. I do have JUnit located in another directory on this 
computer, but do not yet have any references to it in the form of PATH or 
CLASSPATH definitions.

The JBoss build was successful, and started successfully without any errors:

@lincoln:[bin] (0) $ ./run.sh
=

  JBoss Bootstrap Environment

  JBOSS_HOME: 
/usr/development/jboss-alpha-5.0/jboss-head/build/output/jboss-5.0.0alpha

  JAVA: /usr/java/jdk1.5.0_03/bin/java

  JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.sh

  CLASSPATH: 
/usr/development/jboss-alpha-5.0/jboss-head/build/output/jboss-5.0.0alpha/bin/run.jar:/usr/java/jdk1.5.0_03/lib/tools.jar

=

09:04:17,373 INFO  [Server] Starting JBoss (MX MicroKernel)...
09:04:17,380 INFO  [Server] Release ID: JBoss [TheOne] 5.0.0alpha (build: 
CVSTag=HEAD date=200508110822)
09:04:17,391 INFO  [Server] Home Dir: 
/usr/development/jboss-alpha-5.0/jboss-head/build/output/jboss-5.0.0alpha
09:04:17,392 INFO  [Server] Home URL: 
file:/usr/development/jboss-alpha-5.0/jboss-head/build/output/jboss-5.0.0alpha/
09:04:17,398 INFO  [Server] Patch URL: null
09:04:17,399 INFO  [Server] Server Name: default
09:04:17,400 INFO  [Server] Server Home Dir: 
/usr/development/jboss-alpha-5.0/jboss-head/build/output/jboss-5.0.0alpha/server/default
09:04:17,402 INFO  [Server] Server Home URL: 
file:/usr/development/jboss-alpha-5.0/jboss-head/build/output/jboss-5.0.0alpha/server/default/
09:04:17,404 INFO  [Server] Server Temp Dir: 
/usr/development/jboss-alpha-5.0/jboss-head/build/output/jboss-5.0.0alpha/server/default/tmp
09:04:17,407 INFO  [Server] Root Deployment Filename: jboss-service.xml
09:04:20,129 INFO  [ServerInfo] Java version: 1.5.0_03,Sun Microsystems Inc.
09:04:20,131 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 
1.5.0_03-b07,Sun Microsystems Inc.
09:04:20,133 INFO  [ServerInfo] OS-System: Linux 2.6.11-1.27_FC3smp,i386
09:04:23,514 INFO  [Server] Core system initialized
09:04:39,487 INFO  [WebService] Using RMI server codebase: http://lincoln:8083/
09:04:39,634 INFO  [Log4jS

[JBoss-user] [JBossWS] - Re: ws4ee-client not bound

2005-08-11 Thread hsutarwala
Thanks Tom for pointing me to the tutorials. Well I am following the same 
examples but "there is no instructions on how to package a WS client" and that 
is what I am looking for? There are no instructions in the WS client for 
Doc/literal tutorial.

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

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


---
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: Jboss-4.0.2 throws exception with MS SQL server

2005-08-11 Thread JimDwyer
I am getting the same error but the above fixes don't work.

The original deploy/jms has hsqldb-jdbc2-service.xml and 
hsqldb-jdbc-state-service.xml files.   Do I need to change both to mysql files? 
 It seems that I do.

My mysql-jdbc files deploy on a Microsoft box but not on Fedora.   Any thoughts 
as too why?



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

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


---
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: Java 1.5

2005-08-11 Thread darranl
patrickdalla,

How did you obtain the code you are trying to compile?

At the weekend I compiled

cvs co -r JBoss_Portal_Branch_2_0 jboss-portal-2.0

and 

cvs co jboss-portal-2.2

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

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


---
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: JMS Distributed Destinations

2005-08-11 Thread genman

Well, Gigabit ethernet would give you enough bandwidth, then you'll have to 
look at faster disks, etc.

Out of curiosity, what is your application doing that requires so much 
bandwidth?  You might want to go with a hybrid approach where files are stored 
in a content management system, and use pointers to the files inside the 
message.

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

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


---
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] - EJB Timer service in a cluster

2005-08-11 Thread viswaprasad

How do the EJB timers behave when JBoss instances are clustered ? Do the timers 
get invoked on only one bean across all the clustered JBoss instances..

I have a setup where 

I implemeneted a stateless session bean, MySLSB that extends the TimedObject. 
And implemented the ejbTimeout() method.

I create the Timer object in the ejbCreate() method of my SLSB.  According to 
the EJB specs, the Timer should only be invoked on one instance of my SLSB in 
the container. But I did not find any information about what the behavior would 
be if I tag my MySLSB as  and deploy it in two clustered JBoss instances? Will 
the timer still get triggered on only one JBoss instance in the cluster and 
will invoke ejbTimeout() on one SLSB instance only? Or does it get fired on the 
other JBoss instance too?







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

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


---
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] - CMR field "is not a cmr field". What did I do wrong?

2005-08-11 Thread Caidence
I have this really really simple and small project with some CMR relationships, 
but when I try to create a simple EJB-QL query, JBoss says that my CMR field 
"is not a cmr field".  I don't know why, I did everything my books told me.  I 
have my code below, and this is the error it gives me:

org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement 
  |   'SELECT OBJECT(osp) FROM OptimizationStaticParameter 
AS osp
  |WHERE osp.optimization.name = ?1
  |AND   osp.optimization.timestamp = ?2
  |AND   osp.parameterName = ?3'; - nested throwable: 
(org.jboss.ejb.plugins.cmp.ejbql.UnknownPathException: In path field is not a 
cmr field: at line 2, column 71.  Encountered: "optimization" after: "osp.")

The CMR relationship is a Unidirectional one-to-many relationship.  
OptimizationBean contains between 0 and N OptimizationStaticParameterBeans. 
("An Optimization contains Static-Parameters")

Everything is REALLY simple, and it was built from the bottom up.  It deploys 
OK if the EJB-QL queries are removed.
This seems very simple to me, and everything I have read says I am doing this 
right.  Can someone glance and see what I did wrong?  I desperately need this 
to continue!

Thanks to anyone!!


ejb-jar.xml:

  | http://java.sun.com/xml/ns/j2ee";
  | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  | 
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd";
  | version="2.1">
  | 
  | 
  | 
  | OptimizationEJB
  | 
com.flytrading.trading.ejb.OptimizationHomeLocal
  | 
com.flytrading.trading.ejb.OptimizationLocal
  | 
com.flytrading.trading.ejb.OptimizationBean
  | Container
  | java.lang.Object
  | False
  | 
Optimization
  | name
  | 
timestamp
  | comment
  | 

  | 
  | 
  | OptimizationStaticParameterEJB
  | 
com.flytrading.trading.ejb.OptimizationStaticParameterHomeLocal
  | 
com.flytrading.trading.ejb.OptimizationStaticParameterLocal
  | 
com.flytrading.trading.ejb.OptimizationStaticParameterBean
  | Container
  | java.lang.Object
  | False
  | 
OptimizationStaticParameter
  | 
parameterName
  | value
  | 
optimization
  | 

  | 
  | 
  | 
ejbSelectUnique
  | 
  | 
java.lang.String  
  | 
java.util.Date
  | 
java.lang.String  
  | 
  | 
  | 
  | SELECT OBJECT(osp) FROM 
OptimizationStaticParameter AS osp
  | WHERE osp.optimization.name = ?1
  | AND   
osp.optimization.timestamp = ?2
  | AND   osp.parameterName = ?3
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
Optimization-OptStaticParam
  | 
  | 
  | Optimization-may-have-StaticParams
  | 
  | One
  | 
  | OptimizationEJB
  | 
  | 
  | 
  | 
  | OptStaticParam-belongs-to-Optimization
  | 
  | Many
  | 
  | 
OptimizationStaticParameterEJB
  | 
  | 
  | 
optimization
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | everyone
  | 
  | This role represents everyone who is allowed 
full access to the system.
  | 
  | 
  | 
  | 
  | everyone
  | 
  | OptimizationEJB
 

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Disabling Tomcat embbeded

2005-08-11 Thread Ronny-UK
You just need to turn it off setting the server.xml...

Regards.

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

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


---
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] [JCA/JBoss] - Rollback when no work has been done

2005-08-11 Thread rworsnop
Using: JBoss 4.0.2, Hibernate 3.0.5, jTDS.

I am getting connections via a JBoss data source (no-tx-datasource).

I am handling transactions manually. If my code throws an exception, I am 
calling Connection.rollback in the catch.

In the code that catches the exception and calls rollback, I don't know whether 
any work has been done (i.e., anything to roll back).

org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection wraps the 
connection created by the JDBC driver. It maintains its own autocommit value 
(jdbcAutoCommit), separate from the one held in the driver. 
BaseWrapperManagedConnection.jdbcAutoCommit is propagated to the driver only in 
certain circumstances -- rolling back isn't one of them. Generally, it's when 
actual work is being done.

The problem arises when rollback is called before jdbcAutoCommit is propagated 
to the driver. The driver still has autocommit=true, and throws an exception 
when the rollback call is propagated to it.

Thus, the following code will fail:

DataSource ds = getDataSource();
Connection con = ds.getConnection();
con.setAutoCommit(false); // not propagated to driver
con.rollback(); // driver throws an exception because autocommit is true.

Of course, my code doesn't look quite like this. The rollback is attempted in a 
catch block, where I don't know whether or not any work has been done.

Does anyone know what the thinking behind this behavior is? Or, better yet, 
suggest a clean way of avoiding my problem? 

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

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


---
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] [JCA/JBoss] - Re: Rollback when no work has been done

2005-08-11 Thread [EMAIL PROTECTED]
Bug report:
http://jira.jboss.com/jira/browse/JBAS-2115

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

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


---
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] [JCA/JBoss] - Re: Rollback when no work has been done

2005-08-11 Thread rworsnop
Thanks for the quick response!

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

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


---
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: JMS Distributed Destinations

2005-08-11 Thread [EMAIL PROTECTED]
"malmit" wrote : Would JMS distributed destinations help

Hmm
I swamped my network so lets add more traffic to the network to implement 
"clustering".
Of course, this really depends upon your network topology and the quality of 
the router. :-)

This is also another one of my favourite "bug bears".
TCP/IP is too clever for its own good. 
It makes what is essentially a single threaded device look multi-threaded 
because
of the packet switching. 
The network card can still only deal with one packet at once and it has a 
maximum
throughput (bandwidth).

Anyway, your questions really belong in some network administration forum
NOT a JMS forum.

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

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


---
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: JMS Distributed Destinations

2005-08-11 Thread [EMAIL PROTECTED]
"genman" wrote : hybrid approach where files are stored in a content management 
system, and use pointers to the files inside the message.

Exactly. It is even worse when you see people trying to propogate these
large messages through the jms "chain of responsibility" anti-pattern. :-)

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

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


---
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] - Invalid parameter binding(s) with a declared sql statment

2005-08-11 Thread haschibaschi
Hello Together I have trouble with a declared sql statment.
When I execute my Code I become following Exception:

java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Invalid 
parameter binding(s).

Here is my Code:

The EJB with the XDoclet tags:

* @jboss.declared-sql
 *   signature="java.util.Collection ejbSelectByAllArguments(java.lang.String 
manufacturer, java.lang.String subGroup, java.lang.Long minPrice, 
java.lang.Long maxPrice, java.lang.String keyword, java.lang.String 
articleNumber)"   
 *   description=""
 *   ejb-name="Article"
 *   alias="art"
 *   distinct="true"
 *   from=", pricing p, articleattribute att"
 *   where="
 * art.seq = att.fk_article 
 * AND 
 * art.seq = p.fk_article 
 * AND 
 * p.type = 'LI' 
 * AND 
 * p.valuelong > {2} AND p.valuelong < {3}
 * AND
 * art.artno in 
 * ( select att.artno from articleattribute att where 
att.name='ManufacturerName' AND att.value LIKE '%{0}%' )
 * AND 
 * art.artno in
 * ( select att.artno from articleattribute att where 
att.name='SubGroup' AND att.value LIKE '%{1}%' )
 * AND 
 * art.artno in
 * ( select att.artno from articleattribute att where 
att.name='ProductDescription' AND att.value LIKE '%{4}%' )
 * AND 
 * art.artno in
 * ( select art.artno from article art where art.artno LIKE '%{5}%' )
 *  "

/**
* @ejb.select 
*   query=""
*/
public abstract java.util.Collection 
ejbSelectByAllArguments(java.lang.String manufacturer, java.lang.String 
subGroup, java.lang.Long minPrice, java.lang.Long maxPrice, java.lang.String 
keyword, java.lang.String articleNumber) throws FinderException;

***

The jbosscmp-jdbc.xml:
***
 
[CDATA[]]

   ejbSelectByAllArguments
   
  java.lang.String
  java.lang.String
  java.lang.Long
  java.lang.Long
  java.lang.String
  java.lang.String
   




   
   [CDATA[Article]]

   [CDATA[art]]

[CDATA[, pricing p, articleattribute att]]
[CDATA[ art.seq = att.fk_article AND art.seq = p.fk_article AND 
p.type = 'LI' AND p.valuelong > {2} AND p.valuelong < {3} AND art.artno in ( 
select att.artno from articleattribute att where att.name='ManufacturerName' 
AND att.value LIKE '%{0}%' ) AND art.artno in ( select att.artno from 
articleattribute att where att.name='SubGroup' AND att.value LIKE '%{1}%' ) AND 
art.artno in ( select att.artno from articleattribute att where 
att.name='ProductDescription' AND att.value LIKE '%{4}%' ) AND art.artno in ( 
select art.artno from article art where art.artno LIKE '%{5}%' ) ]]

 
***
Version of jboss is 4.0.2
Version of MSSQL-Driver is mssqlserver-1.2.2.jar

Thanks a lot for help & Greets

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

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


---
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] - Transaction locking issue on JBoss 3.2.6 under heavy load in

2005-08-11 Thread rcostanzo
Hi,

I am running JBoss 3.2.6 in a 5 instance cluster. I am using the container 
configuration cmp2.x jdbc2 pm with cache invalidation. I am NOT doing any HTTP 
session replication. When my servers are under heavy load, I experience the 
following issue:

One instance will start logging errors like:

WARN  [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl 
[FormatId=257, GlobalId=mateso-webapp3//16199095, BranchQual=] timed out. 
status=STATUS_ACTIVE
WARN  [org.jboss.tm.TransactionImpl] Lock contention, 
tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=mateso-webapp3//16199095, 
BranchQual=]

and become locked up. Subsequently, all of the other 4 instances in my cluster 
become locked up. I have to kill the instance that the locking issue originated 
on for all of the other instances to start working properly again.

I have checked our Oracle database and there are no waiting queries when this 
happens, which points to it not being a database locking issue.

What other possibilities are there which would cause all members of the cluster 
to lock? I had thought that cache invalidation was asynchronous, but if it was 
synchronous then that could explain it. Also, is there a way to track down what 
the transaction warnings above are locking on?

Thanks.

-Rob



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

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


---
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: User Portlet and Page Menu portlet on all pages

2005-08-11 Thread mholzner
the layout is defined as part of the portal properties (see default-portal.xml) 
, and in portal-layouts.xml ; the default layout does not use the 
RegionTagHandler, so you must have created your own layout and configured the 
portal to use it. 
The error message is logged when the region tag is asked to render a region 
that has no represenation on the current page. In other words: the tag is asked 
to render the 'left' region, but the current page (the one that is being 
rendered at the time) has no portlet assigned to that region.

One way to get the menu and user portlet on all pages is to define them as 
portlet tags on the layout jsp, and make sure that you define a window for both 
of them on each page (jbp:portlet instanceRef='WindowIDHere' : see earlier 
posts for examples). 
One special case to consider is the maximized behavior. The LayoutStrategy 
currently filters all, but the maximized portlet from the list of portlets to 
render. In other words, if you maximize any portlet, that will be the only one 
that actually gets rendered, regarless of any region or portlet tag. Those can 
only display what was rendered already.

A (better) documentation for all of these pieces and their interactions is in 
the works. Sorry for the current lack of it 


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

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


---
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: JMS Distributed Destinations

2005-08-11 Thread malmit
Currently the application is sending finger print images via JMS.  Never 
thought about the hybird approach.  I will definitely go this route!  Thanks 
again for all the helpful input!

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

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


---
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: Logging on JBoss using Contextual Repository Selector

2005-08-11 Thread [EMAIL PROTECTED]
DO NOT USE BUG REPORTS TO ASK FOR HELP 
OR HIJACK OTHER PEOPLE'S ISSUES TO GET ATTENTION.

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

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

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


---
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] - Re: Disabling Tomcat embbeded

2005-08-11 Thread tfdias
Ok, it works

but, Ican't make Jboss works with a external Tomcat.

Do you know how?

Best regards

Thiago

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

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


---
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] - Signed Applet gets AccessControlException calling EJB

2005-08-11 Thread mboni
I'm trying to use a Signed Applet to invoke a EJB3.0 Stateless Session Bean 
under JBoss 4.0.3rc1.

I have signed all the .jar files the Applet uses, including 
jbossall-client.jar, the applet jar, and the jar containing the ejb3 remote 
interface.

I know my applet has been granted signed permissions, since I can invoke 
System.getSecurityManager.checkPermission(new 
RuntimePermission("accessDeclaredMembers")); within the applet without throwing 
an exception.

I can use a JNDI lookup to find both the JBoss InitialContext and the remote 
proxy for the bean.  (This failed when the applet was unsigned, since I get 
swapped between 127.0.0.1 and 192.168.x.x as my server IP, but the problem went 
away after signing).

However, when I actually invoke a remote method on the stub, I get an exception:

  | java.security.AccessControlException: access denied
  |  (java.lang.RuntimePermission accessDeclaredMembers)
  | at java.security.AccessControlContext.checkPermission(Unknown Source)
  | at java.security.AccessController.checkPermission(Unknown Source)
  | at java.lang.SecurityManager.checkPermission(Unknown Source)
  | at java.lang.SecurityManager.checkMemberAccess(Unknown Source)
  | at java.lang.Class.checkMemberAccess(Unknown Source)
  | at java.lang.Class.getDeclaredMethods(Unknown Source)
  | at 
org.jboss.aop.util.MethodHashing.getInterfaceHashes(MethodHashing.java:135)
  | at 
org.jboss.aop.util.MethodHashing.calculateHash(MethodHashing.java:204)
  | at 
org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:61)
  | at $Proxy0.getServerInfo(Unknown Source)
  | at com.cpex.mpv.gui.MpvApplet.getServerInfo(MpvApplet.java:129)
  | at com.cpex.mpv.gui.MpvApplet.init(MpvApplet.java:50)
  | at sun.applet.AppletPanel.run(Unknown Source)
  | at java.lang.Thread.run(Unknown Source)

So where did my permissions go?

Anyone have an idea?  Is this just a bug?

My best guess is that the Applet has been given permissions by the 
AppletClassLoader, which knows that the code came from a signed .jar file.   
However, the remote proxy class ($Proxy0) may have been created with a 
different ClassLoader, one that is not paying attention to the signed nature of 
the jar.  Can anyone confirm or deny this guess?

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

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


---
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: Transaction locking issue on JBoss 3.2.6 under heavy loa

2005-08-11 Thread rcostanzo
One other observationafter seeing the lock contention warnings for a few 
minutes, that instance receives an EXIT message and leaves the cluster. All of 
the other boxes then start displaying warnings about discarded NAKACK messages 
from the locked instance, and then finally the locked instance rejoins the 
cluster and the locking issue seems to be cleared up. Don't know if this 
leaving and rejoing the cluster is a symptom or related to the cause

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

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


---
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: Logging on JBoss using Contextual Repository Selector

2005-08-11 Thread zambak
First of all, at this point, I am not asking for help.
If you read my comment in JIRA, I mentioned that all my apps are working and 
that log trace shows JBoss complaining.

Second, by adding a comment in JIRA, It was not my intention to hijack anyone's 
issue or to divert attention. Reference to forum post was there cause I was too 
lazy (yes I admit it) to copy and paste error tract into the comment.

Again, I apologize for any inconvenience my posts caused, although I think you 
prejudged my intentions.


Regards
Amir



"[EMAIL PROTECTED]" wrote : DO NOT USE BUG REPORTS TO ASK FOR HELP 
  | OR HIJACK OTHER PEOPLE'S ISSUES TO GET ATTENTION.
  | 
  | http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp

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

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


---
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: Logging on JBoss using Contextual Repository Selector

2005-08-11 Thread [EMAIL PROTECTED]
If you really have bug in JBoss (read the link) you should post your own JIRA 
issue
(after you have searched to see what else is already reported/scheduled).

http://jira.jboss.com/jira/browse/JBAS-1853[/url]
  | If you want that bug/feature you should vote for it. Not post "ME TOO" or
  | anonymous wrote : I am not sure if the follwing comment affects this issue 
or if it is a totally separate...
  | http://wiki.jboss.org/wiki/Wiki.jsp?page=BadPostHijack
  | 
  | If you just want to discuss log4j, use the log4j USER mailing list at 
Apache.
  | 
  | anonymous wrote : First of all, at this point, I am not asking for help. 
  | If you are not asking for help, what are you doing besides adding 
irrelevant noise?

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

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


---
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: Logging on JBoss using Contextual Repository Selector

2005-08-11 Thread [EMAIL PROTECTED]
I've pretty much stopped trying to moderate these forums (it is a waste of time)
but I don't want JIRA turning into a dumping ground as well.

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

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


---
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


  1   2   >