Re: [JBoss-user] problem with JBoss 3.2.3 - Struts 1.1

2004-02-20 Thread JAIME GOMEZ
Thank, I try , but do you suggest  me that I need to copy all jar of my
application  inside the WEB-INF/ lib of my application?

 [EMAIL PROTECTED] 20/02 7:46 
We run struts based applications under 3.2.3 with no problem.  I was 
always under the impression, though, that all of the struts jar files 
needed to go in the lib directory under the application's WEB-INF and 
not in the server's lib directory.  (Each application has its own
jars).

JAIME GOMEZ wrote:

Hi people, I have an application ( with Struts ) which ran vey well
in
JBoss-2.4.4-Tomcat- 3.2.3 I , I decided to migrate a JBoss3.2.3 ,
first
I copied all jar file of struts in the directory
$JBOSS_HOME/server/default/lib  and  when I deploy mi application (
ear
file ) and start my first web client ( Internet Explorer) in the
console
of my JBoss , i saw the following message :


2004-02-20 09:36:13,377 INFO  [org.jboss.web.localhost.Engine] Error
compiling file:
/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java
[javac] Compiling 1 source file
[javac]
/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java:161:
cannot resolve symbol
[javac] symbol  : method doAfterBody ()
[javac] location: class org.apache.struts.taglib.html.HtmlTag
[javac]   int evalDoAfterBody =
_jspx_th_html_html_0.doAfterBody();
[javac] ^
[javac]
/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java:162:
cannot resolve symbol
[javac] symbol  : variable EVAL_BODY_AGAIN 
[javac] location: interface javax.servlet.jsp.tagext.BodyTag
[javac]   if (evalDoAfterBody !=
javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
[javac]   

 ^
[javac]
/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java:173:
handlePageException(java.lang.Exception) in
javax.servlet.jsp.PageContext cannot be applied to
(java.lang.Throwable)
[javac]   if (pageContext != null)
pageContext.handlePageException(t);
[javac]   ^
[javac]
/home/devteam/tools/jboss-3.2.3/server/default/work/MainEngine/localhost/campus.war/logon_jsp.java:256:
cannot resolve symbol
[javac] symbol  : variable EVAL_BODY_AGAIN 
[javac] location: interface javax.servlet.jsp.tagext.BodyTag
[javac] if (evalDoAfterBody !=
javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
[javac]   

   ^
[javac] 4 errors
 .

I don;t have any idea  what happen? any know the solution or any
explanation

Jaime Gomez


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click 
___
JBoss-user mailing list
[EMAIL PROTECTED] 
https://lists.sourceforge.net/lists/listinfo/jboss-user 
  




---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click 
___
JBoss-user mailing list
[EMAIL PROTECTED] 
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Problem compiling JBoss sources

2003-09-03 Thread Scott M Stark
Then you still do not have a complete cvs snapshot as the build works fine for 
me using 1.4.2. The errors indicate you do not have the 
thirdparty/sun/jaf/lib/activation.jar in the snapshot.

--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

Rafal Kedziorski wrote:
Hi,

after x attempts I could get the actual JBoss 3.2.2 sources from the 
cvs. But I get this error message:

compile-classes:
[javac] Compiling 1 source file to 
E:\jboss\cvs\jboss-3.2\jboss.net\output\classes\main

[javac] Found 2 semantic errors compiling 
E:/jboss/cvs/jboss-3.2/jboss.net/src/main/org/jboss/net/axis/server/Flash
NamespaceHandler.java:

[javac] 86. SOAPEnvelope soapEnvelope = 
msg.getSOAPEnvelope();
[javac] ^-^
[javac] *** Semantic Error: You need to modify your classpath, 
sourcepath, bootclasspath, and/or extdirs setup. Pack
age javax/activation could not be found in:
[javac] 
E:\Programme\Java\j2sdk1.4.2\jre\lib\ext\dnsns.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\ext\ldapsec.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\ext\localedata.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\ext\sunjce_provider.jar
[javac] E:\jboss\cvs\jboss-3.2\jboss.net\output\classes\main
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\sun\jsse\lib\jnet.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\sun\jsse\lib\jsse.jar
[javac] 
E:\jboss\cvs\jboss-3.2\thirdparty\apache\crimson\lib\crimson.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\log4j\lib\log4j.jar
[javac] 
E:\jboss\cvs\jboss-3.2\thirdparty\apache\commons\lib\commons-collections.jar 

[javac] 
E:\jboss\cvs\jboss-3.2\thirdparty\apache\commons\lib\commons-logging.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\junit\junit\lib\junit.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\axis\lib\axis.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\axis\lib\jaxrpc.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\axis\lib\saaj.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\ibm\wsdl4j\lib\wsdl4j.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\ibm\uddi4j\lib\uddi4j.jar
[javac] E:\jboss\cvs\jboss-3.2\j2ee\output\lib\jboss-j2ee.jar
[javac] E:\jboss\cvs\jboss-3.2\common\output\lib\jboss-common.jar
[javac] E:\jboss\cvs\jboss-3.2\system\output\lib\jboss-system.jar
[javac] 
E:\jboss\cvs\jboss-3.2\server\output\lib\jboss.jar
[javac] E:\jboss\cvs\jboss-3.2\security\output\lib\jboss-jaas.jar
[javac] E:\jboss\cvs\jboss-3.2\jmx\output\lib\jboss-jmx.jar
[javac] E:\jboss\cvs\jboss-3.2\jetty\output\lib\javax.servlet.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\rt.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\jce.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\jsse.jar
[javac] E:\jboss\cvs\jboss-3.2\jboss.net\src\main
[javac] .



[javac] 86. SOAPEnvelope soapEnvelope = 
msg.getSOAPEnvelope();
[javac] ^-^
[javac] *** Semantic Error: Type javax.activation.DataHandler was 
not found.

BUILD FAILED
file:E:/jboss/cvs/jboss-3.2/jboss.net/build.xml:340: Compile failed; see 
the compiler error output for details.

I'm working with J2SE 1.4.2.





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Problem compiling JBoss sources

2003-09-03 Thread Rafal Kedziorski
hi,

At 09:01 03.09.2003 -0700, you wrote:
Then you still do not have a complete cvs snapshot as the build works fine 
for me using 1.4.2. The errors indicate you do not have the 
thirdparty/sun/jaf/lib/activation.jar in the snapshot.
I checked out whole

co -r Branch_3_2 ... (about 59 MB)

and my checked out sources contains:

activation.jar (size 45.386 Bytes)

The same error I get while I try to compile the RC3 src archive from SF.

I think that there is activation.jar missing in jboss.net/build.xml:

path id=apache.axis.classpath
 ...
/path
After I added this jar file, I can compile the sources.

Rafal

--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

Rafal Kedziorski wrote:
Hi,
after x attempts I could get the actual JBoss 3.2.2 sources from the cvs. 
But I get this error message:
compile-classes:
[javac] Compiling 1 source file to 
E:\jboss\cvs\jboss-3.2\jboss.net\output\classes\main
[javac] Found 2 semantic errors compiling 
E:/jboss/cvs/jboss-3.2/jboss.net/src/main/org/jboss/net/axis/server/Flash
NamespaceHandler.java:
[javac] 86. SOAPEnvelope soapEnvelope = 
msg.getSOAPEnvelope();
[javac] ^-^
[javac] *** Semantic Error: You need to modify your classpath, 
sourcepath, bootclasspath, and/or extdirs setup. Pack
age javax/activation could not be found in:
[javac]
E:\Programme\Java\j2sdk1.4.2\jre\lib\ext\dnsns.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\ext\ldapsec.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\ext\localedata.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\ext\sunjce_provider.jar
[javac] E:\jboss\cvs\jboss-3.2\jboss.net\output\classes\main
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\sun\jsse\lib\jnet.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\sun\jsse\lib\jsse.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\crimson\lib\crimson.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\log4j\lib\log4j.jar
[javac] 
E:\jboss\cvs\jboss-3.2\thirdparty\apache\commons\lib\commons-collections.jar
[javac] 
E:\jboss\cvs\jboss-3.2\thirdparty\apache\commons\lib\commons-logging.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\junit\junit\lib\junit.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\axis\lib\axis.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\axis\lib\jaxrpc.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\axis\lib\saaj.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\ibm\wsdl4j\lib\wsdl4j.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\ibm\uddi4j\lib\uddi4j.jar
[javac] E:\jboss\cvs\jboss-3.2\j2ee\output\lib\jboss-j2ee.jar
[javac] E:\jboss\cvs\jboss-3.2\common\output\lib\jboss-common.jar
[javac] E:\jboss\cvs\jboss-3.2\system\output\lib\jboss-system.jar
[javac]
E:\jboss\cvs\jboss-3.2\server\output\lib\jboss.jar
[javac] E:\jboss\cvs\jboss-3.2\security\output\lib\jboss-jaas.jar
[javac] E:\jboss\cvs\jboss-3.2\jmx\output\lib\jboss-jmx.jar
[javac] E:\jboss\cvs\jboss-3.2\jetty\output\lib\javax.servlet.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\rt.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\jce.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\jsse.jar
[javac] E:\jboss\cvs\jboss-3.2\jboss.net\src\main
[javac] .

[javac] 86. SOAPEnvelope soapEnvelope = 
msg.getSOAPEnvelope();
[javac] ^-^
[javac] *** Semantic Error: Type javax.activation.DataHandler was 
not found.
BUILD FAILED
file:E:/jboss/cvs/jboss-3.2/jboss.net/build.xml:340: Compile failed; see 
the compiler error output for details.
I'm working with J2SE 1.4.2.




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Problem with JBoss and ejbql

2003-01-28 Thread Jon Haugsand
* Jon Haugsand
 Is anyone able to tell me what is wrong with the following ejbql
 expression (formatted for readability):
 
 ejb-ql![CDATA[
  SELECT OBJECT(p) FROM Pant AS p, Verdipapir AS vp
  WHERE ( p.tilstand = 1 OR p.tilstand = 3 ) AND
( p.uttrekningsDato IS NOT NULL ) AND
( p.isin = vp.isin ) AND
( vp.tilstand = 1 OR vp.tilstand = 3 ) AND
( ( vp.forfallsDato IS NULL ) OR vp.forfallsDato = ?1 )]]
 /ejb-ql

It seems as = is not allowed.  It worked when I changed into
vp.forfallsDato  ?1 OR vp.forfallsDato = ?1.

-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Problem with JBoss and ejbql

2003-01-27 Thread Alex Loubyansky
sorry for stupid question, but didn't you accidently add '(' when formatted for 
readability?
you can also remove brackets around IS NULL expression.

alex

Monday, January 27, 2003, 12:48:06 PM, you wrote:

JH Is anyone able to tell me what is wrong with the following ejbql
JH expression (formatted for readability):

JH ejb-ql![CDATA[
JH  SELECT OBJECT(p) FROM Pant AS p, Verdipapir AS vp
JH  WHERE ( p.tilstand = 1 OR p.tilstand = 3 ) AND
JH( p.uttrekningsDato IS NOT NULL ) AND
JH( p.isin = vp.isin ) AND
JH( vp.tilstand = 1 OR vp.tilstand = 3 ) AND
JH( ( vp.forfallsDato IS NULL ) OR vp.forfallsDato = ?1 )]]
JH /ejb-ql

JH It fails with the following:

JH 11:41:44,830 WARN  [ServiceController] Problem starting service 
jboss.j2ee:service=EJB,jndiName=norgesbank/bank/sil/entiteter/verdipapir/VerdipapirLocal
JH org.jboss.deployment.DeploymentException: Error compiling ejbql; - nested 
throwable: (org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered 
vp.forfallsDato IS NULL ) OR vp.forfallsDato =
JH at line 1, column 211.
JH Was expecting one of:
JH ABS ...
JH LENGTH ...
JH LOCATE ...
JH SQRT ...
JH ( ...
JH + ...




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Problem with JBoss and ejbql

2003-01-27 Thread Jon Haugsand
* Alex Loubyansky
 sorry for stupid question, but didn't you accidently add '(' when formatted for 
readability?
 you can also remove brackets around IS NULL expression.

Actually, I originally did not have the parenthesis, but I included them
and retried against JBoss.  So, no, I did not include them just now.
(The warning text also says so:
Encountered vp.forfallsDato IS NULL ) OR ...)

 
 alex
 
 Monday, January 27, 2003, 12:48:06 PM, you wrote:
 
 JH Is anyone able to tell me what is wrong with the following ejbql
 JH expression (formatted for readability):
 
 JH ejb-ql![CDATA[
 JH  SELECT OBJECT(p) FROM Pant AS p, Verdipapir AS vp
 JH  WHERE ( p.tilstand = 1 OR p.tilstand = 3 ) AND
 JH( p.uttrekningsDato IS NOT NULL ) AND
 JH( p.isin = vp.isin ) AND
 JH( vp.tilstand = 1 OR vp.tilstand = 3 ) AND
 JH( ( vp.forfallsDato IS NULL ) OR vp.forfallsDato = ?1 )]]
 JH /ejb-ql
 
 JH It fails with the following:
 
 JH 11:41:44,830 WARN  [ServiceController] Problem starting service 
jboss.j2ee:service=EJB,jndiName=norgesbank/bank/sil/entiteter/verdipapir/VerdipapirLocal
 JH org.jboss.deployment.DeploymentException: Error compiling ejbql; - nested 
throwable: (org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered 
vp.forfallsDato IS NULL ) OR vp.forfallsDato =
 JH at line 1, column 211.
 JH Was expecting one of:
 JH ABS ...
 JH LENGTH ...
 JH LOCATE ...
 JH SQRT ...
 JH ( ...
 JH + ...

-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Problem Compile JBoss 3.2

2002-12-01 Thread Neal Sanche
Looks like you've got the wrong JAVA_HOME environment variable, or the 
javac in your path is possibly part of some other package. Make sure 
JAVA_HOME points to a Sun Java distribution (or Blackdown of course), 
and your PATH points to it as well. That will probably help you.

-Neal

On Sunday 01 December 2002 01:10 pm, Greg Turner wrote:
 I was able to compile jboss-3.2.0beta OK on Win2000.  But when I
 tried to compile same on Linux box I got this error. Setup is same
 on both machines, JAVA_HOME pointing to jdk1.3.1  On linux machine,
 I checked to verify that JavaCC.zip is where its suppose to be in
 thirdparty.  Any help would be appreciated.  Greg

 generate-parsers:
[jjtree] Warning:
 -OUTPUT_DIRECTORY:/usr/jboss_versions/jboss-3.2.0beta-src/server/ou
tput/parsers/org/jboss/ejb/plugins/cmp/ejbql not understood.
 Ignoring.
[jjtree] Exception in thread main
 java.lang.NoClassDefFoundError: COM.sun.labs.jjtree.Main
[jjtree]at 0x4028115f:
 java.lang.Throwable.Throwable(java.lang.String)
 (/usr/lib/libgcj.so.3) [jjtree]at 0x4027408e:
 java.lang.Error.Error(java.lang.String) (/usr/lib/libgcj.so.3)
[jjtree]at 0x40275b1a:
 java.lang.LinkageError.LinkageError(java.lang.String)
 (/usr/lib/libgcj.so.3) [jjtree]at 0x40276f76:
 java.lang.NoClassDefFoundError.NoClassDefFoundError(java.lang.Strin
g) (/usr/lib/libgcj.so.3)
[jjtree]at 0x402c60f9: gnu.gcj.runtime.FirstThread.run()
 (/usr/lib/libgcj.so.3)
[jjtree]at 0x40267fdc: _Jv_ThreadRun(java.lang.Thread)
 (/usr/lib/libgcj.so.3)
[jjtree]at 0x4023478c: _Jv_RunMain(java.lang.Class, byte
 const, int, byte const, boolean) (/usr/lib/libgcj.so.3)
[jjtree]at 0x08048900: __gcj_personality_v0
 (install.root=/usr/jboss_versions/jboss-3.2.0beta-src/thirdparty/su
n/javacc/lib) [jjtree]at 0x420158d4: __libc_start_main
 (install.root=/usr/jboss_versions/jboss-3.2.0beta-src/thirdparty/su
n/javacc/lib) [jjtree]at 0x080486c1: _Jv_RegisterClasses
 (install.root=/usr/jboss_versions/jboss-3.2.0beta-src/thirdparty/su
n/javacc/lib)

 BUILD FAILED
 file:/usr/jboss_versions/jboss-3.2.0beta-src/server/build.xml:386:
 JJTree failed.





 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] problem starting jboss-3.0.1

2002-08-10 Thread shankar

Hi,

Thanks. Thats solved.
I also have a problem getting the logging service up. This is the listing
from boot.log.
Do I have to make modifications to jboss-service.xml also?

Incomplete Deployment listing:
Packages waiting for a deployer:
  none
Incompletely deployed packages:
  none
MBeans waiting for classes:
  none
MBeans waiting for other MBeans:
[ObjectName: jboss.system:type=Log4jService,service=Logging
 state: FAILED
 I Depend On:
 Depends On Me: org.jboss.deployment.DeploymentException: No property editor
for attribute: ConfigurationURL; type=class java.net.URL]
 at
org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDeployer.ja
va:1081)
 at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:583)
 at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:565)
 at java.lang.reflect.Method.invoke(Native Method)
 at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispat
cher.java:284)
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
 at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:319)
 at org.jboss.system.server.ServerImpl.start(ServerImpl.java:216)
 at org.jboss.Main.boot(Main.java:142)
 at org.jboss.Main$1.run(Main.java:375)
 at java.lang.Thread.run(Thread.java:484)

Regards,
Shankar.


From: Stephen Davidson
Subject: Re: [JBoss-user] problem starting jboss-3.0.1
Date: Fri, 09 Aug 2002 04:38:36 -0700




Hi Shankar.

The following has been changed;
Was:
  depends
optional-attribute-name=JaasSecurityManagerServicejboss.security:name=Jaa
sSecurityManager/depends
Now:
  depends
optional-attribute-name=JaasSecurityManagerServicejboss.security:service=
JaasSecurityManager/depends




shankar wrote:

 Hi,
  I am trying to setup Jboss3.0.1. The following shows up in the boot.xml.
 Have added a oracle-service.xml in the default/deploy dir.
  This was working fine on Jboss3.0 (with Tomcat).
 Do I have anything else to the oracle-service.xml file?

 Thanks in advance,
 Shankar.

 Here is oracle-service.xml

 ?xml version=1.0 encoding=UTF-8?

 !--
 = --

 -
 -
 !--  JBoss Server
   --

 -
 -
 !--
 = --

 server

   !--
  --
   !-- ConnectionManager setup for Oracle
 --
   !-- Build jmx-api (build/build.sh all) and view for config
 documentation --
   !-- Thanks to Steven
 --
   !--
  --

   mbean
 code=org.jboss.resource.connectionmanager.LocalTxConnectionManager
 name=jboss.jca:service=LocalTxCM,name=OracleDS


 !-- Include a login module configuration named OracleDbRealm.
  Update your login-conf.xml, here is an example for a
  ConfiguredIdentityLoginModule:

 application-policy name = OracleDbRealm
authentication
   login-module code =
 org.jboss.resource.security.ConfiguredIdentityLoginModule flag =
 required
  module-option name =
principalyourprincipal/module-option
  module-option name = userNameyourusername/module-option
  module-option name = passwordyourpassword/module-option
  module-option name =

managedConnectionFactoryNamejboss.jca:service=LocalTxCM,name=OracleDS/mo
 dule-option
   /login-module
/authentication
 /application-policy

 NOTE: the application-policy name attribute must match
 SecurityDomainJndiName, and the
   module-option name = managedConnectionFactoryName
 must match the object name of the ConnectionManager you are
configuring
 here.
 --

 !--uncomment out this line if you are using the OracleDbRealm above
 attribute name=SecurityDomainJndiNameOracleDbRealm/attribute
 --

 depends optional-attribute-name=ManagedConnectionFactoryName
   !--embedded mbean--
   mbean code=org.jboss.resource.connectionmanager.RARDeployment
 name=jboss.jca:service=LocalTxDS,name=OracleDS

 attribute name=JndiNameOracleDS/attribute

 attribute name=ManagedConnectionFactoryProperties
   properties
 config-property name=ConnectionURL

type=java.lang.Stringjdbc:oracle:thin:@192.168.0.124:2000:ORCL/config-pr
 operty
 config-property name=DriverClass
 type=java.lang.Stringoracle.jdbc.driver.OracleDriver/config-property
 !--set these only if you want only default logins, not
through
 JAAS --
 config-property name=UserName
 type=java.lang.Stringoverseer2/config-property
 config-property name=Password
 type=java.lang.Stringoverseer/config-property
   /properties

 /attribute

 !--Below here are advanced properties --
 !--hack--
 depends

optional-attribute-name

Re: [JBoss-user] problem starting jboss-3.0.1

2002-08-09 Thread Stephen Davidson

Hi Shankar.

The following has been changed;
Was:
   depends 
optional-attribute-name=JaasSecurityManagerServicejboss.security:name=JaasSecurityManager/depends
Now:
   depends 
optional-attribute-name=JaasSecurityManagerServicejboss.security:service=JaasSecurityManager/depends




shankar wrote:

  Hi,
   I am trying to setup Jboss3.0.1. The following shows up in the boot.xml.
  Have added a oracle-service.xml in the default/deploy dir.
   This was working fine on Jboss3.0 (with Tomcat).
  Do I have anything else to the oracle-service.xml file?
 
  Thanks in advance,
  Shankar.
 
  Here is oracle-service.xml
 
  ?xml version=1.0 encoding=UTF-8?
 
  !--
  = --
  !--   -
  -
  !--  JBoss Server
--
  !--   -
  -
  !--
  = --
 
  server
 
!--
   --
!-- ConnectionManager setup for Oracle
  --
!-- Build jmx-api (build/build.sh all) and view for config
  documentation --
!-- Thanks to Steven
  --
!--
   --
 
mbean
  code=org.jboss.resource.connectionmanager.LocalTxConnectionManager
  name=jboss.jca:service=LocalTxCM,name=OracleDS
 
 
  !-- Include a login module configuration named OracleDbRealm.
   Update your login-conf.xml, here is an example for a
   ConfiguredIdentityLoginModule:
 
  application-policy name = OracleDbRealm
 authentication
login-module code =
  org.jboss.resource.security.ConfiguredIdentityLoginModule flag =
  required
   module-option name = principalyourprincipal/module-option
   module-option name = userNameyourusername/module-option
   module-option name = passwordyourpassword/module-option
   module-option name =
  managedConnectionFactoryNamejboss.jca:service=LocalTxCM,name=OracleDS/mo
  dule-option
/login-module
 /authentication
  /application-policy
 
  NOTE: the application-policy name attribute must match
  SecurityDomainJndiName, and the
module-option name = managedConnectionFactoryName
  must match the object name of the ConnectionManager you are configuring
  here.
  --
 
  !--uncomment out this line if you are using the OracleDbRealm above
  attribute name=SecurityDomainJndiNameOracleDbRealm/attribute
  --
 
  depends optional-attribute-name=ManagedConnectionFactoryName
!--embedded mbean--
mbean code=org.jboss.resource.connectionmanager.RARDeployment
  name=jboss.jca:service=LocalTxDS,name=OracleDS
 
  attribute name=JndiNameOracleDS/attribute
 
  attribute name=ManagedConnectionFactoryProperties
properties
  config-property name=ConnectionURL
  type=java.lang.Stringjdbc:oracle:thin:@192.168.0.124:2000:ORCL/config-pr
  operty
  config-property name=DriverClass
  type=java.lang.Stringoracle.jdbc.driver.OracleDriver/config-property
  !--set these only if you want only default logins, not through
  JAAS --
  config-property name=UserName
  type=java.lang.Stringoverseer2/config-property
  config-property name=Password
  type=java.lang.Stringoverseer/config-property
/properties
 
  /attribute
 
  !--Below here are advanced properties --
  !--hack--
  depends
  optional-attribute-name=OldRarDeploymentjboss.jca:service=RARDeployment,n
  ame=JBoss LocalTransaction JDBC Wrapper/depends
/mbean
  /depends
 
  depends optional-attribute-name=ManagedConnectionPool
!--embedded mbean--
mbean
  code=org.jboss.resource.connectionmanager.JBossManagedConnectionPool
  name=jboss.jca:service=LocalTxPool,name=OracleDS
 
  attribute name=MinSize0/attribute
  attribute name=MaxSize50/attribute
  attribute name=BlockingTimeoutMillis5000/attribute
  attribute name=IdleTimeoutMinutes15/attribute
  !--criteria indicates if Subject (from security domain) or app
  supplied
  parameters (such as from getConnection(user, pw)) are used to
  distinguish
  connections in the pool. Choices are
  ByContainerAndApplication (use both),
  ByContainer (use Subject),
  ByApplication (use app supplied params only),
  ByNothing (all connections are equivalent, usually if adapter
  supports
reauthentication)--
  attribute name=CriteriaByContainer/attribute
/mbean
 
  /depends
  depends
  optional-attribute-name=CachedConnectionManagerjboss.jca:service=CachedCo
  nnectionManager/depends
 
  depends
  

Re: [JBoss-user] problem starting jboss-3.0.1

2002-08-09 Thread Stephen Davidson

Hi Shankar.

The following has been changed;
Was:
  depends 
optional-attribute-name=JaasSecurityManagerServicejboss.security:name=JaasSecurityManager/depends
Now:
  depends 
optional-attribute-name=JaasSecurityManagerServicejboss.security:service=JaasSecurityManager/depends




shankar wrote:

 Hi,
  I am trying to setup Jboss3.0.1. The following shows up in the boot.xml.
 Have added a oracle-service.xml in the default/deploy dir.
  This was working fine on Jboss3.0 (with Tomcat).
 Do I have anything else to the oracle-service.xml file?
 
 Thanks in advance,
 Shankar.
 
 Here is oracle-service.xml
 
 ?xml version=1.0 encoding=UTF-8?
 
 !--
 = --
 !--   -
 -
 !--  JBoss Server
   --
 !--   -
 -
 !--
 = --
 
 server
 
   !--
  --
   !-- ConnectionManager setup for Oracle
 --
   !-- Build jmx-api (build/build.sh all) and view for config
 documentation --
   !-- Thanks to Steven
 --
   !--
  --
 
   mbean
 code=org.jboss.resource.connectionmanager.LocalTxConnectionManager
 name=jboss.jca:service=LocalTxCM,name=OracleDS
 
 
 !-- Include a login module configuration named OracleDbRealm.
  Update your login-conf.xml, here is an example for a
  ConfiguredIdentityLoginModule:
 
 application-policy name = OracleDbRealm
authentication
   login-module code =
 org.jboss.resource.security.ConfiguredIdentityLoginModule flag =
 required
  module-option name = principalyourprincipal/module-option
  module-option name = userNameyourusername/module-option
  module-option name = passwordyourpassword/module-option
  module-option name =
 managedConnectionFactoryNamejboss.jca:service=LocalTxCM,name=OracleDS/mo
 dule-option
   /login-module
/authentication
 /application-policy
 
 NOTE: the application-policy name attribute must match
 SecurityDomainJndiName, and the
   module-option name = managedConnectionFactoryName
 must match the object name of the ConnectionManager you are configuring
 here.
 --
 
 !--uncomment out this line if you are using the OracleDbRealm above
 attribute name=SecurityDomainJndiNameOracleDbRealm/attribute
 --
 
 depends optional-attribute-name=ManagedConnectionFactoryName
   !--embedded mbean--
   mbean code=org.jboss.resource.connectionmanager.RARDeployment
 name=jboss.jca:service=LocalTxDS,name=OracleDS
 
 attribute name=JndiNameOracleDS/attribute
 
 attribute name=ManagedConnectionFactoryProperties
   properties
 config-property name=ConnectionURL
 type=java.lang.Stringjdbc:oracle:thin:@192.168.0.124:2000:ORCL/config-pr
 operty
 config-property name=DriverClass
 type=java.lang.Stringoracle.jdbc.driver.OracleDriver/config-property
 !--set these only if you want only default logins, not through
 JAAS --
 config-property name=UserName
 type=java.lang.Stringoverseer2/config-property
 config-property name=Password
 type=java.lang.Stringoverseer/config-property
   /properties
 
 /attribute
 
 !--Below here are advanced properties --
 !--hack--
 depends
 optional-attribute-name=OldRarDeploymentjboss.jca:service=RARDeployment,n
 ame=JBoss LocalTransaction JDBC Wrapper/depends
   /mbean
 /depends
 
 depends optional-attribute-name=ManagedConnectionPool
   !--embedded mbean--
   mbean
 code=org.jboss.resource.connectionmanager.JBossManagedConnectionPool
 name=jboss.jca:service=LocalTxPool,name=OracleDS
 
 attribute name=MinSize0/attribute
 attribute name=MaxSize50/attribute
 attribute name=BlockingTimeoutMillis5000/attribute
 attribute name=IdleTimeoutMinutes15/attribute
 !--criteria indicates if Subject (from security domain) or app
 supplied
 parameters (such as from getConnection(user, pw)) are used to
 distinguish
 connections in the pool. Choices are
 ByContainerAndApplication (use both),
 ByContainer (use Subject),
 ByApplication (use app supplied params only),
 ByNothing (all connections are equivalent, usually if adapter
 supports
   reauthentication)--
 attribute name=CriteriaByContainer/attribute
   /mbean
 
 /depends
 depends
 optional-attribute-name=CachedConnectionManagerjboss.jca:service=CachedCo
 nnectionManager/depends
 
 depends
 optional-attribute-name=JaasSecurityManagerServicejboss.security:name=Jaa
 sSecurityManager/depends
 
 attribute
 

RE: [JBoss-user] Problem with JBOSS

2002-04-17 Thread JD Brennan
Title: RE: [JBoss-user] Problem with JBOSS





Attach gdb to the JBoss java process before you deploy (or run).
Then you should get a stack trace and maybe that will provide
a clue as to what's going wrong. It's probably a bad pointer in
a JNI call. ;-) If you can figure out which JNI .so file, then
we can dig into that.


JD


-Original Message-
From: jaime1 [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 17, 2002 1:29 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] Problem with JBOSS



People when i run my application tecedu.ear , after de 30 minutes i have the
following message


./run.sh : line 27 : 23759 Segmentation fault java $HOTSPOT
$JAXP -classpath $JBOSS_CLASSPATH org.jboss.Main $@


i use BMP for mi application and when deployment my application, i don't any
anormal message, anybody have an idea about what's my problem


Regards
Jaime




___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user





Re: [JBoss-user] Problem with JBOSS

2002-04-17 Thread jaime1
Title: RE: [JBoss-user] Problem with JBOSS



I don't sure but for run Jboss with gdb , the Jboss 
shoul be compile with the option for support the gdb, the version 

do you knwon if JBoss-2.4.4_Tomcat-3.2.3.zip 
have this option ?

regards
Jaime



  - Original Message - 
  From: 
  JD Brennan 
  To: 'jaime1' ; 
  [EMAIL PROTECTED] 
  
  Sent: Wednesday, April 17, 2002 4:12 
  PM
  Subject: RE: [JBoss-user] Problem with 
  JBOSS
  
  Attach gdb to the JBoss java process before you deploy (or 
  run). Then you should get a stack trace and maybe that 
  will provide a clue as to what's going wrong. 
  It's probably a bad pointer in a JNI call. ;-) 
  If you can figure out which JNI .so file, then we can 
  dig into that. 
  JD 
  -Original Message- From: 
  jaime1 [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, April 17, 2002 1:29 PM To: [EMAIL PROTECTED] 
  Subject: [JBoss-user] Problem with JBOSS 
  People when i run my application tecedu.ear , after de 30 
  minutes i have the following message 
  ./run.sh : line 27 : 23759 Segmentation fault java 
  $HOTSPOT $JAXP -classpath $JBOSS_CLASSPATH 
  org.jboss.Main $@ 
  i use BMP for mi application and when deployment my 
  application, i don't any anormal message, anybody have 
  an idea about what's my problem 
  Regards Jaime 
  ___ 
  JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user 
  


RE: [JBoss-user] Problem with JBOSS

2002-04-17 Thread JD Brennan
Title: RE: [JBoss-user] Problem with JBOSS



It's the Java runtime that could be compiled 
with debug support (not JBoss),
but that's not 
necessary. gdb can be used to debug a program that 
was
not compiled with debug info. You 
just get less information (no file name,
and line numbers). The stack trace should 
still tell you what .so file is
causing the 
problem.

JD

-Original Message-From: jaime1 
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, April 17, 2002 3:12 
PMTo: JD Brennan; [EMAIL PROTECTED]Subject: 
Re: [JBoss-user] Problem with JBOSS
I don't sure but for run Jboss with gdb , the Jboss 
shoul be compile with the option for support the gdb, the version 

do you knwon if JBoss-2.4.4_Tomcat-3.2.3.zip 
have this option ?

regards
Jaime



  - Original Message - 
  From: 
  JD Brennan 
  To: 'jaime1' ; 
  [EMAIL PROTECTED] 
  
  Sent: Wednesday, April 17, 2002 4:12 
  PM
  Subject: RE: [JBoss-user] Problem with 
  JBOSS
  
  Attach gdb to the JBoss java process before you deploy (or 
  run). Then you should get a stack trace and maybe that 
  will provide a clue as to what's going wrong. 
  It's probably a bad pointer in a JNI call. ;-) 
  If you can figure out which JNI .so file, then we can 
  dig into that. 
  JD 
  -Original Message- From: 
  jaime1 [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, April 17, 2002 1:29 PM To: [EMAIL PROTECTED] 
  Subject: [JBoss-user] Problem with JBOSS 
  People when i run my application tecedu.ear , after de 30 
  minutes i have the following message 
  ./run.sh : line 27 : 23759 Segmentation fault java 
  $HOTSPOT $JAXP -classpath $JBOSS_CLASSPATH 
  org.jboss.Main $@ 
  i use BMP for mi application and when deployment my 
  application, i don't any anormal message, anybody have 
  an idea about what's my problem 
  Regards Jaime 
  ___ 
  JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user 
  


Re: [JBoss-user] problem with jboss with catalina

2001-10-18 Thread Pasturel

Manu KY wrote:

 hello all,
 i installed jboss with catalina.
 but when the jsp and servelts in examples in catalina are invoked i 
 get a 404 error.
 please help

 thanks in advance,
 manu


 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com


 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user

It is normal.
You have to repackage the catalina examples as .war applications and 
deploy them in de jboss/deploy directory

-- 
---
Jean-Louis PASTURELmail  [EMAIL PROTECTED]  
Perso http://perso.wanadoo.fr/jean-louis.pasturel/
___




___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache SOAP 2.2

2001-07-16 Thread Saint-Martin Cecile

The class ce.ready2ware.authentication.AuthenticationService must be in
Tomcat classpath.

SAINT-MARTIN Cecile
[EMAIL PROTECTED]

 -Message d'origine-
 De : [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]De la part de Daryl
 Beattie
 Envoyé : vendredi 13 juillet 2001 17:31
 À : [EMAIL PROTECTED]
 Objet : [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache
 SOAP 2.2


 Hi everybody,

 Sorry to bug you all with this; it might very well be a soap-users
 question. But for some reason the soap-users list won't let me
 subscribe. :(
 I am getting the following error while trying to run a SOAP client
 with JBoss-2.4.0, Tomcat 3.2.2 and Apache SOAP 2.2. I am using
 Xerces 1.4.1,
 and I think I have the classpath set up correctly... but I can never be
 sure. I read in the Apache SOAP archives that the problem I'm having is
 probably due to a classpath issue, but I've fiddled with the classpath so
 much and nothing has worked. This is what I get when starting the
 server and
 then starting the client:

 C:\projects\CE3\ready2ware\buildjava -cp
 c:\projects\CE3\ready2ware\build\Authentication.jar;c:\xml\soap-2_
 2\lib\soap
 .jar;c:\xml\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\xerces-J_1.4.1.
 jar;c:\xml
 \JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\mail.jar;c:\xml\JBoss-2.4.
 0_Tomcat-3
 .2.2\jboss\lib\ext\activation.jar
 org.apache.soap.server.ServiceManagerClient
 http://localhost:8080/soap/servlet/rpcrouter deploy
 c:\projects\CE3\ready2ware\src\com\screamingmedia\ce\ready2ware\au
 thenticati
 on\DeploymentDescriptor.xml

 C:\projects\CE3\ready2ware\buildjava -cp
 c:\projects\CE3\ready2ware\build\Authentication.jar;c:\xml\soap-2_
 2\lib\soap
 .jar;c:\xml\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\xerces-J_1.4.1.
 jar;c:\xml
 \JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\mail.jar;c:\xml\JBoss-2.4.
 0_Tomcat-3
 .2.2\jboss\lib\ext\activation.jar
 com.screamingmedia.ce.ready2ware.authentication.GetAuthentication
 http://localhost:8080/soap/servlet/rpcrouter 3826 screamingmedia.com/
 Generated fault:
   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
   Fault String = Unable to resolve target object:
 ce.ready2ware.authentication.AuthenticationService
 done

 I would appreciate any input. Thanks. :)

 Sincerely,

 Daryl.

 Daryl Beattie
 Java Developer/Research and Development
 ScreamingMedia
 601 West 26 Street 13 Floor
 New York New York 10001
 T 212 691 7900 F 212 691 1483
 Direct 212 659 1895
 www.screamingmedia.com


 ScreamingMedia makes headlines

 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache SOAP 2.2

2001-07-16 Thread Claudia Pulgarin

I think your deployment descriptor describes the service as being on
ce.ready2ware.authentication.AuthenticationService when in fact the class is
in the package
com.screamingmedia.ce.ready2ware.authentication.AuthenticationService

cpp

-Original Message-
From: Saint-Martin Cecile [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 16, 2001 3:11 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and
Apache SOAP 2.2


The class ce.ready2ware.authentication.AuthenticationService must be in
Tomcat classpath.

SAINT-MARTIN Cecile
[EMAIL PROTECTED]

 -Message d'origine-
 De : [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]De la part de Daryl
 Beattie
 Envoyé : vendredi 13 juillet 2001 17:31
 À : [EMAIL PROTECTED]
 Objet : [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache
 SOAP 2.2


 Hi everybody,

 Sorry to bug you all with this; it might very well be a soap-users
 question. But for some reason the soap-users list won't let me
 subscribe. :(
 I am getting the following error while trying to run a SOAP client
 with JBoss-2.4.0, Tomcat 3.2.2 and Apache SOAP 2.2. I am using
 Xerces 1.4.1,
 and I think I have the classpath set up correctly... but I can never be
 sure. I read in the Apache SOAP archives that the problem I'm having is
 probably due to a classpath issue, but I've fiddled with the classpath so
 much and nothing has worked. This is what I get when starting the
 server and
 then starting the client:

 C:\projects\CE3\ready2ware\buildjava -cp
 c:\projects\CE3\ready2ware\build\Authentication.jar;c:\xml\soap-2_
 2\lib\soap
 .jar;c:\xml\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\xerces-J_1.4.1.
 jar;c:\xml
 \JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\mail.jar;c:\xml\JBoss-2.4.
 0_Tomcat-3
 .2.2\jboss\lib\ext\activation.jar
 org.apache.soap.server.ServiceManagerClient
 http://localhost:8080/soap/servlet/rpcrouter deploy
 c:\projects\CE3\ready2ware\src\com\screamingmedia\ce\ready2ware\au
 thenticati
 on\DeploymentDescriptor.xml

 C:\projects\CE3\ready2ware\buildjava -cp
 c:\projects\CE3\ready2ware\build\Authentication.jar;c:\xml\soap-2_
 2\lib\soap
 .jar;c:\xml\JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\xerces-J_1.4.1.
 jar;c:\xml
 \JBoss-2.4.0_Tomcat-3.2.2\jboss\lib\ext\mail.jar;c:\xml\JBoss-2.4.
 0_Tomcat-3
 .2.2\jboss\lib\ext\activation.jar
 com.screamingmedia.ce.ready2ware.authentication.GetAuthentication
 http://localhost:8080/soap/servlet/rpcrouter 3826 screamingmedia.com/
 Generated fault:
   Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
   Fault String = Unable to resolve target object:
 ce.ready2ware.authentication.AuthenticationService
 done

 I would appreciate any input. Thanks. :)

 Sincerely,

 Daryl.

 Daryl Beattie
 Java Developer/Research and Development
 ScreamingMedia
 601 West 26 Street 13 Floor
 New York New York 10001
 T 212 691 7900 F 212 691 1483
 Direct 212 659 1895
 www.screamingmedia.com


 ScreamingMedia makes headlines

 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Problem regarding JBoss-2.2.1

2001-06-06 Thread danch (Dan Christopherson)

As was indicated in a reply to your first email on this problem, you 
need to include the jar files in the client directory of your JBoss 
installation in the client's classpath.

Anurag Narayan wrote:

  
 
 Hi,
 
 I have successfully compiled and deployed jar file on Windows 
 NT.Also client file called InterestClient is sucessfully compiled but 
 after running the server when I run the  client it throws the exception.
 
  
 
*javax.naming.NoInitialContextException :Cannot instantiate 
 class:org.jnp.interfaces.NamingContextFactory [ Root exception is 
 java.lang.ClassNotFoundException :org.jnp.interfaces.NamingContextFactory ]*
 
  
 
 The strange thing is that this exception is thrown even when the server 
 is running or not.

The lack of the naming service client classes in your classpath is 
causing your client to not even try to communicate with the server.


Confidential e-mail for addressee only.  Access to this e-mail by anyone else is 
unauthorized.
If you have received this message in error, please notify the sender immediately by 
reply e-mail 
and destroy the original communication.



RE: [JBoss-user] Problem in JBoss

2001-06-05 Thread Allen Fogleson



I 
assume you are using a java client. You will have to include the client jars 
from JBoss to get this to work.

$jboss/client/*

Al

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of Anurag 
  NarayanSent: Wednesday, June 06, 2001 12:24 AMTo: 
  [EMAIL PROTECTED]Subject: [JBoss-user] Problem in 
  JBoss
  Hi,
   I have successfully compiled 
  and deployed jar file.Also client file called InterestClient is sucessfully 
  compiled but after running the server when I run the client it throws 
  the exception.
  
   
  javax.naming.NoInitialContextException :Cannot instantiate 
  class:org.jnp.interfaces.NamingContextFactory [ Root exception is 
  java.lang.ClassNotFoundException :org.jnp.interfaces.NamingContextFactory 
  ]
  
  The strange thing is that this exception is 
  thrown even when the server is running or not.Cananybody tell me the reason 
  for this and how to solve it.
  
  Regards
  Anurag 
Narayan


RE: [JBoss-user] Problem running JBoss 2.2.1

2001-05-20 Thread Pete Bennett

I'm no expert in the vagueries of Windows ;-) ... but that sounds very much
to me as if the state of your registry is inconsitent with the JDK that you
think you have installed and are running.

The error could also imply that you are trying to start jBoss with the JRE
instead of the full SDK.

I'd suggest you try starting jBoss with the full path to you java.exe rather
than relying on the path.

i.e.

hack the line %JAVA_HOME%\bin\java in run*.bat to c:\jdk1.3\bin\java.exe (or
whatever).

If that doesn't work I would double-check your PATH environment variable and
then uninstall and reinstall the JVM to make sure your registry entries are
correct.

Hope this helps,
Pete

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jim
Fritchman
Sent: 20 May 2001 20:22
To: [EMAIL PROTECTED]
Subject: [JBoss-user] Problem running JBoss 2.2.1


I'm trying to get JBoss running on my Win2000 machine.  I have the jdk in my
path like the instructions say, but when I run the batch file I get the
following error

Failed reading value of registry key
Software\Javasoft\Java Runtime Environment\CurrentVersion
Error: could not find java.dll
Error: could not find Java 2 Runtime Environment

I would greatly appreciate any help in this matter.

Regards,
Jim Fritchman


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Problem running JBoss 2.2.1

2001-05-20 Thread Faisal Abdallah

This happened to me many times (win98) whenever I install or uninstall a
program run by j2sdk!
try to go back to j2sdk...exe install it again
the run Jboss
hope this help!
Faisal
- Original Message -
From: Jim Fritchman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, May 20, 2001 8:21 PM
Subject: [JBoss-user] Problem running JBoss 2.2.1


 I'm trying to get JBoss running on my Win2000 machine.  I have the jdk in
my
 path like the instructions say, but when I run the batch file I get the
 following error

 Failed reading value of registry key
 Software\Javasoft\Java Runtime Environment\CurrentVersion
 Error: could not find java.dll
 Error: could not find Java 2 Runtime Environment

 I would greatly appreciate any help in this matter.

 Regards,
 Jim Fritchman


 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Problem running JBoss 2.2.1

2001-05-20 Thread Norman Rupp

Hey, guy.  You have a classpath issue.

What you need to do is right click on my computer, and go to properties.
Now, click Advanced / Environment variables.

Okay.  You need to make sure that the directory that your jdk is installed
is in a directory called JAVA_HOME

It looks like this:

JAVA_HOME d:\java\jdk1.3

That should fix that problem.  There are many more elegant ways to make this
stuff run smoothly.  If you have more trouble, let me know.




- Original Message -
From: Jim Fritchman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, May 20, 2001 2:21 PM
Subject: [JBoss-user] Problem running JBoss 2.2.1


 I'm trying to get JBoss running on my Win2000 machine.  I have the jdk in
my
 path like the instructions say, but when I run the batch file I get the
 following error

 Failed reading value of registry key
 Software\Javasoft\Java Runtime Environment\CurrentVersion
 Error: could not find java.dll
 Error: could not find Java 2 Runtime Environment

 I would greatly appreciate any help in this matter.

 Regards,
 Jim Fritchman


 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Problem building JBoss-modified Petstore

2001-05-15 Thread Ganasen Gounden

Hello

I have the same problem, if you solve it, please email me.

Regards
ganasen 

Gan Gounden
City of Cape Town
Ph (021) 400-2174
Fax (021) 425-1096
Cell 083-63-59-268
e-mail: [EMAIL PROTECTED]




**
Any unauthorized use and interception of this e-mail is illegal.
If this e-mail is not intended for you, you may not copy, 
distribute or disclose the contents to anyone.  This e-mail 
does not give rise to any binding legal obligations upon the
City of Cape Town unless the City of Cape Town subsequently
confirms the content in writing non-electronically.  This e-mail
may be confidential, legally privileged or otherwise protected
by law.  Unauthorised disclosure or copying of any or all of it
may be unlawful. If you receive this e-mail in error please notify
the sender and delete the message

**

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Problem building JBoss-modified Petstore

2001-05-01 Thread danch

These are in jbosssx-client.jar

Shriver, Ryan wrote:
 
 Hey all,
 I'm new JBoss and I'm trying to get the PetStore v1.1.1 to run in JBoss.
 I'm following the directions at:
 
 http://www.jboss.org/documentation/petstore-1.1.1-01.html
 
 but not having luck building the petstore application after I apply the
 JBoss patch. Ant can't seem to find these two classes that are imported in
 JBossSecurityAdapter:
 
 org.jboss.security.SecurityAssociation
 org.jboss.security.SimplePrincipal
 
 Looking around the petstore build.xml file (replaced by the patch), I see
 JBoss/lib/ext/jboss.jar and JBoss/bin/run.jar are added to the classpath,
 but neither .jar seems to contain these classes. Does anyone know where they
 reside?
 
 -ryan
 
 PS. Note to the authors of the petstore-1.1.1-01.html file. It appears the
 jboss.home property in build.xml needs to be changed to point to your JBoss
 root dir. There's no mention of this in the directions. Possibly someone can
 add it?
 
 PPS. Platform is Win NT 4.0, Sun JDK 1.3, JBoss 2.2.1 w/Tomcat 3.2.1
 
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-user
Confidential e-mail for addressee only.  Access to this e-mail by anyone else is 
unauthorized.
If you have received this message in error, please notify the sender immediately by 
reply e-mail 
and destroy the original communication.


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Problem starting jboss with tomcat

2001-04-05 Thread danch

Well, that's wierd. How did you start JBoss?

Johnson, Matt wrote:

 To all jboss-tomcat users out there,
 
  If this question has been asked previously, I apologized for asking it
 again.  I have gone through the archive and could not find any thing that
 shows this same error.  Any help would be much apperciated.  The environment
 that I have is as follow:
 
   JDK1.3
   jboss-tomcat2.1
   Win2K
 
 The problem is when I start jboss I get the following error and I can not
 figured out what is wrong or what I am doing wrong.  Here is the error:
 
 jboss.home = C:\jbosstomcat\jboss
 Using configuration "default"
 [Info] Java version: 1.3.0,Sun Microsystems Inc.
 [Info] Java VM: Java HotSpot(TM) Client VM 1.3.0-C,Sun Microsystems Inc.
 [Info] System: Windows 2000 5.0,x86
 [Shutdown] Shutdown hook added
 [Service Control] Registered with server
 [Configuration] Could not create MBean
 DefaultDomain:service=EmbeddedTomcat(org.jboss.tomcat.EmbeddedTomcatService)
 [Configuration] java.lang.NoClassDefFoundError:
 org/jboss/util/ServiceMBeanSupport
 [Configuration] at java.lang.ClassLoader.defineClass0(Native Method)


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user