[Installation, Configuration & Deployment] - Help needed on Log4J question
by msavoy
I am running JBoss 4.0.5-GA on Eclipse 3.2.1 with the JBoss Eclipse IDE plugin and when I PUBLISH to the server Log4J gets shutdown but does NOT restart and consequently I am not seeing anything get logged to the console.
Any help or direction would be greatly appreciated.
Here is what the stack trace shows
| 07:59:35,238 DEBUG [MainDeployer] Undeploying file:/C:/server/jboss-4.0.5.GA/server/default/deploy/SCMWebEAR.ear, isShutdown=false
| 07:59:35,238 DEBUG [MainDeployer] Stopping sub deployment: file:/C:/server/jboss-4.0.5.GA/server/default/tmp/deploy/tmp62137SCMWebEAR.ear-contents/SCM.war
| 07:59:35,238 DEBUG [DeployerInterceptorJSE] stop: file:/C:/server/jboss-4.0.5.GA/server/default/tmp/deploy/tmp62137SCMWebEAR.ear-contents/SCM.war
| 07:59:35,238 DEBUG [ServiceController] stopping service: jboss.web.deployment:war=SCM.war,id=1447455206
| 07:59:35,238 DEBUG [ServiceController] stopping dependent services for: jboss.web.deployment:war=SCM.war,id=1447455206 dependent services are: []
| 07:59:35,238 DEBUG [WebModule] Stopping jboss.web.deployment:war=SCM.war,id=1447455206
| 07:59:35,238 INFO [TomcatDeployer] undeploy, ctxPath=/SCM, warUrl=.../tmp/deploy/tmp62137SCMWebEAR.ear-contents/SCM-exp.war/
| 07:59:35,238 INFO [[/SCM]] Shutting down Log4J
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017054#4017054
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017054
19Â years, 2Â months
[JBoss jBPM] - Re: How di I embedd jBPM in my j2ee app?
by estaub
Too many questions, so answers are terse...
anonymous wrote : how I can embedd the jbpm libs and functionality into my app?
Study the starter kit deployment, deploy.build.xml, build.xml (when necessary to understand deploy.build.xml), and the tutorial example.
anonymous wrote : we use hibernate 3 on oracle in the app, how can I make jpbm coexsist with that?
Search this forum. (The Search button is small, at the left end of the blue buttons at the top of the screen.) I think I've posted some tips, others have also.
anonymous wrote : Can I configure jbpm to use my exsisting hibernate.cfg.xml? and in that case? Any other things I should think of when embedding jpm in out app?
Sorry, not enough info to answer usefully.
anonymous wrote : Another thing, I have played around a bit in the Process Designer plugin for Eclipse and it looks really nice, but I lack a lot of things like setting conditions and variables etc or have I missed something?
I understand that the beta version has a lot of the most obvious missing features.
-Ed Staub
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017053#4017053
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017053
19Â years, 2Â months
[Persistence, JBoss/CMP, Hibernate, Database] - Problem with iSeries
by artur.chyzy
Hello.
I sucessfully made JBoss AS 4.0.5.GA run on OS/400.
It runs fine with clean installation
But problem occurs when i want do deploy some JEE application (with Seam and EJB3).
I've got the same problem as http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80380
I've builded from sources hibernate, hibernate annotations, hibernate entitymanager and even JBoss ASusing IBM JDK (but on Windows not on OS/400 because i wanted to avoid configuration for ant and other things).
Still i've got the same error:
| 2007-02-15 14:11:27,243 WARN [org.hibernate.ejb.Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
| 2007-02-15 14:11:27,860 DEBUG [org.jboss.ejb3.ServiceDelegateWrapper] Starting failed persistence.units:ear=SomeProject.ear,jar=SomeProject.jar,unitName=SomeProject
| java.lang.RuntimeException: java.lang.NoClassDefFoundError: javax/persistence/NamedNativeQuery
| at java.lang.Throwable.<init>(Throwable.java:241)
| at java.lang.Exception.<init>(Exception.java:77)
| at java.lang.RuntimeException.<init>(RuntimeException.java:77)
| at org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:108)
|
|
Using Google i've found that sometimes it helps to compile libraries with JIKE (but I don't want do build all the libraries).
Please help... any answer or idea will be appreciated..
Artur
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017050#4017050
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017050
19Â years, 2Â months
[JBoss Seam] - Announcement: iText 2.0.0
by klaro78
Hi all,
I just found the announcement of iText 2.0.0, with following text in the release notes:
anonymous wrote : * iText and SEAM:
| iText is now being used in jBoss SEAM, and after informing with Norman Richards
| (who developed the PDF package in SEAM) I added some methods to iText:
| o A helper method for jBoss SEAM:
| convert a String with entities to a normal string
| (with unicode characters)
| o ElementTags: You can now convert an alignment String to an alignment value
| o PageSize: there's a method in the toolbox that translates a String to a Rectangle,
| but I rewrote a method by Norman Richards that has more potential.
| My method could only translate Strings like "A4" and "LETTER"
| to a corresponding Rectangle; with Norman's method you can
| also use Strings like "400 600".
| I adapted the method so that "166.66 333.33" are also allowed.
iText support in Seam is really cool! Great work...
klaro
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017049#4017049
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017049
19Â years, 2Â months
[JBoss Seam] - TestNG in Registration sample app
by synthez84
Hi all
I'm trying to run test on the registration sample application, provide with Seam.
And I've got an issue when running theses tests with testng. When I launch testng from eclipse (or with maven2), I've got this :
[Parser] Running:
/home/workspace/Registration/test/testng.xml
log4j:WARN No appenders could be found for logger (org.jboss.seam.init.Initialization).
log4j:WARN Please initialize the log4j system properly.
FAILED: testLogin
java.lang.NullPointerException
at org.jboss.seam.core.Validators.validate(Validators.java:87)
at org.jboss.seam.mock.SeamTest$Request.validateValue(SeamTest.java:372)
at org.nuxeo.registration.test.RegisterTest$1.processValidations(RegisterTest.java:21)
at org.jboss.seam.mock.SeamTest$Request.run(SeamTest.java:454)
at org.nuxeo.registration.test.RegisterTest.testLogin(RegisterTest.java:52)
... Removed 21 stack frames
===============================================
RegisterTest
Tests run: 1, Failures: 1, Skips: 0
===============================================
===============================================
Registration
Total tests run: 1, Failures: 1, Skips: 0
===============================================
I've also seen that there is a post about this here : http://www.jboss.com/index.html?module=bb&op=viewtopic&t=98116&postdays=0...
Altought I've tryied with seam 1.1.1 (we are using seam 1.0.1 at the moment), I am still having this damned issue :(
Does anyone have an idea from what it may come?
Thanks in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017047#4017047
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017047
19Â years, 2Â months