Hi.
My environment:
JBoss 3.2.x, JVM 1.3.1_07, 1.4.1_01 and 1.4.1_02, Windows XP
I'm implementing a JCA resource adaptor for a legacy MS COM based
system.
I use IBM's bridge2java as Java-COM bridge.
In a first try, i did all in standalone Tomcat with servlets,
loaded bridge2java.dll by myself wi
Please, post to jboss-user.
Provide more info on mapping of entities and relationships, tables
in the database and exception.
Could you try your app in JBoss-3.2?
alex
Friday, April 04, 2003, 4:23:18 AM, you wrote:
BR> Hi,
BR> I have created an Entity EJB that maps to a table with a compound
Interesting, thanks. I suppose that I could take apart the source for whatever class
implements j_security_check and try to mimic that, since it demonstrably does the
trick. What class is that? The j_security_check mapping seems to happen "magically",
as I can't find any mention of it in the
Could you debug into the EJBProvider, please?
I will also have a look this afternoon (want to include MBeanProvider into
xdoclet support, anyway) ...
CGJ
-Ursprüngliche Nachricht-
Von: John Fawcett [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 3. April 2003 20:11
An: [EMAIL PROTECTE
hi,
On Thu, 2003-04-03 at 20:13, Frank Morton wrote:
> Using jboss 3.2.0RC2/jetty under MacOS X with JDK 1.4.1.
>
> I have a large form with 2095 items. When processing the form,
> it is only able to find 1819 items in the form request Enumeration.
> I don't know if it is a form size limit, eleme
No there is not as transparent transition from an unsecured context to a secured
context is not part of the servlet specs due to the fact that integration with security
infrastructures is not part of the specs.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
Sourceforge CVS was very slow last night, so I did not get much done.
I don't know about a solution, but I will try and diagnose it.
At the moment, it looks like there is a problem if the child bean's
getters are marked read-only, even if the parent bean's are not.
Anyway, hopefully (if the sou
Authentication and authorization are not atomic operations so if you
flush the cache after authentication there can be requests that have
been orphaned with respect to the credentials picked up during
authentication. When a cache entry expires in between authentication
and authorization such a prob
Thanks Igor.
-Original Message-
From: Igor Fedorenko [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 03, 2003 2:55 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] DefaultDS Lookup Failure
Remove extra /env/ from , i.e your res-ref-name should be
jdbc/DefaultDS.
-Original Messa
OK, let me rephrase the question in a different way, and at a higher
level; perhaps I'm just solving my problem the wrong way. We would like
to offer a seamless path for guest users to enter our application
without ever seeing an explicit login, if they come via a particular
unprotected servlet.
That is not going to work as your going outside of the standard mechanisms
for propagating security to the web container. You have to integrate deeply
with the web container using a custom valve for example in tomcat.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
x
Rod,
Please remove extra /env/ from , i.e your res-ref-name should be
jdbc/DefaultDS.
Cheers,
Igor.
-Original Message-
From: Rod Macpherson [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 03, 2003 5:38 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] DefaultDS Lookup Failure
Testing the
Remove extra /env/ from , i.e your res-ref-name should be
jdbc/DefaultDS.
-Original Message-
From: Rod Macpherson [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 03, 2003 5:38 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] DefaultDS Lookup Failure
Testing the osworkflow sample and getti
Using jboss-3.0.6_tomcat-4.1.18 on Solaris 9, Sun JDK 1.4.1_01, web+ejb+db app,
all using J2EE declarative security.
There are times in our application where we have to use the MBeanServer to call
flushAuthenticationCache("ourdomain") on the JaasSecurityManagerService. We are
looking forward to 3
Title: Message
Testing the
osworkflow sample and getting this error:
14:30:19,425 FATAL
[BaseJDBCProvider] Could not look up DataSource using JNDI location:
java:comp/env/jdbc/DefaultDS
...
Added the following
to jboss-web.xml for the sample war file and redeployed but still
fails:
Title: ordhack
**Àb«È±Ð¾Ç»P¬ÛÃö¤u¨ã¤j¥þ**
¥úºÐ¤º®e¤À¥|³¡¥÷¡G
1.HACK2002
<ºô
> From: Scott M Stark [mailto:[EMAIL PROTECTED]
>
> You need to specify the security domain name in the war
WEB-INF/jboss-web.xml descriptor.
>
>
>java:/jaas/xyz
>
But what if I want both form-based and programmatic logins, with both
sharing use of a database authenticator? I have a "user
MarshalledObject does try to honor the class loader but there is some
bad caching behvior triggered by its use of Class.forName(String, boolean, ClassLoader)
that binds the load to the first class loader or something like that. Its been
a while since I looked at as we had given up on using it.
xxx
Its used by the cmp2 layer for generation of the abstract bean implementation
wrappers. As long as your version works its safe to replace the shipped bcel.jar.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From
On Thursday, April 3, 2003, at 02:42 PM, Anders Engström wrote:
On Thu, Apr 03, 2003 at 10:52:38AM -0800, Scott M Stark wrote:
In the meantime - what use does bcel.jar serve in jboss, and is it safe
to remove it from the server's classpath (or replace it with cglib from
hibernate) in a J2EE serve
There is also a problem is they are trying to use
java.rmi.MarshalledObject to store serialized objects, because
java.rmi.MarshalledObject does not respect classloaders.
-dain
On Thursday, April 3, 2003, at 12:52 PM, Scott M Stark wrote:
It look like a problem with hibernate using Class.forNam
On Thu, Apr 03, 2003 at 12:38:51PM -0700, Rod Cope wrote:
> Anders,
>
> I had almost exactly the same problem with the latest Hibernate2 beta 4 and
> JBoss 3.2RC4. I also came up with exactly the same workaround independently
> - replacing bcel.jar with cglib.jar.
>
> As Scott says, it may be so
On Thu, Apr 03, 2003 at 10:52:38AM -0800, Scott M Stark wrote:
> It look like a problem with hibernate using Class.forName rather than
> the Thread.currentThread().getContextClassLoader(). Class.forName
> forces the class in question to be visible vis that class loader of the
> calling class or one
Title: Mail id: xdculgnlhhdinljiummpimdqlypfgqfgthbhnoswxyfomqwidjaoxdfmeurml
Türkiye'nin
En Büyük Seks ArþiviEn Kaliteli Porno
Siteye Ulaþýn!Porno Film cd'lerinin bulunduðu tek
site!Bu Sitede Neler
Var?Gencecik LolitalarJapo
Anders,
I had almost exactly the same problem with the latest Hibernate2 beta 4 and
JBoss 3.2RC4. I also came up with exactly the same workaround independently
- replacing bcel.jar with cglib.jar.
As Scott says, it may be something Gavin can change relative to avoiding
Class.forName(). Until th
Netboot doesn't do this, no. The cache (in tmp) is transient and won't
survive a restart.
IIRC there is a deployment cache service that might do what you are
looking for - I haven't looked at it. If it worked then it might work
around the JSP issues as well, so if you have time to check it out I'l
On Thursday 03 April 2003 3:32 am, Brian McSweeney wrote:
> method1 - do some processing, send a message to a MDB
> method2 - delete entity A
>
> both methods are transaction required.
>
> the MDB does some processing using entity A.
>
> The problem is that the facade methods can be called at
> an
The startup script uses an environment variable to grab JVM options:
JAVA_OPTS. Without it you have 64 of the 1000 available.
JAVA_OPTS = -Xmx256M -Xms256M
That'll give you a minimum and maximum of 256 megs. I like to set min =
max so that it allocates the max right up front.
-Original
A stacktrace would be helpfull
"Sternagel Annegret
(MPI/ADB)" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
03-04-2003 18:04
Please respond to
[EMAIL PROTECTED]
To
[EMAIL PROTECTED]
cc
Subject
[JBoss-user] java.lang.NoSuchMethodError
in JaasSecurityManager
Hello,
I have no plan to backport the changes, as it depends on a bunch of
other changes only in 4.0. I don't think it would be to hard to
backport (4-8 hours), but I'm still not satisfied with the
implementation and plan on making more optimizations. Most
importantly, this is all new code (complete
It look like a problem with hibernate using Class.forName rather than
the Thread.currentThread().getContextClassLoader(). Class.forName
forces the class in question to be visible vis that class loader of the
calling class or one of its parents. This is too restrictive for a framework
in an arbitrar
Hi Alex.
Thanks for the info.
In case anyone else runs into a problem like this:
I have created a view which selects from the mapping and data tables, to
create a more natural mapping (parent oid to child oid).
My now uses this view. The CM relationship works fine.
I'm slightly concerned abou
Using jboss 3.2.0RC2/jetty under MacOS X with JDK 1.4.1.
I have a large form with 2095 items. When processing the form,
it is only able to find 1819 items in the form request Enumeration.
I don't know if it is a form size limit, element count limit, or
something else. Everything I have tried ends
Hi,
I am using jboss3.2RC5. I moved the axis libraries, and got the same
wsdl. In addition, I moved the ibm-wsdl4j library, which also had no
effect on the wsdl.
Changing the libraries required minor changes to AxisService,
AttributeSerializer, and ObjectNameSerializer -- should I submit a
patch?
Upgrade to a decent version, this is about one year old!
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Sanjeev Singal
> Sent: jeudi, 3. avril 2003 19:57
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] Out of Memory Error
>
>
> Hey All,
>
> I
Matt and Julien,
Thank you very much for your help.
Sanjeev
Matt Johnson wrote:
> Sanjeev,
>
> To use Julien's instructions, you will also need to upgrade to the
> latest JBoss 3.0.x (currently 3.0.6), as this uses a webapp at the
> "jmx-console" context to handle this. The jmx console on port
David
Check the package statement at the top of
your ActivityBean class to make sure it’s correct. We saw something just the other day like this
and that was the problem.
Regards
Eric Kaplan
-Original Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Be
Hey All,
I have an application running on jboss-3.0.0. During the stress testing
of this application after a while (approx. 2 hours) we start seeing
outOfMemoryError messages. Then jboss stops responding. Then we have to
restart the jboss but same error appears during our stress testing
again.
M
Hi.
We're having some trouble using Hibernate2 (beta2) on JBoss 3.2RC4.
I've discussed the problem on the Hibernate discussion forum
(sourceforge) and managed to find a work-around... sort-of :)
Below is the initial post (the entire thread can be found at
http://sourceforge.net/forum/forum.php?
Hello,
I changed the jboss version from 2.4.3 to 2.4.10 using jdk 1.3.
The JAAS configuration worked well in jboss 2.4.3.
In jboss 2.4.10 I get a NoSuchMethodError during create of the SessionBean.
Any idea ?
Thanks
Annegret
[17:46:36,718,IadSB] TRANSACTION ROLLBACK EXCEPTION:
javax.transaction
What is the name of the test case and are you working on a solution?
-dain
On Thursday, April 3, 2003, at 04:22 AM, Stephen Coy wrote:
I'll add the testcase to Branch_3_0 as well.
We've never experienced this problem, but have only operated under
3.0.2, 3.0.4 and 3.0.6.
Our application (over)
I think the message is remove the read-only tags and you will not get
the errors.
-dain
On Thursday, April 3, 2003, at 03:03 AM, Andrew May wrote:
My test case fails on 3.0.3 so it's not just a problem with 3.2.0. So
for us that means we can't go live with either :( - unless we can find
a sui
[EMAIL PROTECTED] wrote:
Hi!
I have searched the net, but could find no information, so I post my
question here.
How do I do a logout from a Struts Action?
I am using JaasSecurityManager of JBoss, with BASIC authentication for the
war, running in TomCat (btw.: digest auth seems to be broken).
Log
You need to use a transaction for the access. We can not assume that
data read in one transaction is valid in another transaction.
-dain
On Thursday, April 3, 2003, at 08:39 AM, Simone Milani wrote:
I am using read-ahead:
on-find
50
It keeps saying no preload dat
Hi Tibor,
On Thursday 03 April 2003 09:53 am, [EMAIL PROTECTED] wrote:
> How do I do a logout from a Struts Action?
> I am using JaasSecurityManager of JBoss, with BASIC authentication
> for the war, running in TomCat (btw.: digest auth seems to be
> broken). Login works fine, however, I am not ge
In trying to deploy multiple ears that uses shared ejb-jars in the same
instance of JBoss, I'm using scoped deployment of ears and modifying the
global JNDI name of the session beans:
app1.ear (scoped)
shared-ejb.jar (JNDI name ejb/Foo -> ejb/Foo/app1)
non-shared-ejb.jar, etc.
As far as I know you can't logout with BASIC auth since the browser
keeps sending the authentication info. Use Form based auth. Or if you
want to be really slick, have xdoclet create your web.xml for you and
create a build time variable which will specify which authentication
method to use.
This
Which 3.2 are you talking about?
I think that the difference between both branches is indeed Axis1.1 Beta
(3.2) against
Axis 1.1 RC1 (head) ... Our EJBProvider source should be equivalent by now.
So it could be only the emitter setting the wrong servicename (to jndiName,
as it seems).
Can you p
Hi!
I have searched the net, but could find no information, so I post my
question here.
How do I do a logout from a Struts Action?
I am using JaasSecurityManager of JBoss, with BASIC authentication for the
war, running in TomCat (btw.: digest auth seems to be broken).
Login works fine, however, I
I am using read-ahead:
on-find
50
It keeps saying no preload data found while actually before has loaded the
data.
2003-04-03 15:28:44,293 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.MDSDbax] Executing
SQL: SELECT MD_KEY,MD_BUSINESS_AREA, MD_CLASS, MD_
Thank you for the reply.
It makes sense that the authentication
results are cached so avoid unnecessary trips to the database or LDAP but
I would think that I was playing around with that cache, since the data
would otherwise be cached in two places - in the JaasSecurityManager and
in that "other
Thursday, April 03, 2003, 3:35:05 PM, you wrote:
SM> Hi,
SM> Is it possible to preload all the entities returned from a finder?
Yes, with read-ahead.
SM> I have a finder method that returns many rows (around 100) and the read-ahead
strategy does not help at all.
Does not help or does no
Yep, I also noticed that AvailableConnectionCoubnt was
always zero, even when I am using connections.
What's with that ?
//Nicholas
--- nick <[EMAIL PROTECTED]> wrote:
> Nicholas wrote:
> From memory there are two: AvailableConnections and
> MaxConnections (or
> something like that).
> I noti
Hi,
Is it possible to preload all
the entities returned from a finder? I have a finder method that returns
many rows (around 100) and the read-ahead strategy does not help at all.
Also I am using Optimistic locking with 3.2.0 so there is no global entity
cache.
Thanks
Simone
Hi there,
someone has a success story to use sap db with jboss?
Any hints or negative experience?
I searching for a good open source database.
thanks
Stefan
---
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $
That's not the part I know the best, but I think that it is because positive
authentication results are cached. You can clear the whole cache pretty
easily (MBean bethod) but only the forthcoming 3.0.7 will allow you to
invalide a single entry.
Cheers,
Sacha
-Original Message---
Hi,
Thanks but it does not work for me. The readme file in tomcat41 refer
to the catalina module, I find it really confusing!
Thanks
Simone
- Original Message -
From: "Alex Loubyansky" <[EMAIL PROTECTED]>
To: "Simone Milani" <[EMAIL PROTECTED]>
Sent: Thursday, April 03, 2003 6:21 AM
Thanks Horia,
you didn't quite understand. I'll try to be clearer.
Say the facade has two methods
method1 - do some processing, send a message to a MDB
method2 - delete entity A
both methods are transaction required.
the MDB does some processing using entity A.
The problem is that the facade
I'll add the testcase to Branch_3_0 as well.
We've never experienced this problem, but have only operated under
3.0.2, 3.0.4 and 3.0.6.
Our application (over)uses lots of CMR and we use those read-only tags
everywhere too.
Steve Coy
On Thursday, April 3, 2003, at 07:03 PM, Andrew May wrote:
Hi all...
I am running the JBoss 2.4.4 / Tomcat
3.2.3 bundle on Windows 2000 / Linux.
I am having a need to change the roles
of a particular user at runtime to simulate logging the user in as a different
user (as the linux command su if you will). The problem I'm having is that
the new user iden
Nope.
If I understand corectly, u have a facade that deletes entity A and
sends a message to a MDB that it trying to work with entity A, but this
fails cause u just deleted it. This is normal because the only thing
that is under the same TX initiated by the facade is the deletion of
entity A a
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co -r
Branch_3_2 jboss-3.2
/L
torsdagen den 3 april 2003 kl 06.29 skrev Sasidharan, Manoj:
Hello All,
What is the commend to checkout the latest src for JBoss 3.2?
Is it: cvs -z3
-d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss
co
jboss-head
Th
My test case fails on 3.0.3 so it's not just a problem with 3.2.0. So for us that means we
can't go live with either :( - unless we can find a suitable workaround.
Andrew
Stephen Coy wrote:
At the moment, we have a regression failure from 3.0.x to 3.2.0,
because it "works" fine there. I say it
Hi,
We've run into a problem which is one of those things where you say to
yourself, "This can't be a bug, because then everyone would be seeing it,
but they aren't, so it must be something wrong with what we are doing. Aggg!"
There have been similar (but not identical) problems discussed on th
Hi,
We are currently using JBuilder, in combination with the JBoss-OpenTool, to build our
J2EE apps. The wizards and visual aids make development very easy and fast, but
unfortunately JBuilder is a rather expensive sollution.
Therefore, I was evaluating Eclipse and the JBoss-IDE plugins, but
Hi Jeremy!
Not looked at this to much but since your on... does this handle some
kind of local caching, meaning that if the next time I start JBoss and
there is for some reason no contact with the WebDAV server - will JBoss
boot from the local cache instead? If not, is it planned to do? We have
Hello All,
What is the commend to checkout the latest src for JBoss 3.2?
Is it: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss
co
jboss-head
Thanks for your time.
MS
---
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting
67 matches
Mail list logo