[JBoss-user] [Advanced Documentation] - Can't build JMS example chapter 4 example 1, any help apprec

2004-06-26 Thread hillel
[examples-2.4.5]$ ant -Dchap=4 -Dex=1 run-example Buildfile: build.xml
 
validate:
 
fail_if_not_valid:
 
init:
 [echo] Using jboss.dist=/usr/local/jboss-3.2.3
 
compile:
[javac] Compiling 1 source file to 
/home/hillel/jbossdocs/JBossBook-2.4.6/examples-2.4.5/build/classes
 
run-example:
 
run-example1:
 [echo] 
classpath=/usr/local/jboss-3.2.3/client/jbossall-client.jar:/usr/local/jboss-3.2.3/client/jboss-j2ee.jar:/usr/local/jboss-3.2.3/client/jboss-jaas.jar:/usr/local/jboss-3.2.3/client/jbossmq-client.jar:/usr/local/jboss-3.2.3/client/jbosssx-client.jar:/usr/local/jboss-3.2.3/client/jboss-client.jar:/usr/local/jboss-3.2.3/client/jnp-client.jar:/usr/local/jboss-3.2.3/client/log4j.jar:/usr/local/jboss-3.2.3/client/concurrent.jar:/usr/local/jboss-3.2.3/client/jacorb.jar:/usr/local/jboss-3.2.3/server/default/lib/jboss.jar:/home/hillel/jbossdocs/JBossBook-2.4.6/examples-2.4.5/build/classes:/home/hillel/jbossdocs/JBossBook-2.4.6/examples-2.4.5/src/resources
 [java] Begin sendRecvAsync
 [java] Exception in thread "main" javax.naming.NoInitialContextException: Can't 
find property: java.naming.factory.initial
 [java]at 
javax.naming.spi.NamingManager.getInitialContext(java.util.Hashtable) 
(/lib/ssa/libgcj.so.4.0.0)
 [java]at javax.naming.InitialContext.getDefaultInitCtx() 
(/lib/ssa/libgcj.so.4.0.0)
 [java]at javax.naming.InitialContext.getURLOrDefaultInitCtx(java.lang.String) 
(/lib/ssa/libgcj.so.4.0.0)
 [java]at javax.naming.InitialContext.lookup(java.lang.String) 
(/lib/ssa/libgcj.so.4.0.0)
 [java]at org.jboss.chap4.ex1.SendRecvClient.setupPTP() (Unknown Source)
 [java]at org.jboss.chap4.ex1.SendRecvClient.sendRecvAsync(java.lang.String) 
(Unknown Source)
 [java]at org.jboss.chap4.ex1.SendRecvClient.main(java.lang.String[]) (Unknown 
Source)
 [java] Java Result: 1
 
BUILD SUCCESSFUL
Total time: 0 seconds

Any ideas what this error means?
Any help appreciated.

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: XPetstore EJBQL problem on Jboss 3.2.4&3.2.5, but works

2004-06-26 Thread mlange
I had the same problem with 3.2.4. Possibly related to a reserved keyword 'order' 
after which one of the entity beans is named. Just change the XDoclet tags to sth. 
different and it works.

-marek

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Using LDAP server as a datasource in Jboss

2004-06-26 Thread spiritualmechanic
I have some source code if you want it, but it's not fully tested. It was on our 
production system for a short time until we figured out it was leaking connections or 
something, and I haven't taken the time to debug it.

It's a JCA connector using Novell's Java library for LDAP.

It may be very close to working, or it may take a while. I'm honestly not sure. If I 
had to do it again, I'd just use the LDAP portion of JNDI.

Let me know if you want it.

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - ejbPostCreate and ejbSelect quick question

2004-06-26 Thread jbone
I am having a problem in a CMP bean whose ejbPostCreate calls one of its ejbSelect 
methods.

Looked through the EJB spec to find out whether it's legal to call an object's custom 
ejbSelect* function(s) from inside its ejbPostCreate - can't find it in there.  Does 
anyone know if this is OK?

I get a "TransactionRolledbackLocalException" which leads me to believe that a race is 
going on somewhere.

2004-06-26 14:02:32,165 ERROR [org.jboss.ejb.plugins.LogInterceptor] 
TransactionRolledbackLocalException in method: public abstract cmp.TestProperties 
cmp.Test.getProperties(), causedBy:
java.lang.NullPointerException
at org.jboss.ejb.plugins.cmp.jdbc.JDBCUtil$2.readResult(JDBCUtil.java:489)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCUtil$AbstractResultSetReader.get(JDBCUtil.java:402)
at 
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCAbstractCMPFieldBridge.loadArgumentResults(JDBCAbstractCMPFieldBridge.java:430)
at 
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCAbstractCMPFieldBridge.loadInstanceResults(JDBCAbstractCMPFieldBridge.java:379)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.execute(JDBCLoadEntityCommand.java:191)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.execute(JDBCLoadEntityCommand.java:72)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.loadEntity(JDBCStoreManager.java:620)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.loadEntity(JDBCStoreManager.java:602)
at 
org.jboss.ejb.plugins.CMPPersistenceManager.loadEntity(CMPPersistenceManager.java:355)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.loadEntity(CachedConnectionInterceptor.java:352)
at 
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invoke(EntitySynchronizationInterceptor.java:261)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
at 
org.jboss.ejb.plugins.EntityReentranceInterceptor.invoke(EntityReentranceInterceptor.java:118)
at 
org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstanceInterceptor.java:175)
at 
org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor.java:89)
at 
org.jboss.ejb.plugins.EntityCreationInterceptor.invoke(EntityCreationInterceptor.java:54)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:315)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:148)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:120)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.java:484)
at org.jboss.ejb.Container.invoke(Container.java:723)
at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:359)
at org.jboss.ejb.plugins.local.EntityProxy.invoke(EntityProxy.java:44)
at $Proxy241.getProperties(Unknown Source)
at cmp.TestBean.ejbPostCreate(TestBean.java:143)


Thanks

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Text is cut off at far right end

2004-06-26 Thread jae77
i believe julien fixed the "scrolling to the right" problem, but the rendering issue 
in IE still exists. anyone w/ html skills is more then welcome to submit patches. 

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: BB question

2004-06-26 Thread jae77
how did you go about setting up the correct permissions for the users? 

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] JBoss-net / Axis (Unable to find WEB-INF/server-config.wsdd ???)

2004-06-26 Thread Dasarath Weeratunge
Hi,

I'm using JBoss 3.2.4 However, I have replaced the
transaction manager code with the transaction manager
from the cvs. Its a custom build.

I had to replace the Axis jars used by JBoss since the
ws-addressing impl from Apache that I'm using would
not compile on the Axis jars that were being used by
the JBoss.net impl. Now the system works but I'm
getting this error message

Unable to find WEB-INF/server-config.wsdd each time I
start testing my code.

axis-config.xml is there but it doesn't seem to work.
Can I not replace the Axis jars used by JBoss.net impl
with a more latest set. At first I didn't rebuild
JBoss but afterwards I DID rebuild JBoss. Still the
error message continues to be there.

I'm noticing some funny behavior in axis during
message flows and I think that is because of this
configuration problem.

How can I recompile the JBoss code I have (3.2.4) with
a latest axis version?

Thanks

Dasarath




__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - BB question

2004-06-26 Thread lonicera
I gave edit/delete priviledges to users, 
But there is no button to edit or delete BB entries.

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Access to the requested resource has been denied - WHY??

2004-06-26 Thread genman

Sounds like a bug.  If you can create a coherent bug report, please file it on the 
Sourceforge web site.

Thanks.

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Text is cut off at far right end

2004-06-26 Thread lonicera
Did anyone solve completely this issue?

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Some general question about jboss

2004-06-26 Thread connecstasy
Hi,

I had been testing JBoss 3 years ago, when setting up a transport market platform with 
messagedriven beans. It worked well, however, what I was missing was :

Imagine the scenario of a network of JBoss instances running on different hosts 
interconnected by the internet:

a) I missed means to declare an EJB as distributed - meaning - running on this or that 
instance of the server, on this or that host, or having data deployed redundantly, 
defining degrees of redundance, defining propagation methods of updates to these 
objects, aso. - the whole distributed object handling which I - for now - only know 
from a product called corso - which is extremely expensive, was missing
b) resource control: I want to be able to specify which EJB is authorized to which 
resources, and to what amount. E.g: "all of the EJBs modeling workflow between 
transport service providers should get just about 50% of total cpu resources 
available, etc."
c) I want to define some extremely cpu-hungry EJBÃÂs as running distributedly, on 
different machines, at the same time : I do not mean distribution at the 
instance-grained level (meaning one instance here, one instance on the other server), 
I mean the possiibility not to cre about WHERE actually the ejb is consuming ejb 
ressources - but knowing that it is benefiting from the pool of all EJB servers who 
are registered to _share_ cpu resources for given instances of EJBÃÂs, which - for 
each instance - run distributedly.
d) distributed transaction handling.

Can I find these features in JBoss ?
If not - where can I find them ?
Are these features non-J2EE compliant ?

Cya,

conencstasy

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Access to the requested resource has been denied - WHY??

2004-06-26 Thread snavjot
hi,

i just made it work. Just replaced 


select role, role from CustomerLogin where custCode=?


WITH


select role, "Roles" from CustomerLogin where custCode=?



and it worked. I peeped into the jbossdx.jar code and found that "Roles" was hard 
coded there. WHY?

Navjot Singh


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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - XPetstore EJBQL problem on Jboss 3.2.4&3.2.5, but works on 3

2004-06-26 Thread mj123
Hi,

I tried to deploy xpetstore on JBoss 3.2.4 & 3.2.5, but during deployment i'm getting 
error shown bellow. This strange because it works ob Jboss 3.2.3!

org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement 'SELECT 
OBJECT(o) FROM Order AS o WHERE o.customer.userId = ?1'; - nested throwable: 
(org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered "Order" at line 1, column 
23.
Was expecting one of:
"IN" ...
 ...
)
at org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.(JDBCEJBQLQuery.java:52)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.createEJBQLQuery(JDBCCommandFactory.java:60)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.start(JDBCQueryManager.java:266)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.startStoreManager(JDBCStoreManager.java:498)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:396)
at 
org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java:147)
at org.jboss.ejb.EntityContainer.startService(EntityContainer.java:337)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Access to the requested resource has been denied - WHY??

2004-06-26 Thread snavjot
Hi,

I am using Jboss 3.2.3 + tomcat 4.1.29. I configured jboss for JAAS and modified my 
application to work with JAAS.

When i access AddToCart, Jboss challenges for LOGIN, i fill in username password. It 
throws the following error then.
It clearly shows that navis/navis is getting authenticated but something bad is 
happening later. may be something to do with roles. Can somebidy show some direction 
please???

TIA
Navjot Singh


Snippet from server.log - pls notice last few lines of this log.
===

[org.jboss.security.auth.spi.DatabaseServerLoginModule] initialize
[org.jboss.security.auth.spi.DatabaseServerLoginModule] DatabaseServerLoginModule, 
dsJndiName=java:/SmailDS
[org.jboss.security.auth.spi.DatabaseServerLoginModule] principalsQuery=select passwd 
from CustomerLogin where custCode=?
[org.jboss.security.auth.spi.DatabaseServerLoginModule] rolesQuery=select role, role 
from CustomerLogin where custCode=?
[org.jboss.security.auth.spi.DatabaseServerLoginModule] login
TRACE [org.jboss.resource.connectionmanager.TxConnectionManager] subject: null
TRACE [org.jboss.resource.connectionmanager.TxConnectionManager] getManagedConnection 
returning unassociated connection
TRACE [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] supplying 
ManagedConnection from pool: [EMAIL PROTECTED]
TRACE [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Getting 
connection from pool [InUse/Available/Max]: [1/1/20]
TRACE [org.jboss.resource.connectionmanager.CachedConnectionManager] registering 
connection from [EMAIL PROTECTED], connection : [EMAIL PROTECTED], key: null
TRACE [org.jboss.resource.connectionmanager.TxConnectionManager] connectionClosed 
called
TRACE [org.jboss.resource.connectionmanager.CachedConnectionManager] unregistering 
connection from [EMAIL PROTECTED], object: [EMAIL PROTECTED], key: null
TRACE [org.jboss.resource.connectionmanager.TxConnectionManager] unregisterConnection: 
0 handles left
TRACE [org.jboss.resource.connectionmanager.TxConnectionManager] delisting currenttx: 
null, ManagedConnection: [EMAIL PROTECTED]
TRACE [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] putting 
ManagedConnection back into pool
TRACE [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Returning 
connection to pool [InUse/Available/Max]: [0/1/20]
TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule] User 'navis' 
authenticated, loginOk=true
TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule] commit, loginOk=true
TRACE [org.jboss.resource.connectionmanager.TxConnectionManager] subject: null
TRACE [org.jboss.resource.connectionmanager.TxConnectionManager] getManagedConnection 
returning unassociated connection

[org.jboss.security.plugins.JaasSecurityManager.ShopexAuth] updateCache, 
subject=Subject:
Principal: navis
Principal: USER(members:USER)

[org.jboss.web.tomcat.security.JBossSecurityMgrRealm] User: navis is authenticated
[org.jboss.web.tomcat.security.JBossSecurityMgrRealm] End authenticate, principal=navis
[org.jboss.web.localhost.Engine] Authenticator[/shopex]: Authentication of 'navis' was 
successful
[org.jboss.web.localhost.Engine] Authenticator[/shopex]: Redirecting to original 
'/shopex/AddToCart.do?PROD_CODE=BM'
[org.jboss.web.localhost.Engine] Authenticator[/shopex]:  Failed authenticate() test
[org.jboss.web.localhost.Engine] StandardContext[/shopex]: Mapping 
contextPath='/shopex' with requestURI='/shopex/AddToCart.do' and 
relativeURI='/AddToCart.do'

web.xml
=



USER Restricted
Declarative USER restriction 
/AddToCart.do
GET




USER



no description
NONE




FORM
Default

/jsp/signin.jsp
/jsp/badlogin.jsp




A user allowed to buy items and place order
USER



jboss login-config.xml
==



java:/SmailDS
select passwd from CustomerLogin where 
custCode=?
select role, role from CustomerLogin where 
custCode=?




CustomerLogin
=
custCode | passwd | role
-
navis | navis | USER




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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Using LDAP server as a datasource in Jboss

2004-06-26 Thread vomus
Hi!
I have an OpenLDAP server that I would like to use as a datasource in Jboss. Searching 
here on Jboss forums and googling gave me a rather vague understanding on what the 
current status of this issue is. As far as I understand after reading everything I 
could find including Jboss documentation that I bought a yearly subscription of, 
having Jboss managed connection to a LDAP server can not be done now. But I have seen 
some notices that such projects exist.

Can anyone, plase, give me some explanation of what exactly the status of this subject 
is and may be some hints on what I can do now. At this point, I figure,  one can just 
do a statful session bean.

Thanks much in advance

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Integrate JBoss and Apache virtual hosts

2004-06-26 Thread pergesu
I've got Apache 2 running on my server, with a few different sites under virtual 
hosts.  I'd like to have a web application run only under one particular virtual host, 
integrated into Apache with mod_jk2.  Furthermore, I'd like the access logs for that 
web application to be added to the Apache access logs, so that my log analyzer tools 
show results from both Apache and Tomcat 5.0.  There doesn't seem to be much good 
documentation, so I don't really know how to go about doing this.  Also, is it better 
to use the ajp13 protocol, or jni?  Thanks for any help.

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET & SOAP] - Re: Missing org.jboss.net.ws4ee.server.EJBProxyFactoryImpl?

2004-06-26 Thread raju_mahore
i m facing same problem

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user