Hi,
I download AtomikosTransactionsEssentials-3.6.3 and try to use JTA in Equinox 3.5 and Spring Dynamic Module 1.2.
So I copy atomikos-util.jar, transactions.jar, transactions-api.jar,...
Type: Posts; User: jiangyubao; Keyword(s):
Hi,
I download AtomikosTransactionsEssentials-3.6.3 and try to use JTA in Equinox 3.5 and Spring Dynamic Module 1.2.
So I copy atomikos-util.jar, transactions.jar, transactions-api.jar,...
Thanks for your reply.
The MANIFEST file is :
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: com.okooo.osgi.web
Bundle-SymbolicName: com.okooo.osgi.web
Web-ContextPath:...
Hi, will anybody tell me how to resolve this problem?
INFO : Web Plug-in (com.okooo.osgi.web) is a WAR, scheduling war undeployment with context path [/com.okooo.osgi]
INFO : Web Plug-in...
Hi, all
I find unit test is too difficult for me to use in Spring DM, so develope another simple unit test for OSGi.
You can download the source code from following URL:...
Thanks for your reply.
ProjectServiceImpl do not implement IProjectService, my employee remove IProjectService from the implement list, and submit it to our SVN server...
Now I am happy to see...
Hi, all,
I want to export a container_managed_transaction bean to OSGi service but found the following error message:
2009-03-03 15:30:40 DEBUG PreparedSException in thread...
Thanks for your reply.
Now I know how to do or how to resolve such problem:
(1) Add following declarasion to MANIFEST.MF can not resolve such problem or there is not effect on it:
...
Now I find another problem, and the exception message is shown as below:
Caused by: java.lang.NoClassDefFoundError: javax/naming/directory/Attributes
at...
Hi, all
I find this problem, there is no way to control the startup order of bundles deployed in pickup.
For example, I copy com.okooo.osgi.test1.jar and com.okooo.osgi.test2.jar to pickup,...
Thanks for your reply!
There is another problem too, I've spent long time to resolve it. This problem was posted here:
http://forum.springframework.org/showthread.php?t=64717
I use Require-Bundle: com.okooo.osgi.zeroc.ice;bundle-version="[3.3.0,3.3.0]", but it still can not work, and here is the error message:
[2008-12-12 10:57:18.843] nnection(6)-192.168.8.15...
I have found a problem inside DM tool, maybe it's due to startup order.
In this case, there are four bundles, and one bundle depends on other three bundles.
(1) I publish the three bundles...
I add version declaration to MANIFEST.MF, and it can not work.
When I remove version declaration or use Import-Bundle to replace Require-Bundle, it is works.
Use Require-Bundle version...
This issue had troubled me for a long time.
Our OS is Linux, we now use Spring OSGi which version is 1.02 as our product environment.
I deploy a Spring OSGi powered bundle named...
OK. I will try my best to add version declaration to MANIFEST.MF
I remove all version declaration, and it is OK now. It's too difference from standard OSGi bundle.
And there is another problem too, when I start DM Server from Eclipse, sometimes, the project...
There is no error message at eclipse META-INF editor, but when I startup SpringSource DM Server from Eclipse, and get the folowing error message:
...
Now I transfer my bundle's to SpringSource DM Server, and download Spring IDE and Spring DM Tool for Eclipse.
But now I find another problem, when I need to transfer my bundle's project, I have to...
OK. Thanks!
Your company do a greate job!
In our company, we don't use Java web server, we use PHP to generate web page. The php application invoke the service deployed at Ice grid nodes, and...
For example, I need to sampling current used of memory and CPU of each bundle, and then generate report.
I know that JMX can do this job, but it can only monitor the OSGi container, and I need to...
I am sorry that this is my first time to use this Tool, and I had resolved this problem.
Thanks for your reply.
I mean how to enable console of SpringSource DM Server.
Without SpringSource DM Server, I know how to enable or disable Equinox's Console, for example:
to enable console:
$java -jar...
Thanks for your reply!
I known how to resolve this problem. It's another problem decribed by :
http://forum.springframework.org/showthread.php?t=61559
O, Thanks a lot!
Will you tell me how to login to your JIRA system, or how to acquired a account from it? When I find a bug, I could and it to your JIRA.
Thanks!
Thanks a lot for your reply.
Now I know how to do, Thanks!