[jboss-user] [Remoting] - Re: Problem deploying remoting streaming

2007-05-19 Thread [EMAIL PROTECTED]
anonymous wrote : Could somebody tell me what is the reason of the message "Handler supplied is not an object name." ? | org.jboss.remoting.transport.Connector first tries to interpret "a.b.c.d.DocMgrStreamInvocationHandler" in | a.b.c.d.DocMgrStreamInvocationHandler as an MBean ObjectN

[jboss-user] [JBoss Getting Started Documentation] - Re: Can not start the Hypersonic Manager Tool

2007-05-19 Thread PeterJ
See the Getting Started Guide, section 4.1.7.3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047039#4047039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047039 ___ jboss-u

[jboss-user] [Installation, Configuration & Deployment] - Re: Need to deploy on localhost for debug, but browse using

2007-05-19 Thread PeterJ
See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=108595 and http://www.jboss.com/index.html?module=bb&op=viewtopic&t=108908 (I could go on and on, seems like every other post to this forum since 4.2 came out is on this same issue.) View the original post : http://www.jboss.com/inde

[jboss-user] [EJB/JBoss] - Stateful + PreDestroy + EntityManager = NullPointerException

2007-05-19 Thread Alesque
Hi, I?m currently working on a stateful session bean (jboss 4.2.0.CR2) and I need some help. In the annotated pre destroy method I get an exception if one method of the Hibernate session is invoked. Caused by: java.lang.NullPointerException | at org.jboss.ejb3.entity.ManagedEntityMa

[jboss-user] [Installation, Configuration & Deployment] - Re: Need to deploy on localhost for debug, but browse using

2007-05-19 Thread nalbion
What do you mean "look for the system property"? Where do I look? I'm using Windows XP, by the way. I tried "set" from the command prompt, but there's no such "system property" there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047035#4047035 Reply to

[jboss-user] [Installation, Configuration & Deployment] - Re: Need to deploy on localhost for debug, but browse using

2007-05-19 Thread genman
Look for the system property "jboss.bind.address" - what does it contain? Also, tools like "netstat" allow you to check what ports are bound to which address... Not sure about MyEclipse, but perhaps it's doing it for security purposes. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [Installation, Configuration & Deployment] - Re: Jar Management

2007-05-19 Thread genman
If the versions of libraries your app uses match the application server's closely, I usually resort to using the app server's libraries. This isn't really portable. You can duplicate them, but if you do, you need to configure your .ear to isolate out the JBoss ones in favor of your own. Otherw

[jboss-user] [Installation, Configuration & Deployment] - Re: JAR Hell

2007-05-19 Thread genman
I won't respond to the validity of your claims or rant. I would like to point out some resources that might be helpful to you. Have you heard of JarJar? http://www.sixlegs.com/blog/java/depfind.html And for your application, classloader isolation actually works fairly well. If you use the rig

[jboss-user] [JBoss Portal] - Re: What is powering labs.jboss.com?

2007-05-19 Thread pedalshoe
Thank You, I was wondering how you were able to have a drop shadow for the right and bottom of the content area. I see from the documentation that you can define a style for the content-container and footer. But to do what you did for that, an extra style wrapping just the content area with ou

[jboss-user] [JBoss Seam] - Re: Hibernate SQL statements are not getting logged

2007-05-19 Thread grettke_spdr
"fernando_jmt" wrote : | | | | Thank you Fernando! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047025#4047025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047025

[jboss-user] [JBoss Seam] - How to populate the SQL import* scripts?

2007-05-19 Thread grettke_spdr
Hi folks, I am using Seam 1.2.1 with HSQLDB. I would like to use the import* scripts to populate the database. I need to figure out what those SQL statements look like, though, as my inserts are not getting displayed in the log. Is there a way to connect to the in memory database and dump it t

[jboss-user] [JBoss Seam] - Re: Hibernate SQL statements are not getting logged

2007-05-19 Thread fernando_jmt
| | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047023#4047023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047023 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Seam] - Hibernate SQL statements are not getting logged

2007-05-19 Thread grettke_spdr
Hi folks, I'm running Seam 1.2.1 on JBoss 4.0.5GA. Also using JPA EntityManager, not going straight against a Session. In each of my persistence.xmls, I've added | | | | | to the properties of my datasource. When the app is deployed, I can see the sql statements that create t

[jboss-user] [Installation, Configuration & Deployment] - Jar Management

2007-05-19 Thread justinmiller
Hey all, Let's say you're writing an app and are relying on some third-party jar and it in turn has some dependencies. What is the standard practice in the event some of those jars are already included in the base JBoss distribution?? Do you include the ones supplied by the third-party ve

jboss-user@lists.jboss.org

2007-05-19 Thread codesamurai
tsar is correct. I have no problem running JDK 6 update 1 with JBoss 4.2.0.GA on win XP PRO sp2 fully patched. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047020#4047020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss jBPM] - ClassCast exception when executing simple process

2007-05-19 Thread sergey.rybets
Hello. I have following problem - 23:37:37,248 ERROR [[Test]] Servlet.service() for servlet Test threw exception java.lang.ClassCastException: org.jbpm.msg.jms.JmsMessageServiceFactoryImpl at org.jbpm.svc.Services.getServiceFactory(Services.java:122) at org.jbpm.svc.Services.getSe

[jboss-user] [Remoting] - Re: unexpected server shutdown with sslsocket

2007-05-19 Thread Clarich
Hi Ron, I've send you a sample by mail. Actually I don't know how I can set reuseAddress from outside the Remoting Framework. But I have another idea: I do use the inner Class ClientAuthSocketFactory from the org.jboss.test.remoting.transport.socket.ssl.serversocketrefresh.TestServer Class as

[jboss-user] [JBoss Portal] - unable to acess the deployed portlet

2007-05-19 Thread ramst123
hi all, i am new to jboss portal.Can any body help me in acessing my deployed portlet. I downloaded the sample helloworld portlet its working fine... but when i try to build my own portlet i was not able to acess my portlet// when i tried to check from the Jboss>webconsole>

[jboss-user] [JBoss jBPM] - Re: login to jbpm_console failed

2007-05-19 Thread sergey.rybets
may be some additional data should be provided in db like groups, memberships? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047015#4047015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047015

[jboss-user] [Installation, Configuration & Deployment] - JAR Hell

2007-05-19 Thread jfrosch
This posting is a general observation rather than a descriptions of a specific technical problem. (Okay, it's really more of a venting than an observation.) I finding fighting with dependencies from dozens of third party JAR files from different open-source projects is becomingly an increasing

[jboss-user] [JBoss jBPM] - Re: login to jbpm_console failed

2007-05-19 Thread sergey.rybets
Hi. I've got similar problem as Naseem - after migration from hsqldb to oracle I can't login to console. Records with users and passwords are present in jbpm_id_user (commit was done ;) ). Server starts without exceptions, datasource is configured properly. Everything was done like described i

[jboss-user] [JBoss Seam] - Re: seam converter

2007-05-19 Thread armita
It is not working. I even tried the UI example of seam which uses a converter and put some logs inside the methods, but it seems that converters is not functional in Seam! Or maybe I am missing something? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=404701

[jboss-user] [JBoss jBPM] - Re: PROBLEMS About the database of jBPM BPEL

2007-05-19 Thread wjm
Looks like you need to set the appropriate dialect property in your mysql config. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047011#4047011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047011

[jboss-user] [Remoting] - Re: call a remote EJB

2007-05-19 Thread [EMAIL PROTECTED]
I've posted a note on the jboss-ide forum, http://www.jboss.com/index.html?module=bb&op=viewtopic&t=109025&start=-10, about using a newer version of jboss-aspect-library-jdk50.jar in their next release. -Ron View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss Tools (users)] - Incompatibility between Remoting 2.2.0.GA and jboss-aspect-

2007-05-19 Thread [EMAIL PROTECTED]
A thread in the Remoting forum, http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045698, suggests that the jboss-aspect-library-jdk50.jar bundled with jboss-ide 2.0.0Beta2 is an older version, not compatible with the current release of Remoting. Can the next release of jboss-

[jboss-user] [Remoting] - Re: Enable TCP_NO_DELAY on HTTP client

2007-05-19 Thread [EMAIL PROTECTED]
The Remoting http transport communicates by way of HttpURLConnections, and I'm not aware of any way to access sockets managed by an ordinary HttpUrlConnection. The secure subclass HttpsURLConnection has a setSSLSocketFactory() method, which would allow you to create and configure sockets. Unf

[jboss-user] [JBoss Getting Started Documentation] - Re: Can not start the Hypersonic Manager Tool

2007-05-19 Thread kuvera
I meant the Manager Tool, sorry for being unclear. Currently I read EJB 3.0 book, and I would like to follow the examples. That's why I'd like access to the Manager Tool. Otherwise I will use Mysql. Could you please describe how the MT is started if the service is already configured? View the o

[jboss-user] [JBoss Seam] - Re: Validate two properties against each other

2007-05-19 Thread DavidInTx
I think you're headed in the right direction--Hibernate Validator doesn't appear to directly support "two field" validations of the type present in struts, but it does support bean level validation seems to be the proper way to enable what you want. See http://forum.hibernate.org/viewtopic.php?

[jboss-user] [Installation, Configuration & Deployment] - Need to deploy on localhost for debug, but browse using real

2007-05-19 Thread nalbion
Until I upgraded from JBoss 4.0.5 to 4.2.0 and MyEclipse 5.1 to 5.5 I was able to deploy my web app to local host, and then browse to it at 127.0.0.1:8080 or 192.168.1.1:8080 or myRealAddress:8080. Now, all that works is 127.0.0.1:8080. It's important that I can use the real IP address and not

[jboss-user] [JBossWS] - Re: Exception in EJB 3.0 Client Execution

2007-05-19 Thread ramat123
Hi there, Have you found a solution to this problem? I am exactly in the same situation right now trying to solve it for hours. Thanks a lot, David View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047004#4047004 Reply to the post : http://www.jboss.com/index

[jboss-user] [Beginners Corner] - cvs eclipse I can-not get cvs TO WORK

2007-05-19 Thread dreuzel
i had two individual cases of partual upload in the last two weeks. i did setup eclipse CVS )otherwise perfectly connecting firewall allowing internal initiated access to return for all tcp-ip ports, no changes to the firewall since(partualy transfer (10 files( means the firewall is ok ??!!!

[jboss-user] [JBoss jBPM] - Re: org.hibernate.TransientObjectException object references

2007-05-19 Thread warmonga
Hi all, I have roughly the same problem as Javit does. Just a quick question: How can I save a Transition or a State object? My first try was to do it the same way like with a process instance: executionContext.getJbpmContext().save(processInstance) But: executionContext.getJbpmContext().save(s

[jboss-user] [Installation, Configuration & Deployment] - Re: exploded(file-system) war deployment in JBoss

2007-05-19 Thread jaikiran
Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047000#4047000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047000

[jboss-user] [JBoss Seam] - Re: LazyInitializationException on SeamTest

2007-05-19 Thread fernando_jmt
Forget this post. It was my fault (I was using @PersistenceContext instead SMPC by accident), now it is working fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046999#4046999 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Tools (users)] - Re: JBoss_IDE update to be run within eclipse update manager

2007-05-19 Thread wiggy
I had my updates pointed to this http://download.jboss.org/jbosside/updates/development this still seems okay - but not new posts for some time, and i cant get my beta 2 to play with the jboss as 4.2GA properly. pretty frustrating. Otherwise its okay View the original post : http://www.j

[jboss-user] [JBoss Tools (users)] - Re: JBoss IDE and JBoss 4.2.0 GA, support it??

2007-05-19 Thread wiggy
someone just helped me on this on another forum see anonymous wrote : | | I don't know if it's the same Problem, but I learned after some searching that the server description files for the new JBoss-server versions were missing. I found some here: www.informatik.fh-wiesbaden.de/~knauf/pu

[jboss-user] [JBoss jBPM] - Re: utf problem

2007-05-19 Thread estaub
I'm guessing at this point. The next thing I'd check is the database. What are you using? Have you checked whether the columns holding strings can deal with UTF-8? Also, if the database doesn't know from UTF-8, what you saw there might well be correct, if it's just saving the 2-byte characters as

[jboss-user] [JBoss jBPM] - Re: how to configure jbpm tx service?

2007-05-19 Thread sergey.rybets
this is already not a problem, thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046995#4046995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046995 ___ jboss-user mailing l

[jboss-user] [JBoss jBPM] - xml export

2007-05-19 Thread msandoz
hi im putting together an alternative java-based editor and would like to know if there are any xml export capabilities recommended. I am aware of the deprecated JpdlXmlWriter class but would prefer not to use a deprecated class. I also came across the org.jbpm.gd.jpdl.model.xml adapters in the

[jboss-user] [Installation, Configuration & Deployment] - exploded(file-system) war deployment in JBoss

2007-05-19 Thread pulaparty
I've worked with Tomcat, OC4J (Oracle appserver). Both of them support exploded archive deployment, i.e., i extract my WAR contents on the OS filesystem and point to a given directory as my webContent folder from my server configuration. I can then easily change things on the file system and res

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Jboss -- Open JPA Support

2007-05-19 Thread sbudigam
Hi, I am a beginner, Please can any one clarify . Do JBoss supports JNDI lookup with OPen JPA on a web project which uses only POJO's? If yes, Please list me the workine examples. Thanks in advance... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40469

[jboss-user] [Installation, Configuration & Deployment] - Re: Getting error while deploying my application in Jboss, j

2007-05-19 Thread shyamjig
"PeterJ" wrote : A servlet is loaded on startup if you have the < load-on-startup /> tag defined for the servlet. Remove the < load-on-startup /> tag and it will be loaded when needed. | | But if you eventually load all 7000 servlets, you will still wind up with an out-of-memory exception.

Re: [jboss-user] [EJB 3.0] - Re: NullPointerException at doSecondPass

2007-05-19 Thread Heping Zhang
hi, Felix, thank you. I have already resolved it . just because of a redundant "a" at a getter method and it result to a incorrect OneToOne relationship. still thanks for your help! ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jbo

[jboss-user] [JBoss Seam] - Re: property injection

2007-05-19 Thread ewfolf
@monkeyden: thanks for your reply. i found the corresponding entry in the documentation. unfortunately, it doesn't work actually. i'm using the seam.properties settings configuration. seam.properties: | applicationSettings.profilesPath /profiles | ApplicationSettings.java: | @Name("ap

[jboss-user] [JBoss and NetBeans] - Re: I want to use jboss deploy my web app, error!

2007-05-19 Thread Foli
I have this problem too. :( I use NetBeans 5.5.1. RC1 and JBoss 4.2.0 GA anonymous wrote : | 11:45:23,750 ERROR [MainDeployer] Could not initialise deployment: file:/E:/JBoss /jboss-4.2.0.GA/server/default/deploy/JBossApp1.war | org.jboss.deployment.DeploymentException: unexpected EOF; - ne

[jboss-user] [JBoss Seam] - is it possible to "pass a XML to the view"

2007-05-19 Thread hasc
Hello, i have a process that creates an XML document. is it possible to pass this document to the view with a stylesheet? i defined a content template in my page and i would like to parse my XML inside of this content area. is that possible? and if it is could you point me to a documentation o

[jboss-user] [EJB 3.0] - Re: NullPointerException at doSecondPass

2007-05-19 Thread fhh
The error is due to a @OneToOne relationship: at org.hibernate.cfg.OneToOneSecondPass.doSecondPass(OneToOneSecondPass.java:135) Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046987#4046987 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: seam converter

2007-05-19 Thread fhh
If you use injection you have to access the converter via an el expression, like #{locationConverter}. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046986#4046986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] expect a slsb but get a proxy

2007-05-19 Thread Heping Zhang
hi, I need a slsb so I do like this: ctx = new InitialContext(); bean = (Calculator) ctx.lookup("favorites/UsersFacade/local"); UsersFacade is a slsb implements UsersFacadeLocal interface. however, when it runs, I get a ClassCastException. And I find out that the looup method actually returns a Pr

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-05-19 Thread demetrio812
Hi, I didn't noticed this topic and I started a new one (sorry). I used seam-gen and the developer guide informations and it give me the same error! I'm using the latest version of Seam and JBoss AS. here my topic: http://jboss.org/index.html?module=bb&op=viewtopic&t=108791 Demetrio View the

[jboss-user] [Performance Tuning] - Re: HQL/ JPA-QL Query Tuning: How to enforce the join order

2007-05-19 Thread hoeft
Thank you for your answer! Do you know if it is possible to map pojo's to view's (especially with hibernate)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046980#4046980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JNDI/Naming/Network] - problem in lookUp() for connectionFactory

2007-05-19 Thread [EMAIL PROTECTED]
Hi, I am a new bie... I am trying with my sample mdb's I tried to get ConnectionFactory through lookup() to get connection to Jms Q... But I am getting Unmarshelled Exception if i use "ConnectionFactory" I am using jndi.properties file which works with simple stateless session beans... If i u