[JBoss-user] [JBossCache] - Re: Custom cacheloader ignores get method implementation?

2005-06-06 Thread [EMAIL PROTECTED]
"gwwallace" wrote : A piece of further information. | | We have a hierarchy /a/b which is empty to start with. | | At cache startup we start try to load in /a/b/c, /a/b/d, /a/b/e etc | | If we call cache.exists(Fqn) the cache loader gets the exists(Fqn) call and returns true. |

[JBoss-user] [Clustering/JBoss] - Re: Jboss 4.0.2 HttpSession replication not working

2005-06-06 Thread [EMAIL PROTECTED]
You can go to JMX console, TomcatClusteringCache, and invoke printDetails on all nodes to see the cache contents first. Also make sure your mcast is turned on first. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880562#3880562 Reply to the post : h

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: NameNotFoundException in my servlet

2005-06-06 Thread tieTYT
Alright, I promise to try that first thing in the morning. Thanks a lot for sticking with me through this whole thing. If it doesn't work I hope you won't give up on me :) Just FYI, i do have two stateless session beans working right now with JBoss. The only way i could get them to work was

[JBoss-user] [JBossWS] - Re: Could not find deserializer for type

2005-06-06 Thread ameisinger
I forgot to write a META-INF/ws4ee-deployment.xml file (similar to: http://wiki.jboss.org/wiki/Wiki.jsp?page=WSTypeMapping). After this it worked. | | | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880556#3880556 Reply to the post :

[JBoss-user] [JBossCache] - Re: Custom cacheloader ignores get method implementation?

2005-06-06 Thread gwwallace
A piece of further information. We have a hierarchy /a/b which is empty to start with. At cache startup we start try to load in /a/b/c, /a/b/d, /a/b/e etc If we call cache.exists(Fqn) the cache loader gets the exists(Fqn) call and returns true. If we then call cache.get(Fqn) the cache loader n

[JBoss-user] [Management, JMX/JBoss] - Re: How to get datasource configuration by using MBean?

2005-06-06 Thread gfzhang
>From jmx-console, I think I should use >"jboss.jca:service=ManagedConnectionFactory,name=myds" as the objectName, but >RMIAdaptor.getMBeanInfo() method cannot find it. What's wrong? Is it a correct >object name to use? Thanks for your help very much. View the original post : http://www.jbo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: NameNotFoundException in my servlet

2005-06-06 Thread [EMAIL PROTECTED]
Give the following a shot | Destination destination = | (Queue) jndiContext.lookup("queue/TestMessageQueue"); | On careful examination, seems like the queue is bound to the global namespace as the following log message explains: | 19:38:29,500 INFO [TestMessageQ

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: NameNotFoundException in my servlet

2005-06-06 Thread tieTYT
to tell you the truth i don't know. Another employee set this up and I'm not at work right now so I can't check. Would you mind explaining what led you to believe what you just said? Thanks, Dan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880551#3880551

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup RMI Adapter

2005-06-06 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JNDIClientConfiguration Also, use MBeanServerConnection instead of RMIAdaptor. | import javax.management.MBeanServerConnection; | | protected MBeanServerConnection rmiserver = null; | private void getMBeanServer(InitialContext ctx) |

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: NameNotFoundException in my servlet

2005-06-06 Thread [EMAIL PROTECTED]
Looks like there may be an additional jndi.properties somewhere that is being used instead of the one you provided. Have you specified a jndi.properties file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880549#3880549 Reply to the post : http://www.jboss

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup RMI Adapter

2005-06-06 Thread [EMAIL PROTECTED]
Ignore my last post. I was answering a similar post without refreshing the browser. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880548#3880548 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880548 ---

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup RMI Adapter

2005-06-06 Thread [EMAIL PROTECTED]
Looks like there may be an additional jndi.properties somewhere that is being used instead of the one you provided. Have you specified a jndi.properties file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880547#3880547 Reply to the post : http://www.jboss

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: NameNotFoundException in my servlet

2005-06-06 Thread tieTYT
"[EMAIL PROTECTED]" wrote : Go to JMX Console. Click on the link representing "JNDIView" and "list()" should list all the objects bound in JNDI. If your object is not bound, something wrong with config. If by object, you mean my MDB then yeah it shows up. Also it mentions the queue that i

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: NameNotFoundException in my servlet

2005-06-06 Thread [EMAIL PROTECTED]
Go to JMX Console. Click on the link representing "JNDIView" and "list()" should list all the objects bound in JNDI. If your object is not bound, something wrong with config. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880545#3880545 Reply to the pos

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: NameNotFoundException in my servlet

2005-06-06 Thread tieTYT
I'm using JBOSS 4.0.2RC1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880544#3880544 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880544 --- This SF.Net email is

[JBoss-user] [Messaging, JMS & JBossMQ] - NameNotFoundException in my servlet

2005-06-06 Thread tieTYT
I'm getting a namenotfoundexception when I"m trying to execute this line: Destination destination = | (Queue) jndiContext.lookup("java:comp/env/queue/TestMessageQueue"); I really don't understand why because when jboss starts up it says this: | 19:38:29,500 INFO [TestMe

[JBoss-user] [Beginners Corner] - Re: ClassCastException

2005-06-06 Thread [EMAIL PROTECTED]
Check if you have the jars from the client directory of JBoss install. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880542#3880542 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880542 --

[JBoss-user] [EJB/JBoss] - Soory message

2005-06-06 Thread chaman4110
Darranl sir, My motive isn't that i disturbe u. Actually net skip some message in uploading such as I write greethome & greetremote but net write this message as greethome & greetremote only in uploading. so Sir i am sending ejb-jar.xml & jboss.xml code again. sory again but sir

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: mdb connecting to remote durable topic causes jboss to h

2005-06-06 Thread toeev
never mind...wrong config. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880538#3880538 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880538 --- This SF.Net email

[JBoss-user] [Management, JMX/JBoss] - Re: How to get datasource configuration by using MBean?

2005-06-06 Thread genman
I don't know much about what was mentioned.. You should be able to find the ObjectName and attribute in the JMX console. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880535#3880535 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [EJB/JBoss] - Re: findByPrimaryKey overriding

2005-06-06 Thread beamer908
I am wondering the same thing. I'm also wondering, why a method like findByPrimaryKeyBlahBlah() would conflict with findByPrimaryKey() and cause it not to be generated in the Home interface using XDoclet. Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [JBossWS] - Re: Specifying security credentials for and Axis - EJB call

2005-06-06 Thread [EMAIL PROTECTED]
This forum is for J2EE Web Serivces not JBoss.NET (the 3.x versions of web services), and not axis. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880531#3880531 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [JBossWS] - Re: Could not find deserializer for type

2005-06-06 Thread [EMAIL PROTECTED]
Don't use soap encoding, sitch to either rpc/literal or doc/literal. Read the wiki, and look at the step-by-step tutorials. Thanks -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880530#3880530 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Persistence & CMP/JBoss] - Can't override findByPrimaryKey()

2005-06-06 Thread beamer908
I'm having a problem where I'm declaring (through xdoclet) a finder method in my bean class and the method is not being invoked correctly. The xdoclet code: | * @ejb.finder | * signature="com.hannonhill.object.interfaces.Folder findByPrimaryKey(java.lang.String pk)" | * query

[JBoss-user] [HTTPD, Servlets & JSP] - tagfiles and generics

2005-06-06 Thread manica
Is it possible to use Java5 generics as method parameters in a JSP 2.0 tagfile? I've tried specifying the method parameters using both angle brackets and their html escape equivalent. | boolean foo(java.util.Collection) | and | boolean foo(java.util.Collection) | Neither works

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup RMI Adapter

2005-06-06 Thread genman
Perhaps your jndi.properties is not set? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880526#3880526 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880526 --- Th

[JBoss-user] [Management, JMX/JBoss] - Re: JSR88 problems

2005-06-06 Thread genman
For a previous project, I added a virtual stream handler. Within the same URL, the URLStreamHandler returns a stream pointing to some object in memory. This works fine in JBoss: | | public static URL create(String filename, byte b[], String ct) { | VirtualStreamHandler vsh = ne

[JBoss-user] [Security & JAAS/JBoss] - Re: Running a standalone program to access JBoss application

2005-06-06 Thread pcarrollnf
I read the JAAS howto that you suggested. That helped quite a bit. However, I am having trouble with JNDI. When the login method is called from my standalone client app, I get the following exception: javax.naming.NameNotFoundException: DefaultDS not bound I am using the example server_auth

[JBoss-user] [Beginners Corner] - ClassCastException

2005-06-06 Thread shanthir
Hi, I am very new to Java/JBoss/Tomcat etc. I downloaded JBoss4.0.2 apache-ant1.6.5 Tomcat 4.1 Jdk 1.5.0_03 I have a very simple jsp-servlet-EJB setup that I am trying to work with. I have been able to create the ear and deploy it successfully. Now when I try to access the .jsp from the interf

[JBoss-user] [JBoss Portal] - Re: Cannot open connection to database when starting server

2005-06-06 Thread opapo
I have my db server running on port 63306. I tried to force the dialect, that may have had something to do with it. I scrapped the installation and reinstalled it and it worked. Thanks for the interest in my post. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Security & JAAS/JBoss] - Re: LDapLoginModule and Active Directory

2005-06-06 Thread sandipan_s
Hi, I am facing the similar problem. Have you got any luck. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880516#3880516 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880516 ---

[JBoss-user] [Beginners Corner] - Re: my first ejb app with client module - RMI class loader d

2005-06-06 Thread jaybee
"darranl" wrote : Have you tried adding the missing interface to the Classpath of the client? thanks, you put me on right track - the mention of RMI stuff in error had me thinking it was to do with security etc but I just hadn't built the jar properly...cheers, View the original post : http:/

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Deployment of JSP in JBOSS 4.0.2

2005-06-06 Thread [EMAIL PROTECTED]
Moved to the correct user forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880509#3880509 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880509 --- This SF.Net

[JBoss-user] [EJB/JBoss] - Re: Why does error come in deployment?

2005-06-06 Thread chaman4110
sir, sorry, for disturbance.second time I again Actually home & remote in ejb-jar.xml are wriiten as greethome greetremote But in posting case net miss these lines & write these lines as greethome greetremote ejb-jar.xml & jboss.xml files are -

[JBoss-user] [Security & JAAS/JBoss] - Re: Active Directory configuration for loginmodule

2005-06-06 Thread sandipan_s
Hi, It will be great if you can share your experience or give some input. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880506#3880506 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880506 -

[JBoss-user] [Beginners Corner] - Re: [ContextConfig] Missing application web.xml, using defau

2005-06-06 Thread dandedj
I am seeing the same issue. The application deploys perfectly in Tomcat 5.5, but when it is deployed to JBoss 4.0.2 I get the missing web.xml message. I built the WAR using the JBOSS-IDE eclipse plugin. Did you ever find a resolution to this issue? View the original post : http://www.jboss.o

[JBoss-user] [HTTPD, Servlets & JSP] - Deployment of JSP in JBOSS 4.0.2

2005-06-06 Thread kollswe
Hello, I have been trying to deploy a web application on JBOSS 4.0.2 with JSP and java activities. I am using jakarta struts-1.2.4 and javax.servlet.jar file in jre\lib\ext. I imported a class "com.khu.dto.HelpdeskDTO" in the JSP page as follows- <%@ page import="com.khu.dto.HelpdeskDTO" %> BU

[JBoss-user] [Installation & Configuration] - Re: [log4j] SMTPAppender with more than one line per email

2005-06-06 Thread marceloptoledo
Hello, How To for send one email for one exception not for one email for line, tks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880501#3880501 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880501 -

[JBoss-user] [Messaging, JMS & JBossMQ] - How to connect to Oracle 8i Advanced Queue from JBoss 3.2.3?

2005-06-06 Thread joe77123
Hi, I would like to connect to an Oracle Advanced Queue from my JBoss Application server using MDB. Could somebody give me pointers for doing this. Is it required for the Oracle Server to have JNDI? -joe View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38805

[JBoss-user] [Beginners Corner] - Re: my first ejb app with client module - RMI class loader d

2005-06-06 Thread darranl
Have you tried adding the missing interface to the Classpath of the client? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880499#3880499 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880499 -

[JBoss-user] [EJB/JBoss] - Re: Why does error come in deployment?

2005-06-06 Thread darranl
Can you please stop repeating the same post again and again, I am getting bored reading it. In your first post I asked you for further information, that is where you should have continued the discussion instead of repeating it in additional posts. The error you are getting relates to the jboss

[JBoss-user] [Installation & Configuration] - Re: Long class names missed by LoadMgr3 - short names work

2005-06-06 Thread [EMAIL PROTECTED]
win32 filesystems cannot handle paths with more than 255 chars. We have not found a way to increase this setting via some magic registry entry to date. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880497#3880497 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [Installation & Configuration] - Re: Long class names missed by LoadMgr3 - short names work

2005-06-06 Thread darranl
I have seen something similar before, how deep is the directory structure that contains JBoss? When my application was deployed and the contents of the archives unzipped into the temporary folders for deployment if the total file name was longer than (I think 256 chars) the file was not written

[JBoss-user] [JNDI/Naming/Network] - Re: java.lang.lassCastException during RMI call to ejb

2005-06-06 Thread darranl
You say your code works with JBoss 2.4, have you made sure that the client is using the jars from 4.0.1 and that it isn't still using the jars from 2.4. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880494#3880494 Reply to the post : http://www.jboss.org/in

[JBoss-user] [Beginners Corner] - my first ejb app with client module - RMI class loader disab

2005-06-06 Thread jaybee
I've set up a really simple app using jboss 4.0, entity beans and hypersonic. I have used the cmproster app in the examples as a template for this. The entity beans work fine when accessed via the web module but my client app can't connect - I get the error | javax.naming.NamingException: Co

[JBoss-user] [JBossWS] - Re: message style web service using jbossws on jboss 4

2005-06-06 Thread philmcc
i've just got it working - a jboss message style web service at last !!! i'm going home from work now so will post some details tomorrow if anybody is interested. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880492#3880492 Reply to the post : http://www.j

[JBoss-user] [JBossWS] - Re: message style web service using jbossws on jboss 4

2005-06-06 Thread philmcc
i have found *some* instructions on this located here: http://wiki.jboss.org/wiki/Wiki.jsp?page=WSMessageEndpoints although i have tried to get this example working and can not. see if you have any better luck! phil View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Beginners Corner] - Re: Applying a patch

2005-06-06 Thread Dumbledore
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63994 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880488#3880488 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880488

[JBoss-user] [JCA/JBoss] - Re: JBOSS - DB2

2005-06-06 Thread mjaplin
The DB2 Type 2 driver requires the URL to be in the fomat jdbc:db2:clientname, where client name is the name of the database as it is configured on your local machine using the DB2 client configuration utility. The jdbc:db2:machine:port/name format only works for the new Type 4 driver found in

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS File Persistence (Fast) vs JDBC Persistence (Slow)

2005-06-06 Thread [EMAIL PROTECTED]
So that it works for you is just one failure scenario. In general its a completely unreliable pm as described here: http://wiki.jboss.org/wiki/Wiki.jsp?page=FAQJBossMQFilePersistence Being able to use a filesystem command in place of the existing jmx commands to view messages counts is hardly a

[JBoss-user] [EJB/JBoss] - Why my code doen't deploy on jboss-3.2.2

2005-06-06 Thread chaman4110
sir, I used following file(java & xml) & make jar file with command jar -cvf greet.jar *.class META-INF\*.xml It gives follwing message after making jar file(which is wriiten down with header "jar"). Now copy this jar file in jboss-3.2.2\server\ default\deploy directory.After than we start j

[JBoss-user] [EJB/JBoss] - Why my code doen't deploy on jboss-3.2.2

2005-06-06 Thread chaman4110
sir, In window-xp jboss-3.2.2 starts in 49 seconds while in PCQLinux2005 it starts in 4 minutes, why? In both plateform I use default seting. Why does jboss take more time on linux? Why does error come in deployment? sir, I used following file(java & xml) & make jar file with c

[JBoss-user] [Installation & Configuration] - Long class names missed by LoadMgr3 - short names work

2005-06-06 Thread randahl
I am running MyFaces on Tomcat 5 inside JBoss 4, and I have now encountered a really strange class loading problem. When I deploy a class named dk.rockit.puls.web.rendering.browserXhtml.layout.DivisiLayoutInfo the class is picked up fine but if I rename it to dk.rockit.puls.web.rendering.browserX

[JBoss-user] [EJB/JBoss] - Why my code doen't deploy on jboss-3.2.2

2005-06-06 Thread chaman4110
sir, I used following file(java & xml) & make jar file with command jar -cvf greet.jar *.class META-INF\*.xml It gives follwing message after making jar file(which is wriiten down with header "jar"). Now copy this jar file in jboss-3.2.2\server\ default\deploy directory.After than we start j

[JBoss-user] [EJB/JBoss] - Re: Why does error come in deployment?

2005-06-06 Thread chaman4110
sir, Actually my Xml code is this but It gives error when deployment http://java.sun.com/dtd/ejb.jar_2_0.dtd"; > greetbean greethome greetremote greetbean Stateless Container View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Beginners Corner] - Applying a patch

2005-06-06 Thread Dumbledore
Hi, how do I apply a patch? In the thread here, a patch is mentioned at the end... http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64406 Where can I find the patch. I'm not sure if I did it right: I read this link from the WIKI: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossInstallati

[JBoss-user] [Messaging, JMS & JBossMQ] - Hypersonic crashed with 10MB blob

2005-06-06 Thread alexserbul
I tried to send in TextMessage body of JMS 10MB of data. And persistent layer on Hypersonic crashed with lots of exceptions. Answer me please how much data can I insert in Hypersonic DB row? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880464#3880464 Repl

[JBoss-user] [JCA/JBoss] - Problem using DB2 7.1 and 8.1 drivers together

2005-06-06 Thread mjaplin
Windows XP/JBoss 3.2.7/JDK1.4 I am attempting to create two connection pools in JBoss, one that uses the DB2 7.1 Type 2 driver and one that uses the DB2 8.1 Type 4 driver. The problem is that the 7.1 pool does not work unless it is created before the 8.1 pool. If the 8.1 pool is created firs

[JBoss-user] [JNDI/Naming/Network] - java.lang.lassCastException during RMI call to ejb

2005-06-06 Thread innerspace
Hello there, I'm trying to call an ejb from a remote client in jboss 4.0.1 using the usual procedures. The lookup returns an object those toString mthod returns [EMAIL PROTECTED] and getClass returns org.jnp.interfaces.MarshalledValuePair When executing PortableRemoteObject.narrow(objref, myBean

[JBoss-user] [HTTPD, Servlets & JSP] - Re: myfaces with jboss4.0.2 not working, on 4.0.2RC1 its fin

2005-06-06 Thread [EMAIL PROTECTED]
Can you be more specific? Please post the stack trace and any other relevant info. Stan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880457#3880457 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880457 ---

[JBoss-user] [JBoss Portal] - Re: SSO using Active Directory

2005-06-06 Thread mholzner
Login is handled via JAAS. you could use an ldap JAAS module View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880456#3880456 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880456

[JBoss-user] [JBoss Portal] - Re: Cannot open connection to database when starting server

2005-06-06 Thread mholzner
what port is your MySQL running on ? The default is 3306 (not 63306) perhaps you need to modify your connection-url in the -ds.xml file ...? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880455#3880455 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [JBoss Portal] - Re: About CatelogPortlet in JBoss Portal 2.0RC Application

2005-06-06 Thread mholzner
the portlet app deployer registers the pages contained in the war with the portal. the menu portlet reads the pages from that central 'registry' View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880453#3880453 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [JBoss Portal] - Re: Include HTML code

2005-06-06 Thread mholzner
not using webdav, there you could use the layout metaphore. Pages don't have markup per definition in the portal. Markup comes in via the layout (jsp or servlet), and the portlets. All pages of a portal use the same layout, so the markup would automatically be shared across all your pages. If yo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS File Persistence (Fast) vs JDBC Persistence (Slow)

2005-06-06 Thread gobrien
Thanks for you response. The JDBC Persistence used in my testing was running on the same machine, you can't get a faster network connection than the same computer. What is wrong with the File Persistence as it stands, it seems to work fine, or it did in 3.2.3. We find it very reliable. Can t

[JBoss-user] [JBossCache] - Re: Custom cacheloader ignores get method implementation?

2005-06-06 Thread [EMAIL PROTECTED]
I'm calling exists() first, then get() based on the result. Did you implement exists() correctly ? This inefficiency will be fixed in 1.3 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880449#3880449 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [JBossWS] - Specify a second/different url to acces a WS

2005-06-06 Thread gerhardo
Hello ! We are exposing some EJB's as webservices and evrything is working ok. The EJB's are deployed in an EAR and can be accessed with the standard generated url; recently we switched to maven as build system and since then all artifacts became versioned. So we end up in some urls that contain

[JBoss-user] [JBoss.NET] - Re: Problem accessing .NET webservice from servlets

2005-06-06 Thread Tyler Black
What libraries are you using to generate your java classes? Your 4.0.2 log snip with "org.apache.axis" indicates that you've used a different version of axis than the one packaged with jboss 4.0.2. Have a look in jboss/server/default/deploy/jboss-ws4ee.sar for the axis libraries to use with WS

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS File Persistence (Fast) vs JDBC Persistence (Slow)

2005-06-06 Thread [EMAIL PROTECTED]
So a viable file pm needs to be created as the current one simply has too many fundamental problems to support in 4.0. Check the jms dev forum for issues that need to be resolves or start a new thread on how a viable file pm can be resurected: http://www.jboss.org/index.html?module=bb&op=viewfo

[JBoss-user] [JBossCache] - Custom cacheloader ignores get method implementation?

2005-06-06 Thread bishopknight
We have created our own custom cacheloader implementing the CacheLoader interface. Everything is configured fine and works except for the fact that when our treeCache object calls get, and cannot find the object in the cache, it does not call our implementation of get in our cacheloader. To

[JBoss-user] [Installation & Configuration] - Jboss Start Error

2005-06-06 Thread prajal
When i start my jboss i got this. can anyone guide me what is the problem with my jobss. bash-2.05b# sh -x startup.sh + cd /opt/jboss-3.2.6/bin + LOG_PATH=/opt/jboss-3.2.6/server/default/log/jboss.log + rm -rf /opt/jboss-3.2.6/server/default/log/jboss.log + nohup /opt/jboss-3.2.6/bin/run.sh + + un

[JBoss-user] [Management, JMX/JBoss] - Re: Can an MBean use an EJB local interface?

2005-06-06 Thread zurchman
Thanks, Scott Here's the wiki reference: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIAccessALocalHome And from the relevant section: anonymous wrote : ...apps using lookups into the global jndi tree for local homes now have to specify the ejb-local-ref elements that should have been used a

[JBoss-user] [HTTPD, Servlets & JSP] - myfaces with jboss4.0.2 not working, on 4.0.2RC1 its fine

2005-06-06 Thread tomerbd
Hi There is a problem running myfaces on jboss4.0.2 whil on jboss4.0.2RC1 everything is fine. The faces context is null on 4.0.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880439#3880439 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [EJB/JBoss] - Re: ClassCastException with LocalHome casting

2005-06-06 Thread [EMAIL PROTECTED]
There can only be a single class loader for types used in call be reference scenarios. Wars are always at bottom of the class loader chain, so this means that they should never contain duplicate classes that are involved in call by reference scenarios. View the original post : http://www.jboss

[JBoss-user] [JBoss.NET] - Re: SAXParser Exception when call a Web Service

2005-06-06 Thread gmorette
my URL was not correct http://heliasystem:8080/soa/soaEJB/Hello and the correct URL is http://heliasystem:8080/soa/soaEJB/Hello?wsdl that why i have a SAXParser Exception, it's because i don't call the wsdl file View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [JBoss.NET] - Re: What is the URL to call

2005-06-06 Thread gmorette
I found it it's like : http://heliasystem:8080/soa/soaEJB/Hello?wsdl In fact the URL is the URL of the wsdl file. It will be nice if it was said in the manual View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880434#3880434 Reply to the post : http://www.jbos

[JBoss-user] [Security & JAAS/JBoss] - Re: Running a standalone program to access JBoss application

2005-06-06 Thread [EMAIL PROTECTED]
Read the JAAS howto in this forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880432#3880432 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880432 --- This SF.Ne

[JBoss-user] [Beginners Corner] - Re: EJB Containers and JVMs

2005-06-06 Thread [EMAIL PROTECTED]
No. Yes, ejb-local-ref. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880431#3880431 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880431 --- This SF.Net email i

[JBoss-user] [Persistence & CMP/JBoss] - unable to passivate ctx lock

2005-06-06 Thread k.badri
Hi All, I have this error of 'unable to passivate due to ctx lock' thrown from jboss when my Session Bean tries to create ~7000 entries in the Oracle DB through the ejbCreate() methods in the various Entity Bean instances. I have a local machine running on windows, where when my code tested lo

[JBoss-user] [JBossCache] - Re: JBossCache running on windows & linux

2005-06-06 Thread kbisla
I tried the McastReceiverTest and McastSenderTest which seem to work between windows & linux. I would think the running of Mcast*Test proves the plumbing is fine, so doing ViewDemo is just doing the same thing, right ? Also i think linux firewall isn't the issue here cause as i said in the or

[JBoss-user] [Security & JAAS/JBoss] - Active Directory configuration for loginmodule

2005-06-06 Thread sandipan_s
Hi, I am connecting to Active Directory[AD] for user authentication from my loginmodule. But users in our AD do not have fixed DN. EG., One user has dn: CN=user1,OU=Automatic Updates,OU=Computer Accounts,DC=company,DC=com While second user has dn: CN=user2,CN=Computers,DC=company,DC=com The

[JBoss-user] [JBoss.NET] - What is the URL to call

2005-06-06 Thread gmorette
When you use service = factory.createService(url, servicename); what's the url parameter ? it's not said in the JBOSS manual 4.0.2. is it the same URL for all the services or a spécific one for each service ? Somebody knows this URL ? Thanks View the original post : http://www.jboss.org/in

[JBoss-user] [Installation & Configuration] - Re: Can't run Jetty on 4.02

2005-06-06 Thread [EMAIL PROTECTED]
Well, pretty much everything you describe in your e-mail are features that are handled by JBOSS and not by Apache Tomcat directly: JMX, clustering, deployment, security, datasources, etc. so you'd better deploy them as JBOSS services and simply rely on the servlet engine for WAR (or EAR) files.

[JBoss-user] [Beginners Corner] - Images coming up blank problem

2005-06-06 Thread bigy
We have seen a problem where some images of our web pages have returned, and others are blank with NO red X. Does anyone know what causes this and/or how to fix it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880425#3880425 Reply to the post : http://www

[JBoss-user] [News & Announcements] - 4.0.2 run-as Issues Security Patch

2005-06-06 Thread [EMAIL PROTECTED]
A patch archive that address two run-as security related issues has been made available for the jboss-4.0.2 release. The patch addresses the following two issues: Unexpected Principal (Security Identity) Propagation Switch JBAS-1852 SecurityInterceptor is not managing subject context stack

[JBoss-user] [Installation & Configuration] - Re: Connect exception in LAN when network cord is pulled

2005-06-06 Thread piazza
To answer your question: > Are these installations accessed from remote machines or just from local > clients running on the same machine? Our installations will only be accessed by local clients running on the same machine. We are using a mobile database (Sybase SQL Anywhere) that only needs a

[JBoss-user] [Installation & Configuration] - Re: Can't run Jetty on 4.02

2005-06-06 Thread karamon
Thanx a lot for responce. On first, must make an excuses for my english, it is very poor. I just trying to satisfy Your curiosity. :) "[EMAIL PROTECTED]" wrote : You can use whatever you like, it is really up to you. | Fact is that we provide an integrated Tomcat version (meaning it integrate

[JBoss-user] [EJB/JBoss] - Re: EAR and Class loading

2005-06-06 Thread gquintana
Since then I have tried many things: | * Add a true in the jboss.xml of both EJB jars | * Set naming service attribute CallByValue to true in jboss-service.xml | * Specify JNDI properties when instantiating the InitialiContext | Despite all my trials and my forum searches, nothing worke

[JBoss-user] [EJB/JBoss] - Re: Why does error come in deployment?

2005-06-06 Thread smeier
Dear chaman4110, the first thing to do is putting the names of the remote and home interfaces inside the proper xml-tags and wrap all the tags concerning your bean with a session-tag: http://java.sun.com/xml/ns/j2ee"; version="2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:sc

[JBoss-user] [JCA/JBoss] - Re: XA Transactions

2005-06-06 Thread schrouf
Do you call .setRollbackOnly() within your sample session bean in case of an Exception ? Make sure you do so, because there is not automatic transaction rollback by the container itself. Regards Ulf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880418#38804

[JBoss-user] [JCA/JBoss] - Re: TODO: Admin objects

2005-06-06 Thread [EMAIL PROTECTED]
You don't even understand what you did wrong... Because you HIJACKED my thread, I had to create a new one: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64833 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880417#3880417 Reply to the post : http:/

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate 2.1.x on Jboss 4.0.2 - what's changed since 4.

2005-06-06 Thread [EMAIL PROTECTED]
Moved to user forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880415#3880415 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880415 --- This SF.Net email is spo

[JBoss-user] [Installation & Configuration] - Jboss 3.2 crashed on uncaught exception

2005-06-06 Thread nvtluong1
Hi, When my EJBs throw out uncaught exception such as NullPointerException, our JBoss server on Sun Solaris 2.8 just prints out stack trace and automatically shuts down. Is there any simple configuration change that would make JBoss ingore the uncaught exception and keep running. It can print

[JBoss-user] [JBoss.NET] - SAXParser Exception when call a Web Service

2005-06-06 Thread gmorette
Hello, I have sucessfully develop a Web Service as it's describe in the manual of JBOSS 4.0.2. It's an EJB End Point The Web Service is correctly deploy, and i can see it at http://localhost:8080/ws4ee/services But when i call it with DII invocation i have a SAXParser Exception. I try to call

[JBoss-user] [Persistence & CMP/JBoss] - JBoss 3.2.5 ans SQL Server: using Y/N instead of 0/1 for boo

2005-06-06 Thread lduperval
Hi, We have legacy data that uses varchar(1) 'Y'/'N' for boolean values, instead of 0/1. Our database is SQL Server 2000. I'm trying to figure out how to make my booleans map to 'Y'/'N' instead of 0/1. In my configuration, I changed the follwing in standardjbosscmp-jdbc.xml: MS

[JBoss-user] [Beginners Corner] - Access multiple email addresses via 'mail-service.xml' ??!?

2005-06-06 Thread davout
Is it possible to setup multiple entries in 'mail-service.xml' so that my web app can access and use multiple email addresses? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880411#3880411 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [Management, JMX/JBoss] - gui console

2005-06-06 Thread bigben
hello i use jboss 3.2.6, and i need to deliver java console that can connect to some of my mbeans. i connected to the MbeanServer, but when i try to connect to my mbean i get: java.lang.NoClassDefFoundError: javax/management/BadStringOperationException where can i find BadStringOperationExcepti

[JBoss-user] [Installation & Configuration] - Using Struts 1.2.4, Jboss 4.0.1 sp1 , gives error

2005-06-06 Thread naveed_now
hi! i m using struts 1.2.4 and jboss 4.0.1 sp1 for my web application. every thing seems to be ok, it was working ok on a system. but when i tried to deploy it on another system. it deployed successfully as .ear file. but while running it gives following error.

[JBoss-user] [Security & JAAS/JBoss] - Re: Starting thread from Session Bean and probagating the pr

2005-06-06 Thread darranl
Within your session bean you MUST NOT perform any thread management, this includes starting new threads. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880402#3880402 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38804

[JBoss-user] [JCA/JBoss] - XA Transactions

2005-06-06 Thread muthukumaran_m
Actually I developed a sample application that uses XA transaction. In the sample a session bean first publishes two messages to a topic using XAConnectionFactory, latter it updates the DB using a entity bean. The entity bean also looks-up the connection from the XA datasource. To test my samp

  1   2   >