[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-04 Thread mzeijen
Damm, why is it so difficult to install a simple portal server, that supports ear deployment, on JBoss other then JBoss portal :(. - Jetspeed 2 doesn't support ear files - Pluto doesn't work on JBoss - Can't get Liferay to work (working on it) sight... View the original post :

[jboss-user] [JBoss Seam] - Re: Step-by-step localization guide

2006-09-04 Thread perwik
Oh, whith object and connections etc. I was thinking of a database. Your solution works well with content that is really static. But I'd prefer some sort of wiki/CMS functionality so that users can edit the content without access to the .xhtml files (which they shouldn't even have to know or

[jboss-user] [EJB 3.0] - Re: Query parameter is modified and return as null

2006-09-04 Thread urswag
label is a reserved word in MySQL. I use this word as table name -- generates strange effects. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969287#3969287 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969287

[jboss-user] [Management, JMX/JBoss] - Re: Class loader problem!

2006-09-04 Thread Doug.Palmer
Please ignore this; the JBossWS deployer isn't being called when the war file is deployed. I assume this is where the class loading problem is coming from. My question belong in the JBossWS forum and needs to be rephrased as how do I deploy a JBossWS war file as a subdeployment? I will

[jboss-user] [JBoss Messaging] - HTTP example not working

2006-09-04 Thread PeterJ
The http example client in 1.0.1.CR4 has a few issues, one which is easily fixed, the others are a bit more difficult. First, in example/http/build.xml the Ant property jboss.configuration never gets set, so the messaging-http-service.xml file gets copied to the wrong location. To fix this,

[jboss-user] [JBoss Seam] - Re: Seam integration with ICEfaces

2006-09-04 Thread nhpvti
end of thread, according to the following discussion it should be possible http://www.jboss.com/index.html?module=bbop=viewtopict=89513 I'll try myself tomorrow. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969291#3969291 Reply to the post :

[jboss-user] [JBossWS] - JBossWS as a sub deployment?

2006-09-04 Thread Doug.Palmer
Hi I'm having a bit of a problem deploying a war file with a JSR109 service in it. I have an MBean that builds a war file from an xml file and then deploys it. If I build the war file and then tell the main deployer to deploy the war file JBossWS processes the war and publishes the service.

[jboss-user] [JBoss Seam] - Re: TestNG and Seam Documentation 12.1. Unit testing Seam co

2006-09-04 Thread chuckadams
You can't depend on the EJB3 container being initialized in a @BeforeClass/beforeTestClass method, because it does in fact run before the embedded container is started by SeamTest.init(). I believe TestNG will run tests in the order they're specified in the testng.xml file, so you could

[jboss-user] [Clustering/JBoss] - Re: jndi.properties

2006-09-04 Thread [EMAIL PROTECTED]
You also want port 1101 open. Port 1101 serves the same purpose for HA-JNDI that 1098 does for regular JNDI. 1099/1100 is for contacting the server to download a naming client proxy; 1098/1101 is for subsequent calls to do lookups, etc. If you're only using HA-JNDI, you probably don't need

[jboss-user] [JBoss Messaging] - Re: HTTP example not working

2006-09-04 Thread timfox
The HTTP transport for JBM is currently not supported. This is currently being worked on, here is the JIRA task: http://jira.jboss.com/jira/browse/JBMESSAGING-207 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969296#3969296 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: XML Entity Resolving

2006-09-04 Thread klease
I had a similar problem. I put the CatalogManager.properties file in my war file under WEB-INF/classes, but it still wasn't found. I fixed the problem by removing the resolver.jar from the jboss lib/endorsed directory. It seems this caused java (1.4 at least) to load it in the boot classpath so

[jboss-user] [JBoss Seam] - Re: Can you merge multiple annotations in one?

2006-09-04 Thread chuckadams
@Stateful isn't Seam's annotation to begin with, and most of the other annotations are pretty orthogonal to each other. @Role subsumes @Name and @Scope, and maybe they could make it suck up some of the other annotations too. You still need @Name though, or seam won't even pick it up as a

[jboss-user] [JBossWS] - Re: calling webservice Simultaneously

2006-09-04 Thread [EMAIL PROTECTED]
WRT concurency a WS endpoint is just another webapp. Have a look at tomcat configuration. | Connector port=8080 address=${jboss.bind.address} maxThreads=250 strategy=ms maxHttpHeaderSize=8192 emptySessionPath=true enableLookups=false redirectPort=8443 acceptCount=100

[jboss-user] [JBossWS] - Re: NullPointerException using wstools

2006-09-04 Thread [EMAIL PROTECTED]
Could you please create a JIRA issue and attah the WSDL file? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969300#3969300 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969300

[jboss-user] [JBoss Seam] - Re: Invitation to try new Seam authentication features

2006-09-04 Thread sbryzak2
msteiner wrote : Seam security does strange things with transactions when is turned on 'Transaction failed' message is rendered and when I try write to db I get exception: | | | | | (...) | | Caused by: org.jboss.util.NestedSQLException: Transaction is not active: (...) The

[jboss-user] [JBossWS] - Re: Mapping question...

2006-09-04 Thread [EMAIL PROTECTED]
Have a look at http://labs.jboss.com/portal/jbossws/user-guide/en/html/getting-started.html#message-endpoints View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969301#3969301 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-04 Thread [EMAIL PROTECTED]
Hi, couldn't agree any more with you. I finally got Liferay Professional (WAR version, with no EJB's inside Liferay) and Seam Portlet with two EJB3 jar files to deploy properly.. When actually trying to use or see the portlet inside the portal the million lines long stack trace appears..

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide server configuration

2006-09-04 Thread [EMAIL PROTECTED]
Please link me to the tutorial you're using and I'll try to figure out how much is needed to get that working =] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969308#3969308 Reply to the post :

[jboss-user] [JBossCache] - Exceptio in startService with PojoCache

2006-09-04 Thread yudivian
I'm trying to use replication using PojoCache this work fine (not that fine because I get an OutOfMemory exception but that's not what I'm trying to solve now) when I use only one instance of the application I'm developing. But when I try to start more than one application in differents PC (or

[jboss-user] [JBossWS] - Re: Mapping question...

2006-09-04 Thread Doug.Palmer
Hi Thomas I've read that document several times. Unfortunately it uses an anyType to describe the input message and that isn't much use to a client that wants to know the format of the message to send. In the end I figured out that I could replace the schema element for the input type with

[jboss-user] [JBossWS] - Re: JBossWS as a sub deployment?

2006-09-04 Thread Doug.Palmer
I think I've figured this out. I'm not sure if it is a bug or a feature? It would appear that calling deploy on the main deployer with a relative url to a war file is processed by the Tomcat deployer and calling deploy with an absolute url to a war file is processed by the JBossWS deployer.

[jboss-user] [JBossCache] - Re: Exceptio in startService with PojoCache

2006-09-04 Thread [EMAIL PROTECTED]
How do you start up your cache instances? This is something to do with the initial state transfer. Also, make sure you don't have any orphaned process running. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969334#3969334 Reply to the post :

[jboss-user] [JBossCache] - Re: Exceptio in startService with PojoCache

2006-09-04 Thread [EMAIL PROTECTED]
You have a transaction on the existing cache instance that's holding a write lock on a node for 15 seconds. That's preventing the acquisition of the read lock that's necessary to prepare the state transfer. So a question is why a tx is holding the lock for that long. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - CMP problem with MySQL Data Source

2006-09-04 Thread miecma
I cannot seem to get any of my CMP Entity Beans to work. I keep getting the following exception when I run jboss: org.jboss.deployment.DeploymentException: Couldn't create entity command: ; - ne sted throwable: (java.lang.NullPointerException) at

[jboss-user] [JBoss Portal] - Re: jboss portal 2.4GA HTML editor can not process chinese i

2006-09-04 Thread jsports
Maybe you can change the page charset to gb2312? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969339#3969339 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969339 ___

[jboss-user] [J2EE Design Patterns] - SunOne is JBoss?

2006-09-04 Thread skalapala
Hi I was advised that Sun One application server is really JBoss under the hood. Is that true?? Thanks Shane View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969340#3969340 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Detach entities - Obtaining a clear pojo

2006-09-04 Thread ALRubinger
OK; cool. Would a function that does the following meet your objectives? * Obtain all internal members of the POJO via reflection/BeanUtils * Iterate through 'em * If the current is of type java.lang.Collection, run my above method on it (which replaces any Hibernate Collections with a standard

[jboss-user] [JBossWS] - Re: Newbie: How do you modify the java package/namespace map

2006-09-04 Thread summer.hill
Thanks for the tip Thomas. I've already done this for my @WebService annotations. The real problem I am having is with passing java objects as parameter or return values from the @WebMethods. The WSDL generated places the java objects in their own WSDL namespace named after the java package

[jboss-user] [EJB 3.0] - Re: a unidirectonal one-to many example, anyone can help me?

2006-09-04 Thread killme2008
I reinstall the jboss server,it works...I dont' know why it goes wrong before that.Thanks ,fhh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969343#3969343 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969343

[jboss-user] [JBoss Portal] - Flash banner

2006-09-04 Thread martin911
Does anybody know, if it possible to place a flash animation (*.swf) in the banner of the portal?? Thanks for anwers in advance! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969344#3969344 Reply to the post :

[jboss-user] [JBoss Portal] - jscookmenu in portal page(re posted with complete details)

2006-09-04 Thread asam.christopher
JBoss Portal Version : JBoss 2.4.0 download it. JBoss AS Version : JBoss zion 4.0.4 GA Database Vendor and Version : mysql 4.1 JDBC Connector and Version : mysql-connector-java 3.1.10.bin OS Platform :microsoft 2000 professional problem t:jscookmenu is not rendering in the default jboss

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - ERROR [STDERR] java.lang.reflect.InvocationTargetException

2006-09-04 Thread vikgop
Getting the error ERROR [STDERR] java.lang.reflect.InvocationTargetException. Also somewhere below in the server log file getting the error ERROR [STDERR] Caused by: java.lang.NoClassDefFoundError: net/sf/ehcache/CacheException And finally getting the following error ERROR [[/rfHighland]]

<    1   2