[JBoss-user] [HTTPD, Servlets & JSP] - Re: HTTPS and Virtual hosts/multiple host names

2004-07-26 Thread thl-mot
It's exactly like jleech described. A certificate is bound to the IP address - Port combination. Encryption is already used when the hostname is transferred to the server as part of the page-request. But how do I specify the ip address in the connector? View the original post : http://www.jb

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation calling ejb from war in JBoss 3.2.4

2004-07-26 Thread javierpaniza
Hi Alexey, I put in log4j.xml and the trace is the same, and ant the trace is the same too. The EntidadTabRemote extends javax.ejb.EJBObject. The JVM is a JRockit 1.4.2_04 from BEA. 32 bits for linux. Maybe a classloader problem? The same .war and .ear run fine

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation calling ejb from war in JBoss 3.2.4

2004-07-26 Thread loubyansky
If you enable DEBUG logging level for org.jboss.ejb.StatelessSessionContainer, can you see log.debug("Mapping "+m.getName()); for the create method? Does the EntidadTabRemote extend other interfaces that define create() method? What is the JVM version? View the original post : ht

[JBoss-user] registering MBeans

2004-07-26 Thread lakshmi.maddipati
Title: Message Hi all,   Can any one help me how to register MBeans in JBoss . I am a bit confused in Doman name  

[JBoss-user] [Installation & Configuration] - Re: Can I set 2 servlet mapping in web.xml?

2004-07-26 Thread psupawa
Do the servlet entries first, then the servlet-mapping entries. How to do that please? Here what I found in the dtd doc, don't know how to do. | >From my first posted, could you modify code for those 2 servlets to get it works >please? View the original post : http://www.jboss.org/index.h

[JBoss-user] [Nukes User] - Re: Quick way to upload multiple files...?

2004-07-26 Thread MilesParker
btw, as a follow on we could allow people to upload a zipped directory strucutre... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843325#3843325 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843325 -

[JBoss-user] [Nukes User] - Re: Quick way to upload multiple files...?

2004-07-26 Thread MilesParker
Yea, I can take an honest look...no promises due to the fact that my toast is not butterred on the J2EE side of things..a) provided that others think this would be useful, and b) someone answers my question in the other active thread. :-D Seriously, would be a good way for me to figure out how t

[JBoss-user] [JCA/JBoss] - Re: Oracle Datasource with OCI drivers

2004-07-26 Thread spiritualmechanic
Well, native stuff for Linux is going to include a .so or somesuch thing on the box. You'll need to add its directory to your PATH. Windows native uses a .dll, Linux native uses a .so. There's gotta be some docs on the Oracle site on how to do it right. View the original post : http://www.jbos

[JBoss-user] [Beginners Corner] - Dynamic class changes in running JBoss server

2004-07-26 Thread aburton
Hi all, I'm sure this would have come up before, so if anyone can just point me at a thread or FAQ on how it is done would be most appreciative. I am trying to find out how I get JBoss to load changed classes in a running instance of JBoss. Basically, I am using an exploded deployment for devel

[JBoss-user] [Clustering/JBoss] - Re: Do I understand this correctly?

2004-07-26 Thread elindauer
Apologies... that should of course be "add [clustered]true[/clustered] to my jboss.xml..." View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843320#3843320 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843320 -

[JBoss-user] [Clustering/JBoss] - Do I understand this correctly?

2004-07-26 Thread elindauer
Hi, I'm new to JBoss clustering but am excited about the possibilities. I've read some documentation but am still a bit confused. My understanding is that setting up a simple cluster involves two things: 1. copy /server/all/deploy/cluster-service.xml to /server/default/deploy 2. ad

[JBoss-user] [Nukes User] - Re: Quick way to upload multiple files...?

2004-07-26 Thread cooper
do you want to do it ? I can help you if you need. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843317#3843317 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843317 --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: HTTPS and Virtual hosts/multiple host names

2004-07-26 Thread jleech
I might be wrong, but this is the way it was explained to me -- It can't be done since the cert is tied to an ip / port, not a server name. And the cert is given back to the browser before the server has any idea what URL the browser is going to. What I think you could do (but I haven't tried

[JBoss-user] [Persistence & CMP/JBoss] - ejbSelect error during iteration

2004-07-26 Thread cbaes
Everytime I iterate through the list returned by my ejbSelectStudents I get an error, see below. I've been researching this for two days and can't find any referrence solutions. Does anyone know why this is happening? session remote code: public void getStudents(Integer courseCode)

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS topic interceptor

2004-07-26 Thread asanjay
Is there a way of intercepting messages on a specific topic instead of looking at all the messages and then doing the filtering? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843314#3843314 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [JCA/JBoss] - not in transaction message

2004-07-26 Thread miani
Hi, I have a particular jdbc driver that misbehaves when used in JBoss' connection pool - after a few hundred connections of this datasource JBoss will start throwing OutOfMemory Exceptions. This is a legacy database and until we can complete our port, I'm stuck with it. I guessed that the dri

[JBoss-user] [Nukes User] - Quick way to upload multiple files...?

2004-07-26 Thread MilesParker
Is there any way to suck-up an entire directory structure into nukes persistance? Seems like it would be an useful hack if not. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843312#3843312 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [JBoss.NET & SOAP] - Re: 4.0.0RC1: update for XDoclet module for WS4EE in J2EE 1.

2004-07-26 Thread tdiesler
No, not yet. Currently we have two conflicting ws implementations. JBoss.NET is not J2EE compatible, jboss-ws4ee does not yet have an XDoclet module. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843311#3843311 Reply to the post : http://www.jboss.org/index

[JBoss-user] [JBoss.NET & SOAP] - Re: load balancing web services

2004-07-26 Thread tdiesler
Yes, assuming you are contacting your service endpoints via HTTP, it is no different than load balancing requests to any other servlet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843309#3843309 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Installation & Configuration] - Re: jBoss 3.2.3 and Tomcat manager HELP!

2004-07-26 Thread rosomak
Hey! WALLA! After spending almost all Sunday night I've done it!! I've integrated full working tomcat manager from standalone serwer to Tomcad embedded in JBoss and I've added full warp support to tomcat in jboss because in 3.2.3 this is deprecated! Ofcource manager is secured by JBoos J

[JBoss-user] [Installation & Configuration] - Re: Configuring Apache Cocoon 2.0 with jboss 3.2.5

2004-07-26 Thread ewiltshi
I can help you for Cocoon 2.0.4. Do the following: 0) Create a directory called cocoon and copy cocoon.war there 1) Expand cocoon.war (jar -xf cocoon.war) 2) Remove cocoon.war 3) Replace the batik jar (WEB-INF/lib/batik*.jar) with a newer one (1.5.2) since this is corrupt. 4) Rejar (jar -cf cocoo

[JBoss-user] [Beginners Corner] - Re: Connection refused

2004-07-26 Thread mno
I was specifically using the IP to acess the system. What port should I access? 8083? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843307#3843307 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843307 ---

[JBoss-user] [Performance Tuning] - Re: better performance with optimize!??

2004-07-26 Thread schachi
not orders... others... One entity is accessed by primary key, the others by foreign key. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843306#3843306 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843306 --

[JBoss-user] [Nukes User] - Re: Another noob question re properties..

2004-07-26 Thread MilesParker
Anyone?? All I need to know how to do is change the text or message that gets inserted into the html templates. Last thing I need before launching the page! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843305#3843305 Reply to the post : http://www.jboss.

[JBoss-user] [Clustering/JBoss] - Failed to Replicate SessionId - Concurrency Problem

2004-07-26 Thread skondam
Session Level failover works fine for me as long as I don't have a large number of items in the session. Once the number of items in session reaches a certain size (I don't know the majic number) I get the following error. Can anyone give me any information on what might be happening and how t

[JBoss-user] [Nukes User] - Re: 1.1 RC2 or 1.0?

2004-07-26 Thread MilesParker
In my (limited) experience it will probably be easiest if you go off of recent CVS. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843302#3843302 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843302 -

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

2004-07-26 Thread bioinfowistar
Hello, I am trying to follow http://www.tusc.com.au/tutorial/html/chap1.html to configure Jboss, eclipse and lomboz. I am using Jboss3.2.5, eclipse3.0, and lomboz.3.zip on Fedora linux. Now I can run Jboss server from $JBOSS_HOME/bin/run.sh -c all command without problem. In Chapter 1: But whe

[JBoss-user] [Beginners Corner] - Re: OJB Persistence in JBoss

2004-07-26 Thread psv
I tried OJB with jboss. But i had the hot deployement issues .I guess urs is also same problem. Try with only OJB app and hot deploy it with new code. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843300#3843300 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [HTTPD, Servlets & JSP] - Re: class accessibility/visiibility from JBoss

2004-07-26 Thread cpaul_it
I think we were having some other config issue on the dev machine where we were having this problem. We just barely, on another dev machine, removed the Crystal jars from the WEB-INF/lib directory and put them in the JBOSS/[config-type]/lib directory, and we had no problems. View the original

[JBoss-user] [Beginners Corner] - Re: Connection refused

2004-07-26 Thread psv
Sometimes the localhost might not be tied up with your machine. So try using ur machine ip or machine name instead of localhost View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843298#3843298 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [Beginners Corner] - Cannot invoke the operation : the module threw an exception

2004-07-26 Thread bioinfowistar
Hello, I just post my question twice , but why I can not view/Preview my message, the error is :Cannot invoke the operation : the module threw an exception my message is long because I post some screen shot in it. Thank, View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [HTTPD, Servlets & JSP] - Re: class accessibility/visiibility from JBoss

2004-07-26 Thread cpaul_it
The last time we tried just putting them in the JBOSS/[config-type]/lib directory, we experienced class not found errors (from the .war). The J2EE side had complete visibility to these files. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843294#3843294 Rep

[JBoss-user] [HTTPD, Servlets & JSP] - Re: class accessibility/visiibility from JBoss

2004-07-26 Thread cpaul_it
BTW, we're using JBoss 3.2.3 bundled with Tomcat 4.1.29. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843295#3843295 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843295

[JBoss-user] [Beginners Corner] - Change location of the caches?

2004-07-26 Thread avestal
Is it possible to have jboss house its temporary files and cache files on a seperate JVM from the jboss server? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843292#3843292 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [HTTPD, Servlets & JSP] - Re: class accessibility/visiibility from JBoss

2004-07-26 Thread skondam
The answer is in you question itself. Copy the jar to [JBoss-install]/[config-type]/lib directory and deploy your web app as usual. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843291#3843291 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [HTTPD, Servlets & JSP] - class accessibility/visiibility from JBoss /lib

2004-07-26 Thread cpaul_it
I have searched for the answer to this problem, but I have not been successful in finding the answer (or even the same type of question). Is it possible to configure JBoss/Tomcat so that a given .war app will look for dependent classes from within the [JBoss-install]/[config-type]/lib directory

[JBoss-user] [Beginners Corner] - Hypersonic problems

2004-07-26 Thread ronanoc
I have been following the "Getting Started Guide" Chapter 4 - Installing Duke's Bank. I am getting an error message ... javax.ejb.EJBException: ejbFindByCustomerId Unable to connect to database. Could not dereference object at com.sun.ebank.ejb.account.AccountBean.ejbFindByCustomerId(U

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Error during Jboss startup

2004-07-26 Thread genman
Database configuration? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843284#3843284 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843284 --- This SF.Net email is

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Filtering messages (not in MDB)

2004-07-26 Thread doflynn
1) Create a JMS TopicConnecton 2) Create a JMS TopicSession 3) Register a message subscription via TopicSession.createSubscriber(topic, selector, local) **) note the use of the message selector 4) Receive messages using the TopicSubscriber.receive() Note: if you create a durable subscriber, remem

[JBoss-user] [EJB/JBoss] - Re: ejb-link in local references

2004-07-26 Thread albertok
Ok, I think that I found a solution. We may package all jar files into one EAR then it is possiblly to lookup locally in both ways. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843279#3843279 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Peformance Tuning for JBOSS 3.2.2

2004-07-26 Thread dmorris1238
We have a production environment in which there are several remote servers which will go online next week (10 servers). We are using JMS queues to store messages to be sent to the servers when they go 'online' for updates. One server for example has over 34,000 messages in it's queue ready to

[JBoss-user] [EJB/JBoss] - Re: refreshing entity beans

2004-07-26 Thread albertok
Option D is rather similar to option A except of bean instances are periodically synchronized at regular intervals, so let's use B or C. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843277#3843277 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [JBoss Getting Started Documentation] - Re: javax.servlet.jar missing in 3.2.5?

2004-07-26 Thread ir
Hi, Set your CLASSPATH (using the Control Panel-> System-> Advanced-> Environment Variables route) to include %JAVA_HOME%\lib and %JAVA_HOME\jre\lib. That should do it. Good luck, Sanjay View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843276#3843276 Reply to

[JBoss-user] [Performance Tuning] - better performance with optimize!??

2004-07-26 Thread schachi
I have a performance question. After reboot the machine, it takes about 300ms to read 12 entities (2 rows each entity) and transform the data into xml One entity is accessed by primary key, the orders by foreign key. when i reboot the machine and run the mysql optimize first, it takes only abou

[JBoss-user] [JBoss.NET & SOAP] - load balancing web services

2004-07-26 Thread tomerbd
Hi Can a clustered jboss configuration load balance calls to web services ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843274#3843274 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843274

[JBoss-user] [Persistence & CMP/JBoss] - Re: Try to insert null into a non-nullable column...

2004-07-26 Thread tiredofworkingfortheman
Can you post the name of the file and the XML you used to solve it. This problem is killing me. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843273#3843273 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843273 --

[JBoss-user] [JCA/JBoss] - Re: Oracle Datasource with OCI drivers

2004-07-26 Thread sreek
no I am not able to get OCI drviers working on linux box. Winxp box is working fine with ouy any issues. I think there is some extra configuration required on linux box. If any body using Oracle OCI drivers for datasource on linux (redhat 9.0), post the config details. Thanks View the origin

[JBoss-user] [EJB/JBoss] - Re: refreshing entity beans

2004-07-26 Thread ghoyle
Ok, I realise what you mean by commit levels now. I changed the commit level to option D in the standardjboss.xml file. However my enties are still not being refreshed, if I change the data outside of the the container. Please see example code, to see if you can see where I am going wrong. |

[JBoss-user] [Persistence & CMP/JBoss] - Re: newbie PK problem

2004-07-26 Thread tiredofworkingfortheman
I'm having the same problem. Nathan, can you post your jbosscmp-jdbc.xml file? I'm all over the board on this and seeing yours would help. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843269#3843269 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Clustering/JBoss] - Failed to replicate session

2004-07-26 Thread dometita
Need some help. Product is JBoss 3.2x. I'm trying to develop a web application using the Apache Struts framework. The JBoss installation came with another product and I did not set it up for clustering (nor do I want to). However, I'm getting the following errors whenever I hit any Struts Acti

[JBoss-user] [Persistence & CMP/JBoss] - Re: How to deal with AUTO INCREMENT type field?

2004-07-26 Thread tiredofworkingfortheman
Hi, I am having a problem with CMP and auto-generated keys. I have been routing around the Persistence & CMP/JBoss group here and am not able to come up a solution. I am using jboss 3.2.5 with hypersonic. I have setup the simplest entity bean possible. It has a single primary key that is au

[JBoss-user] [EJB/JBoss] - Re: cluster entity EJBs with invalidation

2004-07-26 Thread pedrosalazar
"mlange" wrote : The warning always appears if you add the clustered tag to ejb with local interfaces. If you change to remote interfaces it is gone | | -marek Does it means that if local interfaces exists the entity bean isn't clustered? Or that remote interfaces are required for clust

[JBoss-user] [Javassist user questions] - Re: Modifying jcomponent

2004-07-26 Thread gordon1986
Well, now I get errors: javassist.CannotCompileException: by java.lang.LinkageError: duplicate class definition: javax/swing/JLabel | at javassist.CtClass.toClass(CtClass.java:900) | at javassist.CtClass.toClass(CtClass.java:860) | at AASwing.main(AASwing.java:40) | Exception

[JBoss-user] [EJB/JBoss] - Re: cluster entity EJBs with invalidation

2004-07-26 Thread mlange
The warning always appears if you add the clustered tag to ejb with local interfaces. If you change to remote interfaces it is gone -marek View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843263#3843263 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [JCA/JBoss] - JBoss MySql Datasource issues

2004-07-26 Thread gramani
Hello, I have been running tests of our application for almost 8 weeks with different configurations of both JBoss(AS, CVSTag=JBoss_3_2_3 date=20031130) & MySql(DB 4.0.18). The application has a Inboud soap adapter, which then uses a series of tied up logic in EJB's (SFSB, MDB & Entity Bean's)

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Experiences with Apache/jk/JBoss + Linux

2004-07-26 Thread jardia
hi. You guys wanna update the wiki with your cpu info? Anybody else with working production configurations? Any advice on jk version to use? cheers View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843260#3843260 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Javassist user questions] - Re: Example CtBehavior#addCatch

2004-07-26 Thread brett_s_r
Have posted this re CtBehaviour#addCatch on a CtConstructor - http://sourceforge.net/tracker/?func=detail&aid=997458&group_id=22866&atid=376685 . Anyone else been able to apply addCatch to a constructor? Suggestions on what could be wrong with the instrumentation? Thanks View the original p

[JBoss-user] [Persistence & CMP/JBoss] - Re: NullPointerException in JDBCCMP1xFieldBridge under heavy

2004-07-26 Thread jdefelice
We're using the following configuration: LMNK Standard CMP 1.x EntityBean org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager org.jboss.ejb.plugins.lock.NoLock C We've played around with 3.2.4 a little, but we had some other clustering issues that held us bac

[JBoss-user] [Management, JMX/JBoss] - Re: Problem in installing castorJDO Mbean between jboss 3.2.

2004-07-26 Thread MmarcoM
hello, i am still stuck with problems in installing CastorJDO MBean on jboss.. i extended my tests and today i installed same MBean on following versions: - 3.2.2 - 3.2.3 - 3.2.5 - 4.0.0dr4 in all except 3.2.3 i got following exception: 13:38:51,828 INFO [NamingService] Started jnpPort=1099, r

[JBoss-user] [EJB/JBoss] - Re: No class def found

2004-07-26 Thread adibou
Hello, My error was that my classes didn't all respect the bean convention... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843255#3843255 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843255 --

[JBoss-user] [Persistence & CMP/JBoss] - EJB-QL not equals to

2004-07-26 Thread juniorcarl
Can anyone help identify the problem with the EJB-QL statement below? I'm using JBoss 3.2.5. SELECT OBJECT(s) FROM Service s WHERE s.price <> 0 org.jboss.deployment.DeploymentException: The content of elements must consist of well-formed character data or markup.; - nested throwable: (or

[JBoss-user] [EJB/JBoss] - Re: refreshing entity beans

2004-07-26 Thread ghoyle
I am not sure what you mean by this. The database can be changed using a web interface that does not go through my J2ee app I.e. direct database change. So how does the entity bean detect this? Or more importantly to me, how do I get my stateful session bean to ask the entity bean if the data has

[JBoss-user] MBean Registration Exception

2004-07-26 Thread lakshmi.maddipati
Title: Message Hi all,   I am getting the server instance through the RMI Adapter and tring to register the MBeans which is popping up with erros.   Can any one pls hep me out   RMIAdaptor server = (RMIAdaptor)ctx.lookup("jmx/rmi/RMIAdaptor"); jbMBeanServer = new RMIConnector

[JBoss-user] [Javassist user questions] - Re: Modifying jcomponent

2004-07-26 Thread chiba
This problem should have been fixed in CVS_HEAD. Please download the source files from CVS and try again. At least, I could run the following code without any problem: | ClassPool pool = ClassPool.getDefault(); | CtClass cc = pool.get("javax.swing.JComponent"); | CtMethod m = cc.getDeclared

[JBoss-user] [Javassist user questions] - Re: classloaders, loading classes dynamically

2004-07-26 Thread chiba
Hi, This weekend, I reimplemented CtClass#toClass() with using the trick you found at the ASM site. Since I fixed a small problem of the original code at the ASM site, it should probably work with Tomcat although you need a tip for using toClass() with JBoss. Could you try the new toClass() meth

[JBoss-user] [EJB/JBoss] - Re: refreshing entity beans

2004-07-26 Thread triathlon98
This should work as expected "out of the box". You just have to make sure you are using commit option B or C. Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843250#3843250 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Beginners Corner] - Jboss limitations ?

2004-07-26 Thread ashishabrol
i have to decide between using jboss or any other application server. can u plz. tell me what are the shortcomings or limitations of jboss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843249#3843249 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [EJB/JBoss] - cluster entity EJBs with invalidation

2004-07-26 Thread pedrosalazar
Greetings, When I deploy my Read-Only Entity Beans for invalidation target I must select the configuration "Standard CMP 2.x EntityBean with cache invalidation" from the jboss configurations, because is the only profile with invalidation. Since I would like to deploy them as cluster EJBs (jboss

[JBoss-user] [Security & JAAS/JBoss] - It's working!

2004-07-26 Thread rafcio
hi, after moving to JBoss 3.2.5 I switched to XDoclet and forgot add security-domain in the xdoclet call: Now it's working. Regards, Rafal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843246#3843246 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [EJB/JBoss] - Re: Scoped beans & Remote classloader issue

2004-07-26 Thread leathurman
Hi cruinne, I may have misunderstood your question, so if I have I apologise. Is it not just a case of treating the EJB call from the web tier as you would a normal EJB client i.e it just needs access to the Remote and Home classes, the implementation is not shipped. We current have a situatio

[JBoss-user] [Installation & Configuration] - Can I set 2 servlet mapping in web.xml?

2004-07-26 Thread psupawa
I would like to have 2 servlet mapping in web.xml file. Can I do that, how? | http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> | | | | ChartViewer | org.jfree.chart.servlet.ChartViewer | | | ChartViewer | /servlet/ChartViewer | | | Pi

[JBoss-user] [JCA/JBoss] - Unable to get the connection from pool and server hangup ...

2004-07-26 Thread kavuriprasad
Dear all, We are using mysql database on Linux. We are intermittently getting a problem that is 'Unable to get the connction from Pool'. Whenever the application trying to get a connection from pool the following message appearing and server hangup. The only thing is we have to restart the serv

[JBoss-user] [EJB/JBoss] - Dynamic query in ejb (cmp)

2004-07-26 Thread goodmood
Hello, What I'm trying to do is : 1) Create my query in my "action class" (String query = "SELECT * from t_myTable") // Ok 2) And then pass this query to the finder //Cannot figure out how to do that... I've tried this in my ejbe : | @ejb.finder | * signature = "Collection findDyna(ja

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with JAAS

2004-07-26 Thread rafcio
hi, I found that our problem is related to "client-login" definition in login-context.xml, which is currently set to: What will be defined in "client-login"? Best Regards, Rafal View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [Security & JAAS/JBoss] - Problem with JAAS

2004-07-26 Thread rafcio
Hi, we are now testing our application (development was started with JBoss 3.0.6) with JBoss 3.2.5. We are used JAAS. This is our configuration: login-config.xml: java:/MmcmsDS select password from principals where principal=?

[JBoss-user] [Security & JAAS/JBoss] - Using LDAPLoginModule

2004-07-26 Thread mr_masy
Hi, I'm trying to secure access to my web application using the LDAPLoginModule. Authorization works fine, but the user has no roles assigned. How do I have to configure The LDAPLoginModule for being able to retrieve the Roles from the following structure: -dc=sample,dc=com | |--ou=People

[JBoss-user] [Beginners Corner] - Re: a problem of Jena ontology model in JSP

2004-07-26 Thread Scharlau
Xi, you need to do two things: a) turn off the 'error.htm' setting in the web.xml file so that you get the full stack trace of what's going wrong when you load the page. You could also find out what's going wrong by looking at the log file. b) did you add the jena.jar to the WEB-INF/lib direc

[JBoss-user] [EJB/JBoss] - refreshing entity beans

2004-07-26 Thread ghoyle
I have a CMP application, where the database can be updated by clients other than the entity beans. What I need is a way for the container to know that the underlying database has changed and hence update the entiity beans and then inform a stateful session bean that this has happened. As my cli

[JBoss-user] [EJB/JBoss] - Session bean timeout problem

2004-07-26 Thread jain_anuj
Hi, Is there any way to prevent a passivated bean from being removed from the store after the max-bean-life period? Thanks, Anuj View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843232#3843232 Reply to the post : http://www.jboss.org/index.html?module=bb&o