Thanks for your fast response!
This would be not a problem if you want to create the expression manually by hand. My problem is that I generate the whole XML file with a generator...
Type: Posts; User: dewanto; Keyword(s):
Thanks for your fast response!
This would be not a problem if you want to create the expression manually by hand. My problem is that I generate the whole XML file with a generator...
Hi All,
I cannot find a way to configure Spring context XML doing declarative transactions just like what you can do in EJB deployment descriptors like this:
<assembly-descriptor>
...
Hi Costin,
thanks a lot for your reply. Sorry for the late answer...
This is weird since I checked it before and I can easily import the whole things and run the examples easily within...
Hi Costin
Sorry for the late answer. It was carneval time here in Cologne, Germany ;-)
You can download the pure OSGi example just here:...
Hi Costin,
thanks a lot for your fast answer!
You need to do following to be able to run my example:
1. Import the whole projects as a new workspace. Just use springdm-example as your...
Hi Costin
I uploaded an example to this problem:
http://lofidewanto.googlepages.com/springdm-example.zip
Just unzip the file and you'll find the examples as I described in the discussion forum...
Hi Costin,
thanks for your reply. If you want I can upload my example somewhere... Anyway I want to upload the whole example after finishing it... I'm doing this example to show that by using...
It's a pitty actually, since my problem is quite straight forward... Until now I still cannot find a solution of my problem...
Cheers
Lofi.
Did you try to use 2 XML config files (1 for standard SpringBean and 1 for OSGi)? Like this:
META-INF/spring/simple.xml
META-INF/spring/simple-osgi.xml
Check out this good article from...
Adding "uses" directive in Pricing 1.0.0 and Solution 1.0.0 like below:
Pricing 1.0.0:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pricing
Bundle-SymbolicName:...
After looking around a bit further I found following things:
1. I get better error messages if I use "Import-Package" instead of "Require-Bundle":
ERROR: Post refresh error...
Hi All
I have following simple bundles:
1. Solution 1.0.0
2. Pricing 1.0.0
3. Udm 1.0.0
4. Udm 1.1.0 (Same with the bundle number 3, only different version)
Following dependencies:
I always edit the MANIFEST.MF file within Eclipse and using Maven2 to build the JAR fille. This works for me.
Cheers,
Lofi.
I meant, just don't use those *suffixes* at all...
- No CustomerDTO at all... no CustomerService or CustomerFacade at all
- Instead use "real business name" something like CustomerVisualization or...
I would take a look at AndroMDA:
Here is an intro article (all about layers, very easy to understand):
http://galaxy.andromda.org/docs/getting-started/java/index.html
Also (more about layers,...
I would add this point to your design:
Don't use that "DTO" word as the suffix of your POJO. Use something meaningful. Instead of "CustomerDTO" you can use something like "CustomerVisualization"...