[JBoss-user] [JCA/JBoss] - Re: ClassNotFoundException when deploying embedded RAR with

2005-10-13 Thread ronnc
I've found that log4j, commons-logging and various javax.xml.parsers.*, org.w3c.*, javax.naming.* cause problems. So if you have any of these in your ear then you should remove them. Given that JBoss uses many popular opensource libraries, there might be more confict that I don't encounter. I

[JBoss-user] [Clustering/JBoss] - High Load with stateful EJB and HTTP-Session replication

2005-10-13 Thread hkaiser
Hallo JBoss gurus, I'm here in a team, there we are currently designing a application with a high load (about 5 concurrent users) In short: - we need some few HTTP-Session states per user, but it must be failsafe (failover) - we need the J2EE security, therefore I think additionally at

[JBoss-user] [JBoss Portal] - forward jsp

2005-10-13 Thread poyge394
Hi I try to do a forward from one portelt to one jsp, i get this exception: java.lang.IllegalStateException: No content type defined Portlet: | private String jspDir = /jsp/; | public void doView(RenderRequest req, RenderResponse res) | throws IOException, PortletException { |

[JBoss-user] [Installation, Configuration Deployment] - Oracle type-mapping problem in JBoss 4

2005-10-13 Thread doonam
Hey all, I had a Oracle 9i type-mapping in JBoss 3.2.3 as follows: java-typejava.lang.Object/java-type jdbc-typeLONGVARBINARY/jdbc-type sql-typeLONG RAW/sql-type But this doesnt seem to work with JBoss 4. Anyone know why this could be? Ive been trying several alternatives but havent found a

[JBoss-user] [JBoss Portal] - Re: Calling Servlets through Portlet doView(...)

2005-10-13 Thread poyge394
from the jsr-168: Servlets and JSPs included from portlets should not use the servlet RequestDispatcherforward method as its behavior may be non-deterministic. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900796#3900796 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - JBoss Application Server with Derby Database fails to connec

2005-10-13 Thread umeshh
Derby Database/tables are created at installation time.JBoss provides a plugin to Derby DB with a DataSource like derby-ds.xml.when JBoss comes up with the following warning 08:08:25,816 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connection: null

[JBoss-user] [JNDI/Naming/Network] - Re: Problem with JNDI security - please help

2005-10-13 Thread alexserbul
Thank you very much! Really, by default jboss deployed my EJBs in global context. So to hide them in local JBoss server I need explicitly deploy them to java:. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900800#3900800 Reply to the post :

[JBoss-user] [JBoss Portal] - i forgot

2005-10-13 Thread poyge394
anonymous wrote : | res.setContentType(text/html); | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900801#3900801 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3900801

[JBoss-user] [Installation, Configuration Deployment] - Re: JUnit, change default port

2005-10-13 Thread simona.pricope
Hi, To be more explicitly: I'm receiving the exception when I try to use the AdminClient (org.apache.axis.client.AdminClient) to process my undeploy.wsdd. Can anyone help me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900802#3900802 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - JBoss 4.0.3 and Merant/Progress ODBC Driver

2005-10-13 Thread albers
Hi Folks, I'm using JBoss 4.0.3 (ejb3) and the Merant Progress ODBC driver. Everything works fine but I get tons of exceptions (see below). Is there a way to configure JBoss, so that I don't get these exceptions? Do I have a performance problem? TIA Jens from server.log 2005-10-13

[JBoss-user] [EJB/JBoss] - Re: Unable to passivate due to ctx lock

2005-10-13 Thread shortcut
Urgent: I get follow exceptions when deploy the application i JBOSS: 2005-10-13 14:24:34,804 WARN [org.jboss.ejb.plugins.AbstractInstanceCache] Unable to passivate due to ctx lock, id=X-LOCAL-DIRECTOR-INSTANCE-TPK-X 2005-10-13 14:27:38,351 WARN

[JBoss-user] [JBossCache] - Cannot assign requested address: Datagram ....

2005-10-13 Thread RolfRolf
Hi I'm using Weblogig 8.1 Sp3,Hibernate 3.0 and Jboss TreeCache. When I startup the Application Server everything seems fine as soon as I start up a second app server. The second one get stucked and reports following error over and over again (see below) Any help is very much appreciated.

[JBoss-user] [Security JAAS/JBoss] - AuthenticationException

2005-10-13 Thread shriVasu
Hi I am trying to connect to OpenLDAP using JAAS. WIth the root username and the password it is working fine . But when I try to connect with any other user name and the password it is giving me the error as javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]

[JBoss-user] [EJB/JBoss] - Re: JAXB NoClassDefFoundError

2005-10-13 Thread clairecostello
Just out of curiosity - how many XML Schemas have been bound using JAXB? JAXB and JBoss work fine for me - I have placed all necessary JAXB JAR files into the server\my-config\lib directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900811#3900811 Reply

[JBoss-user] [The Lizzard's corner] - Re: @Marc Fleury: what's happening with jboss?

2005-10-13 Thread [EMAIL PROTECTED]
Read about trademark useage, such as this faq: http://www.inta.org/info/faqsU.html anonymous wrote : | WHEN CAN I USE ANOTHER?S TRADEMARK WITHOUT THEIR CONSENT? | | As a general matter, it is advisable to obtain the consent of a trademark owner before proceeding with use of their mark.

[JBoss-user] [Javassist user questions] - Re: annotation bug?

2005-10-13 Thread safarje
Hi, Along the same lines, I am trying to create a class and Annotations on the fly to it. When I finally ask the Class descriptor to give me the annotations it does not find it. Am I doing something wrong here? CtClass c = pool.makeClass(NewClass); | ClassFile cf

[JBoss-user] [Javassist user questions] - Re: annotation bug?

2005-10-13 Thread safarje
safarje wrote : Hi, (sorry for the repost but the original got truncated...) | | Along the same lines, I am trying to create a class and Annotations on the fly to it. When I finally ask the Class descriptor to give me the annotations it does not find it. Am I doing something wrong here?

[JBoss-user] [EJB/JBoss] - Calling EJB layer from Web Component.

2005-10-13 Thread nmthy
Hi, I have a frame work working on jboss(ver 3.0.8) and Tomcat 4.1. In this case we are not using the built-in Tomcat. We are trying to port this frame work to JBoss 4. JSP components use Java Beans. These Java Beans look up EJBs and call EJB methods. Most of the code is working. However,

[JBoss-user] [J2EE Design Patterns] - Re: Jboss4.2 vs Postgres

2005-10-13 Thread mroosendaal
Make sure you have change the following in you postgres-ds.xml: type-mappingPostgreSQL 7.2/type-mapping Map it to your version, check the standardjaws.xml for the correct syntax View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900824#3900824 Reply

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: commit-option B read-only without cache

2005-10-13 Thread nobel
In a situation where you dont own the database and need to see changes in realtime, you are forced to use commit-option b or c. The problem is that the standard container configuration for entity beans leads to heavy locking if simultaneous transactions uses the same entity bean. To avoid heavy

[JBoss-user] [JNDI/Naming/Network] - Re: InitialContext taking long time, any tips to speed-up?

2005-10-13 Thread spadafora
Hello, yeah, I have heard of that... but I don't know what can be wrong on my dns (or my provider ones)... I don't know where and how I can improve this behaviour as it works very fast for common http calls, to download a file from my jboss using a dump servlet it takes nothing! I also tried to

[JBoss-user] [Installation, Configuration Deployment] - Re: JUnit, change default port

2005-10-13 Thread simona.pricope
I solved the problem by passing the port number to the process methof of the AdminClient object. AdminClient admin = new AdminClient(); admin.process(new String[] { -p, 80, undeploy.wsdd }); View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - too many open files

2005-10-13 Thread pacicco
Hi, I've got a JMS application on Jboss-4.0.0 setup on a SUN OS 5.8 (Sun JVM 1.4.2_03). My application receives some queues from a JMS external server. When the queues are more than 1000 Jboss stopped working, printing an exception stating that there are TOO MANY OPEN FILES. After restart, it

[JBoss-user] [JBoss Portal] - Re: Calling Servlets through Portlet doView(...)

2005-10-13 Thread pywong
Thank you very much~ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900831#3900831 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3900831 --- This SF.Net email is

[JBoss-user] [Security JAAS/JBoss] - Re: ArrayIndexOutOfBoundsException in SecurityAssociation

2005-10-13 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-2357 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900834#3900834 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3900834 --- This

[JBoss-user] [JBoss Portal] - Order of Menu Item in CatalogPortletWindow

2005-10-13 Thread pywong
I have deployed the JBoss Portal on my own JBoss AP and have some portlet packages deployed on it, too. The portal menu (CatalogPortletWindow) now looks like this: [img]http://203.194.162.204/avecPlaisir/menu.JPG[/img] and I would like to know if I can change the order of the menu items. (e.g.

[JBoss-user] [Messaging, JMS JBossMQ] - Problem with MDB after some time, please help.

2005-10-13 Thread alexserbul
Good day! After some time (4 hours) after deploying simple MDB with default JMSProvider pointing to remote server in JBoss4 log begins to appear this ERROR message: ERROR [DLQHandler] Stopping failed DLQHandler org.jboss.mq.SpyJMSException: Cannot disable the connection with the JMS server; -

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with MDB after some time, please help.

2005-10-13 Thread alexserbul
Sorry, source code did not posted. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900839#3900839 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3900839 --- This SF.Net

[JBoss-user] [JBoss Portal] - Re: Order of Menu Item in CatalogPortletWindow

2005-10-13 Thread [EMAIL PROTECTED]
it is not done in the code of the CatalogPortletMenu, however you can take the code and modify it if you want and also we would accept a patch for it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900840#3900840 Reply to the post :

[JBoss-user] [Beginners Corner] - Newbie deploying a webservice

2005-10-13 Thread alexurquhart
I am a very newbie to JBOSS Trying to update a wsdl file to point to a different IP, I change the file in resources. I go to the main folder and compile using a create jar batch file. Look inside the jar and the changes are ok. Deplay the jar by copying to dploy folder gives 05-10-13

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: HttpSession gets generated again and again!!

2005-10-13 Thread jbossChecker
OK! I found out myself, that the problem is the session tracking of jsp. The soloution is to use response.encodeURL(url) methods instead of normal hyperlinks. But what do one do, who has to use http forms? View the original post :

[JBoss-user] [JBoss Portal] - forward from processAction

2005-10-13 Thread poyge394
how can i forward to one jsp file from processAction method i try res.sendRedirect(edit.jsp); but i get HTTP Status 404 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900850#3900850 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Custom 404 in web.xml not working

2005-10-13 Thread treespace
Microsoft will not display error pages less than 512 bytes based on some asinine friendly message rule. So even after fixing the error on the error page IE still failed but FF worked fine. Increased the response size with an image to solve the problem. View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: ArrayIndexOutOfBoundsException in SecurityAssociation

2005-10-13 Thread milx
Thanks for the help. I've edited the properties-service.xml to include this: | attribute name=Properties |org.jboss.security.SecurityAssociation.ThreadLocal=true | /attribute | But that does not help. Could someone please give an example of a workaround? Regards Trygve View

[JBoss-user] [Security JAAS/JBoss] - Re: ArrayIndexOutOfBoundsException in SecurityAssociation

2005-10-13 Thread [EMAIL PROTECTED]
This property cannot be set from the properties-service.xml as that is loaded too late. Either move that service configuration into the conf/jboss-service.xml ahead of the JaasSecurityManagerService, or pass the property setting in on the vm command line using

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-10-13 Thread umeshs79
Hi Kiran, Thanks for replying. I have few questions regarding using JMS clustering. How to access a Queue ConnectionFactory using HA JNDI? in jndi.properties we specify the ip:port of HA-JNDI, So if we add a node in cluster how we will specify the IP of that if that become the Master node..?

[JBoss-user] [Beginners Corner] - Re: Problems starting JBoss for a second ou third time

2005-10-13 Thread frogsense
Hi Marcos, I had the problem and came through your post. On the base this problem is because JBoss is trying to start a service on port that is already in user (1098). Now which process is using this port is another discussion (I couldn't find it yet except that it's owned by system).

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: jndi override WEB-INF/web.xml

2005-10-13 Thread [EMAIL PROTECTED]
Nope. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900859#3900859 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3900859 --- This SF.Net email is sponsored by: Power

[JBoss-user] [Installation, Configuration Deployment] - Re: Persistencemanager with SQLException

2005-10-13 Thread mlybarger
we get this error message in the server.log when starting our jboss servers. it seems that it's due to the jms Persistance Manager trying to ensure tables are available for it to persist jms messages. when working with other team members to search for errors they encounter, we typically

[JBoss-user] [Beginners Corner] - Can JBoss and Weblogic work together?

2005-10-13 Thread deadrow
I am actually evaluating JBoss (so far, I am a weblogic user). To see how Jboss works I am trying to deploy a sample application that sign on my security framework. The sample application deployed on JBoss acts as a client that contacts an EJB deployed in a weblogic AS that is the server that

[JBoss-user] [Beginners Corner] - Re: Can JBoss and Weblogic work together?

2005-10-13 Thread deadrow
By the way, I am having this problem with both JBoss AS 4.0.3 and 4.0.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900865#3900865 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3900865

[JBoss-user] [Security JAAS/JBoss] - Re: ArrayIndexOutOfBoundsException in SecurityAssociation

2005-10-13 Thread milx
Ah, that did the trick. Again, thanks for your quick replies! Regards Trygve View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900867#3900867 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3900867

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: UnsatisfiedLinkError

2005-10-13 Thread cuoz
I think you need to install the Xwindows libraries. You DON'T need to install all of Xwindows, just the support libraries. On my SuSE laptop, that file is part of the xorg-x11-libs RPM package. On our Debian server, the package appears to be libxext6. If you don't actually have Xwindows

[JBoss-user] [The Lizzard's corner] - Re: @Marc Fleury: what's happening with jboss?

2005-10-13 Thread trebiani
[EMAIL PROTECTED] wrote : anonymous wrote : | | WHEN CAN I USE ANOTHER'S TRADEMARK WITHOUT THEIR CONSENT? i'm misunderstood. i only wanted to know if i can act as a jboss consultant without paying jboss a lot of money. but i think this forum is the wrong place to get an answer. all

[JBoss-user] [JBoss Portal] - Re: Where can I get materials about jBossPortal single sign

2005-10-13 Thread bsmithjj
Authentication and single sign-on are handled by JBoss AS (and Tomcat). You should review the JBoss App. Server Guide - the chapter on security (Chapter 8). JBoss provides login modules for LDAP, databases, flat files, etc... you can use one of those or roll your own using JAAS. The single

[JBoss-user] [Messaging, JMS JBossMQ] - JMS Message content: serialized object's values reset?

2005-10-13 Thread nic7834
Hello all, I am having a strange issue on my setup: JBoss 3.2.7, MySQL 4.1.14, Connector/J 3.1.10. Essentially my client application places JMS message objects (containing a serialized object) in a queue. These JMS messages can be set to be delivered anywhere from immediately to 30 days time.

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - high performance (low level) jdbc access routines

2005-10-13 Thread dkuehner
Does anyone know of any low level jdbc access routines? I am hoping that java.sql is an object layer sitting above a lower level - but still OS independent - layer. My need is to be able to do high speed data access. I'm looking for something 2 orders of magnitude faster than what is available

[JBoss-user] [JBossWS] - an InstantiationException during invocation on the new 4.0.3

2005-10-13 Thread aagmon
as a matter of fact , this is a simple JSE endpoint worked on 4.0.2. after a sucessfull redeployment, on the first method invocation the following error and log entries are created: Error: | | {http://xml.apache.org/axis/}stackTrace: java.lang.InstantiationException:

[JBoss-user] [Beginners Corner] - (Unknown Source) when an error occures

2005-10-13 Thread sebastienclaude
Hello, I deployed an EAR, I launch JBoss in eclipse. When an error occures, I have the trace with (Unknown Source) for each line of error concerning my classes. So my question is : How to associate sources to the ear or jar in the ear ? I never had this problem before. I can't use eclipse

[JBoss-user] [Management, JMX/JBoss] - Re: JNI, System.loadLibrary() and class loader interactions

2005-10-13 Thread kc7bfi
Did you ever solve this problem? I'm having a simular problem. David Robison View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900884#3900884 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3900884

[JBoss-user] [EJB/JBoss] - Re: JAXB NoClassDefFoundError

2005-10-13 Thread tmoahloli
Hmm. There are several actually. The crazy thing is that the Class is there I actually ended up using XMLBeans which works fine, but I would like to see why this thing behaves like this... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900887#3900887

[JBoss-user] [Beginners Corner] - Name Not Bound

2005-10-13 Thread shogun1234
Hi, I encounter an error named Name Nout Bound when using client access to the ejb resided on the server. I encountered that error before, it should be the jndi name not found on the server. but I do not know how to check by JNDIView when having access to the url, e.g.,

[JBoss-user] [Installation, Configuration Deployment] - Re: Log4J 1.2.12

2005-10-13 Thread louisaj_work
JBoss seems to document another technique, I don't know if it will force your application to call on an included log4j.jar or not but here's the URL: http://wiki.jboss.org/wiki/Wiki.jsp?page=Logging See: Repository Selector View the original post :

[JBoss-user] [JCA/JBoss] - Configuring legacy Message Queues

2005-10-13 Thread robwalker
I have written a JMS Resource Adapter to send/receive JMS messages from message queues on a legacy mainframe system. The Resource Adapter is JCA 1.5 compliant and I have successfully deployed it on JBoss 4 application server and used a ConnectionFactory to connect to the mainframe. However I

[JBoss-user] [JBossCache] - Re: TreeCacheAop not persisting results to all cache referen

2005-10-13 Thread [EMAIL PROTECTED]
Thanks for the info... could you point me to some documentation or tutorials on how to aspectize my POJO? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900902#3900902 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3900902

[JBoss-user] [Beginners Corner] - How do I get the JMS example working?

2005-10-13 Thread Dornus
I am trying to run the example shown in 6.1.4. A Point-To-Point With MDB Example. The link is below. http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch6.chapt.html#d0e12934 I am trying to use the example in an ejb3 environment using the 4.0.3 server However I cannot get it up and running. I

[JBoss-user] [Security JAAS/JBoss] - Re: No access when roles defined in database

2005-10-13 Thread lduperval
I've been doing more debugging. I added tracing for struts actions and I see this: 2005-10-13 11:09:10,466 DEBUG [org.apache.catalina.authenticator.AuthenticatorBase] Successfully passed all security constraints 2005-10-13 11:09:10,466 TRACE

[JBoss-user] [Installation, Configuration Deployment] - Re: Log4J 1.2.12

2005-10-13 Thread louisaj_work
Hmm.. while the RepositorySelector does allow you to specify your own log4j configuration, it does not use the log4j file supplied in WEB-INF/lib. To force your application to do that you would have to use the Class Loader Scoping option mentioned higher up on the same page. View the original

[JBoss-user] [Security JAAS/JBoss] - login-config works, but not with MD5

2005-10-13 Thread sburkard
hi there I've got a problem with the login-configuration (DatabaseServerLoginModule) of jboss - as soon as I use md5-hashed passwords. for testing purposes, I have a mix of hashed and cleartext passwords in my database. when I comment out the following line in login-config.xml, I can

[JBoss-user] [Beginners Corner] - Barcodes in Jboss

2005-10-13 Thread fechotecho
Hi! I'm currently using the Free 3 of 9 barcode in jboss, but I need to use the code 2 of 5 interleaved, as a font. Where can I find the font definition? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900908#3900908 Reply to the post :

[JBoss-user] [The Lizzard's corner] - Re: @Marc Fleury: what's happening with jboss?

2005-10-13 Thread trebiani
i found this statement: http://jboss.org/jbossBlog/blog/slabourey/?permalink=Clarification_on_JBoss_and_partnership_program.txt this sounds very promising to me (thanks to Sacha Labourey) and i hope that every freelancer and company who spent the last years working with jboss can us the name

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: HAR in EAR, how does MANIFEST work?

2005-10-13 Thread majohnst
I was using 4.0.2, but I upgraded to 4.0.3 and my problems seemed to go away. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900911#3900911 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3900911

[JBoss-user] [JCA/JBoss] - Connection Pooling with NoTx test adapter

2005-10-13 Thread DanSalt
Hi, I'm currently writing an example JCA Resource Adapter to evaluate the work involved and the benefits, etc of using JCA. Thanks to many articles (including posts on this and other forums) I have been able to create, deploy and invoke a dummy operation via a Servlet against my own

[JBoss-user] [Security JAAS/JBoss] - Re: No access when roles defined in database

2005-10-13 Thread lduperval
And, I found it. It's a class loader issue. Another ear was using older versions of the classes mentioned above and they were being found by JBoss before the ones I had modified. L View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900914#3900914 Reply to the

[JBoss-user] [JNDI/Naming/Network] - Re: Custom JNDI resource elements

2005-10-13 Thread lajwilson
I'm doing the same ... any help on this would be appreciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900915#3900915 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3900915

[JBoss-user] [Security JAAS/JBoss] - Re: login-config works, but not with MD5

2005-10-13 Thread nehring
I don't have the answer to your problem, but you didn't use base64 encoding the value 098f6bcd4621d373cade4e832627b4f6 is a hex encoded MD5 hash of the word test. The base64 encoded value is dGVzdA==. View the original post :

[JBoss-user] [JBossWS] - JNDI Lookup returns Reference - causes ClassCastException

2005-10-13 Thread craigpugsley
Hi there. I'm trying to call our web service using standard code outlined in the examples both in the JBoss wiki and in the Sun tutorials. The problem I'm having occurs when I perform a lookup for our registered service using the JBoss-flavoured initial context: |

[JBoss-user] [Security JAAS/JBoss] - Re: login-config works, but not with MD5

2005-10-13 Thread nehring
Ooops, I got ahead of myself.The word 'test' as a MD5 hash encodes to: Hex: 098f6bcd4621d373cade4e832627b4f6 Base64: CY9rzUYh03PK3k6DJie09g Here's a small perl script that I used. | #!/usr/bin/perl | use Digest::MD5 qw(md5_hex md5_base64); | $digesthex = md5_hex('test'); |

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - DataSource Type Independence

2005-10-13 Thread Ajaleo
Hi all I've a important problem with the type of DataSource I use. If I want to deploy an ear with cmp in JBoss using MySQL I have to write in the deployment descriptor datasource-mappingmySQL/datasource-mapping and I don't understand why is necessary to write here what kind of database will

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message lost or are not pulled by MDB

2005-10-13 Thread Dornus
Thanks for the link. I think that's a bit ahead of where I am at the moment. I am currently attempting to get a sar within an ear file to work correctly. Are you using ejb3? If so, do you mind sharing any relevant code you needed in your jboss-service.xml file? Also, did you need to create

[JBoss-user] [The Lizzard's corner] - Re: @Marc Fleury: what's happening with jboss?

2005-10-13 Thread trebiani
sorry for spamming this forum, but i found this on webarchive.org: In the beginning there was EJBoss, an EJB Open Source Server. And then there were layers telling us that EJB was a trademark... well since we like what SUN does and we don't want to step on anyone's toe's we decided to change

[JBoss-user] [Installation, Configuration Deployment] - How to send alerts to a mobile phone using SMS

2005-10-13 Thread OZWolverine
Hello everybody, I sucessfully configured my Jboss-4.0.2 on a linux machine, to send email for my alerts, I'd like to know how can I configure an alert to send the specific message to my mobile phone using SMS Does anyone know how can I do it? Thanks a lot, Johnny View the original post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - JSTL if statement does not work

2005-10-13 Thread urswag
The index2.jsp will be not included. loggedIn is a boolean property of the bean Partner. c:if test=${Partner.loggedIn==false} [EMAIL PROTECTED] file=login2.jsp % /c:if And rather astonishing c:out value=${Partner.loggedIn}/ prints out ${Partner.loggedIn} Has anyone a good solution? Urs

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: high performance (low level) jdbc access routines

2005-10-13 Thread triathlon98
This is all database specific and depends on the type of driver. For example a type 4 jdbc driver directly converts/maps the jdbc api to the wire protocol to talk with the database. Joachim View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900931#3900931 Reply

[JBoss-user] [The Lizzard's corner] - Re: @Marc Fleury: what's happening with jboss?

2005-10-13 Thread [EMAIL PROTECTED]
Mr. Treb, I think the statement in my blog answers your question. If not, please re-state it. As for the EJBoss to JBoss name change, it is a well known story, what point are you trying to make? That we have decided to respect SUN's trademark? Yes, that is correct and we do intend to

[JBoss-user] [JBossCache] - Re: Cannot assign requested address: Datagram ....

2005-10-13 Thread [EMAIL PROTECTED]
In the UDP protocol config, bind_addr=0.0.0.0 won't work. It needs to point to a valid IP address used by the machine. You have 4 options: 1) Leave out the bind_addr attribute; let the OS pick the interface on which it will send and receive multicast and send/receive UDP unicast. 2) Leave out

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: DataSource Type Independence

2005-10-13 Thread Ajaleo
I've been surfing in google and I've found a jboss-jdbc-metadata.sar. It seems that this service autodetect the metadata type in the datasource xml descriptor. However I haven't found that file in all the jboss-XXX.zip I've downloaded. Any suggestion? View the original post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Upgrade from 3-4 ; New OutOfMemoryError occuring

2005-10-13 Thread [EMAIL PROTECTED]
We're upgrading our application servers from Jboss3.2.4 to JBoss4.0.1. Currently, our web application runs fine (fine == 50k page requests and no crashes, GC working properly). However, after the upgrade to 4.0.1, the application still serves content but at about 25k page requests (25/second)

[JBoss-user] [JBossWS] - no ClassLaoders found error

2005-10-13 Thread sfurlong
How could I be getting this error: 2005-10-13 12:35:08,418 ERROR [org.jboss.axis.deployment.wsdd.WSDDService] Unable to deploy typemapping: {http://www.qcommcorp.com/dncstypes}DNCSResponse | java.lang.ClassNotFoundException: No ClassLoaders found for:

[JBoss-user] [EJB/JBoss] - Connectivity Problem with DB

2005-10-13 Thread muleal
Hello All, I'm working with Jboss 4.0.3 and MS SQL 2000. I was getting a managedconnection error a lot of times on my system when I was using Jboss 4.0.2. I have updated the to 4.0.3, the connection driver (from jtds-1.0.3.jar to jtds-1.1.jar), the max-pool-size200/max-pool-size and

[JBoss-user] [JBoss Getting Started Documentation] - Missing ant class: org.apache.tools.util.FileUtils

2005-10-13 Thread glindstrom
I get a failure compiling Duke's bank: BUILD FAILED java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.getFileUtils()Lorg/apache/tools/ant/util/FileUtils; I am using ant 1.6.5, and this class is missing from its API documentation. One oddity: ant -version gives 1.6.0, even though

[JBoss-user] [Beginners Corner] - Re: Mbean examples

2005-10-13 Thread darranl
Post the code you are executing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900941#3900941 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3900941 --- This SF.Net

[JBoss-user] [JNDI/Naming/Network] - Re: Problem with JNDI security - please help

2005-10-13 Thread darranl
If you are trying to hide the beans so they are only accessible remotely why are you establishing a remote connection to lookup the beans? The lookup will not work which is what you wanted! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900942#3900942 Reply

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message lost or are not pulled by MDB

2005-10-13 Thread Dornus
Nevermind, I figured out how to set up MDB using EJB3 annotations. I will add my logging code into it and do some tests similar to yours. If I do not experience the same results as you I'll let you know. Sorry for the temporary threadjack. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Persistencemanager with SQLException

2005-10-13 Thread darranl
If you do not want the debug messages to be output from the persistence manager the best option is to configure log4j so the debug messages for the persistence manager are no longer output. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900944#3900944 Reply

[JBoss-user] [Beginners Corner] - Re: (Unknown Source) when an error occures

2005-10-13 Thread darranl
You have probably compiled your classes without debug information, what are you using to compile and assemble your app? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900945#3900945 Reply to the post :

[JBoss-user] [JBoss.NET] - Re: Problem in passing parameters to .NET Web Service using

2005-10-13 Thread [EMAIL PROTECTED]
What version of jboss is this? | %@ page import=java.util.Date,org.apache.axis.client.Call, | org.apache.axis.client.Service,javax.xml.namespace.QName, | java.io.IOException ,org.apache.axis.soap.SOAPConstants, | javax.xml.rpc.ParameterMode,java.net.URL, |

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Genarate HTML REPORTs help

2005-10-13 Thread palspace
hai i am new to this field and i need some information on how to generate html reports ... and these are different from crystal reports. i have to generate html report having some fields from multiple tables in the database db2 if i am writing sql code in my html code is there a

[JBoss-user] [JBossWS] - Re: Document-literal not working with JBoss 4.0.3?

2005-10-13 Thread aagmon
wscompile generates other classes that should be in your bin folder, package with them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900951#3900951 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3900951

[JBoss-user] [JBoss Portal] - net.sourceforge.jtds.jdbc.Driver : CLASS NOT FOUND Exception

2005-10-13 Thread r_prab
Getting the net.sourceforge.jtds.jdbc.Driver : CLASS NOT FOUND Exception while trying to start the Portal in Solaris , Using mysql database. Anyideas??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900954#3900954 Reply to the post :

[JBoss-user] [JBoss Portal] - comunication between two portlets

2005-10-13 Thread jpla2005
I've two portlets. In the processAction method of first portlet I need to store to the session any information that will be shown in the doView method of secound portlet. The problem is, I put the attribute to the session, but, I can't catch it in the secound portlet. Can somebody help me?

[JBoss-user] [Beginners Corner] - Startup suspends; GeneratedMethodAccessor47.invoke(..), Dele

2005-10-13 Thread jwach366
Hello- I'm having a problem when starting up JBoss-4.0.1sp1. I'm running it inside Eclipse3.0.1 which is running MyEclipse3.8.4. JBoss is running with j2sdk1.4.2_07. My operating system is Windows XP Pro. The problem first appeared after I received an InvocationTargetException which I think

[JBoss-user] [EMAIL PROTECTED] - Senior Human Resources Generalist (Repost)

2005-10-13 Thread [EMAIL PROTECTED]
Senior Human Resources Generalist Come join a rapidly growing enterprise software and Services Company and the home of Professional Open Source?. JBoss, Inc. has an opening for a Senior Human Resources Generalist to join our Atlanta, Georgia based team. This is a tremendous opportunity to

[JBoss-user] [EMAIL PROTECTED] - Senior Recruiter

2005-10-13 Thread [EMAIL PROTECTED]
Senior Recruiter Come join a rapidly growing enterprise software and Services Company and the home of Professional Open Source?. JBoss, Inc. has an opening for a Recruiter to join our Atlanta, Georgia based team. This is a tremendous opportunity to be a part of a fast-paced, leading edge

[JBoss-user] [EMAIL PROTECTED] - Senior HR Generalist

2005-10-13 Thread [EMAIL PROTECTED]
Senior Human Resources Generalist Come join a rapidly growing enterprise software and Services Company and the home of Professional Open Source?. JBoss, Inc. has an opening for a Senior Human Resources Generalist to join our Atlanta, Georgia based team. This is a tremendous opportunity to

[JBoss-user] [JBossWS] - Problem with AlwaysModifySOAPAddress?

2005-10-13 Thread mwaschkowski
Hi All, I have a problem where I've set AlwaysModifySOAPAddress=false in my jboss-4.0.2\server\x\deploy\jboss-ws4ee.sar\META-INF\jboss-service.xml file and I supplied a url in the wsdl that I generated from wscompile, but the url still gets overridden. It doesn't look to me like that should

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-10-13 Thread kiran222
When building an Initial Context, you will need the following 3 properties: java.naming.factory.initial java.naming.provider.url java.naming.factory.url.pkgs In this case, for java.naming.provider.url value, use a comma separated list of JNDI URLs. For example if the hosts in your cluster are

[JBoss-user] [JBossWS] - Re: Problem with AlwaysModifySOAPAddress?

2005-10-13 Thread mwaschkowski
Opps, some troubles with the forum and the text I'm trying to paste. Here is my jboss-4.0.2\server\x\deploy\jboss-ws4ee.sar\META-INF\jboss-service.xml file, with a few extra spaces in it so it pastes properly: !-- The main WS4EE service, which manages the deployed service endpoints --

[JBoss-user] [JBossWS] - Cannot obtain type mapping meta data for: null using Do

2005-10-13 Thread aagmon
A simple web service consist of one operation worked on previous version 4.0.2 when the method is invoked the server report the following error: | 2005-10-13 20:48:27,399 DEBUG [org.jboss.webservice.server.ServerEngine] TransportHandler: http | 2005-10-13 20:48:27,399 DEBUG

[JBoss-user] [JBossCache] - Re: TreeCacheAop not persisting results to all cache referen

2005-10-13 Thread stemeyda
It is also referred to as instrumentation. http://docs.jboss.com/jbcache/1.2.4beta/TreeCacheAop/html/instrumentation.html Note that TreeCacheAop does not support jdk5 annotations as of yet (that I am aware of) so you have to use an annotation precompiler. Example: 1. add a marker to the

  1   2   >