Community Updates, July 7 - July 14
by JBoss Community
===============================================================
Community Updates for July 7 - July 14
===============================================================
You haven't set a status update. Log in and set your status at: http://community.jboss.org.
Your Content
* testing the new list server [http://community.jboss.org/thread/127309]
was viewed 12,795 times and replied to by 3 people
* No Link to Jboss Nukes [http://community.jboss.org/thread/90785]
was viewed 109,882 times and replied to by 3 people
Your Connections - Activity by people you are following
You don't have any connections yet. Find people and connect! [http://community.jboss.org/people/]
Tips and tricks - Search Tips
Looking for something? Try these search tips.
Enclose your search phrase in quotes.
A search for "black cat" is going to return content with the phrase "black cat". (If it's in there, of course.)
Choose the place where the content lives.
Choose a value from the "where" dropdown list. When you pick a place from the list, your search will return results only from that space.
Choose the time period during which the content you're looking for was last changed.
Choose a value from the "when" dropdown list. Was it within the last month? Last year?
Find out more or go search.
Not interested in these emails anymore, or want to change how often they come? Update your email preferences by visiting: http://community.jboss.org/user-notification-preferences!input.jspa
14 years, 6 months
[JBoss ESB Development] - problem with ant deply quickstart helloworld
by Peter Smatana
Peter Smatana [http://community.jboss.org/people/smonty] created the discussion
"problem with ant deply quickstart helloworld"
To view the discussion, visit: http://community.jboss.org/message/615170#615170
--------------------------------------------------------------
Hello,
I'm new to JBossESB.
At first, i import helloworld to eclipse (i'm using eclipse helios sr2, win7) and i deploy project on JBoss 6.0 runtime server. I thing i have succes with deploy.
14:27:20,645 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 39s:69ms
14:27:25,664 INFO [JBoss4ESBDeployer] create esb service, HelloesbFile.esb
14:27:25,669 INFO [JBoss4ESBDeployer] create esb service, hello.esb
I'm trying to follow readme.txt part to run. I cant find out what is meaned by "In a command terminal" (i'm also new to eclipse, i was developing in netbeans) i try to find by Show view as a fast view something like remote shall, terminal, command *, but nothing help me. but i try Run > External tools > hello build.xml. So i accept this output:
Buildfile: C:\Users\smonty\Desktop\helloworld\build.xml
BUILD FAILED
C:\Users\smonty\Desktop\helloworld\build.xml:9: Cannot find ../conf/base-build.xml imported from C:\Users\smonty\Desktop\helloworld\build.xml
Total time: 161 milliseconds
and line 9 is: <import file="../conf/base-build.xml"/>
i cant find anything on google about problem with import base-build.xml and ant deploy...
Thanks.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/615170#615170]
Start a new discussion in JBoss ESB Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 6 months
[JBoss AS7 Development] - Pool Annotation not found in JBoss 7
by shailendra soni
shailendra soni [http://community.jboss.org/people/shailendra.soni] created the discussion
"Pool Annotation not found in JBoss 7"
To view the discussion, visit: http://community.jboss.org/message/615165#615165
--------------------------------------------------------------
Hi,
My application contains Stateless EJB 3 beans with some JBOSS 5.1 related annotations. Now, while I am trying to migrate from JBoss 5 to JBoss 7 , I got the compilation error for "@Pool" annotation (i.e. jboss-ejb3-ext-api.jar in JBoss 5.1 ) and @LocalBinding.
I have found that JBoss 7 having beta version of "jboss-ejb3-ext-api-2.0.0-beta-1.jar" which is not contains POOL and LocalBinding classes. For temporary workaround, I have given reference of JBoss 5’s "jboss-ejb3-ext-api.jar" to resolve my compilation problem and runtime problem. But I am not happy to do such type of workaround.
As per my thinking, there is some concrete reason for removing these two classes from JBoss 7, Now my question is that how could I specify POOL size for particular my stateless beans in JBoss 7?
Thanks a lot for help.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/615165#615165]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 6 months
[JBoss AS7 Development] - Cannot deploy different EARs with same named WARs inside.
by Juri Timošin
Juri Timošin [http://community.jboss.org/people/draco-ater] created the discussion
"Cannot deploy different EARs with same named WARs inside."
To view the discussion, visit: http://community.jboss.org/message/615120#615120
--------------------------------------------------------------
Hello, I have a proble mof deploying several EARs on jboss 7.
I have 2 EARs, both have test.war inside them. I cannot deploy both EARs at the same time
10:09:31,237 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.deployment.subunit."myTest.ear"."test.war".INSTALL: org.jboss.msc.
service.StartException in service jboss.deployment.subunit."myTest.ear"."test.war".INSTALL: Failed to process phase INSTALL of subdeployment "test.war" of deployment "myTest.ear"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:121)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_24]
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: Failed to add JBoss web deployment service
at org.jboss.as.web.deployment.WarDeploymentProcessor.processDeployment(WarDeploymentProcessor.java:234)
at org.jboss.as.web.deployment.WarDeploymentProcessor.deploy(WarDeploymentProcessor.java:105)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115)
... 5 more
Caused by: org.jboss.msc.service.DuplicateServiceException: Service jboss.web.realm."test.war" is already registered
at org.jboss.msc.service.ServiceRegistrationImpl.setInstance(ServiceRegistrationImpl.java:154)
at org.jboss.msc.service.ServiceControllerImpl.startInstallation(ServiceControllerImpl.java:226)
at org.jboss.msc.service.ServiceContainerImpl.install(ServiceContainerImpl.java:560)
at org.jboss.msc.service.ServiceTargetImpl.install(ServiceTargetImpl.java:201)
at org.jboss.msc.service.ServiceControllerImpl$ChildServiceTarget.install(ServiceControllerImpl.java:2194)
at org.jboss.msc.service.ServiceTargetImpl.install(ServiceTargetImpl.java:201)
at org.jboss.msc.service.ServiceControllerImpl$ChildServiceTarget.install(ServiceControllerImpl.java:2194)
at org.jboss.msc.service.ServiceBuilderImpl.install(ServiceBuilderImpl.java:307)
at org.jboss.as.web.deployment.WarDeploymentProcessor.processDeployment(WarDeploymentProcessor.java:209)
... 7 more
If I deploy them 1 by 1 then only the first one deploys. If i deploy them both at the same time, then both deployments are rolled back.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/615120#615120]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 6 months
[JBoss AS7 Development] - JBoss AS7 + BlazeDS 4.0.1 : remote object issue
by Scharwenka Wu
Scharwenka Wu [http://community.jboss.org/people/scharwenka] created the discussion
"JBoss AS7 + BlazeDS 4.0.1 : remote object issue"
To view the discussion, visit: http://community.jboss.org/message/614918#614918
--------------------------------------------------------------
All,
I try to integrate JBoss AS7 + BlazeDS 4.0.1. And when I use remote object (AMF) to communicate from Flex client to Server, the "... Session cookies must be enabled..." appeared. And it is very strange, because it is not happended each time!!
I create two RemoteObject in Flex, and if I only call one of the RemoteObject, it will work well. But if I call these in turns, the error meesage appeared. The scenario will be:
Call TestRO (error) -> Call TestRO(ok) -> Call TestRO(ok) -> Call PersonRO(error) -> Call PersonRO(ok) -> Call PersonRO(ok) -> Call PersonRO(ok).
You can see if I call different RO in turns,it will be error. But if I always call one of them, no error happened.
<mx:RemoteObject destination="TestService" id="TestRO" result="TestROHandler(event);" endpoint="./messagebroker/amf" >
</mx:RemoteObject>
<mx:RemoteObject destination="PersonService" id="PersonRO" result="getPersonROHandler(event);" endpoint="./messagebroker/amf" >
</mx:RemoteObject>
*Exception:*
[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Ping.Failed error Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly. url: ' http://localhost:8080/testRO/messagebroker/amf;jsessionid=o6lTOGOkZ5uY9f-... http://localhost:8080/testRO/messagebroker/amf;jsessionid=o6lTOGOkZ5uY9f-...''"]
at mx.rpc::AbstractInvoker/ http://www.adobe.com/2006/flex/mx/internal::faultHandler http://www.adobe.com/2006/flex/mx/internal::faultHandler()[E:\dev\hero_pr...
at mx.rpc::Responder/fault()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\rpc\Responder.as:68]
at mx.rpc::AsyncRequest/fault()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:113]
at mx.messaging::ChannelSet/faultPendingSends()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\messaging\ChannelSet.as:1619]
at mx.messaging::ChannelSet/channelFaultHandler()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\messaging\ChannelSet.as:1209]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.messaging::Channel/connectFailed()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\messaging\Channel.as:1117]
at mx.messaging.channels::PollingChannel/connectFailed()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\messaging\channels\PollingChannel.as:435]
at mx.messaging.channels::AMFChannel/faultHandler()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\messaging\channels\AMFChannel.as:543]
*PS.*
*1.The same situation will NOT happend in Tomcat 7.0 & WebLogic 11gR1, the appilcaiton work well of T & W.*
*So it might be setting problem or bug of JBoss 7.0.0.*
*The attachment is the UI, although it is Chinese code, just let you the environment.*
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/614918#614918]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 6 months
[JBoss AS7 Development] - JBoss AS7 + BlazeDS(Flex) : remote object issue
by Scharwenka Wu
Scharwenka Wu [http://community.jboss.org/people/scharwenka] created the discussion
"JBoss AS7 + BlazeDS(Flex) : remote object issue"
To view the discussion, visit: http://community.jboss.org/message/614914#614914
--------------------------------------------------------------
All,
I try to integte JBoss AS7 + BlazeDS 4.0.1. And when I use remote object (AMF) to communicate from Flex client to Server, the "... Session cookies must be enabled..." appeared. And it is very strange, because it is not happend each time!!
I create two RemoteObject in Flex, and if I only call one of the RemoteObject, it will work well. But if I call these in turn, the error meesage appread. The scenario will be:
Call TestRO (error) -> Call TestRO(ok) -> Call TestRO(ok) -> Call PersonRO(error) -> Call PersonRO(ok) -> Call PersonRO(ok) -> Call PersonRO(ok).
You can see if I call different RO in turns,it will be error. But if always call one of them, no error happened.
<mx:RemoteObject destination="TestService" id="TestRO" result="TestROHandler(event);" endpoint="./messagebroker/amf" >
</mx:RemoteObject>
<mx:RemoteObject destination="PersonService" id="PersonRO" result="getPersonROHandler(event);" endpoint="./messagebroker/amf" >
</mx:RemoteObject>
*Expcetion:*
[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Ping.Failed error Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly. url: ' http://localhost:8080/testRO/messagebroker/amf;jsessionid=o6lTOGOkZ5uY9f-... http://localhost:8080/testRO/messagebroker/amf;jsessionid=o6lTOGOkZ5uY9f-...''"]
at mx.rpc::AbstractInvoker/ http://www.adobe.com/2006/flex/mx/internal::faultHandler http://www.adobe.com/2006/flex/mx/internal::faultHandler()[E:\dev\hero_pr...
at mx.rpc::Responder/fault()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\rpc\Responder.as:68]
at mx.rpc::AsyncRequest/fault()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:113]
at mx.messaging::ChannelSet/faultPendingSends()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\messaging\ChannelSet.as:1619]
at mx.messaging::ChannelSet/channelFaultHandler()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\messaging\ChannelSet.as:1209]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.messaging::Channel/connectFailed()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\messaging\Channel.as:1117]
at mx.messaging.channels::PollingChannel/connectFailed()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\messaging\channels\PollingChannel.as:435]
at mx.messaging.channels::AMFChannel/faultHandler()[E:\dev\hero_private\frameworks\projects\rpc\src\mx\messaging\channels\AMFChannel.as:543]
*PS.*
*1.The same situation will NOT happend in Tomcat 7.0 & WebLogic 11gR1, the* *appilcaiton work well of T & W.*
*So it might be setting problem or bug of JBoss 7.0.0.*
*The attachment is the UI, although it is Chinese code, just let you the environment.
*
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/614914#614914]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 6 months