Hi,
This forum is not used any more as the dm Server project has been donated to Eclipse as the Virgo project. See the new forum at http://www.eclipse.org/forums/index.php?t=thread&frm_id=159
...
Type: Posts; User: cgfrost; Keyword(s):
Hi,
This forum is not used any more as the dm Server project has been donated to Eclipse as the Virgo project. See the new forum at http://www.eclipse.org/forums/index.php?t=thread&frm_id=159
...
Hi,
I can't comment on the Maven stuff as it's quite unknown to me but with in Eclipse I can help. The OSGi bundle nature is provided as a facet which is a part of the WTP project. So, assuming...
Sorry for the slow reply, I've had a quick look at this and it's going to take a little work our end to get back to matching 1.0. The fixes I've been giving in this thread have just been moving the...
Hi,
On first look this seems pretty nasty. The constructor for DocumentBuilderFactory can be passed a Classloader that should be used so in theory we should be able to just be more intelligent...
Hi,
I can believe that, I suspect you are using the xalan lib more than my noddy testing as such it would need to be in the rep/usr folder as well as applications can't resolve against things in...
The problem described in DMS-2490 has been fixed in 2.0.2.RELEASE.
The release fixes a few bugs, release notes available from JIRA. This release can be downloaded from the project page on SpringSource.org.
The kernel startup hard timeout limit has been...
Drag and drop support may not be working, if you right click on the runtime server and then 'Add and Remove' you should be able to deploy it that way. If that isn't working then it is a more serious...
Excellent.
If you look in the lib directory you will find a java profile file. This lists the packages that are either boot delegated (just avaliable) or system packages (can be imported from the...
Hi Pavel,
You are right that each bundle is loaded by it's own classloader, the usual class loading structure is not used in OSGi. Any class you want to use (with a very small set of exceptions)...
While dm Server is supported we will support newer versions of Spring 3 and Hibernate 3. Once Virgo is up to speed that will start being released with new versions of Spring and we will encourage...
A valid point certainly. In your situation it would deffinetly be the right thing to do. We don't however what to make all other uses of dm Server use a different version of the XML transformers and...
Hi,
Glad to hear it. You are correct about the other bundles, they can not import that packages as technically nothing exports them. They will need to be modified. This can actually be automated...
Hi,
It would seem OS is the difference, I can recreate what you are describing on XP but not Mac, we use Macs day to day for dev work. I have dug a little deeper and have an improved fix for you....
Hi,
OK, this is a little odd now. Before I plow through the logs etc... could you just confirm for me the Java version, dm Server version and operating system you are using.
Thanks, Chris.
...
Hi,
Sorry for the delay getting back to you, this one slipped past us for a few days.
We have had another look at this problem and have a different solution for you to try.
This was done on...
Hi,
The 2.0.1 release was based on the 2.0.x branch.
The features that you want, are they in master, 2.0.x or something you have locally.
Sorry for the slow reply, we don't check the...
Hi,
I saw the issue on Bugzilla this morning, thank you.
It will get looked at once we have done a base line release and get back in to the regular process of doing releases.
Chris.
Hi,
Thanks for the info. Do you mean the converse that the shell is not working when running startup.sh &
If you feel there is an improvement here could you qualify it a bit and I'll gladly...
Hi,
The behaviour of the service wrapper is configured via the wrapper.conf file. It may be possible to get the behaviour your after using that. I would start by trying to get what you want out of...
I'm pleased to announce that SpringSource dm Server 2.0.1.RELEASE is now available. Please see the dm Server Page, the new and noteworthy blog entry, and the release notes for more information about...
Could you provide some extra detail. Your serviceability config and the last thing to come out of the per app logging before it stops. Also, a small chunk of the main dm Server log output at the time...
If your interested in the extras that the dm server gives you on top of standard Equinox but aren't interested in web apps then you should give the kernel only version a try. We actually build the dm...
This is correct, the code in dm Server that expands an Import-Bundle to all of the packages that bundle being imported exports it will make a check to ensure that it dosn't produce a duplicate...
Hi,
I have failed to re-create this problem in a really simple test app that uses the sshd infrastructure so I suspect that it is somthing we are doing. To that end I have raised an issue to track...