RE: [JBoss-user] [Beginners Corner] - java.lang.NoClassDefFoundError. Please Help

2004-03-03 Thread Rod Macpherson
Exactly where in the ear file is the class and from where is it being accessed? I think I can pinpoint your problem but need more specifics. -Original Message- From: joseph2003 [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 6:04 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] [

[JBoss-user] [Beginners Corner] - java.lang.NoClassDefFoundError. Please Help

2004-03-03 Thread joseph2003
Hello, I am using JBoss 2.4.10(Tomcat 4.0.6) j2sdk 1.4, j2ee 1.3. When I deploy the application and try to access certain jsp pages i get java.lang.NoClassDefFoundError. But I find that the "NoDefFound" class is in the ear file in the right place. Where might be the possible problem?? Is ther

[JBoss-user] [Javassist user questions] - Re: Reflection on classes created with javassist

2004-03-03 Thread chiba
Can you show me the code representing what you want to do? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824101#3824101";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824101>Reply to the post

[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss 3.0.5 tries to insert null when create is called

2004-03-03 Thread rlopez
PS. Im running jboss 3.0.5 on linux 9 server, DB2 8.1 on win2000 server, jdk 1.4.2_03 http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824100#3824100";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824100>Reply to the post

[JBoss-user] [Persistence & CMP/JBoss] - jboss 3.0.5 tries to insert null when create is called

2004-03-03 Thread rlopez
I have an entity bean built with xdoclet, when I use the create() method to insert a row it throws the following exception 20:42:44,877 ERROR [ReportStore] Could not create entity COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2/NT] SQL0407N Assignment of a NULL value to a NOT NULL column "

[JBoss-user] [Beginners Corner] - Changes to database data from outside container... what happ

2004-03-03 Thread abrittis
If the underlying data in the database is changed outside the scope of the container (and the entity bean(s) associated with the data) - can the container deal with this occuring? How will the instance pool deal with this situation? I am currently working on an application framework where the d

[JBoss-user] [Messaging, JMS & JBossMQ] - JBOSS 3.2.3 with Linux Red hat 9 and java 1.4.2...

2004-03-03 Thread mhemling
I am noticing that under peak loads that the server begins throwing exceptions and my queue receivers keep losing their connections. My code tries to reconnect. After a while everthing freezes and there are Out of memory errors. The same exact code seems to work fine under jboss 3.2.1. Can s

[JBoss-user] [Security & JAAS/JBoss] - Re: LDAP Login Help

2004-03-03 Thread cbuckley
Thanks Scott, I got this particular problem solved by: Now I am going to work on turning this into a LoginModule, I am kind of stumped by how the CallbackHandler would get invoked bye a BASIC authentication. http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [Security & JAAS/JBoss] - Re: LDAP Login Help

2004-03-03 Thread cbuckley
"cbuckley" wrote : Thanks Scott, | | I got this particular problem solved by: | | | | | | | | Now I am going to work on turning this into a LoginModule, I am kind of stumped by how the CallbackHandler would get invoked by a BASIC authen

[JBoss-user] [Installation & Configuration] - Re: Native thread creation and Stack Overflow Exceptions: So

2004-03-03 Thread camel
1024K stack? Isn't that a bit large? I think the default stack size is around 64K or 96K, depending on your JVM version. I think that setting is the stack size per-thread (someone correct me if I'm wrong!). See the volano report http://www.volano.com/report/. Here's an excerpt: anonymous wr

[JBoss-user] [Security & JAAS/JBoss] - Re: Dynamically adding LoginModules

2004-03-03 Thread jae77
oh - that's even better :) when this method is used, does it completely override any entries that may already be in the login-conf.xml file in the "conf" directory, or does it just append it self to the list? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824091#3824091";>View the o

[JBoss-user] [Persistence & CMP/JBoss] - Re: ejbql finder bug?

2004-03-03 Thread mikea-xoba
i updated http://xoba.com/debug-2.zip to reflect the state of that project after its built, so that deployment descriptors created by xdoclet etc etc are all present now. this may be more convenient than depending on folks to build it for themselves. thanks in advance --- mike http://www.jboss.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message Service: ejb-jar.xml, jboss.xml, jboss-web.xml,

2004-03-03 Thread rbottoms
>Please enter the JBoss version 3.2Have you tried this? >import javax.naming.InitialContext; >import javax.mail.Session; > >Session s = (Session)new InitialContext().lookup("java:/Mail"); .3 Yes. My question was about what changes I need to make to the .xml files listed above to make it work

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Problems starting JBoss 3.2.3 with Oracle

2004-03-03 Thread sankas
We are trying to move from JBoss 3.2.1 to JBoss 3.2.3 mainly to use the scheduled message feature in 3.2.3. After modifying the necessaryt files and starting up the server get an exception which has couple of things in it primarily it is to do with XAConnectionFactory not bound problem. Your he

[JBoss-user] [Security & JAAS/JBoss] - Re: Non-EJB security

2004-03-03 Thread starksm
JMX has no meanignful security contract so your on your own and living outside of the spec. The admin/devl guide talks about using the XMBean impl of the ModelMBean to add security on top of a service. See the testsuite/src/resource/jmx/interceptors/secured-xbmean.xml descriptor for another exa

[JBoss-user] [Security & JAAS/JBoss] - Re: Dynamically adding LoginModules

2004-03-03 Thread starksm
Use the recently added 3.2 DynamicLoginConfig service: jboss-service.xml: | | | | META-INF/jaas-test-config.xml | | jboss.security:service=XMLLoginConfig | | | | | http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824083

[JBoss-user] [Security & JAAS/JBoss] - Re: Dynamically adding LoginModules

2004-03-03 Thread jae77
yes it is, i'm actually working on this myself right now. do you have the jboss documentation? chapter 8 talks all about this and there is even example code that you can use right away to get this up an running. basically, you create an mbean that will load the login-conf.xml file upon deploymen

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message Service: ejb-jar.xml, jboss.xml, jboss-web.xml,

2004-03-03 Thread genman
Please enter the JBoss version, what steps you took to tried to get it working, what works, what you expect, etc. Have you tried this? import javax.naming.InitialContext; import javax.mail.Session; Session s = (Session)new InitialContext().lookup("java:/Mail"); This isn't even remotely relat

[JBoss-user] [Installation & Configuration] - hot redeploy ear ClassCastException

2004-03-03 Thread pharaohh
Folks, I'm using JBoss 3.2.3 with integrated Tomcat. I've got an ear that contains everything it needs to operate (i.e. it doesn't depend on any external custom services, jars, ejbs, etc to work). Inside this ear is a war. This war contains a jar that it needs in its WEB-INF/lib directory (it

[JBoss-user] [Nukes User] - Current build of Polls Module

2004-03-03 Thread jgrafix
Hi all, I'm probably missing somethign obvious, but I have built and installed the Polls module. When I click on that module I go to a page where it says "create a new poll" and the rest is blank. There is nothing to click on to start the creation process. What am I missing? Thanks! http://www.

[JBoss-user] [Nukes User] - Re: installation oddities

2004-03-03 Thread xqidtm
Hi Howard, Thanks for posting the InstallUninstallUpgrade script. I downloaded today's cvs snapshot, and hoped it would work with your script straight out (I've been trying for the last few days to get nukes built and deployed on my system, but haven't had much luck yet). Alas, I got about hal

[JBoss-user] [Performance Tuning] - Re: Performance Woes

2004-03-03 Thread Bill Burke
One more thing, I've seen JBoss scle to much much more than 30 concurrent users on one box. Just look at www.jboss.org. It is running all on one dual-cpu 2.4 ghz box with over 421 concurrent users. MySql is the backend running on the same machine. GetThere.com is another site running on JBos

[JBoss-user] [Performance Tuning] - Re: Performance Woes

2004-03-03 Thread Bill Burke
Best optimizations without caching are here: http://jboss.org/jbossBlog/blog/bburke/?permalink=Optimizing+JBoss%3A+Experiences+with+SPECj2002.html SpecJ doesn't allow caching. Use JBoss 3.2.2 and higher. A lot of performance improvements went into 3.2.2 and 3.2.3 revolving around Local interfa

[JBoss-user] [Security & JAAS/JBoss] - Dynamically adding LoginModules

2004-03-03 Thread kashifnoorani
Hello! I am outlining the problem that I am facing below. Any help would be very much appreciated. There is an application that provides a few default login modules such as ldap, database etc. However, sub-applicatons (sars/wars) that plug into this application, can also provide their own logi

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-03 Thread nicklovejoy
Please forgive my frustration but I have seen many people (3-4 on this topic alone) who are having the problem of "jboss not starting from eclipse but starting fine from the command line" yet I have not seen one single answer. Obvously I am having the same problem and I'm completely at my wits e

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Can't redeploy my HAJMS queue

2004-03-03 Thread javajedi
A workaround I came up with for now is to split my HAJMS queue out into a separate deployment, and mangage its deployment/redeployment separately. But this workaround is far from ideal, espcially given the ridiculous unreliability of the deployment farm service. http://www.jboss.org/index.html

[JBoss-user] [Performance Tuning] - Re: Performance Woes

2004-03-03 Thread twutort
Hello, I'm having a lot of performance issues as well. Were any of you able to find good articles about these issues? The above links did not work for me. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824071#3824071";>View the original post http://www.jboss.org/index.html?module=

[JBoss-user] [Datasource Configuration] - Re: Sybase XADataSource

2004-03-03 Thread pilhuhn
Why don't you just provide a jndi-name instead of remving that element? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824070#3824070";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824070>Reply to the post ---

Re: [JBoss-user] [Security & JAAS/JBoss] - Re: redirect to favicon after login?

2004-03-03 Thread Adam Hardy
On 03/03/2004 04:24 PM erikdhansen wrote: I also tried two other browsers (Safari and Camino) and didn't see the problem (although Camino doesn't support favicons) -- so this happens with Mozilla Firefox. I would definitely have a look in Mozilla's bugzilla database to see if they've logged it as

[JBoss-user] [Messaging, JMS & JBossMQ] - Can't redeploy my HAJMS queue

2004-03-03 Thread javajedi
I have a HAJMS queue as part of my ear deployment. The deployment is farmed out to my cluster, and at startup, clients throughout the cluster connect to this queue. When I redeploy my ear, the deployment fails because some of the cluster nodes that haven't received the new deployment yet are s

[JBoss-user] [JBoss Getting Started Documentation] - Re: Deploy with JBoss3.2.3

2004-03-03 Thread wcrosman
copy your war/jar file to the default server deploy directory http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824068#3824068";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824068>Reply to the post -

[JBoss-user] [Security & JAAS/JBoss] - Re: getting Custom Principal in EJBContext.getCallerPrincipa

2004-03-03 Thread starksm
I added a test of getting the user principal from the web request and it did have a problem with returning the customer CallerPrincipal value. This has been fixed for the 3.2.4RC1 release. The code changed was in the org.jboss.web.tomcat.security.JBossSecurityMgrRealm class. http://www.jboss.o

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseServerLoginModule

2004-03-03 Thread alisson
Yes, I'm using Windows XP but there is not any application on port 1098 neither 1099. This problem occurs only when my application-policy is configured on jboss-web.xml. Which files should be configured if I want to protect just my servlets and JSP (I am not using EJB)? http://www.jboss.org/i

[JBoss-user] [Datasource Configuration] - Re: Sybase XADataSource

2004-03-03 Thread sgopinathan
This is great. I had been searching the entire net for someone who had tried using sybase xa connection. Anyway when I tried using this sybase-xa-service.xml by copying it to the deploy directory of jboss 3.2.1, it complained that attribute is not defined. When I removed the line , I got

[JBoss-user] [Installation & Configuration] - Can't shutdown

2004-03-03 Thread natcho-man
I have JBoss 3.2.1 installed as service (using JavaService.exe) on XP Pro & integrated with IIS. This works fine and I don't have any problems starting or stopping it using the services panel or net commands. I can start JBoss using run.bat & run.jar but I can't use the matching bat & jar files

[JBoss-user] [Security & JAAS/JBoss] - Non-EJB security

2004-03-03 Thread johnripley
All of the security examples I have seen for JBoss involve J2EE/EJB container based security. My use of JBoss is to make use of the MBean component model as opposed EJB component model as it offers more flexibility that I need. My question is how do I enforce secure access to components (mbean

[JBoss-user] [Security & JAAS/JBoss] - Re: getting Custom Principal in EJBContext.getCallerPrincipa

2004-03-03 Thread starksm
You don't appear to be setting the groups correctly. This fixed version works fine with my ejb testcase: | package org.jboss.test.security.ejb; | | import java.security.acl.Group; | import javax.security.auth.login.LoginException; | import org.jboss.security.auth.spi.UsernamePasswordL

[JBoss-user] [Nukes User] - Re: installation oddities

2004-03-03 Thread hxp
A trail of breadcrumbs for newcomers... The main Nukes wiki page: http://www.jboss.org/wiki/Wiki.jsp?page=NukesForJBoss ...links to... The Nukes help page: http://www.jboss.org/wiki/Wiki.jsp?page=Help ...links to... The Installation help page: http://www.jboss.org/wiki/Wiki.jsp?page=Instal

[JBoss-user] [Nukes User] - Re: news compilation

2004-03-03 Thread jae77
the news module currently isn't working w/ the new security changes b/c julien didn't go in and update it b/c i was working on refactoring that code. i'll go through and update the code tonight to compile and deploy w/ the latest security changes and then jump back to the other work i was doing

[JBoss-user] [Beginners Corner] - Re: Need to use SQL in app that is using CMP

2004-03-03 Thread davout
In the code example... DataSource ds = (DataSource)initial.lookup("Name-in-ds.xml"); ... do you mean "DefaultDS" for "Name-in-ds.xml"? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824053#3824053";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Security & JAAS/JBoss] - JAAS Howto

2004-03-03 Thread starksm
For an introduction to the use of JAAS in JBoss, see the following article: http://sourceforge.net/docman/display_doc.php?docid=18240&group_id=22866 You should read this if you are having security issues related to JAAS configurations. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824

[JBoss-user] [Persistence & CMP/JBoss] - Re: easiest way to encrypt a CMP field?

2004-03-03 Thread mandrews-flarion
on your point #6 --- you can avoid passwords by using a so-called 'one-time-password' scheme. in that case, the user usually calculates a one-time-password using a trusted portable computing device such as a 'hardware token'. then, if an attacker gets access to a particular one-time-password, i

[JBoss-user] JBossSX: proper way of authenticating with more than user/pass?

2004-03-03 Thread Bob Copeland
Hi, I've been reading the JBoss book a fair amount, and experimenting with custom login modules, but I'm stuck trying to figure out how to pass more than just a username and password to the server. Perhaps I am taking the wrong approach, so please feel free to tell me so. In our application, a

[JBoss-user] [Security & JAAS/JBoss] - Re: Serious login problem

2004-03-03 Thread learnJB
Thanks a lot! http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824051#3824051";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824051>Reply to the post --- SF.Net is sponsored by: Speed Sta

[JBoss-user] [Security & JAAS/JBoss] - Re: Serious login problem

2004-03-03 Thread starksm
anonymous wrote : The question is 'can' or really propagates?? Its depends on whether a thread pool is used and if the entry point resets the security associated based on the caller. anonymous wrote : But I couldn't find what the method set(null) from ThreadLocal really do?? There is no info i

[JBoss-user] [Datasource Configuration] - Re: How to configure more than one DataSource in Jboss3.2? T

2004-03-03 Thread darranl
Deploy two different *-ds.xml data source files. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824047#3824047";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824047>Reply to the post --

[JBoss-user] [Clustering/JBoss] - Re: Clustering on two different machine(Jboss 3.2.3)

2004-03-03 Thread bela
That's telnet localhost 1100, not telnet 1100 ! Bela http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824048#3824048";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824048>Reply to the post --

[JBoss-user] [Persistence & CMP/JBoss] - Why JBoss always updates Date column in version 3.2.3?

2004-03-03 Thread yong_jiao
I have a table which has 2 Date columns and I am using Oracle 8i and JBoss 3.2.3. My EJB is a V2.0 CMP entity, use require Tx, the sync-on-commit-only is true. The 2 columns already got updated even my method only selected data. I tried to use java.util.Date,java.sql.Date and java.sql.Timestamp o

[JBoss-user] [Nukes User] - news compilation

2004-03-03 Thread tomerbd
HI I tried to compile the news module and got these errors Executing d:\development\nukes\news\..\tools\bin\ant.bat -logger org.apache.too ls.ant.NoBannerLogger Buildfile: build.xml _buildmagic:init: Trying to override old definition of task property generate-classes: [ejbdoclet] Mar 3, 2004 6

[JBoss-user] [Security & JAAS/JBoss] - Re: Serious login problem

2004-03-03 Thread learnJB
Were you able to solve it ? I have the same problem I know the problem but do not know how to clear the info stored in the login module that it uses (..explicitly)... Could you elaborate... http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824043#3824043";>View the original post http:/

[JBoss-user] [EJB/JBoss] - Re: Jbuilder or Enclipse on Jboss?

2004-03-03 Thread raffaelecorvino
thanks http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824042#3824042";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824042>Reply to the post --- SF.Net is sponsored by: Speed Start Your

[JBoss-user] [Clustering/JBoss] - Re: How to use SingletonController (Clustering Doku Chapter

2004-03-03 Thread kaobe
Hi Ivelin, Until now the application is hosted by a standalone JBoss. In this instance I have a singleton that can read and write data that may only occur once in the server. Now I'm migrating the application to a JBoss cluster. So I wanted to let this clusterwide unique data be handled by the

[JBoss-user] [Nukes User] - Re: Avoiding Horizantal Scroll bar(1024X768)

2004-03-03 Thread g00se
anonymous wrote : g00se -- check out the work on "Templates" -- see... Thanks - ill do that. I also, being a newbie, need to check out the interface between JBoss and its related web app container. Any suggestions as to the best way to do that? http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Beginners Corner] - Re: Basic design question

2004-03-03 Thread hbaxmann
it is a common scenario to have a so called DMZ (definitive mindless zaphod) between the DBMS and the public enemies. The request from the world outside the Matrix will go through the first firewall and meet the HTTP Server, which will decide if this request will be forwarded to an dynamically

[JBoss-user] [Security & JAAS/JBoss] - Re: redirect to favicon after login?

2004-03-03 Thread erikdhansen
Some more information... After the initial login and getting the 404, if I logout and log back in, I am correctly redirected to the protected page. This appears to happen after the initial deployment only. I also tried two other browsers (Safari and Camino) and didn't see the problem (althoug

[JBoss-user] [Security & JAAS/JBoss] - Re: redirect to favicon after login?

2004-03-03 Thread erikdhansen
If it's not already obvious, I'm using OS X...as the server and client. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824036#3824036";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824036>Reply to the post ---

[JBoss-user] [The Lizzard's corner] - Re: Kilo Lines of Code

2004-03-03 Thread darranl
Why don't you contribute to JBoss or even the Apache Geronimo project instead of starting from scratch? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824034#3824034";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824034>Reply to the post

[JBoss-user] [EJB/JBoss] - bug when ejbStore calls finder

2004-03-03 Thread eprst
Hi all, There is a bug (probably) in new JBoss, briefly it doesn't expect that ejbStore will call finder method and doesn't protect list of entities changed in transaction from reentrant calls (see GlobalTXEntityMap.synchronizeEntities). Real example: ActionBean, BMP entity bean, ejbStore() metho

[JBoss-user] [EJB/JBoss] - ERROR [MainDeployer] could not create deployment:

2004-03-03 Thread Dillinger
Hello. I'm new to JBoss. I'm trying to make a connection to my mssql database. I have created a EJB and use the ant compiler to compile my source code. I get a Class Not Found Exception as you can see in the debug. The Classloader fails. I run W2K with j2ee1.4 and jdk1.4.2_3. Jboss version: 3.2

[JBoss-user] [Messaging, JMS & JBossMQ] - Do I have to close QueueSession

2004-03-03 Thread northwhite
>From Sun J2EE API, it's seemingly saying that you do not need to close a QueueSession >if you are closing a QueueConnection. Is this true in JBoss? Seems someone is saying I have to close those QueueSession before closing QueueConnection. BTW, I am investigating two issues related to JMS in JB

[JBoss-user] [Security & JAAS/JBoss] - Re: getting Custom Principal in EJBContext.getCallerPrincipa

2004-03-03 Thread Tang
I still doesn't work... Here is my code and all I did, this is only a test so my LoginModule is quite ridiculous... First my LoginModule: package securite; import public class TestLoginModule extends UsernamePasswordLoginModule { private TestPrincipal caller; public boolea

[JBoss-user] [Beginners Corner] - Basic design question

2004-03-03 Thread Lizak
So far I've just written internal .JSP apps. Now we are looking at a larger project allowing data access to our external customers. - Oracle database on internal network that supports the business. Want to allow authenticated users to query and update some data on this database. Few concur

[JBoss-user] [Management, JMX/JBoss] - Re: How to delay start of scheduled task??

2004-03-03 Thread OldBlue
Got it. Just had to add some "depends" tags for each of the five beans in the jar (w/in the ear) that these scheduled tasks depend on. Staggered the tasks by setting the initialStartDates to 0 and 15 respectively, with the schedulePeriod set to 30. (Each task runs at 5 minute intervals

[JBoss-user] [Persistence & CMP/JBoss] - JBoss-3.2.3 with TopLink-10.0.3

2004-03-03 Thread swedish-johan
Hi! I've read in these forums about people that seem to be running TopLink integrated with JBoss. Well I can't seem to get it to work. I'm trying to make a CMP Entitybean that uses TopLink. I've produced my mapping project and got the .xml-descriptors and packed my bean. What more do I have to

[JBoss-user] [Security & JAAS/JBoss] - Re: redirect to favicon after login?

2004-03-03 Thread erikdhansen
I'm using jboss-3.2.1/tomcat 4.1.24. I don't have an image tag for the favicon.ico. I wasn't planning on adding a favicon.ico (so didn't have the tag) and got the 404. To try and remedy that, I added a favicon.ico in / and then jboss/tomcat found the favicon.ico, but my browser loaded it as if

[JBoss-user] [Installation & Configuration] - ERROR: invalid console appender config detected, console str

2004-03-03 Thread Naresh
I've a web-app deployed in jboss default. My web-app uses a Log4j File Appender to write the log messages in a file. It does not use any console appender. However, when I start JBOSS, I get the following error: --- ERROR: invalid console appender config detected, console stream is loop

[JBoss-user] [Management, JMX/JBoss] - Re: Duplicate code deployment possibilities

2004-03-03 Thread jj730105
That's interesting. I will try. Thanks! http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824022#3824022";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824022>Reply to the post --- SF.Ne

[JBoss-user] [JBoss Getting Started Documentation] - working with jboss and jbuilderx

2004-03-03 Thread redrider
Hello, I am working with jbuilderx, jboss and mysql. I have the problem that I cannot raise the service within the IDE. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824021#3824021";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824021>Re

[JBoss-user] [EJB/JBoss] - container bug?

2004-03-03 Thread eprst
Hi all, I've encountered a problem with jboss 3.0.7, but according to CVS the same would be in latest release. I've got BMP entity bean, standard configuration. Two clients access the same bean instance without transaction context. I see the following in the log: client1: EntitySynchronizationIn

[JBoss-user] [Persistence & CMP/JBoss] - Re: ejbql finder bug?

2004-03-03 Thread mikea-xoba
hi there, i prepared a zip file which is a complete jboss ejb project with a client, intended to [eventually] exhibit the bug i described in previous posts. the zip file is available at http://xoba.com/debug-2.zip and basically just contains three entity beans and a single client class. a 'prop

[JBoss-user] [O'Reilly JBoss 3.0 Workbook] - Re: Workbook Exercise 7.1 and iSeries/AS400 datasource

2004-03-03 Thread ibruell
Could you send the descriptors, please http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824017#3824017";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824017>Reply to the post --- SF.Net i

[JBoss-user] [EJB/JBoss] - Re: Jbuilder or Enclipse on Jboss?

2004-03-03 Thread radl01
Hi, i tried both and JBuilder with XDoclet and Chocolate support is perfect for us. The visual wizard in JBuilder is so slow for pruduction work. Its is goog enought for Hello world examples but not for dozens of EJBs. Eclipse is fine as well but Both are very good and it is depend which i

[JBoss-user] [EJB/JBoss] - Re: ClassNotFound exception finding Home interface

2004-03-03 Thread zagarol
Thanks for the info. I have checked and the servlet which is calling the EJB does have access to all the correct classes so I am pretty sure this is not the case. In the enviroment I am using Tomcat is housed in a different place to the JBoss server so its quite a simple test to ensure that I h

[JBoss-user] [Beginners Corner] - Re: Additional Debugging information?

2004-03-03 Thread ShanePreater
Thanks for the info. I am pretty sure that JBoss should find my home class though as I have placed it into the correct jar and placed that jar in the deploy directory. This is exactly as I have done with all my previous EJB's and they work fine. Also we have a seperate development system for de

[JBoss-user] [Connectors and JCA/JBoss] - JCA or JMS?

2004-03-03 Thread Tsagovic
Hello guys, I have an EIS that I want to access, and it comes with a custom API. The custom API uses (I am not sure but I guess, since no real docs/source comes with it) threads to access the EIS using Corbra with callbacks. It has blocking functions, and that's Y I am guessing it is forking off

[JBoss-user] [Installation & Configuration] - Re: 3.0.7->3.2.3 (Jetty) and compilation stops working

2004-03-03 Thread chrissearle
Well - sort of a solution It appears that jboss+jetty does not like running under a symlink. I maintain /local/jbossnnn with two or three installs (3.0.6, 3.0.7, 3.2.3). And I then symlink /local/jboss to them. With 3.2.3 (and only 3.2.3) this causes a compilation error where it tries to create

[JBoss-user] [Messaging, JMS & JBossMQ] - JBoss MDB communicating with OracleAQ

2004-03-03 Thread leomad6
Hi All would be greatly helpful, if someone out here would gimme some good resource of a MDB in JBoss3.2.3 listening to a remote Queue in OracleAQ. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824009#3824009";>View the original post http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [Persistence & CMP/JBoss] - Re: CASCADE DELETE

2004-03-03 Thread dreyk
Thanks Loubyansky for u help.Sorry for my English:) http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824008#3824008";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824008>Reply to the post ---

[JBoss-user] [Installation & Configuration] - Re: 3.0.7->3.2.3 (Jetty) and compilation stops working

2004-03-03 Thread chrissearle
Follow up info If I set the / directory so that the jboss user has write access - then compilation is OK. So - it is trying to write to the / directory. However - this isn't something we can live with :-( Second - the jboss-3.2.3RC1-jetty-4.2.14 package does _not_ exhibit this problem! http://

[JBoss-user] [Security & JAAS/JBoss] - Re: how to get jboss-web.xml element value?

2004-03-03 Thread sunose
Scott: Thank you.you free me.:) now the JAAS login code no hardcode. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824006#3824006";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824006>Reply to the post -

[JBoss-user] [Clustering/JBoss] - Re: Apache 2.0 + JBoss 3.2.3 (Tomcat) Cluster

2004-03-03 Thread gsureshbabu
Hi I am g suresh babu. sub: is jboss clustering need support from another server. we have been trying to implement clustering with jboss application server only. we are facing some problems at implementation. After going through this jboss clustering forum faqs we think over about there w

[JBoss-user] [JBoss Getting Started Documentation] - Re: Getting Started on JBoss 3.2.x

2004-03-03 Thread sethsera
when would the printable version be available ? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824004#3824004";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824004>Reply to the post ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP:auto-pk-increment problem with PostgreSQL

2004-03-03 Thread sesques
Hi, You must use the @jboss.unknown-pk feature for auto-incremented primary keys: Remove the getter and setter methods for your primary key id. Remove the primkey-field in the @ejb.bean tag Declare the primary key class as object: * @ejb.pk class = "java.lang.Object" Declare the unknown-pk tag

[JBoss-user] [Nukes User] - Re: installation oddities

2004-03-03 Thread jae77
you should link this under the "help" section on the main nukes wiki page (http://www.jboss.org/wiki/Wiki.jsp?page=NukesForJBoss) http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824002#3824002";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBoss Getting Started Documentation] - Re: Help starting JBOSS 3.2.3

2004-03-03 Thread sethsera
oops sorry found my error :( just started reading the PDF file it says that you'll automatically get a HTTP 500 error since there isn't a default web application being deployed :) http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824001#3824001";>View the original post http://www.jbo

[JBoss-user] [Beginners Corner] - Re: Need to use SQL in app that is using CMP

2004-03-03 Thread milowe
Get your Connection from the DataSource and fire away your SQL the usual way. | Context initial = new InitialContext(); | DataSource ds = (DataSource)initial.lookup("Name-in-ds.xml"); | Connection con = ds.getConnection(); | http://www.jboss.org/index.html?module=bb&op=viewtopic&p=382400

[JBoss-user] [Installation & Configuration] - Native thread creation and Stack Overflow Exceptions: Soluti

2004-03-03 Thread clajoie
This details the solution for the following two types exception on a Linux system: java.lang.OutOfMemoryError: unable to create new native thread This exception is caused by one of two things. 1. The most common is that you reached the max number of user processes for the account that you're run

[JBoss-user] [Installation & Configuration] - 3.0.7->3.2.3 (Jetty) and compilation stops working

2004-03-03 Thread chrissearle
OK I had a long-running 3.0.7 install running OK (but running as root - debian linux). Have just upgraded to jboss-3.2.3_jetty-4.2.14 - a plain vanilla install - no changes - apart from running as an own jboss user. Currently using jdk1.4.2_03. Now - opening jmx-console gives: 2004-03-03 12:5

[JBoss-user] [Installation & Configuration] - Re: JBoss 3.2.2 abnormal termination

2004-03-03 Thread rafcio
We tryed with nohup, but we have the same problems. Sometimes ater call out admin environment, which is sending some SQL queries directly to the DB, our JBoss crashed without any error message. Regards, Rafal http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823997#3823997";>View the

[JBoss-user] [Messaging, JMS & JBossMQ] - Help!!

2004-03-03 Thread PureOOP
19:51:17,578 WARN [OILServerILService] Connection failure (1). java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:168) at java.io.BufferedInputStream.fill(BufferedInputStream.java:183) at java.io.BufferedInputStream.read(Buf

[JBoss-user] [JBoss Getting Started Documentation] - Re: Help starting JBOSS 3.2.3

2004-03-03 Thread sethsera
am also getting the same error can you guys help in guiding us ? thanks http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823995#3823995";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823995>Reply to the post --

[JBoss-user] [Persistence & CMP/JBoss] - multi column index?

2004-03-03 Thread mhaessig
Is it possible to configure jboss that it creates an index over multiple CMP fields? How? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823993#3823993";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823993>Reply to the post ---

[JBoss-user] [Beginners Corner] - Need to use SQL in app that is using CMP

2004-03-03 Thread davout
I'm building my first JBoss app... it uses a mix of session and CMP based entity beans. Until now CMP has been fine for handling entity level CRUD operations, but now I need to add a flexible query facility that EQL can't really handle (i.e. dynamic WHERE clause building at run time). I'm presu

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Interesting question: launched SFSB from MDB

2004-03-03 Thread juanma
Interesting forum: so many questions, never an answer... At least for me. It seems that if you ask for something more difficult than "How to make a HelloWorld bean" you don't have a chance to get your problems solved. This app server is great, isn't it? But it isn't as great as its documentation

[JBoss-user] [Security & JAAS/JBoss] - Re: custom loginmodule concurrent logins

2004-03-03 Thread neutro
Thank you for your very fast answer Scott! Is there any plan if /when it will be implemented? Thank you SVen http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823989#3823989";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823989>Reply to th

[JBoss-user] [Security & JAAS/JBoss] - Re: custom loginmodule concurrent logins

2004-03-03 Thread starksm
You currently cannot. See: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=45863 http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823987#3823987";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823987>Reply to the post ---

[JBoss-user] [Security & JAAS/JBoss] - Re: LDAP Login Help

2004-03-03 Thread starksm
You cannot set the java.security.auth.login.config system property to pickup a the JAAS config. You have to use the server/xxx/conf/login-config.xml version. See the JAAS howto: http://sourceforge.net/docman/display_doc.php?docid=18240&group_id=22866 http://www.jboss.org/index.html?module=bb

[JBoss-user] [Clustering/JBoss] - Re: Clustering on two different machine(Jboss 3.2.3)

2004-03-03 Thread gsureshbabu
hi slaboure thank you for your reply. i have tesed >telnet 1100 result is : Connecting To 1100... Could not open a connection to host on port 23 : Connect failed. I have been running my both jboss servers always with run -c all is there any modifications inform me ? Re

[JBoss-user] [Advanced Documentation] - Misprint in JBoss Administration and DevelopmentThird Editio

2004-03-03 Thread cluck
There's an error in this doc - the Point-to-Point MDB example ejb-jar on page 321 has the element included *after* . Not such a problem if you actually read the docs, but very frustrating if you cut and past the example and it doesn't work... http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Security & JAAS/JBoss] - Re: redirect to favicon after login?

2004-03-03 Thread starksm
Show the image tag for the favico.ico icon and indicate the jboss version. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823983#3823983";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823983>Reply to the post

  1   2   >