Hi All,
This discussion is taken into account with reference to the JIRA,
TUSCANY-2258. Lets see some background from the specs as well as with the
current implementation on this issue.

FROM THE SPECS:
Each <service> element used with <implementation.spring> should include the
name of the Spring bean that is to be exposed as an SCA service in its name
attribute. So, for Spring, the name attribute of a service plays two roles:
it identifies a Spring bean, and it names the service for the component.

Example-Spring Application Context:
<beans>
   <bean id="X" class="org.xyz.someapp.SomeClass">
      <property name="foo" ref="Y"/>
   </bean>
</beans>

Example-SCA Composite using the above Spring Context:
<composite name="BazComposite">
   <component name="SpringComponent">
      <implementation.spring location=".."/>
      <service name="X"/>
      <reference name="SCAReference" .../> <!-- binding info specified -->
   </component>
</composite>

As per the specs, The service element above has a name of "X", so there
should be a Spring bean with that name.

CURRENT IMPLEMENTATION: When explicit service dled twice at the same time.

The problem also ocours when I tried to use popen or proc_open(with and
without bypass_shell option)

------------------------------------------------------------------------

[2008-06-10 14:59:10] aleaddict at yahoo dot com

Windows Server 2003 R2 Service Pack 1
Apache 2.2.6
PHP 5.2.4 (upgraded to 5.2.6 with no success)

Executing resource kit utility shortcut.exe via exec() with EXACTLY the
same results...  Random, no errors logged, hangs up all succeeding calls
to exec(), requires restart.

Keith

------------------------------------------------------------------------

[2008-05-14 07:56:17] inqualab1985 at gmail dot com

Dear Jani

There is no problem with 'sample.exe'. I have tested the same for
different exe or even for dos command. It hangs when we are calling the
page at regular interval of time (through Ajax).

There is a problem in the definition of exec() function.

For any further information , feel free to contact me.

------------------------------------------------------------------------

[2008-05-09 14:20:40] [EMAIL PROTECTED]

What exactly does this "sample.exe" do? It's most likely not any PHP
problem at all anyway, you just call some exe that "hangs" itself..

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/44942

-- 
Edit this bug report at http://bugs.php.net/?id=44942&edit=1

Reply via email to