[JBoss-user] [JBossWS] - Re: Namespace problems invoking document/literal web service

2005-07-04 Thread moebus
Thanks for the hint. Any comments on when/how this might get fixed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883615#3883615 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883615

[JBoss-user] [Security & JAAS/JBoss] - Can't get ssl redirection to work properly

2005-07-04 Thread thalerion
Can't get ssl redirection to work properly Posted by: Stefan Nilsson on July 04, 2005 @ 09:21 AM Hi! I am running Jboss 4.0.1 and I have an application.ear called pds running on it. To access the application you simple write "http://adress:8080/pds"; Now I wanted to enable ssl on the webapp.war

[JBoss-user] [JNDI/Naming/Network] - ports in JBoss

2005-07-04 Thread venkatesh
Hi friends, We are using jboss inside a firewall, with NATing , these are the port we have opened JNP Port : 2099 RMI Port : 2098 WebServvice : 8080 and 4445 we are facing a problem in a dynamic port, everytime its changing when the JBoss is restarted, i think that port is the one sending t

[JBoss-user] [JBossWS] - Re: Starting from jboss-4.0.2 we use org.jboss.axis

2005-07-04 Thread dennisbyrne
What were the technical/political reasons for parting with Axis? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883610#3883610 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883610

[JBoss-user] [JBossWS] - could not find deserializer for type

2005-07-04 Thread ${bb.Guest}
Hi , I am new to webservices world.I am trying to call a webservice which is running in Jboss version jboss-4.0.3RC1.I am using Java object(ValResult) as return type from my webservice method.But I am getting following error when I call the webservice from a standalone client.Please help me to

[JBoss-user] [JBoss Portal] - Re: problems with jportal installation

2005-07-04 Thread scottlholmes
I needed to read the following several times to figure out what was up with my configuration: http://docs.jboss.com/jbportal/v2.0Final/user-guide/en/html/installation.html I'm not sure if I needed to do this or not but I did seem to get ahead a little: Edit jboss-portal.sar/conf/hibernate/hiber

[JBoss-user] [Persistence & CMP/JBoss] - Local home interface does not have the method findByPrimaryK

2005-07-04 Thread hemax
I have a problem with one of my CMP EJBs: jboss-4.0.0 On deployment got the following Errors: ObjectName: jboss.j2ee:jndiName=LogOffline,service=EJB state: FAILED I Depend On: Depends On Me: org.jboss.deployment.DeploymentException: Local home interface does not have the method findByPrima

[JBoss-user] [EJB/JBoss] - Passivation issue

2005-07-04 Thread flarosa
Hi, I have some JSP pages that use jsp:UseBean to include a page-scoped bean, which in turn uses a stateful session EJB which it stores as a member variable. What I'm finding in the logs is that JBoss is doing a lot of work passivating and eventually dumping all these EJBs, even though the clas

[JBoss-user] [Beginners Corner] - Saving hibernate object throws IllegalArgumentException

2005-07-04 Thread gbrasher
I'm attempting to save a hibernate-generated class in a servlet using jboss 4.0.2 and the Java 1.5.0.03 jdk. Can anyone shed light on why the following doPost method fails at (1) below with an IllegalArgumentException exception (ERROR [BasicPropertyAccessor] expected type: java.lang.Long, actual

[JBoss-user] [Testimonials] - Re: Petstore implemented on JBOSS and MYSQL

2005-07-04 Thread chriswforbes
anychance anyone has successfully deployed Petstore to JBoss & MySQL... And documented it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883594#3883594 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883594 -

[JBoss-user] [JBoss Portal] - Re: Problems deploying sample portlets

2005-07-04 Thread [EMAIL PROTECTED]
you must touch the web deployment descriptor to achieve redeployment : WEB-INF/web.xml jboss application server watches this URL to detect redeployment great to hear that you go in production, we will release a 2.0.1 release in July to fix the bugs which have been fixed meanwhile. Also this rel

[JBoss-user] [Persistence & CMP/JBoss] - Re: newbie with Hibernate...

2005-07-04 Thread pady
It turned out to be a MySQL driver issue with 3.1. I went back to 3.0 and it works fine. Thanks -- pady View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883590#3883590 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [JBoss Getting Started Documentation] - mbeans that are the root cuase of the problem

2005-07-04 Thread asthompson
Greetings, I seem to be having some trouble installing JBoss on Solaris 10. When I run : ./run.sh it spits out: ** TERM OUTPUT -- | --- Incompletely deployed packages --- | [EMAIL P

[JBoss-user] [Management, JMX/JBoss] - Re: Finding the components in jboss using JMX

2005-07-04 Thread fabcipriano
look at http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanIGetAReferenceToTheMBeanServer you will find the answer View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883588#3883588 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JBoss Portal] - Re: Problems deploying sample portlets

2005-07-04 Thread [EMAIL PROTECTED]
Can you explain this a little more. In my experience, hot deploying classes/jsps into the expanded WAR directory does not work -- the server must be restarted for the modified classes to take effect. Also, since you cannot deploy a WAR file, you cannot replace the expanded WAR file when the se

[JBoss-user] [Persistence & CMP/JBoss] - Re: Multiple Datasources

2005-07-04 Thread darranl
The code within the session bean is looking up the datasource in the java:comp/env namespace that is specific to the session bean. Had you tried writing your session bean against the Hypersonic datasource first? Have you added any entries to the deployment descriptor of your session bean that l

[JBoss-user] [Persistence & CMP/JBoss] - Re: Column XXXX cannot be null. why not Default value?

2005-07-04 Thread svewap
Ok, my last post was stupid and a case for the beginner's corner. a jbuilder 2005 problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883585#3883585 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883585 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Multiple Datasources

2005-07-04 Thread wmaidub
Supongo que hablarás Español, así que voy a contestarte así, sino no hablas Español, avisame y te lo escribo en ingles. Para agregar otro datasource, tenés que simplemente agregar otra rama de tu local-tx-datasource... entiendes?? View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [Persistence & CMP/JBoss] - Re: Multiple Datasources

2005-07-04 Thread Pablogra
I alse added the Microsofts sql server drivers in the lib folder, sp4 I think. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883582#3883582 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883582 --

[JBoss-user] [Persistence & CMP/JBoss] - Multiple Datasources

2005-07-04 Thread Pablogra
What do I do to have more than 1 datasource? I will de using the default hsql database for he JBoss services (for now), But my application uses SQL Server, so I creaed the following xml file and deplyed in the default server with the name myDB-ds.xml MyDatabase

[JBoss-user] [Persistence & CMP/JBoss] - Re: Column XXXX cannot be null. why not Default value?

2005-07-04 Thread svewap
i have generally problems to insert datas into my mysql-table at ejbCreate or ejbPostCreate. For example: | public Integer ejbCreate(Integer idcompanyuser, Integer companyid, |String username) throws CreateException { | setIdcompany(companyid); // -> work

[JBoss-user] [JBossWS] - Re: rpc/literal generates soap encoded array

2005-07-04 Thread [EMAIL PROTECTED]
We recommend to use the Sun tool wscompile (like you would use javac) until we have our own tool set ready to be used with jboss. The Axis toolset does not generated J2EE compliant artifacts. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883575#3883575 Repl

[JBoss-user] [JBossWS] - Re: NUll when consmuing JBoss service with .Net client

2005-07-04 Thread [EMAIL PROTECTED]
Does the SOAP message sent to .NET conform to the abstract contract defined in WSDL? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883574#3883574 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883574 ---

[JBoss-user] [HTTPD, Servlets & JSP] - bookstore

2005-07-04 Thread somsahi
Hi thanxs in advance so i downloaded bookstore example latest one from java site.And inported it to myeclipse (as bookstore web project.)all java files to src and all other files and directory to webroot folder that

[JBoss-user] [Security & JAAS/JBoss] - Authentication with ISAPI_REDIRECT and IIS

2005-07-04 Thread MSchmidke
Hello, in a Microsoft Windows environment, I want to use IIS and ISAPI_REDIRECT2.DLL to access my JBoss server. It's no problem to get redirection and authentication running. In a servlet, request.getUserPrincipal() works in the desired way. But when I try to get Authorization running, nothing

[JBoss-user] [Installation & Configuration] - error on build with jbas-1875-patch.zip

2005-07-04 Thread sviluppatorefico
hii've downloaded jbas-1875-patch.zip for jboss 4.0.2. I've get that patch in may 4.0.2 sources and when I execute build.sh from $JBOSS_SOURCES_HOME/build I have this error: /home/stancapi/sources/jboss-4.0.2-src/connector/src/main/org/jboss/resource/security/CallerIdentityLoginModu le.jav

[JBoss-user] [Persistence & CMP/JBoss] - Column XXXX cannot be null. why not Default value?

2005-07-04 Thread svewap
Hi, i have a problem with my mysql database-table. Im using jboss 4.0.2 final and MySQL 4.1.12a-nt. If jboss creates a record, jboss says: java.rmi.ServerException: EJBException:; nested exception is: | javax.ejb.EJBException: Could not create entity:java.sql.SQLException: Column 'activate

[JBoss-user] [JBossWS] - Re: How to specify ctxPath for ejb endpoint web service

2005-07-04 Thread [EMAIL PROTECTED]
You can set in jboss.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883567#3883567 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883567 --- SF.Net email is spo

[JBoss-user] [Beginners Corner] - UDP WARN Messages

2005-07-04 Thread Adblock
Hello, i recently decided to use Jboss instead of the j2ee server from Sun. I'm quite pleased, its a lot more handy and easier to use. But theres one thing that really bothers me: All the time i get WARN messages like: | 18:00:02,084 WARN [UDP] packet from /150.254.173.185:45566 has differe

[JBoss-user] [EJB/JBoss] - Re: FYI: Declared-sql using SQL UNION

2005-07-04 Thread [EMAIL PROTECTED]
Hi there I am having some trouble deploying a modification of your example. I think it is because i don't know how to declare the method correctly in ejb-jar.xml. So far I have this in my ejb-jar : | |

[JBoss-user] [JBoss Portal] - Re: Problems deploying sample portlets

2005-07-04 Thread [EMAIL PROTECTED]
JBoss Portal handle dynamic redeployment of portlet web applications. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883562#3883562 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883562 ---

[JBoss-user] [JBoss Portal] - Re: Problems deploying sample portlets

2005-07-04 Thread [EMAIL PROTECTED]
I have it working now. No change needs to be made to the HelloWorld sample as downloaded The key is that the expanded WAR file must be deployed to deploy/jboss-portal.sar and the portal must be restarted. The correct URL is: http://localhost:8080/portal/index.html?ctrl:id=page.default.hellowo

[JBoss-user] [Security & JAAS/JBoss] - Re: passing password to LDAP server

2005-07-04 Thread gmeroz
i need it in a session bean - there's no HTTP header... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883558#3883558 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883558 -

[JBoss-user] [EJB/JBoss] - reconnecting in postgre

2005-07-04 Thread JulesVerne
scenario : there is a stored procedure call from an ejb using one of the two local tx datasource for postgres. The database was restarted when the procedure call was made and an exception is thrown. Is it true the exception wouldn't be raised if an xa-datasource was used instead and the call

[JBoss-user] [Persistence & CMP/JBoss] - newbie with Hibernate...

2005-07-04 Thread pady
JBoss 4.0.2 & Hibernate 3.0 & MySQL 5.0 I am new to Hibernate. I am trying to create the "Cat" persistence example of Hibernate. The Cat table exists. I have deployed the EAR file. I wrote a simple servlet as follows: | public class HibernateExampleServlet extends HttpServlet { | |

[JBoss-user] [Persistence & CMP/JBoss] - switch between different tables in one EntityBean

2005-07-04 Thread francoisguilhaumon
Hi, I'm developping an application that use three (or more) version of a DB table. The version of the table to be used is specified by the user at the begenning of the applicaiton. My question is: Is there a way to switch between different tables (the structure of these tables are exactly the

[JBoss-user] [Installation & Configuration] - Stop minimal configuration

2005-07-04 Thread soulLee
How I can stop minimal configuration? I need program way for it. Thank you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883547#3883547 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883547 -

[JBoss-user] [Performance Tuning] - Re: Jboss Scanner Thread high CPU usage waiting on condition

2005-07-04 Thread mbeyer73
Any news on that matter? How did you solve that problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883545#3883545 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883545 ---

[JBoss-user] [Installation & Configuration] - Re: LOG4J error upon deployment

2005-07-04 Thread fechotecho
:-) Which version are you using? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883542#3883542 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883542 --- SF.Net email

[JBoss-user] [Beginners Corner] - jboss-web.xml location

2005-07-04 Thread somsahi
Hi where to keep jboss-web.xml as whenever i keep this in web-inf alongwith it gives error in package explorer and not able to deploy after that and without that it gives resorce reference error View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883538#3883538 R

[JBoss-user] [Beginners Corner] - Compilation error - struts logic notMatch tag

2005-07-04 Thread cc_humbry
Hi, Can someone help me with this? I have jsp that contains some struts logic tags viz... | | | | | | | "> | | | | | | when running on JBoss 3.2.3 I get the following error anonymous wrote : | Generated servle

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBOSS IDE tutorial

2005-07-04 Thread nskarthik_k
Yes Shure Web.xml - | | | http://java.sun.com/dtd/web-app_2_3.dtd";> | | | | Compute | Computation Servlet | [CDATA[Servlet that compute Fibonacci suite]] | tutorial.web.ComputeServlet | | | Compute

[JBoss-user] [Installation & Configuration] - Problem with JBoss 4.0.1sp1 und j2sdk1.4.2_04

2005-07-04 Thread reiasmus
When i shutdown the jboss with the script jboss_init_suse.sh i've got the error message (... ServerImplBean (Unsupported major.minor version 48.0)) it looks live a version problem. My environment is j2sdk1.4.2_04. Any help is appreciated View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBOSS IDE tutorial

2005-07-04 Thread darranl
Could you post your generated web.xml deployment descriptor and your ComputeServlet.java code. For both of these wrap them with [ code ] [ / code ] tags without the spaces and use the preview button to make sure that they display correctly. View the original post : http://www.jboss.org/index.h

[JBoss-user] [HTTPD, Servlets & JSP] - Unable to export the Euro and Yen currency symbols to excel

2005-07-04 Thread suthakar
Hi All, I'm trying to export the application data into excel sheet. When i do the export of the currency symbols, it is not getting exported and displaying a blank characters in excel. Any one of you, can help me to solve this issue? Here the details, what i've tried, I passed the java -Dfile.

[JBoss-user] [Persistence & CMP/JBoss] - Advice needed on locking issues

2005-07-04 Thread glyn_walters
Hi I am using a session bean to create CMP EJBs. I am using "Standard CMP 2.x EntityBean with CI in Commit Option C" with cache-invalidation so that I can maintain their state in a cluster. The backend is a sql server database. With asynchronous calls to the session bean to create EJBs, the dat

[JBoss-user] [EJB/JBoss] - Re: Why Application Server?

2005-07-04 Thread clairecostello
I think one of the best advantages of using an App Server like JBoss is the J2EE CMP functionality. Once you understand how CMP works, it cuts out the data access layer you would normally write in business apps as SQL code can get quite involved at the best of times. Claire. View the original

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBOSS IDE tutorial

2005-07-04 Thread nskarthik_k
Same Dittoo with my Eclipse 3.02 + jdk1.4.2 + jboss4.2 + Eclipse plugin for Jboss Can some body help us out of this Problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883526#3883526 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Persistence & CMP/JBoss] - Re: eager-load-group for CMR doesn't work

2005-07-04 Thread tbech
anonymous wrote : make sure you are in a transaction with "Required" attribute setting i've checked and it is 'required'. anonymous wrote : Also dont use the EJBQLToSQL92DCompiler in deploy desc. Not used As triathlon98 says, it is similar in 4.0.2 so probably 3.2.7 also. And I have 100+ beans,

[JBoss-user] [HTTPD, Servlets & JSP] - Couldn't create bookstore database bean: Couldn't open conne

2005-07-04 Thread somsahi
while deploying bookstore on jboss+myeclipse getting following error Couldn't create bookstore database bean: Couldn't open connection to database i have already created jboss-web xml refrencing jdbc/BookDb jnid i have set like this oracle.home=D:\oracle oracle.dbName=ab oracle.server=abo oracle.p

[JBoss-user] [JBoss Portal] - Re: Problems deploying sample portlets

2005-07-04 Thread martingi
This sounds like a similar problem I had. The correct url should be this one:"[EMAIL PROTECTED]" wrote : http://localhost:8080/portal/index.html?ctrl:id=page.default.helloworld | If you followed the Reference Manual, chap. 2.6 your helloworld-pages.xml looks about like this | ... |

[JBoss-user] [EJB/JBoss] - Re: Why Application Server?

2005-07-04 Thread monga
Hi. You have mentioned that the data are stored in mysql. You are going to write a java program that will retrieve/manipulate the data. One reason for why you can use application server is to take advantage of some of the features of applications server such as connection pooling. Of course

[JBoss-user] [Persistence & CMP/JBoss] - Setting "SetBigStringTryClob" property for Oracle

2005-07-04 Thread anonymoususer
Hi, I have found that to overcome a limit of a 32K blob object, the SetBigStringTryClob property needs to be set to true eg. Properties prop = new Properties(); |prop.setProperty("user","fakenotrealhanigotohell"); |prop.setProperty("password","fakenotrealdontlookatmebileblogb

[JBoss-user] [EJB/JBoss] - Deployment of EJB3Trail.ear example

2005-07-04 Thread jbossChecker
Trying the EJB3Trail.ear example from http://www.jboss.com/docs/trailblazer with jboss4.0.3, I got the error below (within jboss): 10:58:02,005 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-4.0.3/ser ver/default/deploy/EJB3Trail.ear 10:58:02,086 ERROR [MainDeployer] Could not init

[JBoss-user] [EJB/JBoss] - TransactionRolledbackLocalException caused stateful session

2005-07-04 Thread bbbear
Hi, I'm using JBoss 4.0. I have a container-managed stateful session bean which will call a stateless session bean for some business logics. What I'm trying to do is to simulate a transaction rollback scenario to see my beans' behaviour. Something I don't understand, when I get a "Transactio

[JBoss-user] [JCA/JBoss] - DeploymentException with -ds.xml inside ear inside rar

2005-07-04 Thread GreyDeath
I added the following lines to my jboss-app.xml and since then I get exceptions during deployment. goldensource.com:loader=goldensource.app.ear java2ParentDelegation=false 10:14:23,758 INFO [ServiceConfigurator] Problem configuring service jboss.

[JBoss-user] [Installation & Configuration] - Override xerces parser with older version

2005-07-04 Thread flottis
Hello, I've been struggling trying to override the bundled xerces parser quite some time now but have not yet been successful ( I've searched the forums and found some threads having similar problems but I could not find a thread with a solution to the problem so I decided to create a new ). I

[JBoss-user] Help; NoSuchObjectException

2005-07-04 Thread jagadish gowda
HI, I am getting an exception in rmi. I am using JBoss 3.2.6. Whenever any method called on remote referrence. it is throwing NoSuchObjectExcepion. look up will give the remove stub referrance. when any method called on that is giving this exception. If any of you no the solution.Could you please

[JBoss-user] [JBossCache] - Re: Is JBossCache good inside EJB model?

2005-07-04 Thread javaRipper
Only one more question: Is this TreeCache MBean called by reference inside ejb? I mean if we can't use threads control and TreeCache take control of ejb thread (for example in transactions locks)...are we breaking the ejb specs? View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [EJB/JBoss] - eclipse plugin and MBeans

2005-07-04 Thread kosmo
Hi, i want to connect to my MBean from an eclipse plugin. It worked from a simple test class that ran as a normal java application. but when i run it in an eclipse plugin it crashes. the error message: Unhandled event loop exception Reason: javax/management/MBeanServerConnection InitialContext i