RE: [JBoss-user] Stateful session remove?

2001-10-10 Thread Robert Schulz
Same problem here - started as on 2.4.0. Does not happen all the time, seems to be some sort of synchronization issue between the LRUEnterpriseContextCachePolicy and the SessionPersistenceManager ... I could really figure out what's wrong (hard to debug, because it only happens sometimes) - I end

RE: [JBoss-user] Durable Subscribers

2001-10-10 Thread John Moore
Title: RE: [JBoss-user] jBoss + ANT + NetBeans   It seems like the better approach at this time is to move to 2.4.1.    The link is down to get to the source but did what made sense to get back the 2.4.1 in a similar configuration as my 2.2.2. Now when I attempt to connect my listener I firs

[JBoss-user] local interface accessibilty

2001-10-10 Thread Dmitri Colebatch
hey all, I'm going to ask what I think is a stupid question, just to confirm something. local interfaces in EJB2 are only accessable by beans/servlets in the _same application_ yes? As in, if I have two applications (app1.ear and app2.ear) deployed in the same instance of JBoss, is there are wa

[JBoss-user] Stateful session remove?

2001-10-10 Thread David You
I am using JBoss 2.4.1 with Tomcat in one JVM. I use a statefull session bean as a control point to all other beans. and store the remote session interface in SessionData. I have the finalize of the SessionData to call the remove of the stateful session bean. Here is the exception I got, any ide

[JBoss-user] build.bat

2001-10-10 Thread Alice Ad
 Can someone please send me build.bat (for JBoss 2.2.2 Windows NT) ? I downloaded it from jboss-all but somehow its giving me a lot of errors. Your help will be highly appreciated. Thanks much.  Do You Yahoo!? Make a great connection at Yahoo! Personals.

[JBoss-user] Durable Subscribers

2001-10-10 Thread John Moore
Title: RE: [JBoss-user] jBoss + ANT + NetBeans   We have a JMS Listener external to jboss and am getting an exception every time we attempt to connect to JBoss.  The exception is "That destination queue does not exists". We are using jboss 2.2.2 w/ tomcat 3.2.2.   The initial code was us

RE: [JBoss-user] jBoss + ANT + NetBeans

2001-10-10 Thread John Moore
Title: RE: [JBoss-user] jBoss + ANT + NetBeans  \usr\j2se\bin\java -Xint -Xdebug -Xnoagent %JAXP% -classpath "%JBOSS_CLASSPATH%" -Xrunjdwp:transport=dt_socket,server=y,address=12999,suspend=n org.jboss.Main %1 %2 %3 %4 %5 %6 %7 %8 %9 I have used the above to debug beans running within jboss o

[JBoss-user] jBoss + ANT + NetBeans

2001-10-10 Thread IvanLatysh
Someone have samples how run jBoss with my beans for debugging from NetBeans. I am using NetBeans 3.2 and latest jBoss. I have visited jBoss manual and NetBeans manual - but there are soo old information. Sincerely yours, Ivan Latysh. [EMAIL PROTECTED] http://ivan.yourmail.com

Re: [JBoss-user] Fine grained security & JBOSS

2001-10-10 Thread Scott M Stark
The example code relies on the JBoss specific SecurityProxyInterceptor to establish the JAAS context and the org.jboss.test.security.proxy.ProjRepositorySecurityProxy2 performs the permission checks using the AccessController and other logic. > The problem that I had was this: AccessController r

Re: [JBoss-user] Fine grained security & JBOSS

2001-10-10 Thread Michael Jara
I was working on a solution similar to this, using JAAS authorization with EJBs. After looking at your (Scott's) code, I didn't see any checks done with the AccessController. The problem that I had was this: AccessController relies on your subject being stored in a "thread" variable (i.e. stati

Re: [JBoss-user] integrating with MS Sql Server

2001-10-10 Thread David Jencks
Since blocking is true, most likely your connection parameters are wrong and it can't get a connection. check: driver is listed in JdbcProvider mbean you can connect from standalone program using exactly the driver, url, username, password in your conf. Note that use of the jdbc-odbc bridge is

[JBoss-user] LoginModule called multiple times after auth with 2 url-patterns

2001-10-10 Thread David Ward
Hi, all - found a weird security problem. My arch: - Red Hat 7.1, JDK 1.3.1, JBoss-2.4.3_Tomcat-3.2.3 - using a custom LoginModule we wrote My app: - .ear with one .war and a few ejb .jar's - web.xml has these blocks in it: ...snip... BLAH /BLAH/* ... MyApp

Re: [JBoss-user] Fine grained security & JBOSS

2001-10-10 Thread Scott M Stark
> I'm still unsure how one would implement security in respect of entity > "ownership". Assume I have an entity, e.g. an Appointment in a Schedule > and want to grant read and write permissions to certain roles or users. > How would I implement this logic. One solution that comes to my mind is > à

[JBoss-user] integrating with MS Sql Server

2001-10-10 Thread David Treves
Hi,   I am running JBoss 2.4.0 and I wish to integrate it with MS Sql Server. I went through the documentation, but it seems like I am missing something...   I added the relevant " to jboss.jcml and the definition of the Minerva connection pool, but when I test it and run the server it is st

[JBoss-user] jboss with jbuilder

2001-10-10 Thread Yahoo
Hi,   The integration of jboss with jbuilder 4 was good for me till I try my secured ejbs. The "secure stateless sessionbean" container configuration was moved from jboss.xml to standard-jboss.xml under conf/tomcat. When it is started from jbuilder 4, the following exception was thrown, sayin

[JBoss-user] Jboss security Messages

2001-10-10 Thread Gerry Duhig
When running secured applications under the combined JBoss-Tomcat, the console is full of messages of the form: John Doe is authorised John Doe is authenticated How do I get rid of these, or at least pass them off to a file. Gerry ___ JBos

[JBoss-user] jboss - castor class loading problem

2001-10-10 Thread Joost v.d. Wijgerd
Title: jboss - castor class loading problem Hi, I'm currently testing with jboss and castor to do the object-relational mapping, but I get the following exception: [Default] org.exolab.castor.mapping.MappingException: Could not find the class com.smarthaven.component.profiler.Profile [D

Re: [JBoss-user] JBoss Mysql Connection pooling

2001-10-10 Thread danch
A hang at that point means that either JBoss can't load the JDBC driver, or the JDBC driver can't connect to the database. Did you remember to put the driver jar into lib/ext? Are you sure you have the connection URL right (can you connect from a standalone app with that URL)? - Original Mess

AW: [JBoss-user] JBoss Mysql Connection pooling

2001-10-10 Thread Jan Heise
most often this is an issue connected to the user/password used. try to connect from the commandline via mysql and the user/passwd you want to use. and use the machine jboss is running on. perhaps you lack the needed permissions for remote connections to mysql. jan -- Jan Heise / Tel: +49-163-48

Re: [JBoss-user] Forum/list archive search

2001-10-10 Thread danch
The first issue has been a problem for months. If you go to the JBoss site and follow the archive link from there, you'll be led to a search that works. - Original Message - From: "Fred Loney" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 10, 2001 9:09 AM Subject: [

Re: [JBoss-user] ERROR : Nested Field does not have a get method

2001-10-10 Thread Fred Loney
The probable cause is that jboss can't map a CMP entity bean field to a JDBC type. Check that every entity bean field is of primitive type, has a get method and is included in the appropriate config files. If you intend to use a non-primitive field, then validate its config setting. I suspect tha

[JBoss-user] JBoss Mysql Connection pooling

2001-10-10 Thread Imran Bohoran
Hi all There's a problem in configuring the Connection pools in JBoss for MySQL. Initially this was working fine. we had to remove JBoss from one system where things were going smoothly . now I've installed JBoss again and am trying to configure my pool. the container simply hangs saying that it

Re: [JBoss-user] Fine grained security & JBOSS

2001-10-10 Thread Philipp Meier
On Tue, Oct 09, 2001 at 10:25:33PM -0700, Scott M Stark wrote: > Creating the a security proxy layer is the most flexible and maintains the > integrity of the business logic. Security is more a function of where the > business component is deployed rather than a function of the business > componen

[JBoss-user] Forum/list archive search

2001-10-10 Thread Fred Loney
1) Search of the sourceforge user list archive yields following message: Unable to read configuration file '/bigassraid/htdig//conf/10767.conf' Can the list administrator fix this? 2) The Jive user forum search is an OR match on any word in the target string. Is there a way to enable an AND s

Re: [JBoss-user] jboss-castor.jsp

2001-10-10 Thread Victor Hadianto
> http://www.jboss.org/jboss-castor.jsp, its still linked to from > http://www.jboss.org/jboss-third.jsp. well now even http://www.jboss.org/jboss-third.jsp is a dead link. victor ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforg

[JBoss-user] JSP custom taglib/security context problem

2001-10-10 Thread Achilleus Mantzios
Hi , i have made my own taglib in order to facilitate page layout with templates. I every page i have - header - sidebar - content - footer My taglib code that does the actual insertion has as follows: pageContext.include(); Now the problem. I access beans, which access EJBs, from the content

[JBoss-user] JSP custom taglib/security context problem

2001-10-10 Thread Achilleus Mantzios
Hi , i have made my own taglib in order to facilitate page layout with templates. I every page i have - header - sidebar - content - footer My taglib code that does the actual insertion has as follows: pageContext.include(); Now the problem. I access beans, which access EJBs, from the content

Re: [JBoss-user] sql query

2001-10-10 Thread David Jencks
no id grp cmod dmod 1 1 1 1 2 1 1 1 original query returns one row your query should return 2 rows I think he needs to give a specific example of what he wants (ie values, as above) to get an answer that relates to his problem. david jencks On 2001.10.10 03:25:35 -0400 Edward Q.

Re: [JBoss-user] sql query

2001-10-10 Thread Edward Q. Bridges
would this do it? select grp, cmod, dmod from table where grp in (select distinct grp from table) On Tue, 9 Oct 2001 19:17:43 -0400, David Jencks wrote: >unfortunately your question makes no sense. If the GRP value does not >determine the CMOD and DMOD values, which one of the rows with a g